@lightningtv/solid
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
import { createEffect, on, createSignal, untrack } from 'solid-js'; | ||
import { createEffect, on, createSignal, untrack, } from 'solid-js'; | ||
import { useKeyDownEvent } from '@solid-primitives/keyboard'; | ||
@@ -3,0 +3,0 @@ import { activeElement, isFunc, isArray, } from '@lightningtv/solid'; |
@@ -0,1 +1,2 @@ | ||
import { type Accessor } from 'solid-js'; | ||
import { ElementNode } from '@lightningtv/solid'; | ||
@@ -44,4 +45,4 @@ export interface DefaultKeyMap { | ||
} | ||
declare const focusPath: import("solid-js").Accessor<ElementNode[]>; | ||
declare const focusPath: Accessor<ElementNode[]>; | ||
export { focusPath }; | ||
export declare const useFocusManager: (userKeyMap?: Partial<KeyMap>) => import("solid-js").Accessor<ElementNode[]>; | ||
export declare const useFocusManager: (userKeyMap?: Partial<KeyMap>) => Accessor<ElementNode[]>; |
{ | ||
"name": "@lightningtv/solid", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Lightning Renderer for Solid Universal", | ||
@@ -10,2 +10,6 @@ "type": "module", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
"types": "./src/index.ts", | ||
"import": "./src/index.ts" | ||
}, | ||
"sideEffects": false, | ||
@@ -37,3 +41,3 @@ "scripts": { | ||
"dependencies": { | ||
"@lightningtv/core": "^0.0.5", | ||
"@lightningtv/core": "^0.0.6", | ||
"@lightningtv/solid": "file:", | ||
@@ -40,0 +44,0 @@ "@solid-primitives/keyboard": "^1.2.8", |
@@ -1,2 +0,8 @@ | ||
import { createEffect, on, createSignal, untrack } from 'solid-js'; | ||
import { | ||
createEffect, | ||
on, | ||
createSignal, | ||
untrack, | ||
type Accessor, | ||
} from 'solid-js'; | ||
import { useKeyDownEvent } from '@solid-primitives/keyboard'; | ||
@@ -114,3 +120,3 @@ import { | ||
on( | ||
activeElement, | ||
activeElement as Accessor<ElementNode>, | ||
( | ||
@@ -117,0 +123,0 @@ currentFocusedElm: ElementNode, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183807
2666
+ Added@lightningtv/core@0.0.6(transitive)
- Removed@lightningtv/core@0.0.5(transitive)
Updated@lightningtv/core@^0.0.6