feat(ui): Make lightDark theme the default#7571
feat(ui): Make lightDark theme the default#7571alexcarpenter merged 2 commits intoalexcarpenter/light-dark-themefrom
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
!snapshot |
|
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/agent-toolkit@0.2.9-snapshot.v20260109144517 --save-exact
npm i @clerk/astro@3.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/backend@3.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/chrome-extension@3.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/clerk-js@6.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/dev-cli@1.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/expo@3.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/expo-passkeys@1.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/express@2.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/fastify@2.6.9-snapshot.v20260109144517 --save-exact
npm i @clerk/localizations@4.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/nextjs@7.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/nuxt@2.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/react@6.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/react-router@3.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/shared@4.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/tanstack-react-start@1.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/testing@2.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/ui@1.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/upgrade@2.0.0-snapshot.v20260109144517 --save-exact
npm i @clerk/vue@2.0.0-snapshot.v20260109144517 --save-exact |
|
!snapshot |
|
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/agent-toolkit@0.2.9-snapshot.v20260109184713 --save-exact
npm i @clerk/astro@3.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/backend@3.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/chrome-extension@3.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/clerk-js@6.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/dev-cli@1.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/expo@3.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/expo-passkeys@1.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/express@2.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/fastify@2.6.9-snapshot.v20260109184713 --save-exact
npm i @clerk/localizations@4.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/nextjs@7.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/nuxt@2.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/react@6.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/react-router@3.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/shared@4.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/tanstack-react-start@1.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/testing@2.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/ui@1.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/upgrade@2.0.0-snapshot.v20260109184713 --save-exact
npm i @clerk/vue@2.0.0-snapshot.v20260109184713 --save-exact |
17c6785
into
alexcarpenter/light-dark-theme
Description
This PR builds upon https://github.com/clerk/javascript/tree/alexcarpenter/light-dark-theme by making the default theme use light-dark theming instead of needing to install a separate theme.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change