@gitlab/ui 65.2.0 → 65.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "65.2.0",
3
+ "version": "65.3.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -1461,6 +1461,14 @@
1461
1461
  border-left-color: $blue-600 !important;
1462
1462
  }
1463
1463
 
1464
+ .gl-border-t-red-500 {
1465
+ border-top-color: $red-500;
1466
+ }
1467
+
1468
+ .gl-border-t-red-500\! {
1469
+ border-top-color: $red-500 !important;
1470
+ }
1471
+
1464
1472
  .gl-border-0 {
1465
1473
  border-width: 0;
1466
1474
  }
@@ -259,6 +259,10 @@
259
259
  border-left-color: $blue-600;
260
260
  }
261
261
 
262
+ @mixin gl-border-t-red-500 {
263
+ border-top-color: $red-500;
264
+ }
265
+
262
266
  /**
263
267
  * Border width utilities.
264
268
  *