@jsxstyle/react
Advanced tools
Comparing version 0.0.0-canary-20241226083748 to 0.0.0-canary-20241226085042
@@ -1,5 +0,4 @@ | ||
import { cacheSingleton } from '@jsxstyle/core'; | ||
export type { CSSProperties, JsxstyleComponentStyleProps, } from '@jsxstyle/core'; | ||
export { cacheSingleton as cache, css, makeCustomProperties, } from '@jsxstyle/core'; | ||
export type { StylableComponentProps } from './types.js'; | ||
export { cacheSingleton as cache }; | ||
export { useMatchMedia } from './useMatchMedia.js'; | ||
@@ -6,0 +5,0 @@ export declare const Box: <T extends import("./types.js").ValidComponentPropValue = "div">(props: import("./types.js").JsxstyleProps<T>) => React.ReactElement; |
@@ -1,4 +0,3 @@ | ||
import { cacheSingleton } from '@jsxstyle/core'; | ||
import { componentFactory } from './componentFactory.js'; | ||
export { cacheSingleton as cache }; | ||
export { cacheSingleton as cache, css, makeCustomProperties, } from '@jsxstyle/core'; | ||
export { useMatchMedia } from './useMatchMedia.js'; | ||
@@ -5,0 +4,0 @@ export const Box = /*#__PURE__*/ componentFactory('Box'); |
{ | ||
"name": "@jsxstyle/react", | ||
"version": "0.0.0-canary-20241226083748", | ||
"version": "0.0.0-canary-20241226085042", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@jsxstyle/core": "0.0.0-canary-20241226083748", | ||
"@jsxstyle/core": "0.0.0-canary-20241226085042", | ||
"@types/react": "^18.0.0 || ^19.0.0", | ||
@@ -21,0 +21,0 @@ "react": "^18.0.0 || ^19.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12142
98