@gitlab/ui 49.11.0 → 49.11.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": "49.11.0",
3
+ "version": "49.11.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -111,7 +111,7 @@
111
111
  "babel-preset-vue": "^2.0.2",
112
112
  "bootstrap": "4.5.3",
113
113
  "bootstrap-vue-vue3": "npm:bootstrap-vue@2.23.1",
114
- "cypress": "^10.11.0",
114
+ "cypress": "^11.0.1",
115
115
  "emoji-regex": "^10.0.0",
116
116
  "eslint": "8.27.0",
117
117
  "eslint-import-resolver-jest": "3.0.2",
@@ -121,9 +121,9 @@
121
121
  "glob": "^7.2.0",
122
122
  "identity-obj-proxy": "^3.0.0",
123
123
  "inquirer-select-directory": "^1.2.0",
124
- "jest": "^29.3.0",
125
- "jest-circus": "29.3.0",
126
- "jest-environment-jsdom": "29.3.0",
124
+ "jest": "^29.3.1",
125
+ "jest-circus": "29.3.1",
126
+ "jest-environment-jsdom": "29.3.1",
127
127
  "markdownlint-cli": "^0.29.0",
128
128
  "mockdate": "^2.0.5",
129
129
  "npm-run-all": "^4.1.5",
@@ -31,8 +31,7 @@ $gl-drawer-scrim-gradient: linear-gradient(to bottom, $transparent-rgba, $white)
31
31
 
32
32
  .gl-drawer-header,
33
33
  .gl-drawer-body > * {
34
- @include gl-px-6;
35
- @include gl-py-5;
34
+ @include gl-p-5;
36
35
  }
37
36
  }
38
37
 
@@ -58,8 +57,7 @@ $gl-drawer-scrim-gradient: linear-gradient(to bottom, $transparent-rgba, $white)
58
57
  @include gl-border-t-solid;
59
58
  @include gl-border-t-gray-100;
60
59
  @include gl-border-t-1;
61
- @include gl-px-6;
62
- @include gl-py-5;
60
+ @include gl-p-5;
63
61
  }
64
62
 
65
63
  .gl-drawer-body-scrim-on-footer {
@@ -98,7 +98,7 @@ export default {
98
98
  :style="drawerHeaderStyles"
99
99
  :class="{ 'gl-drawer-header-sticky': headerSticky }"
100
100
  >
101
- <span class="gl-drawer-title">
101
+ <div class="gl-drawer-title">
102
102
  <slot name="title"></slot>
103
103
  <gl-button
104
104
  category="tertiary"
@@ -108,7 +108,7 @@ export default {
108
108
  aria-label="Close drawer"
109
109
  @click="$emit('close')"
110
110
  />
111
- </span>
111
+ </div>
112
112
  <slot name="header"></slot>
113
113
  </div>
114
114
  <div class="gl-drawer-body" :class="{ 'gl-drawer-body-scrim': !shouldRenderFooter }">