@tw-classed/core
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -8,5 +8,5 @@ /** Narrowed function. */ | ||
: T extends "true" | ||
? boolean | T | ||
? boolean | T | "false" | ||
: T extends "false" | ||
? boolean | T | ||
? boolean | T | "true" | ||
: T extends `${number}` | ||
@@ -13,0 +13,0 @@ ? number | T |
@@ -8,5 +8,5 @@ /** Narrowed function. */ | ||
: T extends "true" | ||
? boolean | T | ||
? boolean | T | "false" | ||
: T extends "false" | ||
? boolean | T | ||
? boolean | T | "true" | ||
: T extends `${number}` | ||
@@ -13,0 +13,0 @@ ? number | T |
{ | ||
"name": "@tw-classed/core", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
25509