@gitlab/ui 72.12.1 → 72.12.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "72.12.1",
3
+ "version": "72.12.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -816,7 +816,6 @@ export default {
816
816
  <gl-listbox-search-input
817
817
  ref="searchBox"
818
818
  v-model="searchStr"
819
- :aria-owns="listboxId"
820
819
  data-testid="listbox-search-input"
821
820
  :placeholder="searchPlaceholder"
822
821
  :class="{ 'gl-listbox-topmost': !headerText }"
@@ -8837,42 +8837,42 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
8837
8837
  font-style: normal !important;
8838
8838
  }
8839
8839
 
8840
- .gl-heading-scale-6{
8840
+ .gl-heading-6{
8841
8841
  @include gl-heading-scale-200;
8842
8842
  margin-bottom: $gl-mb-heading;
8843
8843
  }
8844
8844
 
8845
- .gl-heading-scale-6\!{
8845
+ .gl-heading-6\!{
8846
8846
  @include gl-heading-scale-200;
8847
8847
  margin-bottom: $gl-mb-heading !important;
8848
8848
  }
8849
8849
 
8850
- .gl-heading-scale-6-fixed{
8850
+ .gl-heading-6-fixed{
8851
8851
  @include gl-heading-scale-200-fixed;
8852
8852
  margin-bottom: $gl-mb-heading;
8853
8853
  }
8854
8854
 
8855
- .gl-heading-scale-6-fixed\!{
8855
+ .gl-heading-6-fixed\!{
8856
8856
  @include gl-heading-scale-200-fixed;
8857
8857
  margin-bottom: $gl-mb-heading !important;
8858
8858
  }
8859
8859
 
8860
- .gl-heading-scale-5{
8860
+ .gl-heading-5{
8861
8861
  @include gl-heading-scale-300;
8862
8862
  margin-bottom: $gl-mb-heading;
8863
8863
  }
8864
8864
 
8865
- .gl-heading-scale-5\!{
8865
+ .gl-heading-5\!{
8866
8866
  @include gl-heading-scale-300;
8867
8867
  margin-bottom: $gl-mb-heading !important;
8868
8868
  }
8869
8869
 
8870
- .gl-heading-scale-5-fixed{
8870
+ .gl-heading-5-fixed{
8871
8871
  @include gl-heading-scale-300-fixed;
8872
8872
  margin-bottom: $gl-mb-heading;
8873
8873
  }
8874
8874
 
8875
- .gl-heading-scale-5-fixed\!{
8875
+ .gl-heading-5-fixed\!{
8876
8876
  @include gl-heading-scale-300-fixed;
8877
8877
  margin-bottom: $gl-mb-heading !important;
8878
8878
  }
@@ -37,22 +37,22 @@
37
37
  * https://design.gitlab.com/product-foundations/type-fundamentals
38
38
  */
39
39
 
40
- @mixin gl-heading-scale-6 {
40
+ @mixin gl-heading-6 {
41
41
  @include gl-heading-scale-200;
42
42
  margin-bottom: $gl-mb-heading;
43
43
  }
44
44
 
45
- @mixin gl-heading-scale-6-fixed {
45
+ @mixin gl-heading-6-fixed {
46
46
  @include gl-heading-scale-200-fixed;
47
47
  margin-bottom: $gl-mb-heading;
48
48
  }
49
49
 
50
- @mixin gl-heading-scale-5 {
50
+ @mixin gl-heading-5 {
51
51
  @include gl-heading-scale-300;
52
52
  margin-bottom: $gl-mb-heading;
53
53
  }
54
54
 
55
- @mixin gl-heading-scale-5-fixed {
55
+ @mixin gl-heading-5-fixed {
56
56
  @include gl-heading-scale-300-fixed;
57
57
  margin-bottom: $gl-mb-heading;
58
58
  }