@window-splitter/vue 0.8.5 → 1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/vue",
4
- "version": "0.8.5",
4
+ "version": "1.0.1",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://react-window-splitter-six.vercel.app",
7
7
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "license": "MIT",
39
39
  "description": "A WAI-ARIA compliant window splitter for Vue.",
40
40
  "devDependencies": {
41
- "@internal/eslint-config": "0.8.5",
41
+ "@internal/eslint-config": "1.0.1",
42
42
  "@storybook/vue3": "^8.6.12",
43
43
  "@storybook/vue3-vite": "^8.6.12",
44
44
  "@testing-library/dom": "^10.4.0",
@@ -56,12 +56,12 @@
56
56
  "typescript-eslint": "^8.1.0",
57
57
  "vite": "^6.3.3",
58
58
  "vite-plugin-dts": "^4.5.3",
59
- "vitest": "^3.1.2",
59
+ "vitest": "catalog:",
60
60
  "vue": "^3.5.13"
61
61
  },
62
62
  "dependencies": {
63
- "@window-splitter/interface": "0.8.5",
64
- "@window-splitter/state": "0.8.5"
63
+ "@window-splitter/interface": "1.0.1",
64
+ "@window-splitter/state": "1.0.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "vue": ">=3.x"
@@ -80,5 +80,5 @@
80
80
  },
81
81
  "types": "./dist/index.d.ts",
82
82
  "module": "./dist/index.mjs",
83
- "gitHead": "b1a919f0f05d2216d8926513fb191167a5437674"
83
+ "gitHead": "3894944a5c2d65d6dfab9fd68144b3fc97ed1ee2"
84
84
  }
@@ -182,7 +182,7 @@ const combinedProps = computed(() => {
182
182
  </script>
183
183
 
184
184
  <template>
185
- <div v-bind="combinedProps" data-panel-resizer :tabindex="disabled ? -1 : 0">
185
+ <div v-bind="combinedProps" :tabindex="disabled ? -1 : 0">
186
186
  <slot />
187
187
  </div>
188
188
  </template>