Socket
Socket
Sign inDemoInstall

@bootstrap-styled/v4

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.17 to 2.0.18

7

CHANGELOG.md

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

## [2.0.18](https://github.com/bootstrap-styled/v4/compare/v2.0.17...v2.0.18) (2019-01-31)
### Bug Fixes
* **Row:** Row was having wrong defaultProps ([5577cae](https://github.com/bootstrap-styled/v4/commit/5577cae)), closes [#74](https://github.com/bootstrap-styled/v4/issues/74)
## [2.0.17](https://github.com/bootstrap-styled/v4/compare/v2.0.16...v2.0.17) (2019-01-23)

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

4

lib/Row/index.js

@@ -54,3 +54,3 @@ "use strict";

'$grid-gutter-width': '30px',
'$enable-grid-classes': false
'$enable-grid-classes': true
}

@@ -135,3 +135,3 @@ };

})(["", ""], function (props) {
return "\n &.row {\n ".concat((0, _grid.makeRow)(props.theme['$enable-grid-classes'], props.theme['$grid-gutter-width']), "\n }\n /*\n Remove the negative margin from default .row, then the horizontal padding\n from all immediate children columns (to prevent runaway style inheritance).\n */\n\n &.no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n ");
return "\n &.row {\n ".concat((0, _grid.makeRow)(props.theme['$enable-grid-classes'], props.theme['$grid-gutter-width']), "\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n\n &.no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n }\n ");
});

@@ -138,0 +138,0 @@ Row.defaultProps = defaultProps;

{
"name": "@bootstrap-styled/v4",
"version": "2.0.17",
"version": "2.0.18",
"description": "twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc