@gitlab/ui 108.0.0 → 108.0.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,11 @@
1
+ ## [108.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v108.0.0...v108.0.1) (2025-02-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Correct GlSearchBoxByClick and GlSearchBoxByType component names ([bf56a82](https://gitlab.com/gitlab-org/gitlab-ui/commit/bf56a826d846552f0ae86140cfd2d1ae115315ca))
7
+ * Correct the N letter ([748bb3e](https://gitlab.com/gitlab-org/gitlab-ui/commit/748bb3e7d6af5ec057a05f9790858e0da7202f8f))
8
+
1
9
  # [108.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v107.7.1...v108.0.0) (2025-02-03)
2
10
 
3
11
 
@@ -8,7 +8,7 @@ import GlFormInputGroup from '../form/form_input_group/form_input_group';
8
8
  import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
9
9
 
10
10
  var script = {
11
- name: 'GlSearchboxByClick',
11
+ name: 'GlSearchBoxByClick',
12
12
  components: {
13
13
  GlClearIconButton,
14
14
  GlButton,
@@ -6,7 +6,7 @@ import { translate } from '../../../utils/i18n';
6
6
  import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
7
7
 
8
8
  var script = {
9
- name: 'GlSearchboxByType',
9
+ name: 'GlSearchBoxByType',
10
10
  components: {
11
11
  GlClearIconButton,
12
12
  GlIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "108.0.0",
3
+ "version": "108.0.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -173,8 +173,8 @@
173
173
  "npm-run-all": "^4.1.5",
174
174
  "patch-package": "^8.0.0",
175
175
  "pikaday": "^1.8.0",
176
- "playwright": "^1.50.0",
177
- "playwright-core": "^1.50.0",
176
+ "playwright": "^1.50.1",
177
+ "playwright-core": "^1.50.1",
178
178
  "postcss": "8.4.28",
179
179
  "postcss-loader": "^7.0.2",
180
180
  "postcss-scss": "4.0.4",
@@ -8,7 +8,7 @@ import GlFormInput from '../form/form_input/form_input.vue';
8
8
  import GlFormInputGroup from '../form/form_input_group/form_input_group.vue';
9
9
 
10
10
  export default {
11
- name: 'GlSearchboxByClick',
11
+ name: 'GlSearchBoxByClick',
12
12
  components: {
13
13
  GlClearIconButton,
14
14
  GlButton,
@@ -6,7 +6,7 @@ import GlLoadingIcon from '../loading_icon/loading_icon.vue';
6
6
  import { translate } from '../../../utils/i18n';
7
7
 
8
8
  export default {
9
- name: 'GlSearchboxByType',
9
+ name: 'GlSearchBoxByType',
10
10
  components: {
11
11
  GlClearIconButton,
12
12
  GlIcon,