jsx-dom-runtime
Advanced tools
Comparing version 0.51.0 to 0.52.0-beta.0
@@ -833,5 +833,5 @@ /// <reference lib="dom" /> | ||
yChannelSelector?: 'R' | 'G' | 'B' | 'A' | ||
/** @deprecated Not Supported */ | ||
'xlink:actuate'?: 'onLoad' | ||
/** @deprecated Not Supported */ | ||
/** @deprecated */ | ||
'xlink:actuate'?: 'onLoad' | 'onRequest' | 'other' | 'none' | ||
/** @deprecated */ | ||
'xlink:arcrole'?: string | ||
@@ -843,3 +843,3 @@ /** | ||
'xlink:href'?: string | ||
/** @deprecated Not Supported */ | ||
/** @deprecated */ | ||
'xlink:show'?: 'new' | 'replace' | 'embed' | 'other' | 'none' | ||
@@ -851,10 +851,16 @@ /** | ||
'xlink:title'?: string | ||
/** @deprecated Not Supported */ | ||
'xlink:type'?: 'simple' | ||
/** @deprecated Not Supported */ | ||
/** @deprecated */ | ||
'xlink:type'?: 'simple' | 'extended' | 'locator' | 'arc' | 'resource' | 'title' | 'none' | ||
/** @deprecated */ | ||
'xlink:role'?: string | ||
/** @deprecated Not Supported */ | ||
/** @deprecated */ | ||
'xlink:label'?: string | ||
/** @deprecated */ | ||
'xlink:from'?: string | ||
/** @deprecated */ | ||
'xlink:to'?: string | ||
/** @deprecated */ | ||
'xml:base'?: string | ||
/** | ||
* Not Supported. There is also a `lang` attribute (without namespace) | ||
* There is also a `lang` attribute (without namespace) | ||
* @deprecated | ||
@@ -861,0 +867,0 @@ */ |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.51.0", | ||
"version": "0.52.0-beta.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -20,2 +20,7 @@ "type": "module", | ||
}, | ||
"./extensions/*": { | ||
"types": "./extensions/*.d.ts", | ||
"import": "./extensions/*.js", | ||
"require": "./extensions/*.cjs" | ||
}, | ||
"./babel-preset": "./babel-preset/index.cjs", | ||
@@ -69,2 +74,3 @@ "./package.json": "./package.json" | ||
"babel-preset", | ||
"extensions", | ||
"jsx-runtime", | ||
@@ -71,0 +77,0 @@ "index.d.ts" |
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
80192
14
2083