Commit Graph

1800 Commits

Author SHA1 Message Date
Alex Windett d69a549902 adding box constants and creating mixin for generating buttons 2016-10-28 17:39:07 +01:00
Sérgio Ramos b3ee3b53ce remove `value` validation in <RadioGroup>
it's redundant since we already require it in <Radio> propTypes
2016-10-28 17:02:23 +01:00
Sérgio Ramos 033093033a add more component tests 2016-10-28 17:02:23 +01:00
Tom Gallacher e5909750ea ui: creating docker files for deployment 2016-10-28 16:52:39 +01:00
Sérgio Ramos d108a14ff4 add simple tests to more components 2016-10-28 16:49:09 +01:00
Sérgio Ramos 3243941056 fix css compose in tests 2016-10-28 16:49:09 +01:00
Alex Windett 7ccf427966 refactoring rem function 2016-10-28 16:39:35 +01:00
Alex Windett c7a7da2e85 Adding postcss debug file to gitignore 2016-10-28 16:37:14 +01:00
Sérgio Ramos 1927d47bf8 remove setup target 2016-10-28 16:09:15 +01:00
Sérgio Ramos efebd9c2b9 replace postcs-module-values with postcss-constants 2016-10-28 16:09:15 +01:00
Alex Windett 9793440e09 Merge branch 'widget-group'
* widget-group:
  Widget
  Widget - implimenting widget
2016-10-28 16:02:24 +01:00
Alex Windett aa3c940674 Widget
Fixing HTML attributes for single select and multi select, and
adding disabled option
2016-10-28 16:01:23 +01:00
Alex Windett b933eff47b Widget - implimenting widget 2016-10-28 14:59:28 +01:00
Alex Windett 54b9601d9c changing props name to be more consistant 2016-10-28 12:47:58 +01:00
Alex Windett 7e85e17367 fixing indentation and missing semicolons 2016-10-28 11:25:29 +01:00
Alex Windett 80c596db66 Avatar - Adding custom color and style to avatar component 2016-10-28 11:25:29 +01:00
Alex Windett 8c147e4127 Avatar Component
- Creating Avatar component and adding to showcase
- Creating a composer file and adding class to vertically align content centrally
2016-10-28 11:25:29 +01:00
Alex Windett 4c03f55498 adding positional arguement to mixin with default setting or relative 2016-10-28 11:25:29 +01:00
Alex Windett c6b6e362ab adding z-index mixin and implimenting 2016-10-28 11:25:29 +01:00
Sérgio Ramos 5eb2b15227 implement <RadioGroup> 2016-10-28 01:22:47 +01:00
Tom Gallacher 19236d849d circleci: fix bug in directory creation 🙄 2016-10-27 17:43:24 +01:00
Tom Gallacher accd760bda circleci: create missing directory 2016-10-27 17:36:36 +01:00
Tom Gallacher 9615c8b98f circleci: export tests to subdir 2016-10-27 17:30:28 +01:00
Tom Gallacher f4d7aed20f circlci: test files to correct folder 2016-10-27 17:06:36 +01:00
Alex Windett 3dcee6feff renaming lib directory to be util for clarity, and updating relvent paths in CSS files 2016-10-27 16:56:01 +01:00
Alex Windett f8ebdbfd1f Fix - incorrect function spelling 2016-10-27 16:56:01 +01:00
Alex Windett d1c3124d0c Updating CSS to use remCalc instead of pixels 2016-10-27 16:56:01 +01:00
Alex Windett 0a08aa84df REM Function - updating function to allow for multiple values to be pased in single arguement 2016-10-27 16:56:01 +01:00
Tom Gallacher b3bc167898 circleci: run make before make install 2016-10-27 16:50:47 +01:00
Tom Gallacher c9157e7b39 circleci: fixing incorrect circleci.yml 2016-10-27 16:49:54 +01:00
Tom Gallacher c0b4d21e6f circleci: tests output usable files for circleci 2016-10-27 16:42:56 +01:00
Tom Gallacher 7d60252a05 circleci: overriding inferred commands.
Tests and install were being ran twice
2016-10-27 16:26:41 +01:00
Tom Gallacher 10d0fe39b4 lint: Fixing lint errors 2016-10-27 16:26:26 +01:00
Tom Gallacher b43125fe18 make: Ignore error when running make 2016-10-27 16:15:44 +01:00
Tom Gallacher dd259be965 tests: Makefile is now the main truth, away from npm 2016-10-27 16:15:44 +01:00
Alex Windett e75942af75 Adding in CSS functions and adding to Radio CSS 2016-10-27 16:06:40 +01:00
Alex Windett 7663819f02 removing TODO note 2016-10-27 15:21:13 +01:00
Alex Windett ab9c2f88e5 Fix - downgrading postcss-import -> https://github.com/babel/babel-loader/issues/242 2016-10-27 15:19:58 +01:00
Alex Windett b5ef96370b updating yarn.lock file 2016-10-27 15:06:16 +01:00
Alex Windett 03f19a7da1 Mixins
Creating functionality and implementing Mixins

- Adding postcss-import module
- Creating `Lib` directory for mixins, functions etc
- Creating pseudo element mixin
- Implementing pseduo element mixin on radio buttons
- Adding in postcss-debug js config file
2016-10-27 14:54:11 +01:00
Alex Windett 6a75f79801 fixing indedentation 2016-10-27 14:08:35 +01:00
Tom Gallacher d45b8d0e9c ci: no need to re-apply stash 2016-10-27 12:35:37 +01:00
Alex Windett e76ca342c6 Radio Input - Refactoring CSS 2016-10-27 12:06:42 +01:00
Sérgio Ramos 3a983b10a5 refactor <Tab> to avoid min-height hack 2016-10-27 11:15:03 +01:00
Sérgio Ramos b982e2f2e6 resolve lint issues 2016-10-27 11:00:39 +01:00
Sérgio Ramos d9aa7b310a don't use Container in Radio demo 2016-10-27 10:39:06 +01:00
Sérgio Ramos 054716d371 rename ui's package name 2016-10-27 10:38:46 +01:00
Sérgio Ramos 935fad1229 don't open browser automatically 2016-10-27 10:38:41 +01:00
Sérgio Ramos 0835d1c0df use more variables in Radio css 2016-10-27 10:38:33 +01:00
Sérgio Ramos 114d6a04f4 improve Tab styling 2016-10-27 10:37:49 +01:00