@gitlab/ui 72.4.0 → 72.5.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [72.5.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v72.5.0...v72.5.1) (2024-01-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **DesignTokens:** use gray-950 for dark color contrast background ([58dc59c](https://gitlab.com/gitlab-org/gitlab-ui/commit/58dc59c59ab5e49f5d84b2fb69d9ae0594ff5b31))
7
+
8
+ # [72.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v72.4.0...v72.5.0) (2024-01-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** upgrade `@floating-ui/dom` to v1.4.3 ([e04286a](https://gitlab.com/gitlab-org/gitlab-ui/commit/e04286a6783591247f4ea4f75d73a54cb6d2bfd0))
14
+
15
+
16
+ ### Features
17
+
18
+ * **CSS:** add `gl-md-h-9` and `gl-pl-12` utility CSS classes ([c98b325](https://gitlab.com/gitlab-org/gitlab-ui/commit/c98b325805ae96a60032a7f46333d081ad4dc5a4))
19
+
1
20
  # [72.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v72.3.1...v72.4.0) (2024-01-04)
2
21
 
3
22
 
@@ -87,7 +87,7 @@ const template = `
87
87
  <code class="gl-reset-color">{{ token.$value }}</code>
88
88
  <code
89
89
  v-if="!isAlpha(token.$value)"
90
- class="gl-w-10 gl-text-center gl-rounded-base gl-font-xs gl-p-2 gl-bg-gray-900"
90
+ class="gl-w-10 gl-text-center gl-rounded-base gl-font-xs gl-p-2 gl-bg-gray-950"
91
91
  :class="getColorContrastClass('dark', token.$value)"
92
92
  >
93
93
  {{ getColorContrast('dark', token.$value).level.grade }}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 04 Jan 2024 22:05:10 GMT
3
+ * Generated on Wed, 10 Jan 2024 23:58:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 04 Jan 2024 22:05:10 GMT
3
+ * Generated on Wed, 10 Jan 2024 23:58:16 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 04 Jan 2024 22:05:10 GMT
3
+ * Generated on Wed, 10 Jan 2024 23:58:16 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#133a03";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 04 Jan 2024 22:05:10 GMT
3
+ * Generated on Wed, 10 Jan 2024 23:58:16 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#ddfab7";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 04 Jan 2024 22:05:10 GMT
3
+ // Generated on Wed, 10 Jan 2024 23:58:16 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 Thu, 04 Jan 2024 22:05:10 GMT
3
+ // Generated on Wed, 10 Jan 2024 23:58:16 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;