@gitlab/ui 68.4.0 → 68.5.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ * Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ * Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ * Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ * Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ // Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 09:09:01 GMT
3
+ // Generated on Tue, 14 Nov 2023 10:13:26 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "68.4.0",
3
+ "version": "68.5.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -3,7 +3,7 @@
3
3
  @include gl-mr-6;
4
4
 
5
5
  img {
6
- width: $grid-size * 15;
6
+ max-width: $grid-size * 15;
7
7
  }
8
8
 
9
9
  @include media-breakpoint-down(sm) {