Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/parser

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/parser - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0-next.3

src/combine-parser.ts

50

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.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-next.2 (2020-06-22)
# 1.0.0-next.3 (2020-06-28)
### Bug Fixes
* [#891](https://github.com/chakra-ui/chakra-ui/issues/891) ([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
* error with layout prop names ([c281535](https://github.com/chakra-ui/chakra-ui/commit/c281535eed070cb859cfc71fc1c636fcd12ca68e))
* GripProps export conflict ([79b15b1](https://github.com/chakra-ui/chakra-ui/commit/79b15b1e92f4f1280f12fca5742f94193af07dd4))
* modifier style to accept fn ([4cf7099](https://github.com/chakra-ui/chakra-ui/commit/4cf7099277b69a02cb3c4892b426e16fef0e9d8d))
* resolver functions for css ([ffb4cfd](https://github.com/chakra-ui/chakra-ui/commit/ffb4cfd52e1aaabaebab7b548bf570b01daaf5a6))
* storybook rendering issues ([b2281b8](https://github.com/chakra-ui/chakra-ui/commit/b2281b8685509b669c14076e4a38fe91d0a112f1))
* ts issue with sx prop ([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
* use pseudo element instead of pseudo class ([756cdae](https://github.com/chakra-ui/chakra-ui/commit/756cdaeb1f72f7dcbda45124b78696c7638c80de))
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891)
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
- error with layout prop names
([c281535](https://github.com/chakra-ui/chakra-ui/commit/c281535eed070cb859cfc71fc1c636fcd12ca68e))
- GripProps export conflict
([79b15b1](https://github.com/chakra-ui/chakra-ui/commit/79b15b1e92f4f1280f12fca5742f94193af07dd4))
- modifier style to accept fn
([4cf7099](https://github.com/chakra-ui/chakra-ui/commit/4cf7099277b69a02cb3c4892b426e16fef0e9d8d))
- resolver functions for css
([ffb4cfd](https://github.com/chakra-ui/chakra-ui/commit/ffb4cfd52e1aaabaebab7b548bf570b01daaf5a6))
- storybook rendering issues
([b2281b8](https://github.com/chakra-ui/chakra-ui/commit/b2281b8685509b669c14076e4a38fe91d0a112f1))
- ts issue with sx prop
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
- use pseudo element instead of pseudo class
([756cdae](https://github.com/chakra-ui/chakra-ui/commit/756cdaeb1f72f7dcbda45124b78696c7638c80de))
### Features
* add support for css inset properties ([96bb230](https://github.com/chakra-ui/chakra-ui/commit/96bb23013060a93a886ac2feac501bfea34b725b))
* add support for inline-variant ([67bf6ad](https://github.com/chakra-ui/chakra-ui/commit/67bf6adf2bf8f3270b75f83382c2acbb8db07155))
* add support for line-clamp ([1173ca6](https://github.com/chakra-ui/chakra-ui/commit/1173ca6974e8b9fcf27aa301bd1accece07ca5fc))
* implement style props parser ([e1a6382](https://github.com/chakra-ui/chakra-ui/commit/e1a63824e85c19590ddf67069cbe40827ac0faa6))
- add support for css inset properties
([96bb230](https://github.com/chakra-ui/chakra-ui/commit/96bb23013060a93a886ac2feac501bfea34b725b))
- add support for inline-variant
([67bf6ad](https://github.com/chakra-ui/chakra-ui/commit/67bf6adf2bf8f3270b75f83382c2acbb8db07155))
- add support for line-clamp
([1173ca6](https://github.com/chakra-ui/chakra-ui/commit/1173ca6974e8b9fcf27aa301bd1accece07ca5fc))
- implement style props parser
([e1a6382](https://github.com/chakra-ui/chakra-ui/commit/e1a63824e85c19590ddf67069cbe40827ac0faa6))
# Change Log

@@ -37,3 +43,3 @@

# 1.0.0-next.1 (2020-06-21)
# 1.0.0-next.2 (2020-06-21)

@@ -40,0 +46,0 @@ ### Bug Fixes

@@ -10,3 +10,3 @@ import * as CSS from "csstype";

*/
fontWeight?: ResponsiveValue<CSS.FontWeightProperty | "medium" | "light" | "semibold">;
fontWeight?: ResponsiveValue<string | number>;
/**

@@ -13,0 +13,0 @@ * The CSS `line-height` property

{
"name": "@chakra-ui/parser",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"description": "Style function for css-in-js building component libraries",

@@ -17,2 +17,3 @@ "keywords": [

],
"sideEffects": false,
"author": "Segun Adebayo <sage@adebayosegun.com>",

@@ -26,3 +27,4 @@ "homepage": "https://github.com/chakra-ui/chakra-ui#readme",

"files": [
"dist"
"dist",
"src"
],

@@ -54,3 +56,3 @@ "publishConfig": {

"dependencies": {
"@chakra-ui/utils": "^1.0.0-next.2",
"@chakra-ui/utils": "^1.0.0-next.3",
"csstype": "2.6.9"

@@ -61,3 +63,3 @@ },

},
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b"
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1"
}

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