@icestack/types
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -43,3 +43,3 @@ import { Config as Config$1 } from 'tailwindcss/types/config'; | ||
}; | ||
type Themes = Record<string, Partial<ThemeOptions>>; | ||
type Themes = Record<string, false | Partial<ThemeOptions>>; | ||
type BaseOptions = { | ||
@@ -89,3 +89,3 @@ themes: Themes; | ||
}; | ||
type ComponentsOptions = Record<string, Partial<ComponentsValue>>; | ||
type ComponentsOptions = Record<string, false | Partial<ComponentsValue>>; | ||
type UtilitiesOptions = { | ||
@@ -92,0 +92,0 @@ extraCss: CssValue; |
{ | ||
"name": "@icestack/types", | ||
"description": "The types of @icestack/ui", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"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
19620