@brightspace-ui/core 3.122.0 → 3.122.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,14 +96,13 @@ Use a toast alert to provide feedback about an operation the user has just initi
96
96
  <!-- docs: start best practices -->
97
97
  <!-- docs: start dos -->
98
98
  * Use to convey results of a user's action when the result is not otherwise obvious
99
- * Keep text brief toasts should rarely spill onto more than one line at any screen size
99
+ * Keep the message brief, especially if adding additional `subtext` since toasts are only displayed for a few seconds
100
100
  * Use specific language — “Assignment saved” is more informative than “Successfully saved”
101
101
  <!-- docs: end dos -->
102
102
  <!-- docs: start donts -->
103
103
  * If possible, avoid displaying multiple toasts — see [Multiple Toast Alerts](#multiple-toast-alerts)
104
104
  * Don't allow the close button to be blocked by other elements; users shouldn't have to wait for the toast alert to go away on its own
105
105
  * Don’t use for instructions or critical information since toast alerts disappear and can be easily missed or ignored — use an [Inline Alert](#d2l-alert) instead
106
- * Avoid having two lines with `subtext` — toasts should be very brief
107
106
  <!-- docs: end donts -->
108
107
  <!-- docs: end best practices -->
109
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.122.0",
3
+ "version": "3.122.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",