-
Notifications
You must be signed in to change notification settings - Fork 537
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(TextInput): Convert TextInput (Part 2) - Update CSS to use data attributes #5257
feat(TextInput): Convert TextInput (Part 2) - Update CSS to use data attributes #5257
Conversation
🦋 Changeset detectedLatest commit: 6e9f2e7 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 |
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
…am/remove-textinput-width-props
…thub.com/primer/react into hussam-i-am/remove-textinput-width-props
…thub.com/primer/react into revert-5256-revert-5242-hussam-i-am/text-input-data-attrs
…256-revert-5242-hussam-i-am/text-input-data-attrs
const defaultStyles = renderStyles(<Textarea block />) | ||
const blockStyles = renderStyles(<Textarea />) | ||
const defaultStyles = renderStyles(<Textarea />) | ||
const blockStyles = renderStyles(<Textarea block />) |
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.
Updated so that variable names match component props
…thub.com/primer/react into revert-5256-revert-5242-hussam-i-am/text-input-data-attrs
…56-revert-5242-hussam-i-am/text-input-data-attrs
Failing integration tests are the same owns failing in main #5276 |
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/351099 |
🔴 golden-jobs completed with status |
Changelog
New
Changed
get
calls with CSS variables and removed fallbacksRemoved
Rollout strategy
Testing & Reviewing
Not sure if it is a known issue but it seems that passing in
small
forsize
does not currently do anything, whereas with the changes made, we are getting smaller inputsMerge checklist