@chakra-ui/theme
Advanced tools
Comparing version 0.0.0-dev-20211129982 to 0.0.0-dev-20220114234
{ | ||
"name": "@chakra-ui/theme", | ||
"version": "0.0.0-dev-20211129982", | ||
"version": "0.0.0-dev-20220114234", | ||
"description": "The default theme for chakra components", | ||
@@ -35,12 +35,12 @@ "keywords": [ | ||
"@chakra-ui/anatomy": "1.2.1", | ||
"@chakra-ui/theme-tools": "0.0.0-dev-20211129982", | ||
"@chakra-ui/theme-tools": "0.0.0-dev-20220114234", | ||
"@chakra-ui/utils": "1.9.1" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": ">=0.0.0-dev-20211129982" | ||
"@chakra-ui/system": ">=0.0.0-dev-20220114234" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/cli": "0.0.0-dev-20211129982", | ||
"@chakra-ui/system": "0.0.0-dev-20211129982" | ||
"@chakra-ui/cli": "0.0.0-dev-20220114234", | ||
"@chakra-ui/system": "0.0.0-dev-20220114234" | ||
} | ||
} |
@@ -86,3 +86,10 @@ import { modalAnatomy as parts } from "@chakra-ui/anatomy" | ||
return { | ||
dialog: { maxW: "100vw", minH: "100vh", my: 0 }, | ||
dialog: { | ||
maxW: "100vw", | ||
minH: "100vh", | ||
"@supports(min-height: -webkit-fill-available)": { | ||
minH: "-webkit-fill-available", | ||
}, | ||
my: 0, | ||
}, | ||
} | ||
@@ -89,0 +96,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
422437
15599
+ Added@chakra-ui/theme-tools@0.0.0-dev-20220114234(transitive)
- Removed@chakra-ui/theme-tools@0.0.0-dev-20211129982(transitive)