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

@xstyled/core

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstyled/core - npm Package Compare versions

Comparing version 1.8.4 to 1.9.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [1.9.0](https://github.com/smooth-code/xstyled/compare/v1.8.4...v1.9.0) (2019-08-09)
### Bug Fixes
* link grid-column-gap to space getter ([#42](https://github.com/smooth-code/xstyled/issues/42)) ([8f22405](https://github.com/smooth-code/xstyled/commit/8f22405))
### Features
* add fill property support ([c31dc11](https://github.com/smooth-code/xstyled/commit/c31dc11))
## [1.8.4](https://github.com/smooth-code/xstyled/compare/v1.8.3...v1.8.4) (2019-07-15)

@@ -8,0 +24,0 @@

2

dist/xstyled-core.cjs.js

@@ -67,2 +67,3 @@ 'use strict';

'grid-row-gap': getNumberSpace,
'grid-column-gap': getNumberSpace,
// getColor

@@ -76,2 +77,3 @@ color: system.getColor,

'border-left-color': system.getColor,
fill: system.getColor,
// getRadius

@@ -78,0 +80,0 @@ 'border-radius':

@@ -63,2 +63,3 @@ import { system, getColor, getBorderStyle, getShadow, getFont, getFontSize, getLineHeight, getFontWeight, getLetterSpacing, getTransition, getSpace, getBorder, getBorderWidth, getSize, getRadius, getZIndex } from '@xstyled/system';

'grid-row-gap': getNumberSpace,
'grid-column-gap': getNumberSpace,
// getColor

@@ -72,2 +73,3 @@ color: getColor,

'border-left-color': getColor,
fill: getColor,
// getRadius

@@ -74,0 +76,0 @@ 'border-radius':

7

package.json
{
"name": "@xstyled/core",
"description": "xstyled core utilities",
"version": "1.8.4",
"version": "1.9.0",
"sideEffects": false,

@@ -20,5 +20,4 @@ "main": "dist/xstyled-core.cjs.js",

"@babel/runtime": "^7.4.4",
"@xstyled/system": "^1.8.4"
},
"gitHead": "348803ca2660855de5ef2c0b40c8ab48be969bc7"
"@xstyled/system": "^1.9.0"
}
}
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