-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-testing-library to v7 (#…
…3967) * chore(deps): update dependency eslint-plugin-testing-library to v7 * chore: remove @eslint/compat dependency * chore: lint md files UITOOL-284 --------- Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com> Co-authored-by: Germain Bergeron <[email protected]>
- Loading branch information
1 parent
b3a514d
commit 89ccad4
Showing
17 changed files
with
119 additions
and
240 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -17,8 +17,8 @@ Help text provides extra guidance on what information to provide or how the user | |
Help text should be **short, preferably on one line**. | ||
There are two ways to provide help text: | ||
|
||
- Written instructions (e.g., "Provide your business email.") | ||
- Example (e.g., "E.g., [email protected]") | ||
- Written instructions (e.g., "Provide your business email.") | ||
- Example (e.g., "E.g., [email protected]") | ||
|
||
A combination of both is also acceptable. | ||
|
||
|
@@ -37,6 +37,6 @@ If providing the information is optional, the text input will be automatically t | |
|
||
If your use case doesn't match the guidelines above, consider using one of the following components instead: | ||
|
||
- [Text Area](https://plasma.coveo.com/form/TextArea) - When users need to enter longer text. | ||
- [Numeric input](https://plasma.coveo.com/form/NumericInput) - When only numerical characters are allowed. | ||
- [Single select](https://plasma.coveo.com/form/SingleSelect) - When users need to select an option from a list instead. | ||
- [Text Area](https://plasma.coveo.com/form/TextArea) - When users need to enter longer text. | ||
- [Numeric input](https://plasma.coveo.com/form/NumericInput) - When only numerical characters are allowed. | ||
- [Single select](https://plasma.coveo.com/form/SingleSelect) - When users need to select an option from a list instead. |
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Do | ||
|
||
- The text must be direct and to the point, ideally a max of 3 lines. Link to external documentation when detailed explanations are required. | ||
- Tooltips must **appear in empty areas** of the screen, or on top of less relevant information. | ||
- Only show **one Tooltip at a time**. | ||
- The text must be direct and to the point, ideally a max of 3 lines. Link to external documentation when detailed explanations are required. | ||
- Tooltips must **appear in empty areas** of the screen, or on top of less relevant information. | ||
- Only show **one Tooltip at a time**. | ||
|
||
# Do Not | ||
|
||
- Use tooltips to display **required information**. Pertinent information must be presented in the regular text. | ||
- Add tooltips that display the same text as what **can already be read in the interface** (e.g., a tooltip with "Print" is not necessary on a button with the label “Print”). | ||
- Use tooltips for information regarding **errors or warnings**. Displaying this information is too important to depend on hovering. | ||
- Use tooltips to display **required information**. Pertinent information must be presented in the regular text. | ||
- Add tooltips that display the same text as what **can already be read in the interface** (e.g., a tooltip with "Print" is not necessary on a button with the label “Print”). | ||
- Use tooltips for information regarding **errors or warnings**. Displaying this information is too important to depend on hovering. |
Oops, something went wrong.