@gitlab/ui 43.2.1 → 43.4.0

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,27 @@
1
+ # [43.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.3.0...v43.4.0) (2022-08-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **css:** Add overflow-x and underline:hover utility classes ([1d86e1f](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d86e1f0835580bdc60d246512d679b5abb67644))
7
+
8
+ # [43.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.2...v43.3.0) (2022-08-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * **css:** use calc() inside of clamp() to bypass SassC warning ([4d6d061](https://gitlab.com/gitlab-org/gitlab-ui/commit/4d6d061097f35d7e6801b6aafe3ccd2dc9aeefd3))
14
+
15
+ ## [43.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.1...v43.2.2) (2022-08-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **GlBadge:** Add transition styles ([e34b371](https://gitlab.com/gitlab-org/gitlab-ui/commit/e34b3710c5e53c4d5c7fe2c204725fdd2c147b49))
21
+ * **GlBadge:** Nest icon styles ([13bdb73](https://gitlab.com/gitlab-org/gitlab-ui/commit/13bdb7301cca5ac2974dea93b67458a4a6d42052))
22
+ * **GlBadge:** Update badge colours ([4d85a8d](https://gitlab.com/gitlab-org/gitlab-ui/commit/4d85a8dd585b766bd047361d3c8f6b3c1e2ae76b))
23
+ * **GlBadge:** Update badge colours Apply suggestions ([2e438e1](https://gitlab.com/gitlab-org/gitlab-ui/commit/2e438e1fac2932c2d48e1bd389e35db391076333))
24
+
1
25
  ## [43.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.0...v43.2.1) (2022-08-08)
2
26
 
3
27