484 Commits

Author SHA1 Message Date
codebyalex
53cc7fdc5a Modified the waiting text to use the word accessibility rather than a11y 2019-04-26 17:41:53 -04:00
codebyalex
4426529fb1 modified color blindness logic to set the first character of title to uppercase 2019-04-24 20:11:11 -04:00
codebyalex
71791b529a modified color blindness logic to use lowercase version of visual title to check against filters 2019-04-24 20:06:46 -04:00
codebyalex
b80728c2f1 Merge branch 'next' into a11y-design-enhancements 2019-04-24 12:26:33 -04:00
Michael Shilman
694460c087 v5.1.0-alpha.34 2019-04-24 23:02:08 +08:00
Soichi Masuda
3ddff48970
Fix: add need comma to sample code 2019-04-24 16:33:10 +09:00
codebyalex
e5550aa6d0 Capitalized mono for color blindness emulation 2019-04-23 05:59:21 -04:00
codebyalex
c4539291e8 Capitalized colorblindness emulation text 2019-04-23 05:46:53 -04:00
Michael Shilman
23268e4fec v5.1.0-alpha.33 2019-04-23 14:25:37 +08:00
Michael Shilman
fb2798685d v5.1.0-alpha.32 2019-04-22 11:15:33 +08:00
codebyalex
8095c2369d Merge branch 'next' into a11y-design-enhancements
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/__snapshots__/A11YPanel.test.js.snap
2019-04-19 08:39:53 -04:00
Michael Shilman
72d8523811 v5.1.0-alpha.31 2019-04-19 12:51:49 +08:00
codebyalex
3bdf885694 added a constant for Item width in the the a11y rules 2019-04-19 00:33:46 -04:00
codebyalex
de96c0f926 fixed ts issues 2019-04-18 15:08:57 -04:00
codebyalex
f1521ef9f2 made the badge slimmer for the a11y rules 2019-04-18 12:42:58 -04:00
codebyalex
6c84cbb331 Used resize-me to auto flow the badges when the width of the addon panel (horizontally or vertically) is of a certain width. 2019-04-18 12:14:01 -04:00
codebyalex
0782de02be added react resize-me to allow for automatic flowing of the global checkbox when addon panel is in the vertical position. This is similar to to the effect of media queries but media queries only work for window resizing not element resizing. 2019-04-18 07:31:46 -04:00
codebyalex
827898e94b added critical badge color 2019-04-18 06:05:31 -04:00
Michael Shilman
da66766ab9 v5.1.0-alpha.30 2019-04-18 09:18:21 +08:00
Norbert de Langen
d1d00bea76
Merge pull request #6529 from storybooks/dependabot/npm_and_yarn/react-redux-7.0.2
Bump react-redux from 6.0.1 to 7.0.2
2019-04-18 00:06:23 +02:00
Michael Shilman
9397813103 v5.1.0-alpha.29 2019-04-17 16:25:55 +08:00
Norbert de Langen
4d7b4f87ac FIX snapshots 2019-04-16 16:55:41 +02:00
Gaëtan Maisse
0e95d62f76 chore: use named import/export instead of default ones in sb/components
Named exports enables better IDE integration and simplify a lot code refactoring
2019-04-16 13:44:35 +02:00
Gaëtan Maisse
223183cb74 refactor: remove @storybook/components module declaration in addons
As `@storybook/components` is now in TS (and so export its types) there is no more need to declare it in `typings.d.ts` of addons written in TS
2019-04-16 13:44:35 +02:00
Michael Shilman
2a55ee012f v5.1.0-alpha.28 2019-04-16 18:37:41 +08:00
dependabot[bot]
998a00ac8f
Bump react-redux from 6.0.1 to 7.0.2
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 6.0.1 to 7.0.2.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v6.0.1...v7.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-16 06:39:07 +00:00
codebyalex
e9320b75b8 modified styling of a11y severity badges 2019-04-15 20:09:37 -04:00
Michael Shilman
f506e15f54 v5.1.0-alpha.27 2019-04-14 09:17:47 +08:00
Norbert de Langen
4ca2f0446b
Merge pull request #6503 from Armanio/feat/a11y-filter-drop
feat(a11y): drop a11y filter on dbl click
2019-04-13 16:58:41 +02:00
Michael Shilman
17b8fe98b9 v5.1.0-alpha.26 2019-04-13 09:00:13 +08:00
Arman Sargsyan
034e1ecb19 feat(a11y): drop a11y filter on dbl click 2019-04-12 22:47:35 +03:00
codebyalex
a28dd429d8 a11y: added padding next to rule text to allow for more space below checkbox 2019-04-12 06:23:10 -04:00
codebyalex
321ba10d01 fixed spacing issues between checkbox and element path 2019-04-12 05:57:16 -04:00
codebyalex
d1e8ccce82 removed passes from props and used type to determine the badge needed 2019-04-11 23:10:03 -04:00
codebyalex
bdbd1534e9 added badge to make the severity display more accessible 2019-04-11 22:46:40 -04:00
codebyalex
4cb4de8da0 modified empty text for each accessibility status 2019-04-11 22:45:22 -04:00
codebyalex
4e043eb4d9 made global checkbox responsive 2019-04-11 22:44:25 -04:00
Michael Shilman
eb7a36ff07 v5.1.0-alpha.25 2019-04-12 06:52:59 +08:00
Michael Shilman
ea8b7217c3 v5.1.0-alpha.24 2019-04-09 10:10:18 +08:00
Michael Shilman
3cb0dd5af9 v5.1.0-alpha.23 2019-04-08 18:20:55 +08:00
Michael Shilman
5466174b4d
Merge pull request #6405 from Armanio/fix/a11y-refactor
[addon: A11Y] use 'indeterminate' checkbox state for partial selected group
2019-04-05 22:33:43 +08:00
Michael Shilman
daa8d43e0e v5.1.0-alpha.22 2019-04-05 21:40:24 +08:00
Norbert de Langen
183f7da4a3 Merge branch 'next' into dependabot/npm_and_yarn/jest-cli-24.0.0
# Conflicts:
#	examples/cra-kitchen-sink/package.json
2019-04-04 21:42:19 +02:00
Norbert de Langen
c90c2d4671 UPGRADE as much of jest packages as possible 2019-04-04 21:32:57 +02:00
Michael Shilman
99c262545d v5.1.0-alpha.21 2019-04-04 23:31:16 +08:00
Norbert de Langen
1fd38cae47
Merge pull request #5109 from storybooks/ts-migration/babel-typescript
Using Babel for TypeScript instead of tsc
2019-04-04 14:22:50 +02:00
Arman Sargsyan
7e9dd7ac62 chore(a11y): refactor 2019-04-04 13:04:22 +03:00
Arman Sargsyan
7672821725 chore(a11y): tests updated 2019-04-03 23:45:51 +03:00
Arman Sargsyan
06776fb86e feat(a11y): use indeterminate checkbox state for partial selected group
refactor, types, tslint
2019-04-03 22:06:40 +03:00
Arman Sargsyan
33e1d45f67 fix(a11y): use 'makeDecorator' for init addon 2019-03-31 20:07:55 +03:00