@mydefi/ui
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -288,2 +288,5 @@ import React, { Component } from 'react'; | ||
{ | ||
onClick: function onClick() { | ||
return props.onClick(); | ||
}, | ||
className: _className, | ||
@@ -304,3 +307,6 @@ style: { | ||
size: "13px", | ||
color: "#FFFFFF" | ||
color: "#FFFFFF", | ||
onClick: function onClick() { | ||
return _console("Add an onClick parameter to your Text component to handle click events (optional)."); | ||
} | ||
}; | ||
@@ -307,0 +313,0 @@ |
@@ -295,2 +295,5 @@ 'use strict'; | ||
{ | ||
onClick: function onClick() { | ||
return props.onClick(); | ||
}, | ||
className: _className, | ||
@@ -311,3 +314,6 @@ style: { | ||
size: "13px", | ||
color: "#FFFFFF" | ||
color: "#FFFFFF", | ||
onClick: function onClick() { | ||
return _console("Add an onClick parameter to your Text component to handle click events (optional)."); | ||
} | ||
}; | ||
@@ -314,0 +320,0 @@ |
{ | ||
"name": "@mydefi/ui", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "UI components originally created for the MyDeFi app.", | ||
@@ -5,0 +5,0 @@ "author": "baptistegreve", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96851
1259