Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clerk-js,themes): Introduce internal polished theme and a clerk theme that enables opt out #2753

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

desiprisg
Copy link
Contributor

@desiprisg desiprisg commented Feb 7, 2024

Description

Have fancy css in a separate internal theme in order to keep the codebase cleaner, and enable opt-out via a dummy theme.

import { reset } from '@clerk/themes';

 <ClerkProvider
      appearance={{
        baseTheme: [reset, customTheme],
        variables: {
            ...
        },
      }}
      {...pageProps}
 >

This would also work as expected (only signIn would be reset):

import { reset } from '@clerk/themes';

 <ClerkProvider
      appearance={{
        signIn: [reset, customTheme],
        variables: {
            ...
        },
      }}
      {...pageProps}
 >

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

Copy link

changeset-bot bot commented Feb 7, 2024

🦋 Changeset detected

Latest commit: 1ab6b8f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@desiprisg desiprisg force-pushed the george/sdk-1301-create-the-clerkpolished-theme branch from a283016 to 052048c Compare February 7, 2024 17:48
@desiprisg desiprisg self-assigned this Feb 7, 2024
@desiprisg
Copy link
Contributor Author

desiprisg commented Feb 7, 2024

Transfering/adding more styles to polishedAppearance soon.

@desiprisg
Copy link
Contributor Author

!preview

@clerk-cookie
Copy link
Collaborator

clerk-cookie commented Feb 7, 2024

Hey @desiprisg, your preview is available.

Status Preview Updated (UTC)
🍪 Deployed Visit preview Feb 07, 2024 05:54 PM

@desiprisg desiprisg force-pushed the george/sdk-1301-create-the-clerkpolished-theme branch from 052048c to 470e98c Compare February 8, 2024 12:12
@desiprisg desiprisg force-pushed the george/sdk-1301-create-the-clerkpolished-theme branch from 470e98c to 1ab6b8f Compare February 8, 2024 12:36
@desiprisg desiprisg added this pull request to the merge queue Feb 8, 2024
Merged via the queue into main with commit aad8052 Feb 8, 2024
@desiprisg desiprisg deleted the george/sdk-1301-create-the-clerkpolished-theme branch February 8, 2024 12:56
@anagstef anagstef mentioned this pull request Feb 8, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants