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

@react-md/button

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/button - npm Package Compare versions

Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11

es/.tsbuildinfo

2

es/Button.js

@@ -28,3 +28,3 @@ var __assign = (this && this.__assign) || function () {

var Button = function (providedProps) {
var _a = providedProps, theme = _a.theme, themeType = _a.themeType, buttonType = _a.buttonType, children = _a.children, forwardedRef = _a.forwardedRef, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, propEnablePressedAndRipple = _a.enablePressedAndRipple, props = __rest(_a, ["theme", "themeType", "buttonType", "children", "forwardedRef", "disableRipple", "disableProgrammaticRipple", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "enablePressedAndRipple"]);
var _a = providedProps, _theme = _a.theme, themeType = _a.themeType, _buttonType = _a.buttonType, children = _a.children, forwardedRef = _a.forwardedRef, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, propEnablePressedAndRipple = _a.enablePressedAndRipple, props = __rest(_a, ["theme", "themeType", "buttonType", "children", "forwardedRef", "disableRipple", "disableProgrammaticRipple", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "enablePressedAndRipple"]);
var disabled = props.disabled;

@@ -31,0 +31,0 @@ var enablePressedAndRipple = typeof propEnablePressedAndRipple === "boolean"

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

var Button = function (providedProps) {
var _a = providedProps, theme = _a.theme, themeType = _a.themeType, buttonType = _a.buttonType, children = _a.children, forwardedRef = _a.forwardedRef, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, propEnablePressedAndRipple = _a.enablePressedAndRipple, props = __rest(_a, ["theme", "themeType", "buttonType", "children", "forwardedRef", "disableRipple", "disableProgrammaticRipple", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "enablePressedAndRipple"]);
var _a = providedProps, _theme = _a.theme, themeType = _a.themeType, _buttonType = _a.buttonType, children = _a.children, forwardedRef = _a.forwardedRef, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, propEnablePressedAndRipple = _a.enablePressedAndRipple, props = __rest(_a, ["theme", "themeType", "buttonType", "children", "forwardedRef", "disableRipple", "disableProgrammaticRipple", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "enablePressedAndRipple"]);
var disabled = props.disabled;

@@ -43,0 +43,0 @@ var enablePressedAndRipple = typeof propEnablePressedAndRipple === "boolean"

{
"name": "@react-md/button",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",

@@ -40,8 +40,8 @@ "scripts": {

"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"@react-md/elevation": "^2.0.0-alpha.11",
"@react-md/icon": "^2.0.0-alpha.11",
"@react-md/states": "^2.0.0-alpha.11",
"@react-md/theme": "^2.0.0-alpha.11",
"@react-md/typography": "^2.0.0-alpha.11",
"@react-md/utils": "^2.0.0-alpha.11",
"classnames": "^2.2.6"

@@ -58,3 +58,3 @@ },

},
"gitHead": "d42497f9e2e5c6e7f37774e140a5bf80c644081d"
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7"
}

@@ -38,4 +38,2 @@ # @react-md/button

<!-- INCLUDING_STYLES -->
## Usage

@@ -42,0 +40,0 @@

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

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