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

[LOOM-1295][BpkClearButton] Remove the BpkClearButton integrate directly with the BpkInput #3403

Merged
merged 3 commits into from
May 2, 2024

Conversation

metalix2
Copy link
Contributor

@metalix2 metalix2 commented May 1, 2024

Remember to include the following changes:

  • Ensure the PR title includes the name of the component you are changing so it's clear in the release notes for consumers of the changes in the version e.g [KOA-123][BpkButton] Updating the colour
  • README.md (If you have created a new component)
  • Component README.md
  • Tests
  • Storybook examples created/updated
  • Type declaration (.d.ts) files updated
  • For breaking changes or deprecating components/properties, migration guides added to the description of the PR. If the guide has large changes, consider creating a new Markdown page inside the component's docs folder and link it here

@metalix2 metalix2 added the patch Patch production bug label May 1, 2024
Comment on lines +189 to +209
// remove any default button styling
padding: 0;
border: 0;
background-color: transparent;
color: tokens.$bpk-text-secondary-day;
cursor: pointer;
appearance: none; // hidden by default

@include bpk-rtl {
right: inherit;
left: bpk-spacing-md();
}

@include utils.bpk-hover {
color: tokens.$bpk-text-primary-day;
}

&:active {
color: tokens.$bpk-text-primary-day;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

github-actions bot commented May 1, 2024

Warnings
⚠️

Package source files (e.g. packages/package-name/src/Component.js) were updated, but snapshots weren't. Have you checked that the tests still pass?

⚠️

Package source files (e.g. packages/package-name/src/Component.tsx) were updated, but type files weren't. Have you checked that no types have changed?

Browser support

If this is a visual change, make sure you've tested it in multiple browsers.

Generated by 🚫 dangerJS against ff481cf

Copy link

github-actions bot commented May 1, 2024

Visit https://backpack.github.io/storybook-prs/3403 to see this build running in a browser.

Copy link

github-actions bot commented May 1, 2024

Visit https://backpack.github.io/storybook-prs/3403 to see this build running in a browser.

Copy link

github-actions bot commented May 2, 2024

Visit https://backpack.github.io/storybook-prs/3403 to see this build running in a browser.

@metalix2 metalix2 changed the title [LOOM-1295][BpkClearButton] Update the BpkClearButton for Class2 fixes [LOOM-1295][BpkClearButton] Remove the BpkClearButton integrate directly with the BpkInput May 2, 2024
Copy link
Contributor

@mungodewar mungodewar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brilliant 👍

@metalix2 metalix2 merged commit 6835caf into main May 2, 2024
9 checks passed
@metalix2 metalix2 deleted the LOOM-1295 branch May 2, 2024 09:21
@metalix2 metalix2 mentioned this pull request May 6, 2024
6 tasks
KathyWang0208 pushed a commit that referenced this pull request May 27, 2024
…tly with the BpkInput (#3403)

* Update the BpkCloseButton for Class2 fixes

* add snapshots

* remove the ClearButton combine with BpkInput

---------

Co-authored-by: metalix2 <matthewr@skyscanner.net>
KathyWang0208 pushed a commit that referenced this pull request May 27, 2024
…tly with the BpkInput (#3403)

* Update the BpkCloseButton for Class2 fixes

* add snapshots

* remove the ClearButton combine with BpkInput

---------

Co-authored-by: metalix2 <matthewr@skyscanner.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Patch production bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants