@gitlab/ui 64.21.0 → 64.21.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/CHANGELOG.md +14 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/package.json +4 -4
- package/src/components/base/button/button.scss +0 -1
- package/src/components/base/form/form_input/form_input.scss +1 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.md +1 -1
package/dist/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "64.21.
|
|
3
|
+
"version": "64.21.2",
|
|
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.
|
|
89
|
-
"@babel/preset-env": "^7.22.
|
|
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.
|
|
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",
|
|
@@ -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
|
|
8
|
+
<gl-disclosure-dropdown toggle-text="Actions" :items="items" />
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
### Icon-only disclosure dropdown
|