New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uip-design-system

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uip-design-system - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

19

dist/uip-design-system.js

@@ -153,5 +153,24 @@ (function (global, factory) {

var _templateObject$5 = taggedTemplateLiteral(['\n ', '\n'], ['\n ', '\n']);
var getMarginBottom = function getMarginBottom(_ref) {
var _ref$size = _ref.size,
size = _ref$size === undefined ? SIZE_SCALE.base : _ref$size;
return 'margin-bottom: ' + size + SIZE_UNIT;
};
var VerticalSpacing = styled__default.div(_templateObject$5, getMarginBottom);
VerticalSpacing.propTypes = {
children: react.PropTypes.any,
bottom: react.PropTypes.oneOf(Object.keys(SIZE_SCALE).map(function (k) {
return SIZE_SCALE[k];
}))
};
exports.Grid = Grid;
exports.GridCell = GridCell;
exports.Container = Container;
exports.VerticalSpacing = VerticalSpacing;
exports.MAX_COLS = MAX_COLS;

@@ -158,0 +177,0 @@ exports.GUTTER_SIZE = GUTTER_SIZE;

2

package.json
{
"name": "uip-design-system",
"version": "0.1.16",
"version": "0.1.17",
"description": "Design system for Urban Infrastructure Partner",

@@ -5,0 +5,0 @@ "main": "dist/uip-design-system.js",

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