feat(scripts): add consent manager ui and internationalization#2650
Merged
matthewvolk merged 1 commit intocanaryfrom Oct 28, 2025
Merged
feat(scripts): add consent manager ui and internationalization#2650matthewvolk merged 1 commit intocanaryfrom
matthewvolk merged 1 commit intocanaryfrom
Conversation
🦋 Changeset detectedLatest commit: 0d39631 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jorgemoya
approved these changes
Oct 28, 2025
| <ConsentManagerProvider> | ||
| <NuqsAdapter> | ||
| <StreamableAnalyticsProvider data={streamableAnalyticsData} /> | ||
| <Providers> |
Contributor
There was a problem hiding this comment.
Unrelated but I wonder if we should remove Providers and just inline everything here.
Contributor
Author
There was a problem hiding this comment.
Yeah honestly I was thinking the same thing
6fe898f to
05f9b3e
Compare
05f9b3e to
b823c15
Compare
chanceaclark
approved these changes
Oct 28, 2025
b823c15 to
1f03d80
Compare
1f03d80 to
0d39631
Compare
This was referenced Oct 28, 2025
jamesqquick
pushed a commit
that referenced
this pull request
Feb 11, 2026
chanceaclark
pushed a commit
that referenced
this pull request
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
Depends on #2643
What/Why?
Adds a consent manager UI and internationalization by integrating the C15T
CookieBannerandConsentManagerDialogwith Catalyst components. The update includes:Testing
Confirm the
ConsentManagerProviderfrom@/lib/consent-manageris added to your root layout.Migration
New files:
core/components/consent-manager/consent-manager-dialog.tsx— dialog and widgetcore/components/consent-manager/cookie-banner.tsx— banner componentLayout updates:
ConsentManagerProvideraround app contentCookieBannerConsentManagerDialogi18n updates:
Components.ConsentManager.Common,.CookieBanner,.Dialog, and.ConsentTypesBreaking changes:
ConsentManagerProvider,CookieBanner,ConsentManagerDialog, and translations to your layoutIntegration:
Components.ConsentManager.Common.*Components.ConsentManager.CookieBanner.*Components.ConsentManager.Dialog.*Components.ConsentManager.ConsentTypes.*