@gitlab/ui 64.21.0 → 64.21.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 16:45:51 GMT
3
+ * Generated on Tue, 18 Jul 2023 18:46:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 16:45:51 GMT
3
+ * Generated on Tue, 18 Jul 2023 18:46:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 16:45:52 GMT
3
+ * Generated on Tue, 18 Jul 2023 18:46:57 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 Fri, 14 Jul 2023 16:45:51 GMT
3
+ * Generated on Tue, 18 Jul 2023 18:46:57 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 Fri, 14 Jul 2023 16:45:52 GMT
3
+ // Generated on Tue, 18 Jul 2023 18:46:57 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 Fri, 14 Jul 2023 16:45:51 GMT
3
+ // Generated on Tue, 18 Jul 2023 18:46:57 GMT
4
4
 
5
5
  $brand-gray-05: #2b2838 !default;
6
6
  $brand-gray-04: #45424d !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "64.21.0",
3
+ "version": "64.21.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -85,13 +85,13 @@
85
85
  },
86
86
  "devDependencies": {
87
87
  "@arkweid/lefthook": "0.7.7",
88
- "@babel/core": "^7.22.8",
89
- "@babel/preset-env": "^7.22.7",
88
+ "@babel/core": "^7.22.9",
89
+ "@babel/preset-env": "^7.22.9",
90
90
  "@babel/preset-react": "^7.22.5",
91
91
  "@gitlab/eslint-plugin": "19.0.0",
92
92
  "@gitlab/fonts": "^1.2.0",
93
93
  "@gitlab/stylelint-config": "4.1.0",
94
- "@gitlab/svgs": "3.54.0",
94
+ "@gitlab/svgs": "3.55.0",
95
95
  "@rollup/plugin-commonjs": "^11.1.0",
96
96
  "@rollup/plugin-node-resolve": "^7.1.3",
97
97
  "@rollup/plugin-replace": "^2.3.2",
@@ -6,7 +6,7 @@
6
6
  @include gl-line-height-normal;
7
7
  @include gl-py-3;
8
8
  @include gl-px-4;
9
- @include gl-h-auto;
9
+ @include gl-h-7;
10
10
  @include gl-text-gray-900;
11
11
  @include gl-inset-border-1-gray-400;
12
12
  @include gl-border-none;
@@ -5,7 +5,7 @@ to make sure this is the right dropdown component for you.
5
5
  ### Basic usage
6
6
 
7
7
  ```html
8
- <gl-disclosure-dropdown-dropdown toggle-text="Actions" :items="items" />
8
+ <gl-disclosure-dropdown toggle-text="Actions" :items="items" />
9
9
  ```
10
10
 
11
11
  ### Icon-only disclosure dropdown