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

@rentalutions/elements

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentalutions/elements - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

lib/Button.js

10

lib/index.js

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

});
exports.TouchTarget = exports.Tooltip = exports.Text = exports.Loader = exports.Input = exports.Image = exports.Icon = exports.Container = exports.Card = undefined;
exports.Tooltip = exports.Text = exports.Loader = exports.Input = exports.Image = exports.Icon = exports.Container = exports.Card = exports.Button = undefined;
var _TouchTarget = require('./TouchTarget');
var _Button = require('./Button');
var _TouchTarget2 = _interopRequireDefault(_TouchTarget);
var _Button2 = _interopRequireDefault(_Button);

@@ -43,2 +43,3 @@ var _Card = require('./Card');

exports.Button = _Button2.default;
exports.Card = _Card2.default;

@@ -51,3 +52,2 @@ exports.Container = _Container2.default;

exports.Text = _Text2.default;
exports.Tooltip = _Tooltip2.default;
exports.TouchTarget = _TouchTarget2.default;
exports.Tooltip = _Tooltip2.default;

@@ -15,9 +15,17 @@ 'use strict';

var colors = exports.colors = {
primary: 'rgba(101, 126, 212, 1)',
accent: 'rgba(255, 51, 31, 1)',
dark: 'rgba(13, 1, 6, 1)',
light: 'rgba(251, 251, 255, 1)',
darkSecondary: 'rgba(13, 1, 6, 0.6)',
lightSecondary: 'rgba(251, 251, 255, 0.8)',
disabled: 'rgba(13, 1, 6, 0.4)'
brand: {
primary: 'rgba(101, 126, 212, 1)',
accent: 'rgba(255, 51, 31, 1)',
dark: 'rgba(13, 1, 6, 1)',
light: 'rgba(251, 251, 255, 1)',
darkSecondary: 'rgba(13, 1, 6, 0.6)',
lightSecondary: 'rgba(251, 251, 255, 0.8)',
disabled: 'rgba(13, 1, 6, 0.4)'
},
ui: {
feedback: '#1FB6FF',
positive: '#1ABC9C',
negative: '#FF2D55',
warning: '#F5D76E'
}
};
{
"name": "@rentalutions/elements",
"version": "1.2.4",
"version": "1.3.0",
"description": "A suite of elements for the consistent and responsive UI",

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

"peerDependencies": {
"classnames": "^2.2.5",
"react": "^15.5.4",
"react-router-dom": "^4.1.1"
},
"dependencies": {
"prop-types": "^15.5.10",
"styled-components": "^2.1.0"
},
"devDependencies": {

@@ -32,2 +27,5 @@ "babel-cli": "^6.24.1",

"jest": "^20.0.4",
"polished": "^1.2.0",
"prop-types": "^15.5.10",
"styled-components": "^2.1.0",
"react": "^15.5.4",

@@ -34,0 +32,0 @@ "react-router-dom": "^4.1.1"

@@ -1,2 +0,2 @@

import TouchTarget from './TouchTarget'
import Button from './Button'
import Card from './Card'

@@ -11,2 +11,3 @@ import Container from './Container'

export {
Button,
Card,

@@ -19,4 +20,3 @@ Container,

Text,
Tooltip,
TouchTarget
Tooltip
}

@@ -10,9 +10,17 @@ export const sizes = {

export const colors = {
primary: 'rgba(101, 126, 212, 1)',
accent: 'rgba(255, 51, 31, 1)',
dark: 'rgba(13, 1, 6, 1)',
light: 'rgba(251, 251, 255, 1)',
darkSecondary: 'rgba(13, 1, 6, 0.6)',
lightSecondary: 'rgba(251, 251, 255, 0.8)',
disabled: 'rgba(13, 1, 6, 0.4)',
brand: {
primary: 'rgba(101, 126, 212, 1)',
accent: 'rgba(255, 51, 31, 1)',
dark: 'rgba(13, 1, 6, 1)',
light: 'rgba(251, 251, 255, 1)',
darkSecondary: 'rgba(13, 1, 6, 0.6)',
lightSecondary: 'rgba(251, 251, 255, 0.8)',
disabled: 'rgba(13, 1, 6, 0.4)',
},
ui: {
feedback: '#1FB6FF',
positive: '#1ABC9C',
negative: '#FF2D55',
warning: '#F5D76E',
}
}

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