Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
4
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/styled-system - npm Package Compare versions

Comparing version 1.12.3 to 1.13.0

15

CHANGELOG.md
# Change Log
## 1.13.0
### Minor Changes
- [`38b5bc627`](https://github.com/chakra-ui/chakra-ui/commit/38b5bc627c98fed4b7a55c45820785a4905c081e)
[#4939](https://github.com/chakra-ui/chakra-ui/pull/4939) Thanks
[@bohdan-sviripa](https://github.com/bohdan-sviripa)! - Added
\_groupFocusVisible style prop
### Patch Changes
- Updated dependencies
[[`cd0893c56`](https://github.com/chakra-ui/chakra-ui/commit/cd0893c561d8c72b69db7c03d10adae752468a4f)]:
- @chakra-ui/utils@1.8.4
## 1.12.3

@@ -4,0 +19,0 @@

4

dist/cjs/pseudos.js

@@ -15,2 +15,5 @@ "use strict";

},
focusVisible: function focusVisible(selector) {
return selector + ":focus-visible &";
},
active: function active(selector) {

@@ -237,2 +240,3 @@ return selector + ":active &, " + selector + "[data-active] &";

_groupFocus: toGroup(group.focus),
_groupFocusVisible: toGroup(group.focusVisible),

@@ -239,0 +243,0 @@ /**

@@ -5,2 +5,3 @@ import { objectKeys } from "@chakra-ui/utils";

focus: selector => selector + ":focus &, " + selector + "[data-focus] &",
focusVisible: selector => selector + ":focus-visible &",
active: selector => selector + ":active &, " + selector + "[data-active] &",

@@ -211,2 +212,3 @@ disabled: selector => selector + ":disabled &, " + selector + "[data-disabled] &",

_groupFocus: toGroup(group.focus),
_groupFocusVisible: toGroup(group.focusVisible),

@@ -213,0 +215,0 @@ /**

3

dist/types/pseudos.d.ts

@@ -157,2 +157,3 @@ export declare const pseudoSelectors: {

_groupFocus: string;
_groupFocusVisible: string;
/**

@@ -209,3 +210,3 @@ * Styles to apply when parent is active

export declare type Pseudos = typeof pseudoSelectors;
export declare const pseudoPropNames: ("_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_groupFocus" | "_groupActive" | "_groupDisabled" | "_groupInvalid" | "_groupChecked" | "_placeholder" | "_fullScreen" | "_selection" | "_rtl" | "_mediaDark" | "_dark" | "_light")[];
export declare const pseudoPropNames: ("_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_groupFocus" | "_groupFocusVisible" | "_groupActive" | "_groupDisabled" | "_groupInvalid" | "_groupChecked" | "_placeholder" | "_fullScreen" | "_selection" | "_rtl" | "_mediaDark" | "_dark" | "_light")[];
//# sourceMappingURL=pseudos.d.ts.map
{
"name": "@chakra-ui/styled-system",
"version": "1.12.3",
"version": "1.13.0",
"description": "Style function for css-in-js building component libraries",

@@ -58,5 +58,5 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.8.3",
"@chakra-ui/utils": "1.8.4",
"csstype": "^3.0.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc