@gitlab/ui 80.15.0 → 80.15.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [80.15.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v80.15.0...v80.15.1) (2024-05-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Tailwind:** restore inherit and current color classes ([3800ad2](https://gitlab.com/gitlab-org/gitlab-ui/commit/3800ad2763b53cc31ea44f6b36ca8da3c21a8e71))
7
+
1
8
  # [80.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v80.14.1...v80.15.0) (2024-05-29)
2
9
 
3
10
 
@@ -226,6 +226,8 @@ const backgroundColors = {
226
226
  };
227
227
 
228
228
  const colors = {
229
+ inherit: 'inherit',
230
+ current: 'currentColor',
229
231
  transparent: 'transparent',
230
232
  white: 'var(--white, #fff)',
231
233
  black: 'var(--black, #000)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "80.15.0",
3
+ "version": "80.15.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -226,6 +226,8 @@ const backgroundColors = {
226
226
  };
227
227
 
228
228
  const colors = {
229
+ inherit: 'inherit',
230
+ current: 'currentColor',
229
231
  transparent: 'transparent',
230
232
  white: 'var(--white, #fff)',
231
233
  black: 'var(--black, #000)',