@gitlab/ui 78.1.2 → 78.2.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 Wed, 13 Mar 2024 13:53:39 GMT
3
+ * Generated on Thu, 14 Mar 2024 18:11:11 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Mar 2024 13:53:39 GMT
3
+ * Generated on Thu, 14 Mar 2024 18:11:11 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, 13 Mar 2024 13:53:39 GMT
3
+ * Generated on Thu, 14 Mar 2024 18:11:11 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, 13 Mar 2024 13:53:39 GMT
3
+ * Generated on Thu, 14 Mar 2024 18:11:11 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, 13 Mar 2024 13:53:39 GMT
3
+ // Generated on Thu, 14 Mar 2024 18:11:11 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, 13 Mar 2024 13:53:39 GMT
3
+ // Generated on Thu, 14 Mar 2024 18:11:11 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.1.2",
3
+ "version": "78.2.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,14 +20,9 @@ table.gl-table {
20
20
 
21
21
  &.gl-text-right > span {
22
22
  @include gl-display-flex;
23
- @include gl-justify-content-end;
24
-
25
- span:first-of-type {
26
- order: 1;
27
- }
23
+ flex-direction: row-reverse;
28
24
 
29
25
  span:nth-of-type(2) {
30
- order: 0;
31
26
  @include gl-ml-0;
32
27
  @include gl-mr-3;
33
28
  }
@@ -213,6 +213,11 @@ $gl-transition-duration-slow: 0.4s;
213
213
  $gl-transition-duration-medium: 0.2s;
214
214
  $gl-transition-duration-fast: 0.1s;
215
215
 
216
+ // Animation easings
217
+ $gl-easing-linear: linear;
218
+ $gl-easing-default: ease;
219
+ $gl-easing-out-cubic: cubic-bezier(0.22, 0.61, 0.36, 1);
220
+
216
221
  // Focus ring
217
222
  $outline-offset: 1px;
218
223
  $outline-width: 2px;