🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cosmo-ui

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmo-ui - npm Package Compare versions

Comparing version

to
0.1.18

dist/interfaces/card.js

1

dist/index.js

@@ -8,2 +8,3 @@ "use strict";

var web_1 = require("./web");
var f = function () { return null; };
var App = (function (_super) {

@@ -10,0 +11,0 @@ tslib_1.__extends(App, _super);

4

dist/web/flex.js

@@ -31,5 +31,5 @@ "use strict";

var children = this.props.children;
return (React.createElement("div", { className: this.classes(), onClick: this.handleClick }, children));
return (React.createElement("div", { className: this.classNames(), onClick: this.handleClick }, children));
};
Flex.prototype.classes = function () {
Flex.prototype.classNames = function () {
var _this = this;

@@ -36,0 +36,0 @@ var props = this.props;

@@ -10,2 +10,4 @@ "use strict";

__export(require("./action-box"));
__export(require("./card"));
__export(require("./column"));
__export(require("./container"));

@@ -23,3 +25,2 @@ __export(require("./divider"));

__export(require("./radio-group"));
__export(require("./column"));
__export(require("./row"));

@@ -26,0 +27,0 @@ __export(require("./select"));

@@ -17,4 +17,6 @@ "use strict";

row: 'xs',
align: 'center',
justify: 'flex-start',
};
exports.Row = Row;
//# sourceMappingURL=row.js.map
{
"name": "cosmo-ui",
"version": "0.1.17",
"version": "0.1.18",
"description": "Common React components",

@@ -5,0 +5,0 @@ "main": "./index.js",

export * from './action-box'
export * from './column'
export * from './card'
export * from './common'

@@ -4,0 +5,0 @@ export * from './container'

@@ -8,2 +8,4 @@ import * as React from 'react'

export * from './action-box'
export * from './card'
export * from './column'
export * from './container'

@@ -21,3 +23,2 @@ export * from './divider'

export * from './radio-group'
export * from './column'
export * from './row'

@@ -24,0 +25,0 @@ export * from './select'

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

Sorry, the diff of this file is not supported yet