@gitlab/ui 78.15.1 → 78.15.2

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 Wed, 17 Apr 2024 11:12:12 GMT
3
+ * Generated on Thu, 18 Apr 2024 11:30:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 Apr 2024 11:12:12 GMT
3
+ * Generated on Thu, 18 Apr 2024 11:30:50 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 Wed, 17 Apr 2024 11:12:12 GMT
3
+ * Generated on Thu, 18 Apr 2024 11:30:50 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#133a03";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 Apr 2024 11:12:12 GMT
3
+ * Generated on Thu, 18 Apr 2024 11:30:50 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#ddfab7";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 17 Apr 2024 11:12:12 GMT
3
+ // Generated on Thu, 18 Apr 2024 11:30:50 GMT
4
4
 
5
5
  $gl-text-tertiary: #737278 !default;
6
6
  $gl-text-secondary: #89888d !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 17 Apr 2024 11:12:12 GMT
3
+ // Generated on Thu, 18 Apr 2024 11:30:50 GMT
4
4
 
5
5
  $gl-text-tertiary: #89888d !default;
6
6
  $gl-text-secondary: #737278 !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "78.15.1",
3
+ "version": "78.15.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -24,14 +24,14 @@
24
24
 
25
25
  .gl-card-header {
26
26
  @include gl-border-b-solid;
27
- @include gl-rounded-top-left-base;
28
- @include gl-rounded-top-right-base;
27
+ border-top-left-radius: calc($gl-border-radius-base - $gl-border-size-1);
28
+ border-top-right-radius: calc($gl-border-radius-base - $gl-border-size-1);
29
29
  }
30
30
 
31
31
  .gl-card-footer {
32
32
  @include gl-border-t-solid;
33
- @include gl-rounded-bottom-left-base;
34
- @include gl-rounded-bottom-right-base;
33
+ border-bottom-left-radius: calc($gl-border-radius-base - $gl-border-size-1);
34
+ border-bottom-right-radius: calc($gl-border-radius-base - $gl-border-size-1);
35
35
  }
36
36
 
37
37
  .gl-card-header,