diff --git a/src/components/StatusIndicatorTable/StatusIndicatorRow.js b/src/components/StatusIndicatorTable/StatusIndicatorRow.js index f3e0bf0bb7e..d840192f535 100644 --- a/src/components/StatusIndicatorTable/StatusIndicatorRow.js +++ b/src/components/StatusIndicatorTable/StatusIndicatorRow.js @@ -47,7 +47,7 @@ export const StatusIconGroup = ({ theme = 'light', children, attention }) => { const StatusIndicatorRow = ({ attention, fileNames, - name, + severitylevel, token, description, usage, @@ -77,7 +77,7 @@ const StatusIndicatorRow = ({ - {name} + {severitylevel} {token} {description} diff --git a/src/components/StatusIndicatorTable/StatusIndicatorTable.js b/src/components/StatusIndicatorTable/StatusIndicatorTable.js index 810efcf0115..7a3ec85de21 100644 --- a/src/components/StatusIndicatorTable/StatusIndicatorTable.js +++ b/src/components/StatusIndicatorTable/StatusIndicatorTable.js @@ -21,14 +21,14 @@ const StatusIndicatorTable = ({ attention }) => ( Icon - Name + Severity level Overview -Choosing for context -Ingredients -Variants -Formatting +Designing with status indicators +Icon indicator +Shape indicator +Badge indicator +Differential indicator Accessibility Related References @@ -32,12 +33,10 @@ and identify status and respond accordingly. ## Overview -An indicator highlights a page element and informs the user of something that -needs the user’s attention. Often, the indicator will denote that there has been -a change to a particular item. They are frequently used to signal validation -errors or notifications, changes, or updates. They can also be used on their -own. Indicators are visual cues intended to attract the user's attention to a -piece of content or UI element that is dynamic in nature. +Indicators help users notice important changes or issues on a page. They are +often used to show notifications, prioritized tasks, statuses, or updates. By +drawing attention to specific elements, indicators guide users to what they need +to focus on. In this pattern we explore: @@ -45,17 +44,84 @@ In this pattern we explore: - The different status indicator variants - What elements they are comprised of and how each element works to communicate -## Choosing for context + + -In the UI landscape, examples of status indicators are everywhere. However this -pattern will focus less on the components or patterns in which indicators tend -to appear (notifications, inline errors, dashboards, and so on) and more on the -urgency of the communication. +![Overview image of status indicators](./images/status-overview.png) -For ease of use, status indicators can be classified into levels of severity -such as high, medium, and low attention. See more information on choosing -between alias icons and outlined versus filled icons in the -[Status shapes](#status-shapes) section below. + + + +### Variants + +| Variant | Usage | Use cases | +| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | +| [Icon indicator](#icon-indicators) | Used any time the layout offers ample space and the content requires maximum attention. They require an icon, a shape, a meaningful color and a descriptive inline label. | Most often used in notifications, progress indicators, data tables, task lists, and dashboard widgets. | +| [Shape indicators](#shape-indicators) | Useful in smaller spaces or when users need to scan large amount of data. | Most often used in lists, dashboards, data tables, data visualizations, and network diagrams. | +| [Badge indicators (with number)](#badge-indicators) | Useful when a count of new or updated items is available, and it is important for the user to know the number of updates. | Most often used in notification panes in the header, and used in conjunction with avatars or icons. | +| [Badge indicators (without number)](#badge-indicators) | Useful when new or updated items are available and the number of notifications is unknown or irrelevant to the user. The dot badge is also more compact and discrete. | Most often used in notification panes in the header, and used in conjunction with avatars or icons. | +| [Differential indicators](#differential-indicators) | Useful when users are monitoring differentials in large lists of statistics and when anything other than type would be too obtrusive. | Most often used in financial dashboards for highlighting deltas or other types of data visualizations. | + +#### Icon indicators versus shape indicators + +Status and shape indicators play a key role in providing feedback and guidance +within products. However, they are used in different situations and serve +distinct purposes depending on the product's needs. + +Icon indicators reflect system health, notifying users if everything is running +smoothly or if issues arise, such as when a task is completed or fails after +submitting a form. They provide feedback on the product’s overall state through +system-wide notifications. + +Shape indicators, as a secondary set of indicators, can be defined differently +depending on the product. Their use cases include helping users prioritize +tasks, like a red triangle for high-priority tasks, or showing the current phase +of a component's lifecycle, such as activated or deactivated. They don’t always +necessarily indicate urgency. + +### Anatomy + + + + +![Anatomy images of the five types of status indicators](./images/status-anatomy.png) + + + + + + + +#### 1. Icon indicator + +A. Text label
B. Icon (shape, color, and symbol)
+ +#### 3. Badge indicator + +A. Shape with or without number (color)
B. Icon (outline)
+ +
+ + +#### 2. Shape indicator + +A. Text label
B. Icon (shape and color)
+ +#### 4. Differential indicator + +A. Text label
B. Symbol (optional color)\*
+ +
+
+ + + *Differential indicators must have either a ‘+’ or ‘-’ sign, a caret, or an + arrow icon to indicate positive or negative values. + + +## Designing with status indicators + +### Choosing for context #### Consolidated statuses @@ -71,33 +137,37 @@ avoid the overuse of status indicators. While we won’t go as far a prescribing maximum number, more than 5 or 6 indicators begins to tax a user and makes it difficult to focus. -### High attention +### Standardization -These indicators signal that user action is needed immediately—that is, there is -an irregularity in the system, something malfunctioned, or a user needs to -confirm a potentially destructive action. Some examples include alerts, -exceptions, confirmations, and errors. +All status icons must be approved and published in the +[icon library](https://carbondesignsystem.com/elements/icons/library/). This +guidance only provides the most common status indicators used across products. +If your product requires an icon not currently included, please reach out to +suggest its addition. - +### Severity levels + +For ease of use, status indicators can be classified into levels of severity +such as high, medium, and low attention. + +#### High attention + +Use these indicators when immediate user action is required due to a system +irregularity, malfunction, or when confirming a potentially destructive action. +Examples include alerts, exceptions, confirmations, and errors. -### Medium attention +#### Medium attention Use these indicators when no immediate user action is required or to provide feedback to a user action. Some examples include acknowledgements and progress indicators. - - -### Low attention +#### Low attention Use these indicators when something is ready to view, for system feedback, or to -signify that something has changed since the last interaction. Some examples -include tooltip triggers that offer explanatory or added information, and -passive notifications. - - +signify that something has changed since the last interaction. -## Ingredients +### Visual guidance To communicate their message, indicators can take many forms—they're not confined to iconography. There are four basic elements that comprise Carbon @@ -111,16 +181,16 @@ status types. - Colors - Type -### Status icons +#### Status icons -Icons are visual symbols used to represent ideas, objects, or actions. Ideally, -they communicate messages at a glance, afford interactivity, and draw attention -to important information. For example, using exclamation points for warnings, -checkmarks for success, and question marks for help or unknown. +Icons are visual symbols that represent ideas, objects, or actions. They help +communicate messages quickly, encourage interactivity, and highlight important +information—like exclamation points for warnings, checkmarks for success, and +question marks for help -To standardize the icons that are used most widely in IBM product, we’ve -included only the most universally recognized icons. Certain products may have -certain modifications or most robust sets. +To keep icons consistent across IBM products, we’ve included only the most +widely recognized symbols in the icon library. Some products may have specific +modifications or need a more extensive set. @@ -132,7 +202,7 @@ certain modifications or most robust sets. -### Status shapes +#### Status shapes In this context, shapes refer to geometric figures like squares, circles, rectangles, and so on, as they are instantly readable even at small sizes. These @@ -156,44 +226,15 @@ users, possibly hurting their overall experience. -#### Outline versus filled shapes - -We offer two options that can be flexible for usage based on your team's -preference. Keep in mind that filled icons are more visible and tend to carry -more weight, therefore they’re often used for high attention statuses. Outlined -icons are more delicate and not as readily scannable. - -In addition, the more line work an icon has—and the more breaks in those -lines—the more difficult it is to use a filled icon. For this reason, some -product teams may occasionally mix in an outline icon with a filled icon. This -is okay but for the most part, designers should try to be consistent throughout -the product or application. At the very least, designers should avoid mixing -outlined and filled indicators on the same page. - -#### Alias status icons - -In several cases, we offer multiple shape options for one type of status -indicator. For example, ‘warning’ ‘help’ and ‘information’ status icons have -multiple variants to convey similar or exactly the same information. Often -times, users of certain products have grown accustomed to say, a hexagon instead -of a circle to convey a critical warning. Or a team perhaps wants to go the -extra mile and offer yet another differentiator for accessibility. Although -consistency is always the goal, there’s no need to avoid differentiation to -accomodate user preferences. Whichever style you choose however, avoid mixing -throughout the UI. - -If an alias that your product frequently uses has been removed from the set and -you can make a case for the importance of including it here, please let us know. - -### Status palette +#### Status color palette The status palette includes all of the colors that can be used to reflect status. Typically, red represents danger or error, orange represents a serious warning, yellow represents a regular warning, green represents normal or success, and blue represents passive notifications, usually involving additional -information and workflow progress. We’ve also included gray and purple to add -more depth to the system. Gray indicates drafts or jobs that haven’t been -started, and purple indicates outliers or undefined statuses. +information and workflow progress. This status color palette also includes gray +and purple to add more depth to the system. Gray indicates drafts or jobs that +haven’t been started, and purple indicates outliers or undefined statuses. @@ -201,218 +242,126 @@ started, and purple indicates outliers or undefined statuses. This palette is only for added contrast accessibility when using yellows and oranges. It’s not a part of the IBM brand palette and it’s also not included in -the v2 color release (that is, it’s not in ASE, Sketch kit palettes, and so on) -because it’s for very selective use in data visualizations and certain status -indicators. Do not use this palette in any other manner in your layouts. +the v2 color release because it’s for very selective use in data visualizations +and certain status indicators. Do not use this palette in any other manner in +your layouts. -## Variants - -There are at least four possible ways to implement status indicators: +## Icon indicator -- Icon indicators -- Badge indicators (with and without numbers) -- Shape indicators -- Differential indicators - -| Variant | Usage | Context | -| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Icon indicators | Used any time the layout offers ample space and the content requires maximum attention. They require an icon, a shape, a meaningful color and a descriptive inline label. | Icon indicators are widely used in [Notifications](/components/notification/usage), [Progress indicators](/components/progress-indicator/usage), [Data tables](/components/data-table/usage), task lists and dashboard widgets. | -| Badge indicators (with number) | Useful when a count of new or updated items is available, and it is important for the user to know the number of updates. | Most often used in notification panes in the header, and used in conjunction with avatars or icons. | -| Badge indicators (without number) | Useful when new or updated items are available and the number of notifications is unknown or irrelevant to the user. The dot badge is also more compact and discrete. | Most often used in notification panes in the header, and used in conjuntion with avatars or icons. | -| Shape indicators | Useful in smaller spaces or when users need to scan large amount of data. | Most often used in lists, dashboards, data tables, data visualizations, and network diagrams. | -| Differential indicators | Useful when users are monitoring differentials in large lists of statistics and when anything other than type would be too obtrusive. | Most often used in financial dashboards for highlighting deltas or other types of data visualizations. | - -### Anatomy - -Like a button, a status indicator’s text label is the most important element, as -it communicates progress. By default, Carbon uses sentence case for all button -labels. - -Text labels, column labels (or a legend, when inline labels aren’t an option) -are strongly recommended. +Icon indicators consist of an icon, a shape, a meaningful color, and a +descriptive label. They are highly effective for communication and enhance +scannability, especially in content-heavy layouts. Common uses include +notifications, progress indicators, data tables, task lists, and dashboard +widgets. -![Anatomy images of the five types of status indicators](./images/status_indicator_3.png) - - - - - - - -#### 1. Icon indicator - -A. Text label
B. Symbol
C. Shape
D. Color - -#### 3. Badge indicator (no number) - -A. Shape without number
B. Symbol
C. Color - -#### 5. Differential indicator - -A. Text label
B. Symbol\*
C. Color (optional) - -
- - -#### 2. Badge indicator (number) - -A. Shape with number
B. Icon
C. Color +![Carbon notification component](./images/status-icon-indicator.png) -#### 4. Shape indicator - -A. Text label
B. Shape
C. Color + + Notifications are the most prevalent example of this type of status indicator. +
- - *Differential indicators must have either a ‘+’ or ‘-’ sign, a caret, or an - arrow icon to indicate positive or negative values. - +These severity levels are not intended to dictate the final status names in your +product. They are suggested based on common use cases across products to help +you define status names according to your system’s needs. -## Formatting + -### Icon indicators +#### Labeling and type pairing -Icon indicators require an icon, a shape, a meaningful color, and a descriptive -label. Easily recognizable icons can make very effective communication tools and -greatly improve scannability, especially with large amounts of content. Icon -indicators are widely used in notifications, progress indicators, data tables, -task lists and dashboard widgets. +Icon indicators, also known as ‘contextual’ status indicators, are linked to +specific UI elements or content and should be placed near these elements for +clarity. When the label is not descriptive or paired only with numbers, it's +best practice to provide a heading or additional content to clarify the status +intention. + +Status indicators within +[notification](https://carbondesignsystem.com/components/notification/usage/) +have different spacing since they are integrated into the notification component +and do not follow the inline spacing rules. -![Carbon notification component](./images/status_indicator_4.png) +![Icon indicators are available in two sizes](./images/status-icon-sizes.png) - Notifications are the most prevalent example of this type of status indicator. + Icon indicators are available in two sizes, each with recommended type size + pairings. -#### Type pairing and alignment +#### Alignment -Icon indicators are sometimes referred to as ‘contextual’ status indicators as -well because they are associated with a UI element or with a piece of content. -As such they should be shown in close proximity to that element. - -There are also cases, especially in data tables and lists, where the column -heading or row label may provide context that is additive to the inline label. -When very common ‘stop light’ associations are present, as in the following -example, it may not be necessary to explicitly label an icon as ‘warning,’ or -‘stable’ — as these interpretations are widely understood in product. However it -is good practice to clarify the status intention in the text label. +When stacked vertically, ensure the icons remain left-aligned with the +accompanying text for easier scanning. - + -![Aligned status indicator icons.](images/status_indicator_5.png) +![Aligned status indicator icons.](images/status-alignment-do.png) - + -![Misaligned status indicator icons](images/status_indicator_6.png) +![Misaligned status indicator icons](images/status-alignment-dont.png) -### Badge indicators - -Badge indicators let the user know that something is new or updated. A badge -status is displayed over a ghost icon button, usually in the header, to indicate -an active notification and is cleared after the user acknowledges the -notification. Depending on your use case, the icon button can open a new page or -launch a modal, pane, or flyout. - - - +## Shape indicator -![Example of badge indicators in a global header](./images/status_indicator_7.png) +Shape indicators use a shape, color, and descriptive label to convey the status +of a device, feature, or version—without relying on a symbol. - - Badge statuses with numbers are usually used for global notifications. - - - - - -#### Badge status with number - -Numbers are used in conjunction with a badge status when a count of new or -updated items is available and it's important for the user to know the number of -updates. - -Badge status numbers can only be used in conjunction with the large icon button -because with anything smaller, the icon gets covered. In very rare cases badge -number may exceed two digits. +Their use cases include helping users prioritize tasks, like a red triangle for +high-priority tasks, or showing the current phase of a component's lifecycle, +such as activated or deactivated. They don’t always necessarily indicate +urgency. Shape indicators are also used in diagrams and are designed to remain +clear even at small sizes. -![Four icons with badges that included numbers ranging from one to three digits. The last badge has a plus.](./images/badge-status-with-number.jpg) +![Example of a contextual shape status indicator](./images/status-shape-indicator.png) + +Example of the status label directly next to the shape -#### Badge status without number - -A badge indicator with no number is used when a new notification is available -and the number of notifications is either unknown or irrelevant to the user. The -dot badge is less noticeable than the numbered badge, but still draws the user’s -attention to the icon button. - -### Shape indicators - -Shape indicators combine color shape and text to create a standard and -consistent way to indicate the status of a device, feature, or version. Icons -are not present. These shapes are also seen in certain diagrams and data -visualizations, for example network diagrams. - -The shapes are only the most basic geometries, derived from the larger icon -containers, so they can be easily discerned at small sizes. Shape indicators are -not available in outline because they are so small. The only situations in which -you would use an outline is to ensure contrast accessibility for yellows or -oranges in the Carbon light themes. - -The table below is a first pass at establishing a standard lexicon for symbol -indicators across IBM products. - -#### Same shape, different color - -The status shapes naturally allow more room for interpretation than the status -icons. Certain shapes can take on different colors for different circumstances. -However, NEVER use the same shape, in different colors, within the same -experience. +These severity levels are not intended to dictate the final status names in your +product. They are suggested based on common use cases across products to help +you define status names according to your system’s needs. -#### Type pairing and alignment +#### Labeling and type pairing Shape indicators are also ‘contextual’ status indicators. Like the status icons above, assets have been created for the shape indicators that take into account -optical alignment. Do not attempt to create these shapes yourself. Use the -approved shape indicator provided for you in the icon library. +optical alignment. -As with the icons, choose the appropriate canvas size depending on the size of -the status label with which it is paired. 16px symbols are optimized to feel -balanced when paired with both 12px and 14px IBM Plex. Since shape indicators -are most often reserved for small usage scenarios in product, we would advise -you to use full status indicators with 16px IBM Plex. +Shape indicators don’t have the added recognition of an icon, therefore, it’s +important that they are paired with a status label. -![IBM Plex type and shape indicator pairing example](./images/status_indicator_8.png) +![Shape indicators size and type pairing](./images/status-shape-sizes.png) - Shape status canvases should be placed 4px from the beginning of the text box. + Shape indicators are available in one size, but paired with two recommended + type sizes. @@ -421,40 +370,24 @@ you to use full status indicators with 16px IBM Plex. -![Example of a contextual shape status indicator](./images/status_indicator_9.png) +![Example of shape indicator paired with a label](./images/status_indicator_10.png) -Example of the status label directly next to the shape +Example shows shape indicator paired with a label -#### Legends - -Because shape indicators don’t have the added recognition of an icon, it’s even -more important that they are paired with a status label. Alternately, the -designer can provide the user with a legend if a status label isn’t an option. +#### Alignment - - - -![Example of a legend paired with a shape indicator](./images/status_indicator_10.png) - - - Example where the status symbol indicator depends on the legend at the top of - the page - - - - - -Best practices +When stacked vertically, ensure the icons remain left-aligned with the +accompanying text for easier scanning. -![Do place shape indicators before labels; they can be placed after other text only if there is no character count variation.](./images/status_indicator_11.png) +![Do place shape indicators before labels; they can be placed after other text only if there is no character count variation.](./images/status-legend-do.png) @@ -462,41 +395,94 @@ caption="Do place shape indicators before labels; they can be placed after other type="dont" caption="Do not place shape indicators after the labels to avoid pushing them out of alignment."> -![Do not place shape indicators after the labels to avoid pushing them out of alignment](./images/status_indicator_12.png) +![Do not place shape indicators after the labels to avoid pushing them out of alignment](./images/status-legend-dont.png) +#### Best practice + +The status shapes offer more flexibility in interpretation compared to status +icons, as shapes can have different colors for various situations. For best +practices, consider avoiding the use of the same shape with different colors +within the same experience. + +caption="Do use shape, color, and status labels for better scanning"> -![Do use shape, color, and status labels to improve scannability.](./images/status_indicator_13.png) +![Do use shape, color, and status labels to improve scannability.](./images/status-shape-do.png) +caption="Avoid using only color and status labels to differentiate your content"> -![Avoid using only color and status labels to differentiate your content.](./images/status_indicator_14.png) +![Avoid using only color and status labels to differentiate your content.](./images/status-shape-dont.png) -### Differential indicators +## Badge indicator + +Badge indicators let the user know that something is new or updated. A badge +status is displayed over a ghost icon button, usually in the header, to indicate +an active notification and is cleared after the user acknowledges the +notification. Depending on your use case, the icon button can open a new page or +launch a modal, pane, or flyout. + + + + +![Example of badge indicators in a global header](./images/status-badge-indicator.png) + +Examples of badge indicators used for global notifications + + + + +#### Badge with number + +A numbered badge is used when a count of new or updated items is available, and +it's important for the user to know the exact number of updates. This badge has +a limit of three digits, with the last character using a plus symbol. + +The badge with a number can only be used with the large icon button (48px) as +global actions in the UI shell header. + + + + +![Four icons with badges that included numbers ranging from one to three digits. The last badge has a plus.](./images/status-badge-with-number.png) + +Badges with numbers range from one to three digits + + + + +#### Badge without number + +A badge without a number (or dot badge) is used when a new notification is +available, but the exact number of notifications is either unknown or irrelevant +to the user. This dot badge is more subtle than the numbered badge but still +effectively draws the user’s attention to the icon button. + +The badge without number is commonly seen in toolbars' icon buttons. -Differential indicators often help users understand the movement or changes in -information. They are especially useful when users are monitoring differences in -large lists of statistics and anything other than type would be too obtrusive. -Examples include the common convention of color-coding stock symbols in an -investment account if their price has changed substantially. Designers also rely -on them to highlight deltas in data visualizations. +## Differential indicator -Although typographic indicators can be used without an icon as long as a minus -or a plus sign is used, they are most often paired with arrow or caret icons in -our system. +Differential indicators consist of a symbol, an optional color, and a +descriptive label to help users track changes or movements in information. They +are especially useful for monitoring differences in large sets of statistics, +where more complex indicators might be too distracting. Common examples include +color-coded stock symbols in investment accounts that reflect significant price +changes. Designers also use differential indicators to highlight deltas in data +visualizations. + +While typographic indicators can work with just a plus or minus sign, they are +most often paired with arrows or caret icons in our system for better clarity. @@ -526,46 +512,81 @@ values are represented by the red spectrum. ## Accessibility -Accessible design not only helps users with disabilities, it provides better -user experiences for everyone. The most common form of color blindness is -red/green color blindness. The inability for some users to distinguish between -red and green means that products cannot simply rely on color to show status. As -a result, the status system relies on three key elements; color, shape, and -symbol. +### Elements -For example, the critical icon is not just “red”, it is the sum of the following -elements. +#### Relying only on color is insufficient -Color = Red
Shape = Circle
Symbol = \
Text = Critical +Relying solely on color to convey status is insufficient, covered by +[Use of Color](https://www.w3.org/WAI/WCAG22/Understanding/use-of-color.html), +especially for users with color vision deficiencies. While color can be useful, +it must be paired with text or other visual cues. To meet accessibility +standards, or to pass +[Non-text Contrast](https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast), +ensure that there’s at least a 3:1 contrast between colors used for status +indicators, as well as between the indicator and the page background. If the +contrast is sufficient, even in grayscale, users should still be able to +differentiate statuses without relying solely on color. -
+As a result, status indicators should rely on at least two elements: color, +shape, or symbol. When the icon itself meets accessibility standards, pairing it +with text helps users better understand and scan the content. - - +#### Using symbols alone is acceptable -![Example of accessible status indicators](images/status_indicator_17.png) +Using symbols alone is acceptable, as long as they meet non-text contrast +requirements. Ensure the symbols have at least 3:1 contrast so all users, +including those with visual impairments, can perceive them clearly. - - + + -![Example of inaccessible status indicators](images/status_indicator_18.png) +![Examples of sufficient status indicators](./images/status-accessibility-examples.png) - - +Example shows sufficient status indicators + +
+
+ +### Outlines + +Our current icon indicators are static and used either inline or alongside other +components. Since they are not interactive and the symbols have sufficient +contrast against their shape colors, outlines are not necessary. + +However, shape indicators rely solely on shapes and colors, which might not +provide enough accessibility for screen readers and individuals with low color +vision. Therefore, using outlines and pairing text with shape indicators is +essential to enhance their accessibility, especially with lighter status colors +such as orange and yellow in Carbon light themes. + + + + +![Outlines in icon and shape indicators](./images/status-outlines.png) + + + Example shows the icon indicators do not need outlines while icon indicators + do due to the lack of symbols + + + + -### Status notifications +### Notifications -#### Don’t use notifications that dismiss on a timer for critical or emergency messages. +#### Avoid dismissive notifications with a timer for critical messages -Some users with disabilities need more time to read or interact with messages -and timed toasts may not provide sufficient time. WCAG 2.1 success criterion -2.2.4 (AAA) +Avoid using toast notifications for critical alerts or long messages, as they +disappear automatically and may be hard for users with disabilities to fully +read. Learn more about +[No Timing](https://www.w3.org/TR/UNDERSTANDING-WCAG20/time-limits-no-exceptions.html). -#### Users should be able to manage or limit non-critical notifications. +#### Allow users to manage non-critical notifications -This gives users the control to reduce the number of distractions or disruptions -they receive, which is particularly helpful for users with cognitive -limitations. WCAG 2.1 success criterion 2.2.3 (AAA) +Alerts that vanish too quickly can cause important information to be missed. +Provide an option to turn off nonessential alerts to improve usability for those +with visual and cognitive disabilities. Learn more about +[Interruptions](https://www.w3.org/TR/UNDERSTANDING-WCAG20/time-limits-postponed.html). ## Related diff --git a/static/status-icons/high/dark/caution-filled.svg b/static/status-icons/high/dark/caution-filled.svg deleted file mode 100644 index 807fd4c6009..00000000000 --- a/static/status-icons/high/dark/caution-filled.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/static/status-icons/high/dark/caution-major-filled.svg b/static/status-icons/high/dark/caution-major-filled.svg index 62324718b85..9411311f407 100644 --- a/static/status-icons/high/dark/caution-major-filled.svg +++ b/static/status-icons/high/dark/caution-major-filled.svg @@ -1,20 +1,19 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/dark/caution-major-outline.svg b/static/status-icons/high/dark/caution-major-outline.svg deleted file mode 100644 index dbcc45b4741..00000000000 --- a/static/status-icons/high/dark/caution-major-outline.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - warning--alt-inverted - - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/dark/caution-minor-filled.svg b/static/status-icons/high/dark/caution-minor-filled.svg new file mode 100644 index 00000000000..527d91e3a60 --- /dev/null +++ b/static/status-icons/high/dark/caution-minor-filled.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/static/status-icons/high/dark/caution-outline.svg b/static/status-icons/high/dark/caution-outline.svg deleted file mode 100644 index a78b1454e11..00000000000 --- a/static/status-icons/high/dark/caution-outline.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - warning--alt - - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/dark/warning-outline.svg b/static/status-icons/high/dark/checkmark-circle-blue-outline.svg similarity index 63% rename from static/status-icons/high/dark/warning-outline.svg rename to static/status-icons/high/dark/checkmark-circle-blue-outline.svg index 12005a95fc4..34b0b6d6cca 100644 --- a/static/status-icons/high/dark/warning-outline.svg +++ b/static/status-icons/high/dark/checkmark-circle-blue-outline.svg @@ -1,16 +1,16 @@ - warning + checkmark--outline + + + - - - + id="Shape" fill="#4589ff" fill-rule="nonzero"> + \ No newline at end of file diff --git a/static/status-icons/high/dark/checkmark-circle-green-filled.svg b/static/status-icons/high/dark/checkmark-circle-green-filled.svg new file mode 100644 index 00000000000..08eed9cfd6f --- /dev/null +++ b/static/status-icons/high/dark/checkmark-circle-green-filled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/status-icons/high/dark/critical-outline.svg b/static/status-icons/high/dark/critical-outline.svg deleted file mode 100644 index a6c7c108cdd..00000000000 --- a/static/status-icons/high/dark/critical-outline.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - error - - - - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/dark/incomplete.svg b/static/status-icons/high/dark/incomplete.svg new file mode 100644 index 00000000000..0d6e4169d1e --- /dev/null +++ b/static/status-icons/high/dark/incomplete.svg @@ -0,0 +1,23 @@ + + + incomplete + + + + + + + + + \ No newline at end of file diff --git a/static/status-icons/high/dark/information-square-filled.svg b/static/status-icons/high/dark/information-square-filled.svg new file mode 100644 index 00000000000..2d1661e799f --- /dev/null +++ b/static/status-icons/high/dark/information-square-filled.svg @@ -0,0 +1,18 @@ + + + Group + + + + + + + + + + \ No newline at end of file diff --git a/static/status-icons/high/dark/inprogress.svg b/static/status-icons/high/dark/inprogress.svg new file mode 100644 index 00000000000..0331602300a --- /dev/null +++ b/static/status-icons/high/dark/inprogress.svg @@ -0,0 +1,15 @@ + + + in-progress + + + + + + + + + \ No newline at end of file diff --git a/static/status-icons/high/dark/misuse-outline.svg b/static/status-icons/high/dark/misuse-outline.svg deleted file mode 100644 index 91c99e49bb0..00000000000 --- a/static/status-icons/high/dark/misuse-outline.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - misuse--outline (1) - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/dark/not-started.svg b/static/status-icons/high/dark/not-started.svg new file mode 100644 index 00000000000..3f974590b15 --- /dev/null +++ b/static/status-icons/high/dark/not-started.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/dark/pending-filled.svg b/static/status-icons/high/dark/pending-filled.svg new file mode 100644 index 00000000000..e3ce934e3bb --- /dev/null +++ b/static/status-icons/high/dark/pending-filled.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/dark/undefined-filled.svg b/static/status-icons/high/dark/undefined-filled.svg new file mode 100644 index 00000000000..f478702ecc7 --- /dev/null +++ b/static/status-icons/high/dark/undefined-filled.svg @@ -0,0 +1 @@ + diff --git a/static/status-icons/high/dark/unknown-filled.svg b/static/status-icons/high/dark/unknown-filled.svg new file mode 100644 index 00000000000..85ee3e357d9 --- /dev/null +++ b/static/status-icons/high/dark/unknown-filled.svg @@ -0,0 +1,17 @@ + + + status_indicator_1 copy 66 + + + + + + + + + \ No newline at end of file diff --git a/static/status-icons/high/light/caution-filled.svg b/static/status-icons/high/light/caution-filled.svg deleted file mode 100644 index fac0f602555..00000000000 --- a/static/status-icons/high/light/caution-filled.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - diff --git a/static/status-icons/high/light/caution-major-filled.svg b/static/status-icons/high/light/caution-major-filled.svg index ea238b61daf..9411311f407 100644 --- a/static/status-icons/high/light/caution-major-filled.svg +++ b/static/status-icons/high/light/caution-major-filled.svg @@ -1,22 +1,19 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/light/caution-major-outline.svg b/static/status-icons/high/light/caution-major-outline.svg deleted file mode 100644 index 85fef04ec37..00000000000 --- a/static/status-icons/high/light/caution-major-outline.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - diff --git a/static/status-icons/high/light/caution-minor-filled.svg b/static/status-icons/high/light/caution-minor-filled.svg new file mode 100644 index 00000000000..527d91e3a60 --- /dev/null +++ b/static/status-icons/high/light/caution-minor-filled.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/static/status-icons/high/light/caution-outline.svg b/static/status-icons/high/light/caution-outline.svg deleted file mode 100644 index 28c63e1b301..00000000000 --- a/static/status-icons/high/light/caution-outline.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - diff --git a/static/status-icons/high/light/checkmark-circle-blue-outline.svg b/static/status-icons/high/light/checkmark-circle-blue-outline.svg new file mode 100644 index 00000000000..e0022381c54 --- /dev/null +++ b/static/status-icons/high/light/checkmark-circle-blue-outline.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/status-icons/high/light/checkmark-circle-green-filled.svg b/static/status-icons/high/light/checkmark-circle-green-filled.svg new file mode 100644 index 00000000000..66c13715a0b --- /dev/null +++ b/static/status-icons/high/light/checkmark-circle-green-filled.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/status-icons/high/light/circle-dash.svg b/static/status-icons/high/light/circle-dash.svg new file mode 100644 index 00000000000..8c26cccac24 --- /dev/null +++ b/static/status-icons/high/light/circle-dash.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/light/critical-outline.svg b/static/status-icons/high/light/critical-outline.svg deleted file mode 100644 index 765335bc749..00000000000 --- a/static/status-icons/high/light/critical-outline.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - status_indicator_1 copy 51 - - - - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/light/incomplete.svg b/static/status-icons/high/light/incomplete.svg new file mode 100644 index 00000000000..bcdffc57c1f --- /dev/null +++ b/static/status-icons/high/light/incomplete.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/static/status-icons/high/light/information-square-filled.svg b/static/status-icons/high/light/information-square-filled.svg new file mode 100644 index 00000000000..f400eee43f2 --- /dev/null +++ b/static/status-icons/high/light/information-square-filled.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/status-icons/high/light/inprogress.svg b/static/status-icons/high/light/inprogress.svg new file mode 100644 index 00000000000..a9e778b4615 --- /dev/null +++ b/static/status-icons/high/light/inprogress.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/status-icons/high/light/misuse-outline.svg b/static/status-icons/high/light/misuse-outline.svg deleted file mode 100644 index 2d843e88356..00000000000 --- a/static/status-icons/high/light/misuse-outline.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - misuse--outline (1) - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/light/pending-filled.svg b/static/status-icons/high/light/pending-filled.svg new file mode 100644 index 00000000000..92cc592fda3 --- /dev/null +++ b/static/status-icons/high/light/pending-filled.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + diff --git a/static/status-icons/high/light/undefined-filled.svg b/static/status-icons/high/light/undefined-filled.svg new file mode 100644 index 00000000000..5bd0480ec64 --- /dev/null +++ b/static/status-icons/high/light/undefined-filled.svg @@ -0,0 +1 @@ + diff --git a/static/status-icons/high/light/unknown-filled.svg b/static/status-icons/high/light/unknown-filled.svg new file mode 100644 index 00000000000..e9bbc3a26a8 --- /dev/null +++ b/static/status-icons/high/light/unknown-filled.svg @@ -0,0 +1,16 @@ + + + unknown--filled (1) + + + + + + + + \ No newline at end of file diff --git a/static/status-icons/high/light/warning-hex-outline.svg b/static/status-icons/high/light/warning-hex-outline.svg deleted file mode 100644 index 31e8c7a0c97..00000000000 --- a/static/status-icons/high/light/warning-hex-outline.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - status_indicator_1 copy 53 - - - - - - - - - \ No newline at end of file diff --git a/static/status-icons/high/light/warning-outline.svg b/static/status-icons/high/light/warning-outline.svg deleted file mode 100644 index 15063dc07b4..00000000000 --- a/static/status-icons/high/light/warning-outline.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - warning - - - - - - - - - \ No newline at end of file