@gitlab/ui 79.4.1 → 80.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [80.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v79.4.1...v80.0.0) (2024-05-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CSS:** remove `gl-gap-x/y-*` CSS utility classes ([1ad137a](https://gitlab.com/gitlab-org/gitlab-ui/commit/1ad137a008249acc4983c133e8d3d5136f9b9288))
7
+ * **DesignTokens:** Update to use default for deprecated text.primary ([24c8e3b](https://gitlab.com/gitlab-org/gitlab-ui/commit/24c8e3b8e2f0c753cedf8b37070c8145f8acc37f))
8
+
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ * **CSS:** these utility classes were using margin to adjust
13
+ spacing and were causing a conflict with Tailwind utility classes.
14
+ Usage of these utilities should be migrated to Tailwind `gap`
15
+ utilities.
16
+
1
17
  ## [79.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v79.4.0...v79.4.1) (2024-04-25)
2
18
 
3
19
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ * Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -14,7 +14,7 @@
14
14
  --gl-text-color-default: #434248; /* Used for the default text color. */
15
15
  --gl-text-tertiary: #89888d; /* Use text.color.disabled instead */
16
16
  --gl-text-secondary: #737278; /* Use text.color.subtle instead */
17
- --gl-text-primary: #333238; /* Use text.color.strong instead */
17
+ --gl-text-primary: #333238; /* Use text.color.default instead */
18
18
  --gl-line-height-52: 3.25rem;
19
19
  --gl-line-height-44: 2.75rem;
20
20
  --gl-line-height-42: 2.625rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ * Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -12,7 +12,7 @@
12
12
  --gl-text-color-default: #ececef; /* Used for the default text color. */
13
13
  --gl-text-tertiary: #737278; /* Use text.color.disabled instead */
14
14
  --gl-text-secondary: #89888d; /* Use text.color.subtle instead */
15
- --gl-text-primary: #ececef; /* Use text.color.strong instead */
15
+ --gl-text-primary: #ececef; /* Use text.color.default instead */
16
16
  --red-950: #fff4f3;
17
17
  --red-900: #fcf1ef;
18
18
  --red-800: #fdd4cd;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ * Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#133a03";
@@ -199,7 +199,7 @@ export const RED_700 = "#fcb5aa";
199
199
  export const RED_800 = "#fdd4cd";
200
200
  export const RED_900 = "#fcf1ef";
201
201
  export const RED_950 = "#fff4f3";
202
- export const GL_TEXT_PRIMARY = "#ececef"; // Use text.color.strong instead
202
+ export const GL_TEXT_PRIMARY = "#ececef"; // Use text.color.default instead
203
203
  export const GL_TEXT_SECONDARY = "#89888d"; // Use text.color.subtle instead
204
204
  export const GL_TEXT_TERTIARY = "#737278"; // Use text.color.disabled instead
205
205
  export const GL_TEXT_COLOR_DEFAULT = "#ececef"; // Used for the default text color.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ * Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#ddfab7";
@@ -233,7 +233,7 @@ export const GL_LINE_HEIGHT_36 = "2.25rem";
233
233
  export const GL_LINE_HEIGHT_42 = "2.625rem";
234
234
  export const GL_LINE_HEIGHT_44 = "2.75rem";
235
235
  export const GL_LINE_HEIGHT_52 = "3.25rem";
236
- export const GL_TEXT_PRIMARY = "#333238"; // Use text.color.strong instead
236
+ export const GL_TEXT_PRIMARY = "#333238"; // Use text.color.default instead
237
237
  export const GL_TEXT_SECONDARY = "#737278"; // Use text.color.subtle instead
238
238
  export const GL_TEXT_TERTIARY = "#89888d"; // Use text.color.disabled instead
239
239
  export const GL_TEXT_COLOR_DEFAULT = "#434248"; // Used for the default text color.
@@ -4800,7 +4800,7 @@
4800
4800
  "primary": {
4801
4801
  "value": "#ececef",
4802
4802
  "$type": "color",
4803
- "comment": "Use text.color.strong instead",
4803
+ "comment": "Use text.color.default instead",
4804
4804
  "deprecated": true,
4805
4805
  "themeable": true,
4806
4806
  "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.dark.tokens.json",
@@ -4808,7 +4808,7 @@
4808
4808
  "original": {
4809
4809
  "value": "#ececef",
4810
4810
  "$type": "color",
4811
- "comment": "Use text.color.strong instead",
4811
+ "comment": "Use text.color.default instead",
4812
4812
  "deprecated": true,
4813
4813
  "themeable": true
4814
4814
  },
@@ -4800,7 +4800,7 @@
4800
4800
  "primary": {
4801
4801
  "value": "#333238",
4802
4802
  "$type": "color",
4803
- "comment": "Use text.color.strong instead",
4803
+ "comment": "Use text.color.default instead",
4804
4804
  "deprecated": true,
4805
4805
  "themeable": true,
4806
4806
  "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
@@ -4808,7 +4808,7 @@
4808
4808
  "original": {
4809
4809
  "value": "#333238",
4810
4810
  "$type": "color",
4811
- "comment": "Use text.color.strong instead",
4811
+ "comment": "Use text.color.default instead",
4812
4812
  "deprecated": true,
4813
4813
  "themeable": true
4814
4814
  },
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ // Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
 
5
5
  $gl-text-color-disabled: #89888d !default; // Used for disabled text.
6
6
  $gl-text-color-link: #63a6e9 !default; // Used for default text links.
@@ -10,7 +10,7 @@ $gl-text-color-subtle: #bfbfc3 !default; // Used for supplemental text that does
10
10
  $gl-text-color-default: #ececef !default; // Used for the default text color.
11
11
  $gl-text-tertiary: #737278 !default; // Use text.color.disabled instead
12
12
  $gl-text-secondary: #89888d !default; // Use text.color.subtle instead
13
- $gl-text-primary: #ececef !default; // Use text.color.strong instead
13
+ $gl-text-primary: #ececef !default; // Use text.color.default instead
14
14
  $red-950: #fff4f3;
15
15
  $red-900: #fcf1ef;
16
16
  $red-800: #fdd4cd;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 25 Apr 2024 17:34:16 GMT
3
+ // Generated on Wed, 01 May 2024 16:11:38 GMT
4
4
 
5
5
  $gl-text-color-disabled: #89888d !default; // Used for disabled text.
6
6
  $gl-text-color-success: #217645 !default; // Used for text indicating success or validity.
@@ -12,7 +12,7 @@ $gl-text-color-subtle: #626168 !default; // Used for supplemental text that does
12
12
  $gl-text-color-default: #434248 !default; // Used for the default text color.
13
13
  $gl-text-tertiary: #89888d !default; // Use text.color.disabled instead
14
14
  $gl-text-secondary: #737278 !default; // Use text.color.subtle instead
15
- $gl-text-primary: #333238 !default; // Use text.color.strong instead
15
+ $gl-text-primary: #333238 !default; // Use text.color.default instead
16
16
  $gl-line-height-52: 3.25rem;
17
17
  $gl-line-height-44: 2.75rem;
18
18
  $gl-line-height-42: 2.625rem;