@@ -63,9 +63,12 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
6363 "types/create-organization-params.mdx",
6464 "types/element-object-key.mdx",
6565 "types/elements-config.mdx",
66+ "types/errors.mdx",
6667 "types/experimental_checkout-button-props.mdx",
6768 "types/experimental_plan-details-button-props.mdx",
6869 "types/experimental_subscription-details-button-props.mdx",
70+ "types/field-error.mdx",
71+ "types/field-errors.mdx",
6972 "types/for-payer-type.mdx",
7073 "types/get-payment-attempts-params.mdx",
7174 "types/get-payment-sources-params.mdx",
@@ -119,9 +122,12 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
119122 "types/session-verification-types.mdx",
120123 "types/set-active-params.mdx",
121124 "types/set-active.mdx",
125+ "types/sign-in-future-resource.mdx",
122126 "types/sign-in-resource.mdx",
127+ "types/sign-in-signal-value.mdx",
123128 "types/sign-out.mdx",
124129 "types/sign-up-authenticate-with-metamask-params.mdx",
130+ "types/sign-up-future-resource.mdx",
125131 "types/sign-up-resource.mdx",
126132 "types/signed-in-session-resource.mdx",
127133 "types/state-selectors.mdx",
@@ -203,19 +209,27 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
203209 "nextjs/current-user.mdx",
204210 "nextjs/get-auth.mdx",
205211 "clerk-react/api-keys.mdx",
212+ "clerk-react/checkout-button-props.mdx",
213+ "clerk-react/checkout-button.mdx",
206214 "clerk-react/clerk-provider-props.mdx",
215+ "clerk-react/plan-details-button-props.mdx",
216+ "clerk-react/plan-details-button.mdx",
207217 "clerk-react/protect.mdx",
208218 "clerk-react/redirect-to-create-organization.mdx",
209219 "clerk-react/redirect-to-organization-profile.mdx",
210220 "clerk-react/redirect-to-user-profile.mdx",
221+ "clerk-react/subscription-details-button-props.mdx",
222+ "clerk-react/subscription-details-button.mdx",
211223 "clerk-react/use-auth.mdx",
212224 "clerk-react/use-clerk.mdx",
213225 "clerk-react/use-organization-list.mdx",
214226 "clerk-react/use-organization.mdx",
215227 "clerk-react/use-reverification.mdx",
216228 "clerk-react/use-session-list.mdx",
217229 "clerk-react/use-session.mdx",
230+ "clerk-react/use-sign-in-signal.mdx",
218231 "clerk-react/use-sign-in.mdx",
232+ "clerk-react/use-sign-up-signal.mdx",
219233 "clerk-react/use-sign-up.mdx",
220234 "clerk-react/use-user.mdx",
221235 "backend/allowlist-identifier.mdx",
0 commit comments