jsx-dom-runtime
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -490,3 +490,3 @@ /// <reference lib="dom" /> | ||
vocab?: string | ||
autoCapitalize?: 'none' | 'off' | 'on' | 'sentences' | 'words' | 'characters' | ||
autocapitalize?: 'none' | 'off' | 'on' | 'sentences' | 'words' | 'characters' | ||
autoCorrect?: string | ||
@@ -791,3 +791,3 @@ autoSave?: string | ||
href?: string | ||
hrefLang?: string | ||
hreflang?: string; | ||
media?: string | ||
@@ -798,3 +798,3 @@ ping?: string | ||
type?: string | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
} | ||
@@ -809,5 +809,6 @@ | ||
href?: string | ||
hrefLang?: string | ||
/** @deprecated */ | ||
hreflang?: string; | ||
media?: string | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
rel?: string | ||
@@ -828,3 +829,3 @@ shape?: string | ||
export interface ButtonHTMLAttributes extends HTMLAttributes<HTMLButtonElement> { | ||
autoFocus?: boolean | ||
autofocus?: boolean | ||
disabled?: boolean | ||
@@ -890,4 +891,3 @@ form?: string | ||
action?: string | ||
autoComplete?: string | ||
encType?: string | ||
autocomplete?: string | ||
enctype?: string | ||
@@ -917,3 +917,3 @@ method?: string | ||
name?: string | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
sandbox?: string | ||
@@ -924,3 +924,2 @@ /** @deprecated */ | ||
src?: string | ||
srcDoc?: string | ||
srcdoc?: string | ||
@@ -932,13 +931,13 @@ width?: number | string | ||
alt?: string | ||
crossOrigin?: HTMLAttrinuteCORS | ||
crossOrigin?: HTMLAttrinuteCORS; | ||
decoding?: 'async' | 'auto' | 'sync' | ||
height?: number | string | ||
loading?: 'eager' | 'lazy' | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
sizes?: string | ||
src?: string | ||
srcSet?: string | ||
srcset?: string | ||
useMap?: string | ||
useMap?: string; | ||
width?: number | string | ||
fetchPriority?: 'high' | 'low' | 'auto'; | ||
} | ||
@@ -954,7 +953,7 @@ | ||
alt?: string | ||
autoComplete?: string | ||
autoFocus?: boolean | ||
autocomplete?: string | ||
autofocus?: boolean | ||
capture?: boolean | string // https://www.w3.org/TR/html-media-capture/#the-capture-attribute | ||
checked?: boolean | ||
crossOrigin?: HTMLAttrinuteCORS | ||
crossOrigin?: HTMLAttrinuteCORS; | ||
disabled?: boolean | ||
@@ -992,3 +991,3 @@ enterKeyHint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send' | ||
interface KeygenHTMLAttributes extends HTMLAttributes<HTMLElement> { | ||
autoFocus?: boolean | ||
autofocus?: boolean | ||
challenge?: string | ||
@@ -1012,12 +1011,14 @@ disabled?: boolean | ||
as?: string | ||
crossOrigin?: HTMLAttrinuteCORS | ||
crossOrigin?: HTMLAttrinuteCORS; | ||
href?: string | ||
hrefLang?: string | ||
hreflang?: string; | ||
integrity?: string | ||
media?: string | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
rel?: string | ||
sizes?: string | ||
type?: string | ||
charSet?: string | ||
/** @deprecated */ | ||
charset?: string; | ||
fetchPriority?: 'high' | 'low' | 'auto'; | ||
} | ||
@@ -1034,6 +1035,6 @@ | ||
interface MediaHTMLAttributes<T> extends HTMLAttributes<T> { | ||
autoPlay?: boolean | ||
autoplay?: boolean | ||
controls?: boolean | ||
controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback' | ||
crossOrigin?: HTMLAttrinuteCORS | ||
crossOrigin?: HTMLAttrinuteCORS; | ||
loop?: boolean | ||
@@ -1048,5 +1049,5 @@ mediaGroup?: string | ||
interface MetaHTMLAttributes extends HTMLAttributes<HTMLMetaElement> { | ||
charSet?: string | ||
charset?: string; | ||
content?: string | ||
httpEquiv?: string | ||
'http-equiv'?: string; | ||
name?: string | ||
@@ -1076,3 +1077,3 @@ } | ||
type?: string | ||
useMap?: string | ||
useMap?: string; | ||
width?: number | string | ||
@@ -1119,4 +1120,4 @@ wmode?: string | ||
/** @deprecated */ | ||
charSet?: string | ||
crossOrigin?: HTMLAttrinuteCORS | ||
charset?: string; | ||
crossOrigin?: HTMLAttrinuteCORS; | ||
defer?: boolean | ||
@@ -1126,10 +1127,11 @@ integrity?: string | ||
nonce?: string | ||
referrerPolicy?: ReferrerPolicy | ||
referrerPolicy?: ReferrerPolicy; | ||
src?: string | ||
type?: string | ||
fetchPriority?: 'high' | 'low' | 'auto'; | ||
} | ||
interface SelectHTMLAttributes extends HTMLAttributes<HTMLSelectElement> { | ||
autoComplete?: string | ||
autoFocus?: boolean | ||
autocomplete?: string | ||
autofocus?: boolean | ||
disabled?: boolean | ||
@@ -1153,5 +1155,6 @@ form?: string | ||
src?: string | ||
srcSet?: string | ||
srcset?: string | ||
srcset?: string; | ||
type?: string | ||
height?: number | string | ||
width?: number | string | ||
} | ||
@@ -1174,4 +1177,4 @@ | ||
export interface TextareaHTMLAttributes extends HTMLAttributes<HTMLTextAreaElement> { | ||
autoComplete?: string | ||
autoFocus?: boolean | ||
autocomplete?: string | ||
autofocus?: boolean | ||
cols?: number | ||
@@ -1232,5 +1235,3 @@ dirName?: string | ||
disablePictureInPicture?: boolean | ||
disablepictureinpicture?: boolean | ||
disableRemotePlayback?: boolean | ||
disableremoteplayback?: boolean | ||
} | ||
@@ -1241,3 +1242,3 @@ | ||
allowpopups?: boolean | ||
autoFocus?: boolean | ||
autofocus?: boolean | ||
autosize?: boolean | ||
@@ -1244,0 +1245,0 @@ blinkfeatures?: string |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM", | ||
@@ -61,7 +61,7 @@ "type": "module", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.39.0", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.20.6", | ||
"rollup": "^3.21.0", | ||
"size-limit": "^8.2.4", | ||
@@ -68,0 +68,0 @@ "typescript": "^5.0.4" |
64780
1796