@chakra-ui/system
Advanced tools
Comparing version 0.0.0-pr-20211126155055 to 0.0.0-pr-2021112616030
@@ -6,5 +6,5 @@ import { ResponsiveValue, SystemProps, SystemStyleObject, ThemeTypings } from "@chakra-ui/styled-system"; | ||
export interface ThemingProps<ThemeComponent extends string = string> { | ||
variant?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["variants"] | (string & {}) : string; | ||
size?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["sizes"] | (string & {}) : string; | ||
colorScheme?: ThemeTypings["colorSchemes"] | (string & {}); | ||
variant?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["variants"] : never; | ||
size?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["sizes"] : never; | ||
colorScheme?: ThemeTypings["colorSchemes"]; | ||
orientation?: "vertical" | "horizontal"; | ||
@@ -11,0 +11,0 @@ styleConfig?: Dict; |
{ | ||
"name": "@chakra-ui/system", | ||
"version": "0.0.0-pr-20211126155055", | ||
"version": "0.0.0-pr-2021112616030", | ||
"description": "Chakra UI system primitives", | ||
@@ -38,5 +38,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/color-mode": "0.0.0-pr-20211126155055", | ||
"@chakra-ui/color-mode": "0.0.0-pr-2021112616030", | ||
"@chakra-ui/react-utils": "1.2.1", | ||
"@chakra-ui/styled-system": "0.0.0-pr-20211126155055", | ||
"@chakra-ui/styled-system": "0.0.0-pr-2021112616030", | ||
"@chakra-ui/utils": "1.9.1", | ||
@@ -43,0 +43,0 @@ "react-fast-compare": "3.2.0" |
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
81511
+ Added@chakra-ui/color-mode@0.0.0-pr-2021112616030(transitive)
+ Added@chakra-ui/hooks@0.0.0-pr-2021112616030(transitive)
+ Added@chakra-ui/styled-system@0.0.0-pr-2021112616030(transitive)
- Removed@chakra-ui/color-mode@0.0.0-pr-20211126155055(transitive)
- Removed@chakra-ui/hooks@0.0.0-pr-20211126155055(transitive)
- Removed@chakra-ui/styled-system@0.0.0-pr-20211126155055(transitive)