-
Notifications
You must be signed in to change notification settings - Fork 11
refactor(input:read-only
): aligned technical implementation to Figma specification
#4688
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
refactor(input:read-only
): aligned technical implementation to Figma specification
#4688
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This reverts commit ac86667.
input:read-only
): aligned technical implementation to Figma specification
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.
Pull Request Overview
This PR refactors the read-only input component implementation to align with Figma design specifications. The main changes focus on removing default values for read-only inputs and updating the background color styling.
- Updated background color for read-only inputs from opaque to transparent
- Removed hardcoded values from read-only input showcases
- Updated accessibility snapshots to reflect the removal of default values
Reviewed Changes
Copilot reviewed 8 out of 13 changed files in this pull request and generated no comments.
File | Description |
---|---|
showcases/shared/input.json | Removed hardcoded value props from read-only input showcase examples |
packages/components/src/styles/internal/_form-components.scss | Changed read-only input background from opaque to transparent styling |
snapshots/input/showcase//should-have-same-aria-snapshot/.yaml | Updated accessibility snapshots to reflect removal of textbox values |
…g-von-figma-design-ab
…g-von-figma-design-ab
…g-von-figma-design-ab
Proposed changes
Resolves #4334
co-created with @maximilianklemm
Types of changes
Further comments