-
Notifications
You must be signed in to change notification settings - Fork 23
refactor: remove nested modifier and unused multiline prop from unordered list mixins and stories #3113
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
base: main
Are you sure you want to change the base?
refactor: remove nested modifier and unused multiline prop from unordered list mixins and stories #3113
Changes from all commits
69f33f4
d727980
7fd4551
1d94211
3a6e998
ec37b87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@utrecht/unordered-list-css": patch | ||
| --- | ||
|
|
||
| The --nested modifier of the UnorderedList became redundant after refactoring the component. The nested lists now have the correct spacing without using the modifier. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@utrecht/design-tokens": major | ||
| --- | ||
|
|
||
| Removed `utrecht.unordered-list.nested.padding-inline-start` token. The `nested` token of the UnorderedList became redundant after refactoring the component. The nested lists now have the correct spacing without using the token. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,8 +31,8 @@ | |
| "@commitlint/cli": "19.3.0", | ||
| "@commitlint/config-conventional": "19.2.2", | ||
| "@lerna-lite/cli": "3.5.1", | ||
| "@nrwl/cli": "15.9.7", | ||
| "@nrwl/nx-cloud": "15.3.5", | ||
| "@nrwl/cli": "15.9.3", | ||
| "@nrwl/nx-cloud": "19.1.3", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Waarom past deze PR dependencies aan, is dat de bedoeling? If anything, denk ik dat |
||
| "@nrwl/web": "15.9.7", | ||
| "@nrwl/workspace": "15.9.7", | ||
| "@typescript-eslint/eslint-plugin": "8.56.1", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -351,7 +351,6 @@ export const CenterMultiline: Story = { | |
| export const CenterMultilineNested: Story = { | ||
| args: { | ||
| center: true, | ||
| multiline: true, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you remove this on purpose? Since the story id and story name still imply 'multiline' |
||
| items: createNestedItems(1, 4, true), | ||
| }, | ||
| name: 'Center (multiline, nested 4 levels)', | ||
|
|
@@ -417,7 +416,6 @@ export const NarrowContainerCenter: Story = { | |
| export const NarrowContainerCenterLongText: Story = { | ||
| args: { | ||
| center: true, | ||
| multiline: true, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you remove this on purpose? Since the story name still implies 'multiline'
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dit moet denk ik wel teruggezet worden inderdaad
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Voor zover ik heb gezien werd er niks gedaan met de |
||
| items: [ | ||
| { | ||
| children: | ||
|
|
||
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.