-
Notifications
You must be signed in to change notification settings - Fork 149
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
fix(Dropdown, Popover): use surface.popup.background
token as background
#1753
Conversation
🦋 Changeset detectedLatest commit: 61eb003 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 |
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (1)
- packages/blade/src/components/Dropdown/StyledDropdownOverlay.tsx (1)
Files skipped from review due to trivial changes (1)
- packages/blade/src/components/Dropdown/StyledDropdownOverlay.tsx
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
BundleMonFiles updated (2)
Unchanged files (12)
Total files change -157B -0.03% Final result: ✅ View report in BundleMon website ➡️ |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 61eb003:
|
✅ PR title follows Conventional Commits specification. |
…opdownoverlay-token
* feat: migrate overlay token * Create honest-glasses-sin.md * empty commit * test: update snapshots * docs: changeset rephrasing --------- Co-authored-by: rzpcibot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (8)
- packages/blade/src/components/Popover/Popover.native.tsx (3)
- packages/blade/src/components/Popover/Popover.web.tsx (3)
- packages/blade/src/components/Popover/PopoverContent.tsx (2)
- packages/blade/src/components/Popover/PopoverContentWrapper.native.tsx (2)
- packages/blade/src/components/Popover/PopoverContentWrapper.web.ts (1)
- packages/blade/src/components/Popover/constants.ts (1)
- packages/blade/src/components/Popover/getPopoverContentWrapperStyles.ts (1)
- packages/blade/src/components/Popover/types.ts (2)
Files ignored due to filter (4)
- packages/blade/src/components/Dropdown/tests/snapshots/Dropdown.ssr.test.tsx.snap
- packages/blade/src/components/Dropdown/tests/snapshots/Dropdown.web.test.tsx.snap
- packages/blade/src/components/Input/DropdownInputTriggers/tests/snapshots/AutoComplete.ssr.test.tsx.snap
- packages/blade/src/components/Input/DropdownInputTriggers/tests/snapshots/AutoComplete.web.test.tsx.snap
Files not summarized due to errors (4)
- packages/blade/src/components/Popover/PopoverContent.tsx (nothing obtained from openai)
- packages/blade/src/components/Popover/PopoverContentWrapper.web.ts (nothing obtained from openai)
- packages/blade/src/components/Popover/PopoverContentWrapper.native.tsx (nothing obtained from openai)
- packages/blade/src/components/Popover/getPopoverContentWrapperStyles.ts (nothing obtained from openai)
Files not reviewed due to errors (4)
- packages/blade/src/components/Popover/getPopoverContentWrapperStyles.ts (no response)
- packages/blade/src/components/Popover/PopoverContentWrapper.native.tsx (no response)
- packages/blade/src/components/Popover/PopoverContentWrapper.web.ts (no response)
- packages/blade/src/components/Popover/PopoverContent.tsx (no response)
Files skipped from review due to trivial changes (4)
- packages/blade/src/components/Popover/Popover.native.tsx
- packages/blade/src/components/Popover/Popover.web.tsx
- packages/blade/src/components/Popover/constants.ts
- packages/blade/src/components/Popover/types.ts
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (1)
- .changeset/new-crabs-dream.md (1)
Files ignored due to filter (2)
- packages/blade/src/components/Popover/tests/snapshots/Popover.native.test.tsx.snap
- packages/blade/src/components/Popover/tests/snapshots/Popover.web.test.tsx.snap
Files not reviewed due to errors (1)
- .changeset/new-crabs-dream.md (no response)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
surface.popup.background
token as background
…round (#1753) * fix: change overlay token * fix: update web snapshots * feat(tokens): add new tokens * feat(tokens): add new tokens * fix: remove old changes * fix: remove npmrc * feat: migrate overlay tokens (#1772) * feat: migrate overlay token * Create honest-glasses-sin.md * empty commit * test: update snapshots * docs: changeset rephrasing --------- Co-authored-by: rzpcibot <[email protected]> * fix: payment theme conflict * feat: use popup token in popover * test: snapshots update * Create new-crabs-dream.md * fix: remove old changeset --------- Co-authored-by: rzpcibot <[email protected]>
Dropdown
Popover