46 Commits

Author SHA1 Message Date
Grzegorz Gawrysiak
9fd6db4ec7 refactor: change the flow typing for functions (#351) 2018-05-06 17:23:53 +02:00
Satyajit Sahoo
772b82ac36 fix: center icon in button along with text 2018-05-06 17:05:20 +02:00
Grzegorz Gawrysiak
b6462b7a4f feat: add ListAccordion component 2018-05-05 17:39:42 +02:00
Satyajit Sahoo
df7fcd248e feat: support render function for icon prop 2018-05-05 16:25:07 +02:00
Satyajit Sahoo
a8137337ac refactor: don't use deprecated React lifecycles. closes #285 2018-04-05 12:07:20 +02:00
Satyajit Sahoo
c48ba8a1c4 feat: add bottom navigation component (#258) 2018-03-05 13:47:05 +01:00
Satyajit Sahoo
4b4492831d fix: fix toolbar issues with dark prop 2018-03-03 12:37:59 +01:00
Clayton Ray
c3fedbd51b docs: add imports to doc examples - closes #223 (#256) 2018-03-02 15:35:37 +01:00
Michał Pierzchała
3e1cfa8e93 chore: use eslint-config-callstack-io (#250) 2018-02-26 13:17:25 +01:00
Satyajit Sahoo
91bf179df0 docs: Improvements to the documentation 2018-02-21 15:40:25 +01:00
Satyajit Sahoo
710d25e403 fix: various fixes to dark theme 2018-02-06 08:26:23 +01:00
Satyajit Sahoo
105d337a19 docs: update documentation (#228) 2018-02-01 16:28:10 +01:00
Satyajit Sahoo
fdb426f211 docs: setup screenshots (#224) 2018-01-31 17:31:32 +01:00
Satyajit Sahoo
1ea7def251 fix: fix flow typing with withTheme (#213)
There seems to be some issue with defaultProps after this change, but it's better than not typechecking props at all
2017-12-20 11:57:24 +01:00
Luke Walczak
1f3cedb62b fix: components color style refactor (#212) 2017-12-12 14:26:33 +01:00
Luke Walczak
fe2123bc5e fix: correct components using dark theme (#203) 2017-12-12 03:36:39 +05:30
Satyajit Sahoo
206963adc9 chore: upgrade dependencies 2017-11-27 01:29:42 +05:30
lukewalczak
230f8ca2ef docs: set js inside component for proper highlight 2017-11-08 09:26:42 +05:30
Satyajit Sahoo
bb51586351 chore: upgrade flow and dependencies (#200) 2017-11-07 11:21:17 +01:00
Ahmed Elhanafy
c552aa0951 style: Adapt dialog to the dark theme (#196)
* style: Adapt dialog to the dark theme

* chore:  Remove unused default prop & set correct elevation style & rename import

* style: Fix textinput background color

* chore: Add missing proptypes

* chore: Update with latest master
2017-11-03 16:36:25 +01:00
Luke Walczak
497ae55256 docs: Add missing example usage
* docs: documented modal and switch usage

* docs: documented checkbox

* docs: documented checkbox

* docs: documented radio button

* docs: refactor component usage description

* docs: documented typography styles

* docs: documented search bar

* docs: documented fab

* docs: documented divider

* docs: documented icon

* docs: documented paper

* docs: documented toolbar

* docs: documented card

* docs: proptypes refactor

* docs: documented drawer section

* docs: fix state in drawer section

* docs: documented drawer item

* docs: documented grid view

* docs: documented touchable ripple

* docs: remove static proptypes

* docs: fix typography

* docs: update icon component
2017-10-19 14:29:17 +02:00
Krzysztof Borowy
8cd3e75cbe fix: Remove elevation prop, use styles instead (#153) 2017-10-02 15:08:54 +02:00
Satyajit Sahoo
6b71968b2e chore: upgrade expo and react native (#148) 2017-09-26 12:46:56 +02:00
Adam Trzciński
572aa8ea1e feat: enhance Icon component (#125) 2017-08-22 10:31:04 +02:00
Satyajit Sahoo
5b797a9ea5 chore: upgrade dependencies and fix flow errors 2017-08-19 07:08:40 +02:00
Raúl Gómez Acuña
d82e1a0d4f chore: fix linting errors + add precommit hook for flow and lint (#114) 2017-07-04 15:47:53 +05:30
Satyajit Sahoo
eee9b0372b chore: use prop-types package from npm 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
ebada8fd6d chore: setup prettier 2017-05-18 17:55:53 +05:30
Satyajit Sahoo
a467848f86 Use component-docs for documentation (#96) 2016-12-06 01:24:42 +02:00
Satyajit Sahoo
66e9fe7c73 fix: fix button's children 2016-11-30 14:32:07 +05:30
Satyajit Sahoo
0c0b053946 docs: support markdown in docs 2016-11-25 09:25:13 +05:30
Satyajit Sahoo
32c3ed8f38 BREAKING: rename shrink to compact for Button 2016-11-23 06:02:37 +05:30
Travis CI
1e98437543 chore: setup deployment 2016-11-22 05:14:13 +05:30
Satyajit Sahoo
0c84a871a6 Add docs generator (#75)
* docs: start working on docs generator

* docs: add a sidebar listing components

* docs: use next/css instead of styled components

* docs: properly setup routing

* refactor: rework styling

* docs: improve props styling

* chore: fix flow errors

* chore: styling tweaks
2016-11-21 15:08:32 +02:00
Satyajit Sahoo
e1db4e51a0 fix: add minWidth of 64 to button 2016-11-20 20:30:42 +05:30
Satyajit Sahoo
1ff905001a fix: shrink buttons in cards 2016-11-20 20:13:50 +05:30
Satyajit Sahoo
f32a55f96b fix: adjust button and card styling 2016-11-20 19:33:44 +05:30
Satyajit Sahoo
b0f93c20e9 feat: add roundness to theme 2016-11-20 18:34:29 +05:30
Satyajit Sahoo
4a7788e300 fix: use pure components 2016-11-13 23:06:13 +05:30
Satyajit Sahoo
94d18cccef fix: fix background color of button 2016-11-12 23:52:24 +05:30
Satyajit Sahoo
088887d80d fix: limit numberOfLines in button 2016-11-12 15:18:26 +05:30
Satyajit Sahoo
07bca5a54b feat: add color prop, don't add bg for non-raised button 2016-11-12 15:14:11 +05:30
Satyajit Sahoo
3ef48d65fd fix: pressOut should be faster 2016-11-12 11:34:02 +05:30
Satyajit Sahoo
1557aa58a7 feat: add disabled button style 2016-11-12 02:01:06 +05:30
Satyajit Sahoo
1271d66292 feat: add icon and loading support to <Button /> 2016-11-12 01:02:12 +05:30
Satyajit Sahoo
74c9f8b613 feat: add buttons 2016-11-11 20:22:34 +05:30