464 Commits

Author SHA1 Message Date
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
codebyalex
efea3c2d46 updated comment 2019-03-21 06:00:43 -04:00
codebyalex
904565bff2 Replaced switches with checkboxes, moved "highlight results" checkbox into the tab row 2019-03-21 05:56:58 -04:00
Michael Shilman
0a81425e86 v5.1.0-alpha.11 2019-03-21 04:30:44 +08:00
codebyalex
db9b93ad02 Set key to type:item-id to fix the unique id issue with the already passed in type value 2019-03-19 12:38:58 -04:00
Michael Shilman
5cff559d90 v5.1.0-alpha.10 2019-03-19 21:35:30 +08:00
codebyalex
d187b2273d added global tab toggle 2019-03-19 07:04:52 -04:00
codebyalex
410e9be69c Cleaned up HighlightToggle.tsx 2019-03-19 06:19:31 -04:00
codebyalex
7d2e962966 fixed failing scenario: If parent is not set to true but some sub toggles are set to true a user should be able to set the parent toggle to true and make all subs true (with intervention) 2019-03-18 20:56:24 -04:00
codebyalex
f6aa867c4a fixed syncing issue between parent and child toggles 2019-03-18 19:35:02 -04:00
codebyalex
46d5210b21 added map clearing logic 2019-03-18 19:11:35 -04:00
Norbert de Langen
b18b2c8482 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
#	app/react-native-server/package.json
#	lib/addons/package.json
#	lib/api/src/modules/versions.ts
#	lib/ui/package.json
#	lib/ui/src/core/context.js
2019-03-18 16:54:21 +01:00
Michael Shilman
b51a247295 v5.1.0-alpha.9 2019-03-18 17:28:26 +08: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
codebyalex
9f5c1153dc added redux store for smooth communication between toggle components 2019-03-17 18:15:52 -04:00
Michael Shilman
eb9be1fdc4 v5.1.0-alpha.8 2019-03-17 23:28:01 +08:00
codebyalex
47b4a6e921 added functionality that allows the Highlight Toggle to highlight more than one item 2019-03-16 06:13:17 -04:00
Michael Shilman
76e5df9ace v5.1.0-alpha.7 2019-03-16 15:13:47 +08: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
cf21ec3289 Added toggle styling 2019-03-15 05:28:15 -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
Michael Shilman
daccff8919 v5.1.0-alpha.6 2019-03-14 08:48:59 +08:00
Norbert de Langen
d19c4c74dc FIX an issue with background tool && MIGRATE it to use the new Consumer with a non-pure filter 2019-03-13 23:55:55 +01:00
Michael Shilman
7251eac232
Merge pull request #6044 from jsomsanith/jsomsanith/fix/a11y_run_with_active_tab
fix(addon/a11y): run scan only when addon tab is active
2019-03-14 01:18:34 +08:00
Jimmy Somsanith
20be9b554d Add loader instead of black report 2019-03-13 16:06:50 +01:00
Norbert de Langen
0994524da1 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/router/package.json
#	lib/ui/package.json
2019-03-13 11:44:11 +01:00
Michael Shilman
81f7d94fc5 v5.1.0-alpha.5 2019-03-13 05:25:31 +08:00