427 Commits

Author SHA1 Message Date
Artur Bien
85f78e290a moved role='presentation' to the parent of icon 2020-01-26 21:05:43 +01:00
Artur Bien
d6dffb388e added tests for indeterminate 2020-01-26 20:11:26 +01:00
Artur Bien
14ede5c045 checkbox icons as separate components 2020-01-26 19:52:14 +01:00
Artur Bien
d477badc17 checkbox icons as separate components 2020-01-26 19:51:55 +01:00
Artur Bien
b88aa858f8 simplified checkbox component, added test for label 2020-01-26 18:27:20 +01:00
Artur Bien
2ce70f8db3 added tests for disabled 2020-01-26 18:09:34 +01:00
Artur Bien
997fdfd293 added first tests 2020-01-26 18:01:22 +01:00
Artur Bien
c8e575fe0d added aria labels 2020-01-26 18:00:49 +01:00
Artur Bień
b3a9386c56 Merge pull request #80 from arturbien/feature/range-slider
added tests for Slider component
2020-01-26 16:57:41 +01:00
Artur Bien
6f730dde8f check if onMouseDown is forwarded 2020-01-26 16:51:57 +01:00
Artur Bien
75dbdfa7a9 testing for 'marks' prop 2020-01-26 16:05:44 +01:00
Artur Bien
ac5f5d2d3c added Slider tests 2020-01-26 15:35:32 +01:00
Artur Bien
22898fba8b added 'aria-disabled' prop to Thumb 2020-01-26 14:54:26 +01:00
Artur Bien
0661c3ddc9 added Touch event mock to test utils 2020-01-26 13:53:22 +01:00
Artur Bien
5aa1eaac41 added 'role' and aria attributes to Thumb 2020-01-26 13:52:52 +01:00
Artur Bień
dca4de98cb Merge pull request #79 from arturbien/feature/range-slider
Feature/range slider
2020-01-25 16:54:55 +01:00
Artur Bien
12d9e41193 added onMouseDown prop 2020-01-25 16:52:33 +01:00
Artur Bień
949bfb20de Merge pull request #78 from arturbien/feature/primary-flat-button
primary as a flag to enable primary flat button
2020-01-25 16:29:26 +01:00
Artur Bień
b25d740e98 Merge pull request #77 from arturbien/feature/indeterminate-checkbox
Feature/indeterminate checkbox
2020-01-23 21:41:34 +01:00
Artur Bien
b5d3119adf primary as a flag to enable primary flat button 2020-01-23 12:59:01 +01:00
Artur Bien
08a8242164 minor changes 2020-01-23 11:49:40 +01:00
Artur Bien
ffd20f7805 added 'createCheckeredBackground' helper func 2020-01-23 11:27:03 +01:00
Artur Bien
443375e4a0 pulled from develop, made 'value' required 2020-01-23 11:04:02 +01:00
Artur Bien
b3a04ed7a9 Merge branch 'develop' of https://github.com/arturbien/React95 into feature/indeterminate-checkbox 2020-01-23 10:36:33 +01:00
Artur Bien
a5df489ead added indeterminate variant 2020-01-23 10:36:20 +01:00
Artur Bień
4f08d669f5 Merge pull request #76 from arturbien/bugfix/checkbox-defaultChecked-issue
Checkbox should act as uncontrolled input when `defaultChecked` and `checked` wasn't specified
2020-01-23 10:35:26 +01:00
Artur Bień
b0f8c7ac57 Updated Slack channel link 2020-01-23 09:26:50 +01:00
Artur Bien
09d044a1ee fixed uncotrolled input issue when no 'checked' or 'defaultChecked' was set 2020-01-22 20:14:31 +01:00
Artur Bien
1392ced49b got rid of 'ticks' prop 2020-01-22 16:41:59 +01:00
Artur Bień
d94480b3a1 Merge pull request #75 from arturbien/feature/primary-button
Feature/primary button
2020-01-22 13:32:12 +01:00
Artur Bien
d2f14edef5 fixed menu button issue 2020-01-22 13:28:28 +01:00
Artur Bien
ad6f6b5664 fixed NumberField and Select button styles issue 2020-01-22 11:51:20 +01:00
Artur Bien
4db47df9b8 added 'primary' variant of Button component 2020-01-22 11:50:26 +01:00
Artur Bien
0178dcb432 passint ...otherProps 2020-01-19 11:34:44 +01:00
Artur Bien
abd2fbec28 made Thumb wider 2020-01-18 21:13:51 +01:00
Artur Bien
a24e511037 minor refactor 2020-01-18 21:06:35 +01:00
Artur Bien
2de3341a8c enabled restricted values 2020-01-18 21:00:55 +01:00
Artur Bien
a22d0285c6 added disabled variant 2020-01-18 20:52:11 +01:00
Artur Bien
a4ef0a1e2b added 'vertical' prop 2020-01-17 21:42:01 +01:00
Artur Bien
a3e59ad2bd added custom marks and enabled controlled or uncontrolled functionality 2020-01-17 19:47:01 +01:00
Artur Bien
061771f560 added key to ticks, disabled eslint rule (no-array-index-key) 2020-01-16 21:41:04 +01:00
Artur Bien
d5ded69a65 added 'getNewValue' func 2020-01-16 21:36:11 +01:00
Artur Bien
ef78f347d1 set event handlers 2020-01-16 21:14:11 +01:00
dependabot[bot]
8a85e62865 Bump handlebars from 4.1.1 to 4.5.3 in /website
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 05:30:45 +00:00
Artur Bien
1964b1c894 initial commit 2019-12-27 00:33:04 +01:00
Artur Bień
6b812381a5 Merge pull request #70 from arturbien/arturbien-codesandbox-CI
Arturbien codesandbox ci
2019-12-23 19:52:58 +01:00
Artur Bien
732a9eb21b changed prod script output path 2019-12-07 15:55:46 +01:00
Artur Bień
41aa12c5ba Update ci.json 2019-11-19 22:06:50 +01:00
Artur Bień
8ad109cc0f Update ci.json 2019-11-19 22:03:22 +01:00
Artur Bień
4fbf91fba0 Update ci.json 2019-11-19 21:55:34 +01:00