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

teamleader-ui

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teamleader-ui - npm Package Compare versions

Comparing version 0.0.2-alpha to 0.0.3-alpha

5

components/button/Button.js

@@ -97,2 +97,4 @@ import React, { Component, PropTypes } from 'react';

className,
flat, // eslint-disable-line
floating, // eslint-disable-line
href,

@@ -103,3 +105,6 @@ icon,

type,
primary, // eslint-disable-line
processing,
raised, // eslint-disable-line
accent, // eslint-disable-line
...others

@@ -106,0 +111,0 @@ } = this.props;

11

lib/button/Button.js

@@ -152,2 +152,4 @@ 'use strict';

className = _props.className,
flat = _props.flat,
floating = _props.floating,
href = _props.href,

@@ -158,4 +160,7 @@ icon = _props.icon,

type = _props.type,
primary = _props.primary,
processing = _props.processing,
others = (0, _objectWithoutProperties3.default)(_props, ['children', 'className', 'href', 'icon', 'label', 'theme', 'type', 'processing']);
raised = _props.raised,
accent = _props.accent,
others = (0, _objectWithoutProperties3.default)(_props, ['children', 'className', 'flat', 'floating', 'href', 'icon', 'label', 'theme', 'type', 'primary', 'processing', 'raised', 'accent']);

@@ -185,7 +190,7 @@

fileName: _jsxFileName,
lineNumber: 136
lineNumber: 141
}
}) : null, processing ? _react2.default.createElement(_font_icon2.default, { className: theme.icon, value: 'spinner8', __source: {
fileName: _jsxFileName,
lineNumber: 137
lineNumber: 142
}

@@ -192,0 +197,0 @@ }) : null, label, children);

{
"name": "teamleader-ui",
"description": "Teamleader UI library",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"author": "Teamleader <development@teamleader.eu>",

@@ -6,0 +6,0 @@ "contributors": [

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