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

@4c/layout

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4c/layout - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.0.3](https://github.com/4Catalyzer/layout/compare/v2.0.2...v2.0.3) (2020-02-12)
### Bug Fixes
* values should not cascade ([#30](https://github.com/4Catalyzer/layout/issues/30)) ([712d4a3](https://github.com/4Catalyzer/layout/commit/712d4a37188fcd99b826997904c3a0b46c05aeb9))
## [2.0.2](https://github.com/4Catalyzer/layout/compare/v2.0.1...v2.0.2) (2020-01-29)

@@ -2,0 +9,0 @@

16

es/index.js

@@ -109,4 +109,4 @@ import "./Layout.css";

'--fcl-d': inline ? 'inline-block' : 'block',
'--fcl-as': alignSelf,
'--fcl-f': flexValue
'--fcl-as': alignSelf || 'initial',
'--fcl-f': flexValue || 'initial'
}),

@@ -148,8 +148,8 @@ className: classNames(className, styles.layout)

'--fcl-d': inline ? 'inline-flex' : 'flex',
'--fcl-a': align,
'--fcl-ac': alignContent,
'--fcl-as': alignSelf,
'--fcl-jc': justify,
'--fcl-w': wrap ? 'wrap' : undefined,
'--fcl-f': flexValue
'--fcl-a': align || 'initial',
'--fcl-ac': alignContent || 'initial',
'--fcl-as': alignSelf || 'initial',
'--fcl-jc': justify || 'initial',
'--fcl-w': wrap ? 'wrap' : 'initial',
'--fcl-f': flexValue || 'initial'
}),

@@ -156,0 +156,0 @@ className: classNames(className, styles.layout, direction && styles[direction], reverse && styles.reverse, pad != null && styles[`pad-${pad === true ? '3' : pad}`], wrap && styles.wrap)

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

'--fcl-d': inline ? 'inline-block' : 'block',
'--fcl-as': alignSelf,
'--fcl-f': flexValue
'--fcl-as': alignSelf || 'initial',
'--fcl-f': flexValue || 'initial'
}),

@@ -153,8 +153,8 @@ className: classNames(className, styles.layout)

'--fcl-d': inline ? 'inline-flex' : 'flex',
'--fcl-a': align,
'--fcl-ac': alignContent,
'--fcl-as': alignSelf,
'--fcl-jc': justify,
'--fcl-w': wrap ? 'wrap' : undefined,
'--fcl-f': flexValue
'--fcl-a': align || 'initial',
'--fcl-ac': alignContent || 'initial',
'--fcl-as': alignSelf || 'initial',
'--fcl-jc': justify || 'initial',
'--fcl-w': wrap ? 'wrap' : 'initial',
'--fcl-f': flexValue || 'initial'
}),

@@ -161,0 +161,0 @@ className: classNames(className, styles.layout, direction && styles[direction], reverse && styles.reverse, pad != null && styles[`pad-${pad === true ? '3' : pad}`], wrap && styles.wrap)

{
"name": "@4c/layout",
"version": "2.0.2",
"version": "2.0.3",
"files": [

@@ -66,6 +66,6 @@ "lib",

"@4c/semantic-release-config": "^2.0.4",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@csstools/postcss-sass": "^4.0.0",
"@modular-css/rollup": "^25.2.0",
"@modular-css/rollup": "^25.4.0",
"babel-eslint": "^10.0.3",

@@ -75,20 +75,20 @@ "dtslint": "^2.0.5",

"eslint-config-4catalyzer-react": "^1.0.2",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^4.2.1",
"lint-staged": "^10.0.3",
"lint-staged": "^10.0.7",
"postcss-scss": "^2.0.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"rollup": "^1.29.1",
"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"semantic-release": "^17.0.0",
"semantic-release": "^17.0.2",
"sass": "^1.25.0"
}
}

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