@gitlab/ui 49.0.2 → 49.0.3

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [49.0.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v49.0.2...v49.0.3) (2022-10-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlToast:** Improve accessibility ([8d1d170](https://gitlab.com/gitlab-org/gitlab-ui/commit/8d1d170e8188dd7de078955ba08f95ca67bbd04e))
7
+
1
8
  ## [49.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v49.0.1...v49.0.2) (2022-10-25)
2
9
 
3
10
 
@@ -5,6 +5,7 @@ import CloseButton from '../../shared_components/close_button/close_button';
5
5
  const DEFAULT_OPTIONS = {
6
6
  autoHideDelay: 5000,
7
7
  toastClass: 'gl-toast',
8
+ isStatus: true,
8
9
  noCloseButton: true,
9
10
  toaster: 'b-toaster-bottom-left'
10
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "49.0.2",
3
+ "version": "49.0.3",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -6,6 +6,7 @@ import CloseButton from '../../shared_components/close_button/close_button.vue';
6
6
  const DEFAULT_OPTIONS = {
7
7
  autoHideDelay: 5000,
8
8
  toastClass: 'gl-toast',
9
+ isStatus: true,
9
10
  noCloseButton: true,
10
11
  toaster: 'b-toaster-bottom-left',
11
12
  };