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

material-ui

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

8

docs/dist/js/input.jsx

@@ -74,2 +74,10 @@ /**

setValue: function(txt) {
this.setState({value: txt});
},
clearValue: function() {
this.setValue("");
},
_onInputChange: function(e) {

@@ -76,0 +84,0 @@ var value = e.target.value;

12

docs/dist/js/toolbar-group.jsx

@@ -1,7 +0,5 @@

/**
* @jsx React.DOM
*/
/** @jsx React.DOM */
var React = require('react'),
Classable = require('./mixins/classable.js');
var Classable = require('./mixins/classable.js');
var React = require('react');

@@ -11,5 +9,5 @@ var ToolbarGroup = React.createClass({

propTypes: {
key: React.PropTypes.number.isRequired,
float: React.PropTypes.string,
groupItems: React.PropTypes.array
groupItems: React.PropTypes.array,
key: React.PropTypes.number.isRequired
},

@@ -16,0 +14,0 @@

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

/**
* @jsx React.DOM
*/
/** @jsx React.DOM */
var React = require('react'),
ToolbarGroup = require('./toolbar-group.jsx'),
Classable = require('./mixins/classable.js');
var Classable = require('./mixins/classable.js');
var Paper = require('./paper.jsx');
var React = require('react');
var ToolbarGroup = require('./toolbar-group.jsx');

@@ -9,0 +8,0 @@ var Toolbar = React.createClass({

@@ -1,10 +0,7 @@

/**
* @jsx React.DOM
*/
/** @jsx React.DOM */
var React = require('react'),
mui = require('mui')
PaperButton = mui.PaperButton;
var mui = require('mui');
var PaperButton = mui.PaperButton;
var React = require('react');
var ToolbarPage = React.createClass({

@@ -26,18 +23,16 @@

{ payload: '1', text: 'Download' },
{ payload: '2', text: 'Blah' }
{ payload: '2', text: 'More Info' }
];
leftItems = [
//{ type: "title", title: "Broadcasts"},
<mui.PaperButton type={PaperButton.Types.RAISED} label="Create Broadcast" primary={true} />
],
rightItems = [
{ type: "separator"},
<mui.DropDownMenu menuItems={filterOptions} />,
{ type: "separator"},
<mui.Icon icon='sort' />,
<mui.Icon icon='filter' />,
<mui.Icon icon='search' />,
<mui.DropDownIcon icon="chevron-down" menuItems={iconMenuItems} onChange={this._onDropDownMenuChange} />
<mui.DropDownIcon icon="chevron-down" menuItems={iconMenuItems} onChange={this._onDropDownMenuChange} />,
{ type: "separator"},
<mui.PaperButton type={PaperButton.Types.RAISED} label="Create Broadcast" primary={true} />,
],
leftItems = [
<mui.DropDownMenu menuItems={filterOptions} />,
];

@@ -44,0 +39,0 @@

{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.1.25",
"version": "0.1.26",
"description": "Material Design UI components built with React",

@@ -6,0 +6,0 @@ "main": "index.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

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