@gitlab/ui 32.67.0 → 32.68.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": "32.67.0",
3
+ "version": "32.68.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -16,6 +16,7 @@ export const glSpacingScale13 = '6rem'
16
16
  export const glSpacingScale15 = '7.5rem'
17
17
  export const glSpacingScale20 = '10rem'
18
18
  export const glSpacingScale26 = '13rem'
19
+ export const glSpacingScale28 = '14rem'
19
20
  export const glSpacingScale62 = '31rem'
20
21
  export const breakpointSm = '576px'
21
22
  export const breakpointMd = '768px'
@@ -90,6 +90,11 @@
90
90
  "value": "26 * $grid-size",
91
91
  "compiledValue": "13rem"
92
92
  },
93
+ {
94
+ "name": "$gl-spacing-scale-28",
95
+ "value": "28 * $grid-size",
96
+ "compiledValue": "14rem"
97
+ },
93
98
  {
94
99
  "name": "$gl-spacing-scale-62",
95
100
  "value": "62 * $grid-size",
@@ -3967,6 +3967,14 @@
3967
3967
  width: $gl-spacing-scale-20 !important;
3968
3968
  }
3969
3969
 
3970
+ .gl-w-28 {
3971
+ width: $gl-spacing-scale-28;
3972
+ }
3973
+
3974
+ .gl-w-28\! {
3975
+ width: $gl-spacing-scale-28 !important;
3976
+ }
3977
+
3970
3978
  .gl-w-eighth {
3971
3979
  width: 12.5%;
3972
3980
  }
@@ -65,6 +65,10 @@
65
65
  width: $gl-spacing-scale-20;
66
66
  }
67
67
 
68
+ @mixin gl-w-28 {
69
+ width: $gl-spacing-scale-28;
70
+ }
71
+
68
72
  @mixin gl-w-eighth {
69
73
  width: 12.5%;
70
74
  }
@@ -19,6 +19,7 @@ $gl-spacing-scale-13: 12 * $grid-size;
19
19
  $gl-spacing-scale-15: 15 * $grid-size;
20
20
  $gl-spacing-scale-20: 20 * $grid-size;
21
21
  $gl-spacing-scale-26: 26 * $grid-size;
22
+ $gl-spacing-scale-28: 28 * $grid-size;
22
23
  $gl-spacing-scale-62: 62 * $grid-size;
23
24
 
24
25
  // Responsive breakpoints