@window-splitter/solid 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/solid@1.1.1 build /Users/alisowski/Documents/react-window-splitter/packages/solid
3
+ > @window-splitter/solid@1.1.3 build /Users/andrew/Documents/window-splitter/packages/solid
4
4
  > tshy
5
5
 
@@ -0,0 +1,29 @@
1
+
2
+ > @window-splitter/solid@1.1.3 test /Users/andrew/Documents/window-splitter/packages/solid
3
+ > CI=true vitest
4
+
5
+
6
+  RUN  v3.1.2 /Users/andrew/Documents/window-splitter/packages/solid
7
+
8
+ stderr | src/SolidWindowSplitter.test.tsx > Autosave > localStorage
9
+ null
10
+ stderr | src/SolidWindowSplitter.test.tsx > Keyboard interactions with collapsed panels
11
+ null
12
+ stdout | src/SolidWindowSplitter.test.tsx > imperative panel API > panel
13
+ COLLAPSE PASSIVE true
14
+ stdout | src/SolidWindowSplitter.test.tsx > imperative panel API > panel
15
+ COLLAPSE PASSIVE false
16
+ ✓  chromium  src/SolidWindowSplitter.test.tsx (10 tests) 27042ms
17
+ ✓ horizontal layout  3706ms
18
+ ✓ vertical layout  1300ms
19
+ ✓ Autosave > localStorage  1310ms
20
+ ✓ Autosave > callback  4832ms
21
+ ✓ Autosave > cookie  1325ms
22
+ ✓ Keyboard interactions with collapsed panels  3084ms
23
+ ✓ imperative panel API > panel  11128ms
24
+
25
+  Test Files  1 passed (1)
26
+  Tests  10 passed (10)
27
+  Start at  12:24:47
28
+  Duration  27.62s (transform 0ms, setup 0ms, collect 182ms, tests 27.04s, environment 0ms, prepare 9ms)
29
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/solid",
4
4
  "sideEffects": false,
5
- "version": "1.1.2",
5
+ "version": "1.1.4",
6
6
  "description": "A WAI-ARIA compliant window splitter for Solid.",
7
7
  "repository": {
8
8
  "url": "https://github.com/hipstersmoothie/window-splitter",
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "devDependencies": {
33
33
  "@chromatic-com/storybook": "^1.6.1",
34
- "@internal/eslint-config": "1.1.2",
34
+ "@internal/eslint-config": "1.1.4",
35
35
  "@rsbuild/core": "^1.3.12",
36
36
  "@rsdoctor/rspack-plugin": "^1.0.2",
37
37
  "@solidjs/testing-library": "^0.8.10",
@@ -60,8 +60,8 @@
60
60
  "solid-js": ">=1.x"
61
61
  },
62
62
  "dependencies": {
63
- "@window-splitter/interface": "1.1.2",
64
- "@window-splitter/state": "1.1.2"
63
+ "@window-splitter/interface": "1.1.4",
64
+ "@window-splitter/state": "1.1.4"
65
65
  },
66
66
  "tshy": {
67
67
  "exclude": [
@@ -98,5 +98,5 @@
98
98
  "plugin:storybook/recommended"
99
99
  ]
100
100
  },
101
- "gitHead": "d9d2440aa94cb486fa4334f69a7e4717926f3192"
101
+ "gitHead": "df18ce3b7488d52f8d91ae7000f5dcaec65f6bdd"
102
102
  }
@@ -1,18 +0,0 @@
1
-
2
- 
3
- > @window-splitter/solid@1.1.0 lint /Users/alisowski/Documents/react-window-splitter/packages/solid
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.