@gitlab/ui 43.2.0 → 43.3.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.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.2...v43.3.0) (2022-08-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **css:** use calc() inside of clamp() to bypass SassC warning ([4d6d061](https://gitlab.com/gitlab-org/gitlab-ui/commit/4d6d061097f35d7e6801b6aafe3ccd2dc9aeefd3))
7
+
8
+ ## [43.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.1...v43.2.2) (2022-08-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **GlBadge:** Add transition styles ([e34b371](https://gitlab.com/gitlab-org/gitlab-ui/commit/e34b3710c5e53c4d5c7fe2c204725fdd2c147b49))
14
+ * **GlBadge:** Nest icon styles ([13bdb73](https://gitlab.com/gitlab-org/gitlab-ui/commit/13bdb7301cca5ac2974dea93b67458a4a6d42052))
15
+ * **GlBadge:** Update badge colours ([4d85a8d](https://gitlab.com/gitlab-org/gitlab-ui/commit/4d85a8dd585b766bd047361d3c8f6b3c1e2ae76b))
16
+ * **GlBadge:** Update badge colours Apply suggestions ([2e438e1](https://gitlab.com/gitlab-org/gitlab-ui/commit/2e438e1fac2932c2d48e1bd389e35db391076333))
17
+
18
+ ## [43.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.2.0...v43.2.1) (2022-08-08)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * Change SASS url variable syntax to a valid one ([b157b55](https://gitlab.com/gitlab-org/gitlab-ui/commit/b157b55e4226c63e047d835da6ec4febb36e80e2))
24
+
1
25
  # [43.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.1.0...v43.2.0) (2022-08-08)
2
26
 
3
27