@remit/ui 0.0.115 → 0.0.117
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remit/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.117",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"src"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"test": "npm run test:typecheck && npm run test:run",
|
|
15
15
|
"test:typecheck": "tsgo --noEmit",
|
|
16
|
-
"test:run": "node --import tsx --experimental-test-coverage --test-coverage-include='src/**' --test-coverage-exclude='src/**/*.test.ts' --test-coverage-exclude='src/**/*.test.tsx' --test-coverage-lines=90 --test 'src/**/*.test.ts'"
|
|
16
|
+
"test:run": "node $NODE_TEST_FLAGS --import tsx --experimental-test-coverage --test-coverage-include='src/**' --test-coverage-exclude='src/**/*.test.ts' --test-coverage-exclude='src/**/*.test.tsx' --test-coverage-lines=90 --test 'src/**/*.test.ts'"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fontsource-variable/geist": "^5",
|
|
@@ -79,7 +79,7 @@ export const useListCursor = ({
|
|
|
79
79
|
onExitSelection,
|
|
80
80
|
}: UseListCursorOptions): ListCursor => {
|
|
81
81
|
// The keyboard "where am I" pointer, distinct from the open thread
|
|
82
|
-
// (
|
|
82
|
+
// (the message segment in the path). j/k move this cursor; Enter opens the
|
|
83
83
|
// focused row, and on desktop the reading pane follows the cursor of its own
|
|
84
84
|
// accord (`useFollowFocusOpen`). It seeds from the open thread so opening a
|
|
85
85
|
// message also focuses its row.
|