@gitlab/ui 102.4.1 → 103.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 +22 -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/dist/tokens/tailwind/tokens.cjs +5 -0
- package/package.json +1 -1
- package/src/components/base/keyset_pagination/keyset_pagination.scss +3 -4
- package/src/tokens/build/tailwind/tokens.cjs +5 -0
- package/tailwind.defaults.js +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [103.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.5.0...v103.0.0) (2024-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Tailwind:** remove ring Tailwind classes and adjust outline colors ([1d88666](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d8866682337dfb1ba4fda3c2730656ec830d22a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* **Tailwind:** We have a custom `gl-focus` class so removing ring
|
|
12
|
+
classes to avoid confusion.
|
|
13
|
+
Also we should only allow outline color to be
|
|
14
|
+
--gl-focus-ring-outer-color for consistency.
|
|
15
|
+
|
|
16
|
+
# [102.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.4.1...v102.5.0) (2024-11-15)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **GlKeysetPagination:** buttons match pagination styles ([874fe3f](https://gitlab.com/gitlab-org/gitlab-ui/commit/874fe3f0b8241de06fc2e63371e996a63b5be1f8))
|
|
22
|
+
|
|
1
23
|
## [102.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.4.0...v102.4.1) (2024-11-15)
|
|
2
24
|
|
|
3
25
|
|