sag_components 1.0.686 → 1.0.688

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,6 +157,7 @@ const Button = props => {
157
157
  type: "submit",
158
158
  width: width || null,
159
159
  height: height || (size === 'small' ? '33px' : '45px'),
160
+ disabled: disabled,
160
161
  text_color: textColor || (type === 'secondary' ? '#212121' : '#ffffff'),
161
162
  background_color: backgroundColor || (type === 'secondary' ? '#ffffff' : '#229E38'),
162
163
  border_color: borderColor || (type === 'secondary' ? '#B1B1B1' : '#229E38'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.686",
3
+ "version": "1.0.688",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {