@dlightjs/types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -644,3 +644,13 @@ import { HtmlNode, DLNode } from '@dlightjs/dlight'; | ||
interface DLightProperties<T> { | ||
interface ContentEditableProperties<T> { | ||
contentEditable: (value: string) => T; | ||
enterKeyHint: (value: string) => T; | ||
inputMode: (value: string) => T; | ||
} | ||
interface SVGElementProperties<T> { | ||
autofocus: (value: boolean) => T; | ||
nonce: (value: string) => T; | ||
tabIndex: (value: number) => T; | ||
} | ||
interface DLightProperties<T> extends ContentEditableProperties<T>, SVGElementProperties<T> { | ||
className: (value: string) => T; | ||
@@ -647,0 +657,0 @@ id: (value: string) => T; |
{ | ||
"name": "@dlightjs/types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"files": [ | ||
@@ -23,4 +23,4 @@ "dist" | ||
"csstype": "^3.1.1", | ||
"@dlightjs/dlight": "0.4.8" | ||
"@dlightjs/dlight": "0.4.9" | ||
} | ||
} |
55391
824
+ Added@dlightjs/dlight@0.4.9(transitive)
- Removed@dlightjs/dlight@0.4.8(transitive)
Updated@dlightjs/dlight@0.4.9