@raiadrogasil/pulso-react-components
Advanced tools
Comparing version 2.3.0-alpha.2 to 2.3.0-alpha.3
@@ -112,3 +112,3 @@ "use strict"; | ||
onMouseUp ? onMouseUp(event) : null; | ||
}, disabled: disabled ? disabled : false, tabIndex: 0, autoFocus: autofocus ? autofocus : false, form: form ? form : undefined, formAction: formaction ? formaction : undefined, formEncType: formenctype ? formenctype : undefined, formMethod: formmethod ? formmethod : undefined, formNoValidate: formnovalidate ? formnovalidate : undefined, formTarget: formtarget ? formtarget : undefined, name: name ? name : undefined, type: buttonType ? buttonType : undefined, value: value ? value : undefined, "data-qa": dataQA ? dataQA : null, "data-collect": dataCollect ? dataCollect : null, "data-collect-info": dataCollectInfo ? dataCollectInfo : null, "data-testid": dataTestId ? dataTestId : null, size: size, buttonType: getButtonStyleType(type) }, type === "icon-only" || | ||
}, disabled: disabled ? disabled : false, tabIndex: 0, autoFocus: autofocus ? autofocus : false, form: form ? form : undefined, formAction: formaction ? formaction : undefined, formEncType: formenctype ? formenctype : undefined, formMethod: formmethod ? formmethod : undefined, formNoValidate: formnovalidate ? formnovalidate : undefined, formTarget: formtarget ? formtarget : undefined, name: name ? name : undefined, type: buttonType ? buttonType : undefined, value: value ? value : undefined, "data-qa": dataQA ? dataQA : null, "data-collect": dataCollect ? dataCollect : null, "data-collect-info": dataCollectInfo ? dataCollectInfo : null, "data-testid": dataTestId ? dataTestId : null, size: size, buttonType: getButtonStyleType(type), className: "pulso-button" }, type === "icon-only" || | ||
type === "secondary-icon-only" || | ||
@@ -115,0 +115,0 @@ type === "conversion-icon-only" || |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.3.0-alpha.2", | ||
"version": "2.3.0-alpha.3", | ||
"main": "./index.js", | ||
@@ -11,0 +11,0 @@ "keywords": [ |
781471