-
Notifications
You must be signed in to change notification settings - Fork 14
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(styles, documentation): styles update text input #3229
Conversation
🦋 Changeset detectedLatest commit: ce4b306 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
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 |
@davidritter-dotcom, blocking PR is merged. |
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.
…isspost/design-system into 2527-styles-update-text-input
Quality Gate passedIssues Measures |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @swisspost/[email protected] ### Major Changes - Upgraded to Angular 18 (by [@gfellerph](https://github.com/gfellerph) with [#3243](#3243)) ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Upgraded to Angular 18 (by [@gfellerph](https://github.com/gfellerph) with [#3243](#3243)) ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Upgraded to Angular 18 (by [@gfellerph](https://github.com/gfellerph) with [#3243](#3243)) ### Patch Changes - Removed the icon from inside form-controls (`input`, `select`, `textarea`). (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#3229](#3229)) ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Upgraded to Angular 18 (by [@gfellerph](https://github.com/gfellerph) with [#3243](#3243)) ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added `Components/Notifications` tokens. Added semantic tokens (`mode/light`, `mode/dark`, `device/desktop`, `device/tablet`, `device/mobile`, `channel/idk`, `channel/edk` and `theme/post`), to link `core` tokens to the `Components/Notifications` tokens. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3262](#3262)) - Added core tokens for `color`, `dimensions`, `font-weight`, `font-size`, `line-height`, `letter-spacing`, `font-family`, `elevation` and `border`. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3262](#3262)) - Added `Components/Interactives` tokens. Added semantic tokens (`mode/light`, `mode/dark`, `device/desktop`, `device/tablet`, `device/mobile`, `channel/idk`, `channel/edk` and `theme/post`), to link `core` tokens to the `Components/Interactives` tokens. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3262](#3262)) ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Removed the icon from inside form-controls (`input`, `select`, `textarea`). (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#3229](#3229)) - Added a migration section that explains how to go from 7 to 8. (by [@gfellerph](https://github.com/gfellerph) with [#3243](#3243)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Waiting for the following PR to be merged because the icon in the validation message gets added in that PR and the icon inside the input field gets deleted in this one.