File tree Expand file tree Collapse file tree 4 files changed +46
-10
lines changed
react-router/src/__tests__/__snapshots__
tanstack-react-start/src/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +46
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ exports[`public exports > should not include a breaking change 1`] = `
44[
55 "APIKeys",
66 "AuthenticateWithRedirectCallback",
7+ "CheckoutButton",
8+ "CheckoutProvider",
79 "ClerkDegraded",
810 "ClerkFailed",
911 "ClerkLoaded",
@@ -14,6 +16,7 @@ exports[`public exports > should not include a breaking change 1`] = `
1416 "OrganizationList",
1517 "OrganizationProfile",
1618 "OrganizationSwitcher",
19+ "PlanDetailsButton",
1720 "PricingTable",
1821 "Protect",
1922 "RedirectToCreateOrganization",
@@ -29,20 +32,27 @@ exports[`public exports > should not include a breaking change 1`] = `
2932 "SignUpButton",
3033 "SignedIn",
3134 "SignedOut",
35+ "SubscriptionDetailsButton",
3236 "UserAvatar",
3337 "UserButton",
3438 "UserProfile",
3539 "Waitlist",
3640 "useAuth",
41+ "useCheckout",
3742 "useClerk",
3843 "useEmailLink",
3944 "useOrganization",
4045 "useOrganizationList",
46+ "usePaymentAttempts",
47+ "usePaymentMethods",
48+ "usePlans",
4149 "useReverification",
4250 "useSession",
4351 "useSessionList",
4452 "useSignIn",
4553 "useSignUp",
54+ "useStatements",
55+ "useSubscription",
4656 "useUser",
4757]
4858` ;
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ export {
2828 UserButton ,
2929 UserProfile ,
3030 Waitlist ,
31+ CheckoutButton ,
32+ SubscriptionDetailsButton ,
33+ PlanDetailsButton ,
3134 useAuth ,
3235 useClerk ,
3336 useEmailLink ,
@@ -39,4 +42,11 @@ export {
3942 useSignIn ,
4043 useSignUp ,
4144 useUser ,
45+ useSubscription ,
46+ useStatements ,
47+ usePaymentAttempts ,
48+ usePaymentMethods ,
49+ usePlans ,
50+ CheckoutProvider ,
51+ useCheckout ,
4252} from '@clerk/react' ;
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ exports[`root public exports > should not change unexpectedly 1`] = `
1818[
1919 "APIKeys",
2020 "AuthenticateWithRedirectCallback",
21+ "CheckoutButton",
22+ "CheckoutProvider",
2123 "ClerkDegraded",
2224 "ClerkFailed",
2325 "ClerkLoaded",
@@ -28,6 +30,9 @@ exports[`root public exports > should not change unexpectedly 1`] = `
2830 "OrganizationList",
2931 "OrganizationProfile",
3032 "OrganizationSwitcher",
33+ "PaymentElement",
34+ "PaymentElementProvider",
35+ "PlanDetailsButton",
3136 "PricingTable",
3237 "Protect",
3338 "RedirectToCreateOrganization",
@@ -44,26 +49,29 @@ exports[`root public exports > should not change unexpectedly 1`] = `
4449 "SignUpButton",
4550 "SignedIn",
4651 "SignedOut",
52+ "SubscriptionDetailsButton",
4753 "TaskChooseOrganization",
4854 "UserAvatar",
4955 "UserButton",
5056 "UserProfile",
5157 "Waitlist",
52- "__experimental_CheckoutProvider",
53- "__experimental_PaymentElement",
54- "__experimental_PaymentElementProvider",
55- "__experimental_useCheckout",
56- "__experimental_usePaymentElement",
5758 "useAuth",
59+ "useCheckout",
5860 "useClerk",
5961 "useEmailLink",
6062 "useOrganization",
6163 "useOrganizationList",
64+ "usePaymentAttempts",
65+ "usePaymentElement",
66+ "usePaymentMethods",
67+ "usePlans",
6268 "useReverification",
6369 "useSession",
6470 "useSessionList",
6571 "useSignIn",
6672 "useSignUp",
73+ "useStatements",
74+ "useSubscription",
6775 "useUser",
6876]
6977` ;
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ exports[`root public exports > should not change unexpectedly 1`] = `
2323[
2424 "APIKeys",
2525 "AuthenticateWithRedirectCallback",
26+ "CheckoutButton",
27+ "CheckoutProvider",
2628 "ClerkDegraded",
2729 "ClerkFailed",
2830 "ClerkLoaded",
@@ -33,6 +35,9 @@ exports[`root public exports > should not change unexpectedly 1`] = `
3335 "OrganizationList",
3436 "OrganizationProfile",
3537 "OrganizationSwitcher",
38+ "PaymentElement",
39+ "PaymentElementProvider",
40+ "PlanDetailsButton",
3641 "PricingTable",
3742 "Protect",
3843 "RedirectToCreateOrganization",
@@ -49,26 +54,29 @@ exports[`root public exports > should not change unexpectedly 1`] = `
4954 "SignUpButton",
5055 "SignedIn",
5156 "SignedOut",
57+ "SubscriptionDetailsButton",
5258 "TaskChooseOrganization",
5359 "UserAvatar",
5460 "UserButton",
5561 "UserProfile",
5662 "Waitlist",
57- "__experimental_CheckoutProvider",
58- "__experimental_PaymentElement",
59- "__experimental_PaymentElementProvider",
60- "__experimental_useCheckout",
61- "__experimental_usePaymentElement",
6263 "useAuth",
64+ "useCheckout",
6365 "useClerk",
6466 "useEmailLink",
6567 "useOrganization",
6668 "useOrganizationList",
69+ "usePaymentAttempts",
70+ "usePaymentElement",
71+ "usePaymentMethods",
72+ "usePlans",
6773 "useReverification",
6874 "useSession",
6975 "useSessionList",
7076 "useSignIn",
7177 "useSignUp",
78+ "useStatements",
79+ "useSubscription",
7280 "useUser",
7381]
7482` ;
You can’t perform that action at this time.
0 commit comments