@cryptic-css/core
Advanced tools
Comparing version 5.8.0 to 5.8.1
@@ -0,0 +0,0 @@ - new Map structure => performance |
@@ -6,2 +6,11 @@ # Change Log | ||
## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26) | ||
**Note:** Version bump only for package @cryptic-css/core | ||
# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23) | ||
@@ -8,0 +17,0 @@ |
@@ -29,6 +29,3 @@ import CSS from 'csstype'; | ||
}; | ||
declare type CustomProperties = { | ||
[property in keyof Pick<CSS.PropertiesFallback, 'boxShadow'>]: CSS.PropertiesFallback[property] | CCSSPropValue; | ||
}; | ||
export interface CCSSProps extends Omit<CSS.PropertiesFallback<CCSSPropValue>, keyof CustomProperties>, Omit<CSS.PropertiesHyphenFallback<CCSSPropValue>, keyof CustomProperties>, CustomProperties, Pseudos { | ||
export interface CCSSProps extends CSS.PropertiesFallback<CCSSPropValue>, CSS.PropertiesHyphenFallback<CCSSPropValue>, Pseudos { | ||
/** | ||
@@ -35,0 +32,0 @@ * Tells CCSS should let through unsupported properties in the output. |
@@ -29,6 +29,3 @@ import CSS from 'csstype'; | ||
}; | ||
declare type CustomProperties = { | ||
[property in keyof Pick<CSS.PropertiesFallback, 'boxShadow'>]: CSS.PropertiesFallback[property] | CCSSPropValue; | ||
}; | ||
export interface CCSSProps extends Omit<CSS.PropertiesFallback<CCSSPropValue>, keyof CustomProperties>, Omit<CSS.PropertiesHyphenFallback<CCSSPropValue>, keyof CustomProperties>, CustomProperties, Pseudos { | ||
export interface CCSSProps extends CSS.PropertiesFallback<CCSSPropValue>, CSS.PropertiesHyphenFallback<CCSSPropValue>, Pseudos { | ||
/** | ||
@@ -35,0 +32,0 @@ * Tells CCSS should let through unsupported properties in the output. |
import { InputObject } from 'transformed'; // Quick Tester | ||
/*const x: CCSSProps = { | ||
boxShadow: [1, 1, 0, '#000'], | ||
padding: [1, 2, 3, 'str'], | ||
@@ -6,0 +5,0 @@ clipRule: 'unset', |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"description": "> TODO: description", | ||
@@ -76,3 +76,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", | ||
}, | ||
"gitHead": "2a5971320cf9ebf21092297f68d0c39576f2e7dd", | ||
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226", | ||
"dependencies": { | ||
@@ -79,0 +79,0 @@ "@ungap/global-this": "^0.4.3", |
@@ -0,0 +0,0 @@ # `@cryptic-css/core` |
@@ -0,0 +0,0 @@ import path from 'path' |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ // @ts-nocheck |
Sorry, the diff of this file is too big to display
231075
7436