jsx-dom-runtime
Advanced tools
Comparing version 0.52.0 to 0.53.0
@@ -247,2 +247,7 @@ /// <reference lib="dom" /> | ||
/** | ||
* Defines a human readable text alternative of aria-colindex. | ||
* @see aria-rowindextext. | ||
*/ | ||
'aria-colindextext'?: string; | ||
/** | ||
* Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. | ||
@@ -265,2 +270,7 @@ * @see aria-colindex @see aria-rowspan. | ||
/** | ||
* Defines a string value that describes or annotates the current element. | ||
* @see related aria-describedby. | ||
*/ | ||
'aria-description'?: string; | ||
/** | ||
* Identifies the element that provides a detailed, extended description for the object. | ||
@@ -392,2 +402,7 @@ * @see aria-describedby. | ||
/** | ||
* Defines a human readable text alternative of aria-rowindex. | ||
* @see aria-colindextext. | ||
*/ | ||
'aria-rowindextext'?: string; | ||
/** | ||
* Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. | ||
@@ -557,2 +572,3 @@ * @see aria-rowindex @see aria-colspan. | ||
is?: string | ||
popover?: boolean | 'auto' | 'manual' | '' | ||
} | ||
@@ -994,2 +1010,4 @@ | ||
value?: number | string; | ||
popovertarget?: string | ||
popovertargetaction?: 'hide' | 'show' | 'toggle' | ||
} | ||
@@ -1114,3 +1132,3 @@ | ||
capture?: boolean | 'user' | 'environment' | '' | ||
checked?: boolean | 'checked' | ''; | ||
checked?: boolean | ''; | ||
crossOrigin?: boolean | '' | 'anonymous' | 'use-credentials'; | ||
@@ -1166,2 +1184,4 @@ disabled?: boolean | ''; | ||
width?: number | string | ||
popovertarget?: string | ||
popovertargetaction?: 'hide' | 'show' | 'toggle' | ||
onchange?: ChangeEventHandler<HTMLInputElement> | ||
@@ -1168,0 +1188,0 @@ } |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.52.0", | ||
"version": "0.53.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -34,4 +34,5 @@ "type": "module", | ||
"@babel/helper-module-imports": "^7.21.4", | ||
"@babel/helper-plugin-utils": "^7.21.5", | ||
"@babel/plugin-syntax-jsx": "^7.21.4", | ||
"@babel/types": "^7.22.3", | ||
"@babel/types": "^7.22.4", | ||
"csstype": "^3.1.2", | ||
@@ -47,6 +48,6 @@ "html-tags": "^3.3.1", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@evilmartians/lefthook": "^1.4.0", | ||
"@evilmartians/lefthook": "^1.4.1", | ||
"@jest/globals": "^29.5.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
@@ -57,6 +58,6 @@ "@testing-library/dom": "^9.3.0", | ||
"@types/testing-library__jest-dom": "^5.14.6", | ||
"@typescript-eslint/eslint-plugin": "^5.59.7", | ||
"@typescript-eslint/parser": "^5.59.7", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.41.0", | ||
"eslint": "^8.42.0", | ||
"fs-extra": "^11.1.1", | ||
@@ -67,3 +68,3 @@ "jest": "^29.5.0", | ||
"size-limit": "^8.2.4", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -70,0 +71,0 @@ "files": [ |
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
84571
2189
8
Updated@babel/types@^7.22.4