Skip to content

refactor: guidelines 3.0 radio style #70

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

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7de4353
chore: code formatting
mfranzke Oct 3, 2022
8649337
feat: added sizes
mfranzke Oct 3, 2022
2e27aa9
refactor: added required state
mfranzke Oct 3, 2022
5b4c13d
refactor: further design adaptions
mfranzke Oct 3, 2022
b390125
chore: adapted to (and reduced) test URL list
mfranzke Oct 3, 2022
496dc10
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Oct 23, 2022
3bc0831
chore: stylelint feedback
mfranzke Oct 23, 2022
8190f81
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Nov 4, 2022
c88b2f5
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Nov 4, 2022
ccb83e8
chore: housekeeping
mfranzke Nov 4, 2022
c70b3d6
refactor: required asterisk doesn't have a prepending space any more
mfranzke Nov 4, 2022
112eee1
refactor: simplified sizing by using aspect-ratio
mfranzke Nov 4, 2022
bc42609
refactor: simplified sizing by using aspect-ratio
mfranzke Nov 4, 2022
a1445fa
refactor: simplified color usage
mfranzke Nov 4, 2022
422549f
chore: added a comment
mfranzke Nov 4, 2022
bdc31a4
refactor: rework on the sizes available
mfranzke Nov 4, 2022
fb5eac8
style: further sizing related refactorings
mfranzke Nov 4, 2022
2412f8b
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Nov 10, 2022
4d59b53
refactor: radio styling
mfranzke Nov 10, 2022
2643da3
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Nov 15, 2022
40c2fb8
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Nov 16, 2022
5a4480d
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Jan 13, 2023
6397004
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Jan 27, 2023
efba356
Merge branch 'dbux-3' into refactor-guidelines-3-radio-style
mfranzke Jan 27, 2023
14f6466
style: adapted radio stylings
mfranzke Jan 27, 2023
f5d7c94
docs: added entry to migrationguide
mfranzke Jan 27, 2023
9e704e7
chore: regenerated lock file
mfranzke Jan 31, 2023
917df68
refactor: added necessary references
mfranzke Jan 31, 2023
87ec7fe
refactor: adapted dynamic border-width
mfranzke Feb 10, 2023
3d58037
style: adapted the styles
mfranzke Feb 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/migrationGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We've remove the deprecated previous HTML implementation of the label by an `out

=== `input`

- The input background style variations `semitransparent`, `solid`, `white` and `outline` have been removed. Input fields have only one background style left.
- The input background style variations `semitransparent`, `solid`, `white` and `outline` have been removed. Input fields have only one background style left.
- Introducing 3 different sizes of input fields according to our `tonality` introduction: `functional`, `regular`, `expressive
- Integration of `data-icon-before` and `data-icon-after` property for enabling use of custom icons in input fields
- Introducing new variations: `error`, `warning`, `success` and `information` following the new guidelines 3.0 color system
Expand All @@ -50,6 +50,11 @@ We've remove the deprecated previous HTML implementation of the label by an `out
- Changed use of `data-variant` to use with `primary` and used `data-content` attribute for differentiation between `internal` and `external`
- Font-size definition has moved to DB UI Base due to our `tonality` introduction (default and for `data-size=small`)

=== `radio`

- Introducing 3 different sizes of radio elements according to our `tonality` introduction: `functional`, `regular`, `expressive
- Additionally to set the size via `tonality`, we've even also introduced a `size` setting for the radios, with which you could decrease the size by one level

== DB UI Core 2.2.0 Migration Guide

=== progress element
Expand Down
Loading