-
Notifications
You must be signed in to change notification settings - Fork 20
feat(pie-list): DSW-4116 plain text list/list-item #2989
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
Merged
Merged
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
84cdde4
feat(pie-css): DSW-4116 mixin for slotted element allowlists
jamieomaguire fcccb12
fix lint
jamieomaguire 3888ebb
initial list-item markup and props
jamieomaguire 42ec0f1
basic list item structure styling
jamieomaguire 1d4999c
typograpghy
jamieomaguire 8d46787
add named slots to the scss mixin
jamieomaguire c4ebbd4
borders
jamieomaguire 6e7a7f8
fix lint
jamieomaguire 122d831
comment
jamieomaguire 842e10a
compact padding
jamieomaguire 1ababb4
fix lint
jamieomaguire 06126b2
icons, fix trailing slot display, flex alignment and lint fixes
jamieomaguire 28bd389
todo readme comments
jamieomaguire a2a95a1
handle multiline text and more story demos
jamieomaguire 4df3e20
fix lint
jamieomaguire 168df5c
organise stories
jamieomaguire f8da6db
handle avatar padding quirk and disallow large comps in compact mode
jamieomaguire 21c1fe7
readme and slot policing
jamieomaguire e6dde0f
add tests + readme and fix metatext single line alignment
jamieomaguire 6ee328c
fix lint
jamieomaguire ad6a8e0
test scss mixin
jamieomaguire dc88e5b
tidy ts
jamieomaguire 81930b6
safari firefox style fix
jamieomaguire d0a6b48
display block list-items
jamieomaguire 6c43400
Merge branch 'main' into dsw-4116-plaintext-list
jamieomaguire 8016ae4
remove slot policing
jamieomaguire fb1a059
apply gap padding to slotted trailing content and metatext instead of…
jamieomaguire 6a5aaa1
Merge branch 'main' into dsw-4116-plaintext-list
jamieomaguire b56148f
Merge branch 'main' into dsw-4116-plaintext-list
jamieomaguire d1b3cb3
rename default story
jamieomaguire 72f5f1e
no longer reflect props
jamieomaguire 16cf329
classmap
jamieomaguire 928cf3e
Merge branch 'main' into dsw-4116-plaintext-list
jamieomaguire 490c8e3
tidy up css overrides and variable names
jamieomaguire d26d751
Merge branch 'main' into dsw-4116-plaintext-list
jamieomaguire 8770bcb
update css
jamieomaguire 73d4dbe
update alignment override var
jamieomaguire 5fbfca9
remove requiredpropertyvalue decorator use
jamieomaguire 13cb968
camelCase and boolean bindings
jamieomaguire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@justeattakeaway/pie-storybook": minor | ||
| --- | ||
|
|
||
| [Added] - New pie list examples for the plain text list/list item |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@justeattakeaway/pie-list": minor | ||
| --- | ||
|
|
||
| [Added] - Plain text list/list item component variation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| import { Meta } from '@storybook/addon-docs/blocks'; | ||
| import { Markdown } from '@storybook/addon-docs/blocks'; | ||
| import readme from '@justeattakeaway/pie-list/README.md?raw'; | ||
|
|
||
| <Meta title="Components/List" name="Overview" /> | ||
| <Markdown>{readme}</Markdown> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.