react-fancy-button
Advanced tools
@@ -106,3 +106,3 @@ 'use strict'; | ||
| { ref: 'fancyButtonWrapper', className: 'fancy-button-wrapper' }, | ||
| disabled ? _react2.default.createElement('button', { ref: 'disabledButtonShim', className: 'fancy-button__disabled', onClick: this.onDisabledClick, onFocus: onFocus }) : null, | ||
| disabled ? _react2.default.createElement('button', { 'arial-label': ariaLabel || label, ref: 'disabledButtonShim', className: 'fancy-button__disabled', onClick: this.onDisabledClick, onFocus: onFocus }) : null, | ||
| _react2.default.createElement( | ||
@@ -109,0 +109,0 @@ 'button', |
+1
-1
| { | ||
| "name": "react-fancy-button", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "A button with a spinner that is triggered by a boolean", | ||
@@ -5,0 +5,0 @@ "main": "./dist/FancyButton.js", |
@@ -90,3 +90,3 @@ /** | ||
| return <div ref="fancyButtonWrapper" className="fancy-button-wrapper"> | ||
| { disabled ? <button ref='disabledButtonShim' className="fancy-button__disabled" onClick={this.onDisabledClick} onFocus={onFocus} /> : null } | ||
| { disabled ? <button arial-label={ariaLabel || label} ref='disabledButtonShim' className="fancy-button__disabled" onClick={this.onDisabledClick} onFocus={onFocus} /> : null } | ||
| <button | ||
@@ -93,0 +93,0 @@ ref="fancyButton" |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
197028
0.03%