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

@eduzz/houston

Package Overview
Dependencies
Maintainers
5
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/houston - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

2

components/Button/index.d.ts

@@ -13,5 +13,5 @@ import * as React from 'react';

type: 'primary' | 'secondary' | 'text';
loading?: boolean;
loading: boolean;
}
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<IButtonProps & React.RefAttributes<HTMLButtonElement>>>;
export default _default;

@@ -11,3 +11,3 @@ "use strict";

var theme = context_1.useTheme();
var className = props.className, children = props.children, style = props.style, onClick = props.onClick, _a = props.disabled, disabled = _a === void 0 ? false : _a, startIcon = props.startIcon, type = props.type, href = props.href, endIcon = props.endIcon, fullWidth = props.fullWidth, id = props.id, _b = props.loading, loading = _b === void 0 ? false : _b;
var className = props.className, children = props.children, style = props.style, onClick = props.onClick, _a = props.disabled, disabled = _a === void 0 ? false : _a, startIcon = props.startIcon, _b = props.type, type = _b === void 0 ? 'primary' : _b, href = props.href, endIcon = props.endIcon, fullWidth = props.fullWidth, id = props.id, _c = props.loading, loading = _c === void 0 ? false : _c;
var buttonProps = { className: className, style: style, onClick: onClick, disabled: disabled, startIcon: startIcon, href: href, endIcon: endIcon, fullWidth: fullWidth, id: id, loading: loading };

@@ -20,4 +20,4 @@ var variantMap = {

return (React.createElement(styles_1.ThemeProvider, { theme: theme },
React.createElement(Button_1.default, tslib_1.__assign({}, buttonProps, { disabled: loading ? true : disabled, startIcon: loading ? React.createElement(CircularProgress_1.default, { size: 18, color: 'inherit' }) : startIcon, variant: variant, color: 'primary', ref: ref }), children)));
React.createElement(Button_1.default, tslib_1.__assign({}, buttonProps, { disabled: disabled || loading, startIcon: loading ? React.createElement(CircularProgress_1.default, { size: 18, color: 'inherit' }) : startIcon, variant: variant, color: 'primary', ref: ref }), children)));
});
exports.default = React.memo(Button);
{
"name": "@eduzz/houston",
"description": "Eduzz Components UI",
"version": "0.0.25",
"version": "0.0.26",
"main": "./index.js",

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

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