-
Notifications
You must be signed in to change notification settings - Fork 8
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(pie-docs): DSW-2324 update the tag overview docs #2067
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 32ea1ac The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
0ab86dc
to
99e9dfc
Compare
} %} | ||
|
||
{% list { | ||
type: listTypes.ordered, | ||
items: [ | ||
"**Icon (Optional):** Visually supports the label.", | ||
"**Label:** Provides information about the content or purpose of the tag.", | ||
"**Container**: Background container that organises the information." | ||
"**Label:** Provides informative information to the user.", |
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.
I can feel Xander disapproving of this wording across the planet - I think "informative information" might be redundant. Could we remove "informative" please?
"**Label:** Provides informative information to the user.", | |
"**Label:** Provides information to the user.", |
"**Label:** Provides information about the content or purpose of the tag.", | ||
"**Container**: Background container that organises the information." | ||
"**Label:** Provides informative information to the user.", | ||
"**Trailing icon (Optional):** Indicates additional actions or further interactions." |
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.
Just to check we haven't missed a requirement here - does the trailing icon emit a different event to the leading?
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.
both leading and trailing icons don't emit any event, they are pure visuals.
|
||
Tag can use colour for visual categorisation. | ||
The non-interactive variation should be used by default, and should be used when the tag doesn’t require any interactive features tied to the instance. |
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.
The non-interactive variation should be used by default, and should be used when the tag doesn’t require any interactive features tied to the instance. | |
The non-interactive variation should be used by default, and should be used when the tag doesn’t require any interactivity. |
Describe your changes (can list changeset entries if preferable)
Author Checklist (complete before requesting a review)
Reviewer checklists (complete before approving)
Reviewer 1
Reviewer 2