Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@arisechurch/design

Package Overview
Dependencies
46
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

.history/package_20200324210910.json

2

dist/components/Button.d.ts

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

import { FC } from "react";
import { FC, MouseEvent } from "react";
import { ColorHelper } from "csx";

@@ -3,0 +3,0 @@ export interface IButtonProps {

@@ -26,6 +26,2 @@ var __assign = (this && this.__assign) || function () {

};
// onClick
if (!disabled) {
props = __assign(__assign({}, props), { onClick: onClick });
}
// Sizes

@@ -44,4 +40,4 @@ var fontSize = 1;

});
return (React.createElement(Ripple, { className: classNames.ripple, disabled: disabled },
return (React.createElement(Ripple, { className: classNames.ripple, disabled: disabled, onClick: onClick },
React.createElement("button", __assign({ className: classNames.root }, props), children)));
};
{
"name": "@arisechurch/design",
"version": "0.1.5",
"version": "0.1.6",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc