autumn-js 0.1.40 → 0.1.41
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-QEWVBDWJ.mjs → chunk-2CIFBRPG.mjs} +1 -1
- package/dist/libraries/react/{chunk-5TLRC3ED.mjs → chunk-3HGWHP3P.mjs} +2 -2
- package/dist/libraries/react/{chunk-GGJKNVL6.mjs → chunk-5AWCXHI3.mjs} +10 -10
- package/dist/libraries/react/{chunk-I274Z7T2.mjs → chunk-AHFPBGNV.mjs} +9 -9
- package/dist/libraries/react/{chunk-MHAXHLX4.mjs → chunk-BVLKOMJA.mjs} +4 -4
- package/dist/libraries/react/{chunk-2LZIBRD4.mjs → chunk-OCLWLKH7.mjs} +4 -4
- package/dist/libraries/react/{chunk-4KLTPVNG.mjs → chunk-OGDFDSBE.mjs} +6 -6
- package/dist/libraries/react/{chunk-4QVAJKUF.mjs → chunk-RZVWBOKP.mjs} +5 -5
- package/dist/libraries/react/{chunk-2GEDBGON.mjs → chunk-YJ66CCNM.mjs} +1 -1
- 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
|
@@ -5,30 +5,30 @@ import {
|
|
|
5
5
|
CheckoutDialog,
|
|
6
6
|
PriceItem,
|
|
7
7
|
PricingDialogButton
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-5AWCXHI3.mjs";
|
|
9
9
|
import "../../chunk-URQMBRFZ.mjs";
|
|
10
10
|
import "../../chunk-GUM4HIGI.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-I5ZGIAIX.mjs";
|
|
11
|
+
import "../../chunk-AHFPBGNV.mjs";
|
|
12
|
+
import "../../chunk-OCLWLKH7.mjs";
|
|
13
|
+
import "../../chunk-2CIFBRPG.mjs";
|
|
15
14
|
import "../../chunk-BLM4DAAR.mjs";
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-I5ZGIAIX.mjs";
|
|
16
|
+
import "../../chunk-OGDFDSBE.mjs";
|
|
17
17
|
import "../../chunk-SWSFJTEQ.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-BVLKOMJA.mjs";
|
|
19
|
+
import "../../chunk-RZVWBOKP.mjs";
|
|
20
20
|
import "../../chunk-2OHJ6PS6.mjs";
|
|
21
|
-
import "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-3HGWHP3P.mjs";
|
|
22
|
+
import "../../chunk-YJ66CCNM.mjs";
|
|
23
23
|
import "../../chunk-DXHYWJOY.mjs";
|
|
24
24
|
import "../../chunk-WVKYZYFT.mjs";
|
|
25
|
+
import "../../chunk-35JJUJGK.mjs";
|
|
26
|
+
import "../../chunk-HEKBPI6U.mjs";
|
|
25
27
|
import "../../chunk-DIDEEVJB.mjs";
|
|
26
28
|
import "../../chunk-DTAJR247.mjs";
|
|
27
29
|
import "../../chunk-ZQPCEJFK.mjs";
|
|
28
30
|
import "../../chunk-IZEOJCTN.mjs";
|
|
29
31
|
import "../../chunk-4J6OC4ZQ.mjs";
|
|
30
|
-
import "../../chunk-35JJUJGK.mjs";
|
|
31
|
-
import "../../chunk-HEKBPI6U.mjs";
|
|
32
32
|
import "../../chunk-3VPXKYJ3.mjs";
|
|
33
33
|
import "../../chunk-XHXYZVYG.mjs";
|
|
34
34
|
import "../../chunk-RFSQBGLO.mjs";
|
|
@@ -414,12 +414,6 @@ body {
|
|
|
414
414
|
.au-mb-8 {
|
|
415
415
|
margin-bottom: 2rem;
|
|
416
416
|
}
|
|
417
|
-
.au-mr-2 {
|
|
418
|
-
margin-right: 0.5rem;
|
|
419
|
-
}
|
|
420
|
-
.au-mt-0 {
|
|
421
|
-
margin-top: 0px;
|
|
422
|
-
}
|
|
423
417
|
.au-mt-0\.5 {
|
|
424
418
|
margin-top: 0.125rem;
|
|
425
419
|
}
|
|
@@ -450,10 +444,6 @@ body {
|
|
|
450
444
|
.au-grid {
|
|
451
445
|
display: grid;
|
|
452
446
|
}
|
|
453
|
-
.au-size-4 {
|
|
454
|
-
width: 1rem;
|
|
455
|
-
height: 1rem;
|
|
456
|
-
}
|
|
457
447
|
.\!au-h-3 {
|
|
458
448
|
height: 0.75rem !important;
|
|
459
449
|
}
|
|
@@ -475,9 +465,6 @@ body {
|
|
|
475
465
|
.au-h-5 {
|
|
476
466
|
height: 1.25rem;
|
|
477
467
|
}
|
|
478
|
-
.au-h-6 {
|
|
479
|
-
height: 1.5rem;
|
|
480
|
-
}
|
|
481
468
|
.au-h-7 {
|
|
482
469
|
height: 1.75rem;
|
|
483
470
|
}
|
|
@@ -502,15 +489,9 @@ body {
|
|
|
502
489
|
.au-w-4 {
|
|
503
490
|
width: 1rem;
|
|
504
491
|
}
|
|
505
|
-
.au-w-6 {
|
|
506
|
-
width: 1.5rem;
|
|
507
|
-
}
|
|
508
492
|
.au-w-72 {
|
|
509
493
|
width: 18rem;
|
|
510
494
|
}
|
|
511
|
-
.au-w-8 {
|
|
512
|
-
width: 2rem;
|
|
513
|
-
}
|
|
514
495
|
.au-w-80 {
|
|
515
496
|
width: 20rem;
|
|
516
497
|
}
|
|
@@ -550,26 +531,10 @@ body {
|
|
|
550
531
|
.au-origin-\[--radix-popover-content-transform-origin\] {
|
|
551
532
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
552
533
|
}
|
|
553
|
-
.au--translate-y-12 {
|
|
554
|
-
--tw-translate-y: -3rem;
|
|
555
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
556
|
-
}
|
|
557
|
-
.au--translate-y-6 {
|
|
558
|
-
--tw-translate-y: -1.5rem;
|
|
559
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
560
|
-
}
|
|
561
534
|
.au-translate-x-\[-50\%\] {
|
|
562
535
|
--tw-translate-x: -50%;
|
|
563
536
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
564
537
|
}
|
|
565
|
-
.au-translate-y-0 {
|
|
566
|
-
--tw-translate-y: 0px;
|
|
567
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
568
|
-
}
|
|
569
|
-
.au-translate-y-6 {
|
|
570
|
-
--tw-translate-y: 1.5rem;
|
|
571
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
572
|
-
}
|
|
573
538
|
.au-translate-y-\[-50\%\] {
|
|
574
539
|
--tw-translate-y: -50%;
|
|
575
540
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -599,12 +564,6 @@ body {
|
|
|
599
564
|
.au-grid-cols-1 {
|
|
600
565
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
601
566
|
}
|
|
602
|
-
.au-grid-cols-2 {
|
|
603
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
604
|
-
}
|
|
605
|
-
.au-flex-row {
|
|
606
|
-
flex-direction: row;
|
|
607
|
-
}
|
|
608
567
|
.au-flex-col {
|
|
609
568
|
flex-direction: column;
|
|
610
569
|
}
|
|
@@ -650,11 +609,6 @@ body {
|
|
|
650
609
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
651
610
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
652
611
|
}
|
|
653
|
-
.au-space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
654
|
-
--tw-space-y-reverse: 0;
|
|
655
|
-
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
656
|
-
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
657
|
-
}
|
|
658
612
|
.au-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
659
613
|
--tw-space-y-reverse: 0;
|
|
660
614
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -729,10 +683,6 @@ body {
|
|
|
729
683
|
.au-bg-background {
|
|
730
684
|
background-color: hsl(var(--au-background));
|
|
731
685
|
}
|
|
732
|
-
.au-bg-black {
|
|
733
|
-
--tw-bg-opacity: 1;
|
|
734
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
735
|
-
}
|
|
736
686
|
.au-bg-black\/40 {
|
|
737
687
|
background-color: rgb(0 0 0 / 0.4);
|
|
738
688
|
}
|
|
@@ -819,9 +769,6 @@ body {
|
|
|
819
769
|
padding-top: 1.5rem;
|
|
820
770
|
padding-bottom: 1.5rem;
|
|
821
771
|
}
|
|
822
|
-
.au-pb-0 {
|
|
823
|
-
padding-bottom: 0px;
|
|
824
|
-
}
|
|
825
772
|
.au-pb-2 {
|
|
826
773
|
padding-bottom: 0.5rem;
|
|
827
774
|
}
|
|
@@ -918,10 +865,6 @@ body {
|
|
|
918
865
|
.au-text-secondary-foreground {
|
|
919
866
|
color: hsl(var(--au-secondary-foreground));
|
|
920
867
|
}
|
|
921
|
-
.au-text-zinc-400 {
|
|
922
|
-
--tw-text-opacity: 1;
|
|
923
|
-
color: rgb(161 161 170 / var(--tw-text-opacity, 1));
|
|
924
|
-
}
|
|
925
868
|
.au-underline-offset-4 {
|
|
926
869
|
text-underline-offset: 4px;
|
|
927
870
|
}
|
|
@@ -975,10 +918,6 @@ body {
|
|
|
975
918
|
--tw-shadow-color: #a8a29e;
|
|
976
919
|
--tw-shadow: var(--tw-shadow-colored);
|
|
977
920
|
}
|
|
978
|
-
.au-shadow-zinc-800 {
|
|
979
|
-
--tw-shadow-color: #27272a;
|
|
980
|
-
--tw-shadow: var(--tw-shadow-colored);
|
|
981
|
-
}
|
|
982
921
|
.au-outline-none {
|
|
983
922
|
outline: 2px solid transparent;
|
|
984
923
|
outline-offset: 2px;
|
|
@@ -1066,12 +1005,6 @@ body {
|
|
|
1066
1005
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1067
1006
|
}
|
|
1068
1007
|
}
|
|
1069
|
-
.au-slide-in-from-left-1 {
|
|
1070
|
-
--tw-enter-translate-x: -0.25rem;
|
|
1071
|
-
}
|
|
1072
|
-
.au-slide-out-to-left-1 {
|
|
1073
|
-
--tw-exit-translate-x: -0.25rem;
|
|
1074
|
-
}
|
|
1075
1008
|
.au-duration-200 {
|
|
1076
1009
|
animation-duration: 200ms;
|
|
1077
1010
|
}
|
|
@@ -40,7 +40,7 @@ module.exports = __toCommonJS(paywall_dialog_synced_exports);
|
|
|
40
40
|
// src/libraries/react/components/ui/dialog.tsx
|
|
41
41
|
var React25 = __toESM(require("react"));
|
|
42
42
|
|
|
43
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
43
|
+
// ../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
|
|
44
44
|
var React24 = __toESM(require("react"), 1);
|
|
45
45
|
|
|
46
46
|
// ../node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
@@ -255,10 +255,10 @@ function isFunction(value) {
|
|
|
255
255
|
}
|
|
256
256
|
var SYNC_STATE = Symbol("RADIX:SYNC_STATE");
|
|
257
257
|
|
|
258
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.
|
|
258
|
+
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.10___11bc29965763a1c4e1c62b1db84ce73c/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
259
259
|
var React10 = __toESM(require("react"), 1);
|
|
260
260
|
|
|
261
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
261
|
+
// ../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
|
|
262
262
|
var React7 = __toESM(require("react"), 1);
|
|
263
263
|
var ReactDOM = __toESM(require("react-dom"), 1);
|
|
264
264
|
|
|
@@ -349,7 +349,7 @@ function getElementRef(element) {
|
|
|
349
349
|
return element.props.ref || element.ref;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
352
|
+
// ../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
|
|
353
353
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
354
354
|
var NODES = [
|
|
355
355
|
"a",
|
|
@@ -412,7 +412,7 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.docum
|
|
|
412
412
|
}, [onEscapeKeyDown, ownerDocument]);
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.
|
|
415
|
+
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.10___11bc29965763a1c4e1c62b1db84ce73c/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
416
416
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
417
417
|
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
418
418
|
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
@@ -617,7 +617,7 @@ function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
|
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
// ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
620
|
+
// ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+_8d26458fa87217734ef1cdbf2fc03180/node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
621
621
|
var React11 = __toESM(require("react"), 1);
|
|
622
622
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
623
623
|
var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
|
|
@@ -821,7 +821,7 @@ function removeLinks(items) {
|
|
|
821
821
|
return items.filter((item) => item.tagName !== "A");
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
// ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
824
|
+
// ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_3ad4e24272ef2d06e19c6ad65924b811/node_modules/@radix-ui/react-portal/dist/index.mjs
|
|
825
825
|
var React12 = __toESM(require("react"), 1);
|
|
826
826
|
var import_react_dom = __toESM(require("react-dom"), 1);
|
|
827
827
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
@@ -835,7 +835,7 @@ var Portal = React12.forwardRef((props, forwardedRef) => {
|
|
|
835
835
|
});
|
|
836
836
|
Portal.displayName = PORTAL_NAME;
|
|
837
837
|
|
|
838
|
-
// ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
838
|
+
// ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.1.9_@types+react@19.1.10__@types+rea_7d38616061dbf89127c9b19685065376/node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
839
839
|
var React23 = __toESM(require("react"), 1);
|
|
840
840
|
var React13 = __toESM(require("react"), 1);
|
|
841
841
|
function useStateMachine(initialState, machine) {
|
|
@@ -1824,7 +1824,7 @@ var hideOthers = function(originalTarget, parentNode, markerName) {
|
|
|
1824
1824
|
return applyAttributeToOthers(targets, activeParentNode, markerName, "aria-hidden");
|
|
1825
1825
|
};
|
|
1826
1826
|
|
|
1827
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
1827
|
+
// ../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
|
|
1828
1828
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
1829
1829
|
var DIALOG_NAME = "Dialog";
|
|
1830
1830
|
var [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);
|
|
@@ -6297,10 +6297,10 @@ var usePaywall = ({
|
|
|
6297
6297
|
};
|
|
6298
6298
|
};
|
|
6299
6299
|
|
|
6300
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
6300
|
+
// ../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
|
|
6301
6301
|
var import_react11 = __toESM(require("react"), 1);
|
|
6302
6302
|
|
|
6303
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
6303
|
+
// ../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
|
|
6304
6304
|
var import_react9 = __toESM(require("react"), 1);
|
|
6305
6305
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
6306
6306
|
var import_react10 = __toESM(require("react"), 1);
|
|
@@ -6368,7 +6368,7 @@ function createCollection(name) {
|
|
|
6368
6368
|
];
|
|
6369
6369
|
}
|
|
6370
6370
|
|
|
6371
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.1.9_@types+react@19.1.10__@
|
|
6371
|
+
// ../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
|
|
6372
6372
|
var React30 = __toESM(require("react"), 1);
|
|
6373
6373
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
6374
6374
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
@@ -6513,7 +6513,7 @@ function useDirection(localDir) {
|
|
|
6513
6513
|
return localDir || globalDir || "ltr";
|
|
6514
6514
|
}
|
|
6515
6515
|
|
|
6516
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
6516
|
+
// ../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
|
|
6517
6517
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
6518
6518
|
var ACCORDION_NAME = "Accordion";
|
|
6519
6519
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|
|
@@ -6872,10 +6872,10 @@ Input.displayName = "Input";
|
|
|
6872
6872
|
// src/libraries/react/components/ui/popover.tsx
|
|
6873
6873
|
var React40 = __toESM(require("react"));
|
|
6874
6874
|
|
|
6875
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
6875
|
+
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+rea_361550b787f32d6b9c5c274e470f0ceb/node_modules/@radix-ui/react-popover/dist/index.mjs
|
|
6876
6876
|
var React39 = __toESM(require("react"), 1);
|
|
6877
6877
|
|
|
6878
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
6878
|
+
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_007ca49c252d46f49cdfb52a53a7b784/node_modules/@radix-ui/react-popper/dist/index.mjs
|
|
6879
6879
|
var React38 = __toESM(require("react"), 1);
|
|
6880
6880
|
|
|
6881
6881
|
// ../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
|
|
@@ -8760,7 +8760,7 @@ var arrow3 = (options, deps) => ({
|
|
|
8760
8760
|
options: [options, deps]
|
|
8761
8761
|
});
|
|
8762
8762
|
|
|
8763
|
-
// ../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@
|
|
8763
|
+
// ../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@_873eb9e252518815ce061a1d819bef8f/node_modules/@radix-ui/react-arrow/dist/index.mjs
|
|
8764
8764
|
var React36 = __toESM(require("react"), 1);
|
|
8765
8765
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
8766
8766
|
var NAME = "Arrow";
|
|
@@ -8819,7 +8819,7 @@ function useSize(element) {
|
|
|
8819
8819
|
return size4;
|
|
8820
8820
|
}
|
|
8821
8821
|
|
|
8822
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
8822
|
+
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_007ca49c252d46f49cdfb52a53a7b784/node_modules/@radix-ui/react-popper/dist/index.mjs
|
|
8823
8823
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
8824
8824
|
var POPPER_NAME = "Popper";
|
|
8825
8825
|
var [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);
|
|
@@ -9086,7 +9086,7 @@ var Anchor = PopperAnchor;
|
|
|
9086
9086
|
var Content3 = PopperContent;
|
|
9087
9087
|
var Arrow2 = PopperArrow;
|
|
9088
9088
|
|
|
9089
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
9089
|
+
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+rea_361550b787f32d6b9c5c274e470f0ceb/node_modules/@radix-ui/react-popover/dist/index.mjs
|
|
9090
9090
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
9091
9091
|
var POPOVER_NAME = "Popover";
|
|
9092
9092
|
var [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [
|
|
@@ -9394,7 +9394,7 @@ var import_react15 = require("react");
|
|
|
9394
9394
|
// src/libraries/react/components/ui/switch.tsx
|
|
9395
9395
|
var React43 = __toESM(require("react"));
|
|
9396
9396
|
|
|
9397
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
9397
|
+
// ../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
|
|
9398
9398
|
var React42 = __toESM(require("react"), 1);
|
|
9399
9399
|
|
|
9400
9400
|
// ../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
|
|
@@ -9410,7 +9410,7 @@ function usePrevious(value) {
|
|
|
9410
9410
|
}, [value]);
|
|
9411
9411
|
}
|
|
9412
9412
|
|
|
9413
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
9413
|
+
// ../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
|
|
9414
9414
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
9415
9415
|
var SWITCH_NAME = "Switch";
|
|
9416
9416
|
var [createSwitchContext, createSwitchScope] = createContextScope(SWITCH_NAME);
|
|
@@ -3,30 +3,30 @@
|
|
|
3
3
|
"use client";
|
|
4
4
|
import {
|
|
5
5
|
PaywallDialog
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-5AWCXHI3.mjs";
|
|
7
7
|
import "../../chunk-URQMBRFZ.mjs";
|
|
8
8
|
import "../../chunk-GUM4HIGI.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-I5ZGIAIX.mjs";
|
|
9
|
+
import "../../chunk-AHFPBGNV.mjs";
|
|
10
|
+
import "../../chunk-OCLWLKH7.mjs";
|
|
11
|
+
import "../../chunk-2CIFBRPG.mjs";
|
|
13
12
|
import "../../chunk-BLM4DAAR.mjs";
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-I5ZGIAIX.mjs";
|
|
14
|
+
import "../../chunk-OGDFDSBE.mjs";
|
|
15
15
|
import "../../chunk-SWSFJTEQ.mjs";
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-BVLKOMJA.mjs";
|
|
17
|
+
import "../../chunk-RZVWBOKP.mjs";
|
|
18
18
|
import "../../chunk-2OHJ6PS6.mjs";
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-3HGWHP3P.mjs";
|
|
20
|
+
import "../../chunk-YJ66CCNM.mjs";
|
|
21
21
|
import "../../chunk-DXHYWJOY.mjs";
|
|
22
22
|
import "../../chunk-WVKYZYFT.mjs";
|
|
23
|
+
import "../../chunk-35JJUJGK.mjs";
|
|
24
|
+
import "../../chunk-HEKBPI6U.mjs";
|
|
23
25
|
import "../../chunk-DIDEEVJB.mjs";
|
|
24
26
|
import "../../chunk-DTAJR247.mjs";
|
|
25
27
|
import "../../chunk-ZQPCEJFK.mjs";
|
|
26
28
|
import "../../chunk-IZEOJCTN.mjs";
|
|
27
29
|
import "../../chunk-4J6OC4ZQ.mjs";
|
|
28
|
-
import "../../chunk-35JJUJGK.mjs";
|
|
29
|
-
import "../../chunk-HEKBPI6U.mjs";
|
|
30
30
|
import "../../chunk-3VPXKYJ3.mjs";
|
|
31
31
|
import "../../chunk-XHXYZVYG.mjs";
|
|
32
32
|
import "../../chunk-RFSQBGLO.mjs";
|
|
@@ -414,12 +414,6 @@ body {
|
|
|
414
414
|
.au-mb-8 {
|
|
415
415
|
margin-bottom: 2rem;
|
|
416
416
|
}
|
|
417
|
-
.au-mr-2 {
|
|
418
|
-
margin-right: 0.5rem;
|
|
419
|
-
}
|
|
420
|
-
.au-mt-0 {
|
|
421
|
-
margin-top: 0px;
|
|
422
|
-
}
|
|
423
417
|
.au-mt-0\.5 {
|
|
424
418
|
margin-top: 0.125rem;
|
|
425
419
|
}
|
|
@@ -450,10 +444,6 @@ body {
|
|
|
450
444
|
.au-grid {
|
|
451
445
|
display: grid;
|
|
452
446
|
}
|
|
453
|
-
.au-size-4 {
|
|
454
|
-
width: 1rem;
|
|
455
|
-
height: 1rem;
|
|
456
|
-
}
|
|
457
447
|
.\!au-h-3 {
|
|
458
448
|
height: 0.75rem !important;
|
|
459
449
|
}
|
|
@@ -475,9 +465,6 @@ body {
|
|
|
475
465
|
.au-h-5 {
|
|
476
466
|
height: 1.25rem;
|
|
477
467
|
}
|
|
478
|
-
.au-h-6 {
|
|
479
|
-
height: 1.5rem;
|
|
480
|
-
}
|
|
481
468
|
.au-h-7 {
|
|
482
469
|
height: 1.75rem;
|
|
483
470
|
}
|
|
@@ -502,15 +489,9 @@ body {
|
|
|
502
489
|
.au-w-4 {
|
|
503
490
|
width: 1rem;
|
|
504
491
|
}
|
|
505
|
-
.au-w-6 {
|
|
506
|
-
width: 1.5rem;
|
|
507
|
-
}
|
|
508
492
|
.au-w-72 {
|
|
509
493
|
width: 18rem;
|
|
510
494
|
}
|
|
511
|
-
.au-w-8 {
|
|
512
|
-
width: 2rem;
|
|
513
|
-
}
|
|
514
495
|
.au-w-80 {
|
|
515
496
|
width: 20rem;
|
|
516
497
|
}
|
|
@@ -550,26 +531,10 @@ body {
|
|
|
550
531
|
.au-origin-\[--radix-popover-content-transform-origin\] {
|
|
551
532
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
552
533
|
}
|
|
553
|
-
.au--translate-y-12 {
|
|
554
|
-
--tw-translate-y: -3rem;
|
|
555
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
556
|
-
}
|
|
557
|
-
.au--translate-y-6 {
|
|
558
|
-
--tw-translate-y: -1.5rem;
|
|
559
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
560
|
-
}
|
|
561
534
|
.au-translate-x-\[-50\%\] {
|
|
562
535
|
--tw-translate-x: -50%;
|
|
563
536
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
564
537
|
}
|
|
565
|
-
.au-translate-y-0 {
|
|
566
|
-
--tw-translate-y: 0px;
|
|
567
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
568
|
-
}
|
|
569
|
-
.au-translate-y-6 {
|
|
570
|
-
--tw-translate-y: 1.5rem;
|
|
571
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
572
|
-
}
|
|
573
538
|
.au-translate-y-\[-50\%\] {
|
|
574
539
|
--tw-translate-y: -50%;
|
|
575
540
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -599,12 +564,6 @@ body {
|
|
|
599
564
|
.au-grid-cols-1 {
|
|
600
565
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
601
566
|
}
|
|
602
|
-
.au-grid-cols-2 {
|
|
603
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
604
|
-
}
|
|
605
|
-
.au-flex-row {
|
|
606
|
-
flex-direction: row;
|
|
607
|
-
}
|
|
608
567
|
.au-flex-col {
|
|
609
568
|
flex-direction: column;
|
|
610
569
|
}
|
|
@@ -650,11 +609,6 @@ body {
|
|
|
650
609
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
651
610
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
652
611
|
}
|
|
653
|
-
.au-space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
654
|
-
--tw-space-y-reverse: 0;
|
|
655
|
-
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
656
|
-
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
657
|
-
}
|
|
658
612
|
.au-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
659
613
|
--tw-space-y-reverse: 0;
|
|
660
614
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -729,10 +683,6 @@ body {
|
|
|
729
683
|
.au-bg-background {
|
|
730
684
|
background-color: hsl(var(--au-background));
|
|
731
685
|
}
|
|
732
|
-
.au-bg-black {
|
|
733
|
-
--tw-bg-opacity: 1;
|
|
734
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
735
|
-
}
|
|
736
686
|
.au-bg-black\/40 {
|
|
737
687
|
background-color: rgb(0 0 0 / 0.4);
|
|
738
688
|
}
|
|
@@ -819,9 +769,6 @@ body {
|
|
|
819
769
|
padding-top: 1.5rem;
|
|
820
770
|
padding-bottom: 1.5rem;
|
|
821
771
|
}
|
|
822
|
-
.au-pb-0 {
|
|
823
|
-
padding-bottom: 0px;
|
|
824
|
-
}
|
|
825
772
|
.au-pb-2 {
|
|
826
773
|
padding-bottom: 0.5rem;
|
|
827
774
|
}
|
|
@@ -918,10 +865,6 @@ body {
|
|
|
918
865
|
.au-text-secondary-foreground {
|
|
919
866
|
color: hsl(var(--au-secondary-foreground));
|
|
920
867
|
}
|
|
921
|
-
.au-text-zinc-400 {
|
|
922
|
-
--tw-text-opacity: 1;
|
|
923
|
-
color: rgb(161 161 170 / var(--tw-text-opacity, 1));
|
|
924
|
-
}
|
|
925
868
|
.au-underline-offset-4 {
|
|
926
869
|
text-underline-offset: 4px;
|
|
927
870
|
}
|
|
@@ -975,10 +918,6 @@ body {
|
|
|
975
918
|
--tw-shadow-color: #a8a29e;
|
|
976
919
|
--tw-shadow: var(--tw-shadow-colored);
|
|
977
920
|
}
|
|
978
|
-
.au-shadow-zinc-800 {
|
|
979
|
-
--tw-shadow-color: #27272a;
|
|
980
|
-
--tw-shadow: var(--tw-shadow-colored);
|
|
981
|
-
}
|
|
982
921
|
.au-outline-none {
|
|
983
922
|
outline: 2px solid transparent;
|
|
984
923
|
outline-offset: 2px;
|
|
@@ -1066,12 +1005,6 @@ body {
|
|
|
1066
1005
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1067
1006
|
}
|
|
1068
1007
|
}
|
|
1069
|
-
.au-slide-in-from-left-1 {
|
|
1070
|
-
--tw-enter-translate-x: -0.25rem;
|
|
1071
|
-
}
|
|
1072
|
-
.au-slide-out-to-left-1 {
|
|
1073
|
-
--tw-exit-translate-x: -0.25rem;
|
|
1074
|
-
}
|
|
1075
1008
|
.au-duration-200 {
|
|
1076
1009
|
animation-duration: 200ms;
|
|
1077
1010
|
}
|