@gitlab/ui 32.63.0 → 32.64.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.63.0",
3
+ "version": "32.64.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -4678,6 +4678,12 @@
4678
4678
  .gl-pr-9\! {
4679
4679
  padding-right: $gl-spacing-scale-9 !important;
4680
4680
  }
4681
+ .gl-pr-10 {
4682
+ padding-right: $gl-spacing-scale-10;
4683
+ }
4684
+ .gl-pr-10\! {
4685
+ padding-right: $gl-spacing-scale-10 !important;
4686
+ }
4681
4687
  .gl-pl-0 {
4682
4688
  padding-left: 0;
4683
4689
  }
@@ -4738,6 +4744,12 @@
4738
4744
  .gl-pl-9\! {
4739
4745
  padding-left: $gl-spacing-scale-9 !important;
4740
4746
  }
4747
+ .gl-pl-10 {
4748
+ padding-left: $gl-spacing-scale-10;
4749
+ }
4750
+ .gl-pl-10\! {
4751
+ padding-left: $gl-spacing-scale-10 !important;
4752
+ }
4741
4753
  .gl-pl-11 {
4742
4754
  padding-left: $gl-spacing-scale-11;
4743
4755
  }
@@ -134,6 +134,10 @@
134
134
  padding-right: $gl-spacing-scale-9;
135
135
  }
136
136
 
137
+ @mixin gl-pr-10 {
138
+ padding-right: $gl-spacing-scale-10;
139
+ }
140
+
137
141
  @mixin gl-pl-0 {
138
142
  padding-left: 0;
139
143
  }
@@ -174,6 +178,10 @@
174
178
  padding-left: $gl-spacing-scale-9;
175
179
  }
176
180
 
181
+ @mixin gl-pl-10 {
182
+ padding-left: $gl-spacing-scale-10;
183
+ }
184
+
177
185
  @mixin gl-pl-11 {
178
186
  padding-left: $gl-spacing-scale-11;
179
187
  }