@window-splitter/react 1.1.2 → 1.1.4

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,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/react@1.1.1 build /Users/alisowski/Documents/react-window-splitter/packages/react
3
+ > @window-splitter/react@1.1.3 build /Users/andrew/Documents/window-splitter/packages/react
4
4
  > tshy
5
5
 
@@ -1,13 +1,33 @@
1
1
 
2
2
  
3
- > @window-splitter/react@1.1.0 test /Users/alisowski/Documents/react-window-splitter/packages/react
3
+ > @window-splitter/react@1.1.3 test /Users/andrew/Documents/window-splitter/packages/react
4
4
  > CI=true vitest
5
5
 
6
6
  [?25l
7
-  RUN  v3.1.2 /Users/alisowski/Documents/react-window-splitter/packages/react
7
+  RUN  v3.1.2 /Users/andrew/Documents/window-splitter/packages/react
8
8
 
9
9
  stdout | src/ReactWindowSplitter.test.tsx > Keyboard interactions with collapsed panels
10
10
  COLLAPSE CONTROLLED false
11
11
  stdout | src/ReactWindowSplitter.test.tsx > Keyboard interactions with collapsed panels
12
+ COLLAPSE CONTROLLED true
13
+ stdout | src/ReactWindowSplitter.test.tsx > Keyboard interactions with collapsed panels
12
14
  COLLAPSE CONTROLLED false
13
- [?25h[?25h ELIFECYCLE  Test failed. See above for more details.
15
+ stdout | src/ReactWindowSplitter.test.tsx > imperative panel API > panel
16
+ COLLAPSE PASSIVE true
17
+ stdout | src/ReactWindowSplitter.test.tsx > imperative panel API > panel
18
+ COLLAPSE PASSIVE false
19
+ ✓  chromium  src/ReactWindowSplitter.test.tsx (11 tests) 26287ms
20
+ ✓ horizontal layout  3406ms
21
+ ✓ vertical layout  1206ms
22
+ ✓ Autosave > localStorage  1264ms
23
+ ✓ Autosave > callback  4451ms
24
+ ✓ Autosave > cookie  1274ms
25
+ ✓ Keyboard interactions with collapsed panels  2739ms
26
+ ✓ imperative panel API > panel  11112ms
27
+
28
+  Test Files  1 passed (1)
29
+  Tests  11 passed (11)
30
+  Start at  11:44:24
31
+  Duration  27.04s (transform 0ms, setup 152ms, collect 38ms, tests 26.29s, environment 0ms, prepare 13ms)
32
+
33
+ [?25h
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/react",
4
4
  "sideEffects": false,
5
- "version": "1.1.2",
5
+ "version": "1.1.4",
6
6
  "description": "A WAI-ARIA compliant window splitter for React.",
7
7
  "homepage": "https://react-window-splitter-six.vercel.app",
8
8
  "repository": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@chromatic-com/storybook": "^1.6.1",
39
- "@internal/eslint-config": "1.1.2",
39
+ "@internal/eslint-config": "1.1.4",
40
40
  "@rsbuild/core": "^1.3.12",
41
41
  "@rsdoctor/rspack-plugin": "^1.0.2",
42
42
  "@storybook/react": "^8.2.9",
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@react-aria/utils": "^3.28.2",
65
- "@window-splitter/interface": "1.1.2",
66
- "@window-splitter/state": "1.1.2"
65
+ "@window-splitter/interface": "1.1.4",
66
+ "@window-splitter/state": "1.1.4"
67
67
  },
68
68
  "tshy": {
69
69
  "exclude": [
@@ -98,5 +98,5 @@
98
98
  "resizable",
99
99
  "window"
100
100
  ],
101
- "gitHead": "d9d2440aa94cb486fa4334f69a7e4717926f3192"
101
+ "gitHead": "df18ce3b7488d52f8d91ae7000f5dcaec65f6bdd"
102
102
  }
@@ -1,18 +0,0 @@
1
-
2
- 
3
- > @window-splitter/react@1.1.0 lint /Users/alisowski/Documents/react-window-splitter/packages/react
4
- > eslint .
5
-
6
- =============
7
-
8
- WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
-
10
- You may find that it works just fine, or you may not.
11
-
12
- SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
13
-
14
- YOUR TYPESCRIPT VERSION: 5.8.3
15
-
16
- Please only submit bug reports when using the officially supported version.
17
-
18
- =============
package/LICENSE DELETED
@@ -1,7 +0,0 @@
1
- Copyright 2025 Andrew Lisowski
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
-
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
-
7
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.