@sit-onyx/headless 1.0.0-beta.22 → 1.0.0-beta.23

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/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './composables/comboBox/createComboBox.js';
2
2
  export * from './composables/helpers/useGlobalListener.js';
3
+ export * from './composables/helpers/useOutsideClick.js';
3
4
  export * from './composables/listbox/createListbox.js';
4
5
  export * from './composables/menuButton/createMenuButton.js';
5
6
  export * from './composables/navigationMenu/createMenu.js';
package/dist/index.js CHANGED
@@ -1084,5 +1084,6 @@ export {
1084
1084
  debounce,
1085
1085
  isPrintableCharacter,
1086
1086
  useGlobalEventListener,
1087
+ useOutsideClick,
1087
1088
  wasKeyPressed
1088
1089
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/headless",
3
3
  "description": "Headless composables for Vue",
4
- "version": "1.0.0-beta.22",
4
+ "version": "1.0.0-beta.23",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "peerDependencies": {
35
35
  "typescript": ">= 5",
36
36
  "vue": ">= 3.5.0",
37
- "@playwright/experimental-ct-vue": "1.51.1",
38
- "@playwright/test": "1.51.1"
37
+ "@playwright/experimental-ct-vue": "1.54.1",
38
+ "@playwright/test": "1.54.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@vue/compiler-dom": "3.5.16",
41
+ "@vue/compiler-dom": "3.5.18",
42
42
  "vite-plugin-dts": "^4.5.4",
43
- "vue": "3.5.16",
43
+ "vue": "3.5.18",
44
44
  "@sit-onyx/shared": "^1.0.0-beta.4"
45
45
  },
46
46
  "scripts": {