@gitlab/ui 94.0.1 → 94.1.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 +9 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/toast/toast.scss +1 -0
- package/src/components/base/tooltip/tooltip.scss +2 -1
- package/tailwind.defaults.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# [94.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v94.0.1...v94.1.0) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Elevation:** Clearer defined and more refined shadows ([635b416](https://gitlab.com/gitlab-org/gitlab-ui/commit/635b4168697d7221a0d36a36c9a505760bfd2ac0))
|
|
7
|
+
* **GlToast:** Add shadow to communicate elevation ([942ab0f](https://gitlab.com/gitlab-org/gitlab-ui/commit/942ab0f7397b222ba59f2820aae3439f746699df))
|
|
8
|
+
* **GlTooltip:** Add shadow to communicate elevation ([bf53d96](https://gitlab.com/gitlab-org/gitlab-ui/commit/bf53d96ccbe9c47ecc8c92ab20afd6a1217422f4))
|
|
9
|
+
|
|
1
10
|
## [94.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v94.0.0...v94.0.1) (2024-09-24)
|
|
2
11
|
|
|
3
12
|
|