@gitlab/ui 51.1.0 → 52.0.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,26 @@
1
+ # [52.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v51.1.1...v52.0.0) (2022-12-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * **css:** Adding GitLab Sans & JetBrains Mono as new default fonts ([73b7abc](https://gitlab.com/gitlab-org/gitlab-ui/commit/73b7abc70b3f6bc7249452c0356989271104fdb8))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * **css:** remove ` gl-font-size-monospace-(size)` utilities
12
+ Instead use standard `gl-font-(size)`
13
+
14
+ Co-authored-by: Olena Horal-Koretska <ohoralkoretska@gitlab.com>
15
+ Co-authored-by: Lukas Eipert <leipert@gitlab.com>
16
+
17
+ ## [51.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v51.1.0...v51.1.1) (2022-12-02)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **GlDropdownItem:** Fix dropdown item disabled state styling ([057c4dc](https://gitlab.com/gitlab-org/gitlab-ui/commit/057c4dce08e5e38d4e7b446f0b78c320144217e3))
23
+
1
24
  # [51.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v51.0.0...v51.1.0) (2022-12-02)
2
25
 
3
26