@chakra-ui/styled-system
Advanced tools
Comparing version 0.0.0-dev-20230330130626 to 0.0.0-dev-20230423230056
@@ -1280,3 +1280,5 @@ "use strict"; | ||
_dark: ".chakra-ui-dark &:not([data-theme]),[data-theme=dark] &:not([data-theme]),&[data-theme=dark]", | ||
_light: ".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]" | ||
_light: ".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]", | ||
_horizontal: "&[data-orientation=horizontal]", | ||
_vertical: "&[data-orientation=vertical]" | ||
}; | ||
@@ -1283,0 +1285,0 @@ var pseudoPropNames = Object.keys( |
@@ -207,3 +207,5 @@ // regenerate by running | ||
| "chakra-border-color" | ||
| "chakra-inverse-text" | ||
| "chakra-subtle-bg" | ||
| "chakra-subtle-text" | ||
| "chakra-placeholder-color" | ||
@@ -681,3 +683,7 @@ | (string & {}) | ||
} | ||
Stepper: { | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}) | ||
variants: string & {} | ||
} | ||
} | ||
} |
{ | ||
"name": "@chakra-ui/styled-system", | ||
"version": "0.0.0-dev-20230330130626", | ||
"version": "0.0.0-dev-20230423230056", | ||
"description": "Style function for css-in-js building component libraries", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
209816
6339