Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 0.1.5

lib/Global/normalize.js

2

lib/Button/button.spec.js
'use strict';
var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/next/node_modules/react/react.js');
var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/react/react.js');

@@ -5,0 +5,0 @@ var _react2 = _interopRequireDefault(_react);

@@ -7,3 +7,3 @@ 'use strict';

var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/next/node_modules/react/react.js');
var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/react/react.js');

@@ -10,0 +10,0 @@ var _react2 = _interopRequireDefault(_react);

@@ -7,8 +7,12 @@ 'use strict';

var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n body {\n font-family: \'Campton-Book\', Helvetica, Arial, sans-serif;\n }\n\n a {\n color: #333;\n }\n\n h1,h2,h3,h4,h5,h6,p {\n margin-top: 0;\n }\n'], ['\n body {\n font-family: \'Campton-Book\', Helvetica, Arial, sans-serif;\n }\n\n a {\n color: #333;\n }\n\n h1,h2,h3,h4,h5,h6,p {\n margin-top: 0;\n }\n']);
var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n ', '\n\n body {\n font-family: \'Campton-Book\', Helvetica, Arial, sans-serif;\n }\n\n a {\n color: #333;\n }\n\n h1,h2,h3,h4,h5,h6,p {\n margin-top: 0;\n }\n'], ['\n ', '\n\n body {\n font-family: \'Campton-Book\', Helvetica, Arial, sans-serif;\n }\n\n a {\n color: #333;\n }\n\n h1,h2,h3,h4,h5,h6,p {\n margin-top: 0;\n }\n']);
var _styledComponents = require('styled-components');
var _normalize = require('./normalize');
var _normalize2 = _interopRequireDefault(_normalize);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
(0, _styledComponents.injectGlobal)(_templateObject);
(0, _styledComponents.injectGlobal)(_templateObject, _normalize2.default);

@@ -19,3 +19,3 @@ 'use strict';

var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/next/node_modules/react/react.js');
var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/react/react.js');

@@ -22,0 +22,0 @@ var _react2 = _interopRequireDefault(_react);

@@ -15,3 +15,3 @@ 'use strict';

var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/next/node_modules/react/react.js');
var _react = require('/Users/jonespen/Sites/github/urbaninfrastucture/uip-design-system/node_modules/react/react.js');

@@ -18,0 +18,0 @@ var _react2 = _interopRequireDefault(_react);

{
"name": "uip-design-system",
"version": "0.1.4",
"version": "0.1.5",
"description": "Design system for Urban Infrastructure Partner",

@@ -20,3 +20,4 @@ "files": [

"start": "next start",
"compile": "./node_modules/.bin/babel -d ./lib ./src"
"compile": "./node_modules/.bin/babel -d ./lib ./src",
"prepublish": "cross-env NODE_ENV=production npm run compile"
},

@@ -32,3 +33,4 @@ "devDependencies": {

"react-dom": "^15.4.2",
"styled-components": "^1.2.1"
"styled-components": "^1.2.1",
"cross-env": "^3.1.4"
},

@@ -35,0 +37,0 @@ "peerDependencies": {

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