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.0.0 to 1.1.0

19

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.0
# 1.0.0 (2020-11-13)
### Minor Changes
**Note:** Version bump only for package @chakra-ui/styled-system
- [`586ce3c1`](https://github.com/chakra-ui/chakra-ui/commit/586ce3c12bb3508027c36811233c539eeeb55256)
[#2504](https://github.com/chakra-ui/chakra-ui/pull/2504) Thanks
[@Zaynex](https://github.com/Zaynex)! - - Add `filter` to styled props
- This makes `filter` prop available to `_groupHover` utility as well
### Patch Changes
- Updated dependencies
[[`5c482483`](https://github.com/chakra-ui/chakra-ui/commit/5c482483ce24fc798540c9792a15e06772eae213)]:
- @chakra-ui/utils@1.0.1
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0 (2020-11-13)
**Note:** Version bump only for package @chakra-ui/styled-system
# Change Log

@@ -15,0 +26,0 @@

@@ -19,3 +19,4 @@ "use strict";

"float": true,
willChange: true
willChange: true,
filter: true
};

@@ -22,0 +23,0 @@ var others = (0, _core.system)(config);

@@ -17,4 +17,4 @@ "use strict";

exports.layoutPropNames = layoutPropNames;
var propNames = [].concat(systemProps.propNames, _pseudo.pseudoPropNames);
var propNames = [].concat(systemProps.propNames || [], _pseudo.pseudoPropNames);
exports.propNames = propNames;
//# sourceMappingURL=system.js.map

@@ -13,3 +13,4 @@ import { createParser, system } from "@styled-system/core";

float: true,
willChange: true
willChange: true,
filter: true
};

@@ -16,0 +17,0 @@ export var others = system(config);

@@ -7,3 +7,3 @@ import { compose } from "@styled-system/core";

export var layoutPropNames = layoutSystem.propNames;
export var propNames = [...systemProps.propNames, ...pseudoPropNames];
export var propNames = [...(systemProps.propNames || []), ...pseudoPropNames];
//# sourceMappingURL=system.js.map

@@ -49,4 +49,8 @@ /// <reference path="../@styled-system/core.d.ts" />

willChange?: ResponsiveValue<CSS.Property.WillChange>;
/**
* The CSS `filter` property
*/
filter?: ResponsiveValue<CSS.Property.Filter>;
}
export declare const others: import("@styled-system/core").StyleFn;
export declare const othersParser: import("@styled-system/core").StyleFn;
{
"name": "@chakra-ui/styled-system",
"version": "1.0.0",
"version": "1.1.0",
"description": "Style function for css-in-js building component libraries",

@@ -57,3 +57,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.0.0",
"@chakra-ui/utils": "1.0.1",
"@styled-system/core": "5.1.2",

@@ -66,3 +66,5 @@ "css-get-unit": "1.0.1",

},
"gitHead": "c98ca366cec7151fe7ea4e0b6f893088797c5398"
"devDependencies": {
"react": "^17.0.1"
}
}

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

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