@eaze/button
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@eaze/button", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Button component", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"@eaze/color": "^0.0.6", | ||
"@eaze/spinner": "0.0.3", | ||
"@eaze/spinner": "^0.0.4", | ||
"prop-types": "~15.5.10", | ||
@@ -36,0 +36,0 @@ "react": "~15.6.1", |
@@ -14,2 +14,3 @@ import React from 'react' | ||
export const TEXT = 'TEXT' | ||
export const SECONDARY = 'SECONDARY' | ||
@@ -16,0 +17,0 @@ export default function Button ({ children, componentStyle, className, type, onClick, disabled, loading, notification }) { |
Sorry, the diff of this file is too big to display
73037
281
+ Added@eaze/spinner@0.0.4(transitive)
- Removed@eaze/spinner@0.0.3(transitive)
Updated@eaze/spinner@^0.0.4