@gitlab/ui 66.20.0 → 66.21.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ * Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ * Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ * Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ * Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ // Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 02 Oct 2023 07:10:15 GMT
3
+ // Generated on Mon, 02 Oct 2023 23:23:52 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "66.20.0",
3
+ "version": "66.21.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -122,7 +122,7 @@
122
122
  "babel-loader": "^8.0.5",
123
123
  "babel-plugin-require-context-hook": "^1.0.0",
124
124
  "bootstrap": "4.6.2",
125
- "cypress": "13.2.0",
125
+ "cypress": "13.3.0",
126
126
  "cypress-axe": "^1.4.0",
127
127
  "dompurify": "^3.0.0",
128
128
  "emoji-regex": "^10.0.0",
@@ -35,7 +35,7 @@ export const WithPopovers = (args, { argTypes }) => ({
35
35
  <template #default="{ pathItem, pathId }">
36
36
  <gl-popover triggers="hover" placement="bottom" :target="pathId">
37
37
  <template #title>
38
- <strong>{{ pathItem.title }}</strong>
38
+ {{ pathItem.title }}
39
39
  </template>
40
40
  {{ pathItem.metric }}
41
41
  </gl-popover>
@@ -63,10 +63,8 @@ $gl-popover-max-width: $grid-size * 35;
63
63
  }
64
64
 
65
65
  .popover-header {
66
+ @include gl-heading-scale-200;
66
67
  @include gl-bg-white;
67
- @include gl-font-sm;
68
- @include gl-font-weight-bold;
69
- @include gl-m-0;
70
68
  @include gl-border-bottom-0;
71
69
  @include gl-pb-0;
72
70
  }