@chakra-ui/theme
Advanced tools
Comparing version 0.0.0-dev-20240124224937 to 0.0.0-dev-20240131223011
@@ -1,2 +0,2 @@ | ||
import type { PartsStyleInterpolation, Pseudos, SemanticValue, StyleObjectOrFn, SystemStyleInterpolation, ThemingProps } from "@chakra-ui/styled-system"; | ||
import type { PartsStyleInterpolation, PseudoKey, SemanticValue, StyleObjectOrFn, SystemStyleInterpolation, ThemingProps } from "@chakra-ui/styled-system"; | ||
import { Styles } from "@chakra-ui/theme-tools"; | ||
@@ -85,3 +85,4 @@ type ColorMode = "light" | "dark"; | ||
export interface ChakraTheme extends Foundations { | ||
semanticTokens?: Partial<Record<keyof Foundations, Record<string, SemanticValue<keyof Pseudos>>>>; | ||
conditions?: Record<string, string>; | ||
semanticTokens?: Partial<Record<keyof Foundations, Record<string, SemanticValue<PseudoKey>>>>; | ||
components: ThemeComponents; | ||
@@ -88,0 +89,0 @@ config: ThemeConfig; |
{ | ||
"name": "@chakra-ui/theme", | ||
"version": "0.0.0-dev-20240124224937", | ||
"version": "0.0.0-dev-20240131223011", | ||
"description": "The default theme for chakra components", | ||
@@ -38,7 +38,7 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@chakra-ui/styled-system": "0.0.0-dev-20240124224937" | ||
"@chakra-ui/styled-system": "0.0.0-dev-20240131223011" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/cli": "2.4.1", | ||
"@chakra-ui/styled-system": "0.0.0-dev-20240124224937" | ||
"@chakra-ui/styled-system": "0.0.0-dev-20240131223011" | ||
}, | ||
@@ -45,0 +45,0 @@ "exports": { |
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
738659
20064