@tw-classed/core
Advanced tools
Comparing version 1.3.2 to 1.4.0-canary.1
@@ -38,3 +38,3 @@ /** Narrowed function. */ | ||
}; | ||
type InferVariantProps<V extends Variants | undefined = undefined> = V extends Variants ? Partial<{ | ||
type InferVariantProps<V extends Variants | unknown | undefined = undefined> = V extends Variants ? Partial<{ | ||
[K in keyof V]: Widen<keyof V[K]>; | ||
@@ -41,0 +41,0 @@ }> : {}; |
{ | ||
"name": "@tw-classed/core", | ||
"version": "1.3.2", | ||
"version": "1.4.0-canary.1", | ||
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components", | ||
@@ -27,8 +27,5 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@jest/core": "^29.3.1", | ||
"@types/jest": "^29.2.2", | ||
"@vitest/ui": "^0.25.1", | ||
"bunchee": "^2.1.6", | ||
"c8": "^7.12.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4", | ||
@@ -35,0 +32,0 @@ "vite": "^3.2.3", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7
23997
1