447 Commits

Author SHA1 Message Date
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
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
Michael Shilman
2521d2bfbc Update snapshot 2019-03-31 09:09:13 +08:00
Kai Röder
bdc0b7eb60 fix a11y build by adding hoist-non-react-statics 2019-03-30 14:41:33 +01:00
Kai Röder
4da6504572 Workaround fix for https://github.com/DefinitelyTyped/DefinitelyTyped/pull/33919 "'"/tmp/storybook/node_modules/hoist-non-react-statics/index"' has no exported member 'NonReactStatics'." 2019-03-30 14:34:22 +01:00
Kai Röder
f3b83a11ed Possibly fix Namespace '"/tmp/storybook/node_modules/hoist-non-react-statics/index"' has no exported member 'NonReactStatics'.
See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/33919
2019-03-30 13:14:01 +01:00
Michael Shilman
a57917a19c v5.1.0-alpha.20 2019-03-29 10:02:06 +08:00
Michael Shilman
c628022f9c v5.1.0-alpha.19 2019-03-28 11:19:25 +08:00
codebyalex
e7e1c8695b remove styling of elements after re-running the the accessibility rules 2019-03-27 15:57:24 -04:00
Michael Shilman
8941e4449a v5.1.0-alpha.18 2019-03-27 07:33:25 +08:00
Giulia Alfonsi
ff08dd0ed8 Fixed Colorblindness Emulation 2019-03-26 09:43:31 -07:00
Michael Shilman
9937954243 v5.1.0-alpha.17 2019-03-26 20:59:42 +08:00
Benny Powers
d5d366d762
fix(addon-a11y): prevent build error 2019-03-26 13:02:32 +02:00
Michael Shilman
988679f4b2 v5.1.0-alpha.16 2019-03-26 18:39:53 +08:00
Michael Shilman
7550a437a2 v5.1.0-alpha.15 2019-03-26 11:06:15 +08:00
codebyalex
be43ad88f8 Fixed failing snapshots 2019-03-25 16:06:55 -04:00
Norbert de Langen
a4b782f247 Merge branch 'next' into pr/CodeByAlex/6218
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/__snapshots__/A11YPanel.test.js.snap
#	yarn.lock
2019-03-25 18:27:13 +01:00
Norbert de Langen
486d40b42d
Merge pull request #6226 from storybooks/dependabot/npm_and_yarn/simplebar-react-0.1.5
Bump simplebar-react from 0.1.4 to 0.1.5
2019-03-25 17:18:37 +01:00
Michael Shilman
8f95620be5 v5.1.0-alpha.14 2019-03-25 23:29:31 +08:00
Norbert de Langen
b2d0e433ce FIX snapshots 2019-03-25 15:34:55 +01:00
codebyalex
c2ca7b335a removed unnecessary spaces 2019-03-24 20:12:44 -04:00
codebyalex
abe4e8eb71 adding updated snap 2019-03-24 20:10:13 -04:00
domyen
1d90bd6f3d Styling/theming tweaks, Typescript lint 2019-03-24 16:10:06 -04:00
codebyalex
51a26d00eb pulled global toggle label to the left side of the checkbox 2019-03-24 14:20:23 -04:00
codebyalex
5bff2baf46 Added bg color change on rule hover underline underneath rule, and aligned checkbox to the right without visible label (aria-label used) 2019-03-24 12:51:05 -04:00
codebyalex
d587cf8735 VA centered the global highlight results checkbox and label 2019-03-24 11:09:24 -04:00
codebyalex
eb4b33e527 uncapitalized "r" in Results 2019-03-24 10:59:46 -04:00
codebyalex
19f147a118 renamed HighlightText styled component to HighlightToggleElement 2019-03-24 08:33:35 -04:00
codebyalex
a1f4fa17c5 removed rule type from redux store 2019-03-24 08:22:03 -04:00
codebyalex
9b811e66a1 added basic tests for highlight toggle component 2019-03-24 07:54:37 -04:00
codebyalex
df3b4d346a added snap 2019-03-24 07:05:26 -04:00
codebyalex
16dd11ebe2 cleaned up a11y code relating to the highlight toggle 2019-03-24 07:01:36 -04:00
codebyalex
325a104741 used variables from theme for highlight colors 2019-03-23 20:48:56 -04:00
codebyalex
1756687cde commit snap 2019-03-23 16:53:14 -04:00
codebyalex
618d7c7f40 fixed failing test for a11y 2019-03-23 16:08:40 -04:00
codebyalex
8a48a96392 fixed failing tests 2019-03-23 15:49:32 -04:00
codebyalex
c6730eb270 Merge branch 'next' of https://github.com/storybooks/storybook into feature/highlight-a11y-violation-on-component-merge
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/A11YPanel.tsx
#	addons/a11y/src/components/Report/index.tsx
2019-03-23 07:20:13 -04:00
Michael Shilman
15871945e2 v5.1.0-alpha.13 2019-03-23 13:19:10 +08:00
Michael Shilman
2c1fae398f v5.1.0-alpha.12 2019-03-22 12:28:02 +08:00