@stitches/react
Advanced tools
Comparing version 0.0.2-canary.0 to 0.0.3-canary.0
@@ -1,5 +0,5 @@ | ||
import { TConfig, TCss, TDefaultCss, TMainBreakPoint } from '@stitches/core'; | ||
import { TConfig, TCss, TCssProperties, TMainBreakPoint } from '@stitches/core'; | ||
export { _ATOM } from '@stitches/core'; | ||
import * as React from 'react'; | ||
export declare type TCssProp<T extends TConfig> = TDefaultCss<T> | (string & {}); | ||
export declare type TCssProp<T extends TConfig> = TCssProperties<T> | (string & {}); | ||
/** | ||
@@ -6,0 +6,0 @@ * Extracts Variants from an object: |
{ | ||
"name": "@stitches/react", | ||
"version": "0.0.2-canary.0", | ||
"version": "0.0.3-canary.0", | ||
"description": "The modern CSS-in-JS library", | ||
@@ -54,3 +54,3 @@ "main": "dist/react.cjs.js", | ||
"dependencies": { | ||
"@stitches/core": "^0.0.2-canary.0", | ||
"@stitches/core": "^0.0.3-canary.0", | ||
"@types/node": "^13.11.1", | ||
@@ -63,3 +63,3 @@ "@types/react-test-renderer": "^16.9.3", | ||
}, | ||
"gitHead": "fcf069d00544c1438a4d2c55669bca2abc338b8b" | ||
"gitHead": "483ad0781514a92f7323df56bfd4948ad781686c" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45921
0
+ Added@stitches/core@0.0.3-canary.4(transitive)
- Removed@stitches/core@0.0.2(transitive)