27 Commits

Author SHA1 Message Date
codebyalex
4bda69a946 fixed linting errors 2019-05-02 20:25:15 -04:00
codebyalex
9a9cedc155 Merge branch 'next' into enhancement/add-support-for-a11y
# Conflicts:
#	examples/angular-cli/.storybook/config.ts
#	examples/angular-cli/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/marko-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/polymer-cli/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/.storybook/addons.js
#	examples/vue-kitchen-sink/package.json
2019-04-26 21:34:42 -04:00
codebyalex
53cc7fdc5a Modified the waiting text to use the word accessibility rather than a11y 2019-04-26 17:41:53 -04:00
Norbert de Langen
f939e1417a just a few little linting issues fixed 2019-04-25 17:59:37 +02:00
codebyalex
d1e8ccce82 removed passes from props and used type to determine the badge needed 2019-04-11 23:10:03 -04:00
codebyalex
4cb4de8da0 modified empty text for each accessibility status 2019-04-11 22:45:22 -04: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
codebyalex
e7e1c8695b remove styling of elements after re-running the the accessibility rules 2019-03-27 15:57:24 -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
codebyalex
904565bff2 Replaced switches with checkboxes, moved "highlight results" checkbox into the tab row 2019-03-21 05:56:58 -04:00
codebyalex
d187b2273d added global tab toggle 2019-03-19 07:04:52 -04:00
codebyalex
46d5210b21 added map clearing logic 2019-03-18 19:11:35 -04:00
Norbert de Langen
7c56ae7d4e Merge branch 'next' into tech/api-package
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/cssresources/src/css-resource-panel.tsx
#	addons/notes/package.json
#	app/react-native-server/package.json
#	app/react-native-server/src/client/manager/provider.js
#	examples-native/crna-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/ui/package.json
#	yarn.lock
2019-03-18 07:52:44 +01:00
codebyalex
965be3eb59 added redux store for smooth communication between toggle components 2019-03-17 18:16:46 -04:00
Michael Shilman
55547f38ef
Merge pull request #6104 from storybooks/6081-deprecate-extend-mode
Restore v4 webpack extend mode behavior AND deprecate it
2019-03-16 14:19:33 +08:00
Michael Shilman
5ed463f23a Fix examples webpack config 2019-03-16 13:23:21 +08:00
Arman Sargsyan
af0ea7e8b4 fix(a11y): a11y each report has 'name' param for generate unique key for item
@see https://github.com/storybooks/storybook/issues/6107
2019-03-16 00:47:43 +03:00
codebyalex
f23e53e61b formatted and pulled toggle component into its own file 2019-03-15 12:30:45 -04:00
codebyalex
ef4c0007b4 added enum usage for rule types in a11y 2019-03-15 07:17:29 -04:00
codebyalex
795a68ef0e Merge branch 'next' into feature/highlight-a11y-violation-on-component
# Conflicts:
#	addons/a11y/src/components/A11YPanel.tsx
2019-03-15 05:51:47 -04:00
codebyalex
09e4d51dc9 Added toggle button that highlight a11y rules based on type 2019-03-14 06:04:30 -04:00
Norbert de Langen
28ae982bb5 Merge branch 'next' into tech/api-package
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/notes/package.json
#	lib/addons/package.json
#	lib/api/src/modules/layout.ts
#	lib/api/src/modules/shortcuts.ts
#	lib/ui/package.json
2019-03-14 09:07:26 +01:00
Jimmy Somsanith
20be9b554d Add loader instead of black report 2019-03-13 16:06:50 +01:00
Jimmy Somsanith
ac451b3f9b fix(addon/a11y): run scan only when addon tab is active 2019-03-12 14:26:01 +01:00
Norbert de Langen
5690954b40 connect addons/a11y to the API type 2019-03-12 11:53:33 +01:00
Arman Sargsyan
c24c7075fd feat(a11y): add 'incomplete' tab
@see https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#callback-parameter
2019-03-09 16:46:56 +03:00
Gaëtan Maisse
a22b88e0a2 chore: use named import/export instead of default ones in addons/a11y 2019-03-07 08:21:44 +01:00