jsx-dom-cjs
Advanced tools
Comparing version 7.0.0-beta.5 to 7.0.0
@@ -187,3 +187,4 @@ "use strict" | ||
} | ||
const nonPresentationSVGAttributes = /^(a(ll|t|u)|base[FP]|c(al|lipPathU|on)|di|ed|ex|filter[RU]|g(lyphR|r)|ke|l(en|im)|ma(rker[HUW]|s)|n|pat|pr|point[^e]|re[^n]|s[puy]|st[^or]|ta|textL|vi|xC|y|z)/ | ||
const nonPresentationSVGAttributes = | ||
/^(a(ll|t|u)|base[FP]|c(al|lipPathU|on)|di|ed|ex|filter[RU]|g(lyphR|r)|ke|l(en|im)|ma(rker[HUW]|s)|n|pat|pr|point[^e]|re[^n]|s[puy]|st[^or]|ta|textL|vi|xC|y|z)/ | ||
function createFactory(tag) { | ||
@@ -433,3 +434,3 @@ return createElement.bind(null, tag) | ||
function ClassList(value) { | ||
value.className = list.value | ||
value.setAttribute("class", list.value) | ||
list = value.classList | ||
@@ -436,0 +437,0 @@ } |
{ | ||
"name": "jsx-dom-cjs", | ||
"version": "7.0.0-beta.5", | ||
"version": "7.0.0", | ||
"description": "JSX to document.createElement.", | ||
"main": "index.js", | ||
"files": [ | ||
"cjs", | ||
"esm", | ||
"index.d.ts" | ||
], | ||
"keywords": [ | ||
@@ -14,3 +19,3 @@ "jsx", | ||
"dependencies": { | ||
"csstype": "^3.0.7" | ||
"csstype": "^3.0.8" | ||
}, | ||
@@ -17,0 +22,0 @@ "eslintIgnore": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
92263
6
2358
Updatedcsstype@^3.0.8