@chakra-ui/styled-system
Advanced tools
Comparing version 0.0.0-dev-20230329144927 to 0.0.0-dev-20230330123203
@@ -682,3 +682,4 @@ "use strict"; | ||
var _a, _b, _c; | ||
const mq = (_c = (_b = (_a = theme.__breakpoints) == null ? void 0 : _a.get(value)) == null ? void 0 : _b.minWQuery) != null ? _c : `@media screen and (min-width: ${value})`; | ||
const breakpoint = (_c = (_b = (_a = theme.__breakpoints) == null ? void 0 : _a.get(value)) == null ? void 0 : _b.minW) != null ? _c : value; | ||
const mq = `@media screen and (min-width: ${breakpoint})`; | ||
return { [mq]: { display: "none" } }; | ||
@@ -691,3 +692,4 @@ } | ||
var _a, _b, _c; | ||
const mq = (_c = (_b = (_a = theme.__breakpoints) == null ? void 0 : _a.get(value)) == null ? void 0 : _b.maxWQuery) != null ? _c : `@media screen and (max-width: ${value})`; | ||
const breakpoint = (_c = (_b = (_a = theme.__breakpoints) == null ? void 0 : _a.get(value)) == null ? void 0 : _b._minW) != null ? _c : value; | ||
const mq = `@media screen and (max-width: ${breakpoint})`; | ||
return { [mq]: { display: "none" } }; | ||
@@ -694,0 +696,0 @@ } |
{ | ||
"name": "@chakra-ui/styled-system", | ||
"version": "0.0.0-dev-20230329144927", | ||
"version": "0.0.0-dev-20230330123203", | ||
"description": "Style function for css-in-js building component libraries", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
209225
6321