@jsxstyle/react
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,2 +0,2 @@ | ||
import { componentStyles, cacheSingleton, } from '@jsxstyle/core'; | ||
import { cacheSingleton, componentStyles, } from '@jsxstyle/core'; | ||
import { createElement } from 'react'; | ||
@@ -3,0 +3,0 @@ const classNamePropKey = 'className'; |
@@ -1,2 +0,2 @@ | ||
import type { JsxstyleComponentStyleProps, CommonComponentProp, EventHandlerKeys } from '@jsxstyle/core'; | ||
import type { CommonComponentProp, EventHandlerKeys, JsxstyleComponentStyleProps } from '@jsxstyle/core'; | ||
export type IntrinsicElement = keyof JSX.IntrinsicElements; | ||
@@ -3,0 +3,0 @@ export type ValidComponentPropValue = IntrinsicElement | React.FunctionComponent<any> | React.ComponentClass<any>; |
{ | ||
"name": "@jsxstyle/react", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@jsxstyle/core": "3.0.0" | ||
"@jsxstyle/core": "3.0.1" | ||
}, | ||
@@ -26,3 +26,3 @@ "devDependencies": { | ||
"rollup": "^4.29.1", | ||
"@jsxstyle/react": "3.0.0" | ||
"@jsxstyle/react": "3.0.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23688
+ Added@jsxstyle/core@3.0.1(transitive)
- Removed@jsxstyle/core@3.0.0(transitive)
Updated@jsxstyle/core@3.0.1