Commit Graph

46 Commits (0ca01a83954cbb401c7739ce2f3013ff367856ea)

Author SHA1 Message Date
Javi Velasco 3c468d1f1e Add tooltipShowOnClick to README 2016-11-25 19:51:38 +01:00
Christian Droulers 056551e7b2 Add "tooltipShowOnClick" to Tooltip component 2016-11-18 14:41:24 -05:00
Javi Velasco 390e7694db Fix #787 2016-09-27 00:00:20 +02:00
Per Bergqwist def8643a0a Import React namespace, fix problem with @types 2016-09-02 09:18:33 +02:00
Per Bergqwist 213411ba55 Fixes for typescript definitions, typos etc. 2016-08-10 09:35:51 +02:00
Javi Velasco 77b0a4a57d Fix linter warnings 2016-08-07 21:23:14 +02:00
Javi Velasco 041e00c741 Fixes #586 2016-08-07 20:51:31 +02:00
Javi Velasco fcc7902839 Better tooltips 2016-08-07 18:55:31 +02:00
Javi Velasco b226fcd258 Merge with dev 2016-07-24 13:17:16 +02:00
Javi Velasco 2d17b65a5b Fixes #627 2016-07-16 20:42:05 +02:00
ixrock febf8b5237 get rid of declaration duplicates in components/ 2016-06-26 15:02:54 +03:00
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Javi Velasco 975fb32c89 Autoinject theme for Tooltip 2016-05-30 07:07:50 +02:00
Javi Velasco a9e8304a84 All components moved to themr 😱 2016-05-26 21:17:25 +02:00
Galeel 85048a39a8 mixins is already imported in base, hence removed the redundant import | Galeel 2016-05-10 18:41:35 +05:30
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco 516a0a3c13 Update dependencies, linter and rules 2016-04-09 20:34:34 +02:00
Keren Chandran 86e1dcada4 Updated Progress, Radio and Tooltip Readme. Aligned properties for ripple. 2016-03-25 13:06:09 -04:00
Boris Mikhaylov a11d1527c2 propagate events in Tooltip 2016-01-22 14:20:22 +01:00
Raúl García 6eb58380c4 Add missing semicolons 2016-01-11 09:02:50 +01:00
Karl Macklin 9da237834b Allow Link to render Tooltips via children prop 2016-01-05 23:32:38 +01:00
Javi Velasco abcd097830 Fixes #214 2015-12-19 21:06:18 +01:00
Javi Velasco 1c57370651 New approach for Tooltips 2015-11-29 12:39:55 +01:00
Javi Velasco da0f1a631e Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
Javi Velasco db43b1948e Use ClassNames in Tooltip 2015-11-28 20:21:52 +01:00
Nathan Marks f3d047e820 Remove jsx extension from component index files, replace with js 2015-11-22 17:49:46 -05:00
Javi Velasco ceb2ce4c7a Reorganize pickers 2015-11-22 22:13:27 +01:00
Javi Velasco cfebdb55f4 Rename most components index to actual components 2015-11-22 21:41:28 +01:00
Javi Velasco af05a71544 Merge and solve conflicts 2015-11-21 12:27:25 +01:00
Javi Velasco ac5501b9a5 Improve ripple performance. Fixes #142 2015-11-21 12:23:24 +01:00
@soyjavi ef6bd0899d New property delay in milliseconds. 2015-11-21 11:27:33 +07:00
Javi Velasco 26cecdc23f Change button properties and support toggle icon buttons 2015-11-17 21:49:27 +01:00
Javi Velasco 37f1bf24a9 Minor fixes 2015-11-15 19:34:09 +01:00
Javi Velasco d840c44995 Merge 2015-11-15 19:27:47 +01:00
Javi Velasco 7e694b41eb Defer hiding in 500ms for tooltips 2015-11-15 18:31:01 +01:00
@soyjavi 69180726c5 Tooltip using a parent with relative position 2015-11-15 20:48:57 +07:00
@soyjavi 8d0649aca0 Use <overlay> component for set the correct position in <dialog> components. 2015-11-15 14:13:10 +07:00
@soyjavi bacb02b8e4 Get real height of parent 2015-11-15 12:13:05 +07:00
Javi Velasco 67ab8746a9 Proper import path for documentation files 2015-11-10 11:07:43 +01:00
@soyjavi 019ed57910 Remove 'active' property (it's a state) 2015-11-06 00:49:55 +07:00
@soyjavi d0c8e4afdf Control visibility with JavaScript (decoupled way for any kind of element or <Component>) 2015-11-06 00:44:10 +07:00
@soyjavi de43b22762 Include examples and include in bundle. 2015-11-05 13:57:12 +07:00
@soyjavi 5e18ccbdaf Clever way to auto-hide <Tooltip> (full CSS) 2015-11-05 13:30:57 +07:00
@soyjavi 68055ca358 Show tooltip is in a mixin (for reuse in another components)... it's necessary be a stateless behavior. 2015-11-05 07:18:46 +07:00
@soyjavi 2afd343b4d First approach for <Tooltip/> 2015-11-04 22:28:11 +07:00