@gitlab/ui 87.3.0 → 87.3.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.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v87.3.0...v87.3.1) (2024-07-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add missing Tailwind equivalent for `gl-flex-shrink-0` ([5e20414](https://gitlab.com/gitlab-org/gitlab-ui/commit/5e20414a18ddd14247862baaf3eedc5390683e82))
7
+
1
8
  # [87.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v87.2.1...v87.3.0) (2024-07-30)
2
9
 
3
10
 
@@ -183900,6 +183900,7 @@ var tailwindEquivalents = {
183900
183900
  "gl-md-flex-direction-row-reverse": "md:gl-flex-row-reverse",
183901
183901
  "gl-flex-grow-0!": "!gl-grow-0",
183902
183902
  "gl-flex-grow-1": "gl-grow",
183903
+ "gl-flex-shrink-0": "gl-shrink-0",
183903
183904
  "gl-md-flex-grow-0": "md:gl-grow-0",
183904
183905
  "gl-flex-basis-0": "gl-basis-0",
183905
183906
  "gl-flex-basis-quarter": "gl-basis-1/4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "87.3.0",
3
+ "version": "87.3.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",