Clerk's JavaScript SDK and library monorepo.
- Non-major releases in
packages/clerk-jsandpackages/uiare pushed out to consuming applications without requiring explicit package updates. Extra care must be put into any changes to these packages. - The API exposed from the core Clerk class in
packages/clerk-js/src/core/clerk.tsis a contract that is depended on by internal and external consumers. Changes to this API must be done in a major version to avoid breakage.
- For questions about theming, appearance customization, or the styled system, see
references/theming-architecture.md.