@gitlab/ui 101.6.2 → 101.7.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.
- package/CHANGELOG.md +15 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +3 -3
- package/src/components/base/banner/banner.scss +0 -1
- package/src/components/base/modal/modal.scss +0 -1
- package/src/components/base/popover/popover.scss +0 -1
- package/src/components/experimental/duo/chat/duo_chat.scss +2 -0
- package/src/scss/gitlab_ui.scss +3 -0
- package/src/scss/storybook.scss +1 -0
- package/src/scss/typography.scss +4 -0
- package/src/vendor/bootstrap/scss/_type.scss +0 -1
- package/tailwind.defaults.js +29 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [101.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.7.0...v101.7.1) (2024-11-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **GlDuoChat:** Prevent scrolling the content behind the Duo Chat ([2b48d08](https://gitlab.com/gitlab-org/gitlab-ui/commit/2b48d0885cfdf409c8d84a1cd046149fae111496))
|
|
7
|
+
|
|
8
|
+
# [101.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.6.2...v101.7.0) (2024-11-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **CSS:** add typography.scss to set heading text color ([2ed35b5](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ed35b522a110cc76e30e3faa16548e50ba96558))
|
|
14
|
+
* **Tailwind:** add text.color.heading to heading utility classes ([98e7d1e](https://gitlab.com/gitlab-org/gitlab-ui/commit/98e7d1e03a321ca2156c0344114f9a6d2e7e4636))
|
|
15
|
+
|
|
1
16
|
## [101.6.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.6.1...v101.6.2) (2024-11-01)
|
|
2
17
|
|
|
3
18
|
|