@icestack/types
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -65,3 +65,2 @@ import { Config as Config$1 } from 'tailwindcss/types/config'; | ||
mode: CodegenMode; | ||
extra: CssValue | ((opts: SchemaFnOptions) => CssValue); | ||
/** | ||
@@ -82,7 +81,7 @@ * @description css selector | ||
*/ | ||
override: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue); | ||
override: CssValue | ModeMergeValue | ((opts: SchemaFnOptions) => CssValue | ModeMergeValue); | ||
/** | ||
* @description senior | ||
*/ | ||
extend: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue); | ||
extend: CssValue | ModeMergeValue | ((opts: SchemaFnOptions) => CssValue | ModeMergeValue); | ||
/** | ||
@@ -89,0 +88,0 @@ * @description senior |
{ | ||
"name": "@icestack/types", | ||
"description": "The types of @icestack/ui", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "types", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15713
172