Comparing version 8.0.1-beta.8 to 8.0.1-beta.9
@@ -111,3 +111,3 @@ /* eslint-disable */ | ||
function ShadowRoot({ children, ref, ...attr }) { | ||
function ShadowRoot$1({ children, ref, ...attr }) { | ||
return { | ||
@@ -328,3 +328,3 @@ [jsxDomType]: JsxDomType.ShadowRoot, | ||
function normalizeAttribute(s, separator) { | ||
return s.replace(/[A-Z\d]/g, match => separator + match.toLowerCase()) | ||
return s.replace(/[A-Z]/g, match => separator + match.toLowerCase()) | ||
} | ||
@@ -595,3 +595,3 @@ | ||
SVGNamespace, | ||
ShadowRoot, | ||
ShadowRoot$1 as ShadowRoot, | ||
Fragment as StrictMode, | ||
@@ -598,0 +598,0 @@ className, |
@@ -55,3 +55,3 @@ /* eslint-disable */ | ||
function ShadowRoot({ children, ref, ...attr }) { | ||
function ShadowRoot$1({ children, ref, ...attr }) { | ||
return { | ||
@@ -436,3 +436,3 @@ [jsxDomType]: JsxDomType.ShadowRoot, | ||
SVGNamespace, | ||
ShadowRoot, | ||
ShadowRoot$1 as ShadowRoot, | ||
Fragment as StrictMode, | ||
@@ -439,0 +439,0 @@ className, |
{ | ||
"name": "jsx-dom", | ||
"version": "8.0.1-beta.8", | ||
"version": "8.0.1-beta.9", | ||
"description": "JSX to document.createElement.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
122043
3036