@gitlab/ui 87.5.0 → 87.5.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
+ ## [87.5.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v87.5.0...v87.5.1) (2024-07-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Tailwind:** fix `gl-text-black-normal` Tailwind equivalent ([a7f6691](https://gitlab.com/gitlab-org/gitlab-ui/commit/a7f6691cafd158ca392091d5506cbba6edf51002))
7
+
1
8
  # [87.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v87.4.0...v87.5.0) (2024-07-31)
2
9
 
3
10
 
@@ -183787,8 +183787,8 @@ var tailwindEquivalents = {
183787
183787
  "gl-text-body!": "!gl-text-primary",
183788
183788
  "gl-text-secondary!": "!gl-text-secondary",
183789
183789
  "gl-sm-text-body": "sm:gl-text-primary",
183790
- "gl-text-black-normal": "gl-text-gray-900",
183791
- "gl-text-black-normal!": "!gl-text-gray-900",
183790
+ "gl-text-black-normal": "gl-text-default",
183791
+ "gl-text-black-normal!": "!gl-text-default",
183792
183792
  "gl-text-gray-300!": "!gl-text-gray-300",
183793
183793
  "gl-text-gray-400!": "!gl-text-gray-400",
183794
183794
  "gl-text-gray-500!": "!gl-text-gray-500",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "87.5.0",
3
+ "version": "87.5.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",