winkerVSbecks
0e7af75465
remove unused highlight.ts from addons/a11y
2022-03-28 11:11:52 -04:00
Norbert de Langen
89830ad763
change imports of types & interfaces to be clearly defined as type
2022-03-08 14:15:22 +01:00
Kaelig Deloumeau-Prigent
797b7df6ce
[addon-a11y] Export types of params
...
In order to match addon-a11y's options in our automated a11y testing suite, I'd like to use the same types.
Workaround:
```ts
import type {A11yParameters} from '@storybook/addon-a11y/dist/ts3.9/params';
```
Not sure my PR shows the correct way to do this, or if there are other existing workarounds – I'd appreciate some advice!
2021-09-22 10:43:52 -07:00
Tom Coleman
088ea7631e
Change Framework
=> TFramework
2021-09-03 14:18:30 +10:00
Tom Coleman
d05a6c1442
Close to bootstrapping again
2021-08-27 14:41:07 +10:00
Mateo Tibaquira
5a264589e1
fix(addons): export PARAM_KEY as most of the addons
2020-05-30 14:51:24 -05:00
tooppaaa
94fbca1121
Addon-A11y: add deprecated withA11y
2020-05-17 22:12:20 +02:00
tooppaaa
f078e98499
Add stories for highlight
2020-04-22 09:34:12 +02:00
Clément Dungler
277c801eba
feat(A11y): remove decorator in favor of configuration
2020-04-11 00:02:50 +02:00
Norbert de Langen
92e965d125
Merge branch 'next' into tech/upgrades
...
# Conflicts:
# addons/a11y/src/index.ts
2020-03-30 17:50:56 +02:00
Norbert de Langen
341fc2d90d
FIX linting
2020-03-27 20:04:50 +01:00
Norbert de Langen
1d68077986
FIX critical leak in addon/a11y
...
it was adding more and more listeners
2020-03-26 17:37:30 +01:00
Jon Palmer
fcae5ba3c6
Remove deprecated decorators and loaders
2020-02-25 11:48:51 -05:00
Gaëtan Maisse
e368e57098
Merge branch 'next-6.0.0' into 8126-addon-a11y--allow-manual-run
2020-01-12 20:48:26 +01:00
Gaëtan Maisse
cf84eb70bf
refactor(a11y): activate strictNullChecks TS compiler option
...
Activate strictNullChecks and fix TS errors related to it
2019-12-18 21:43:51 +01:00
Donald Pipowitch
d73733d99e
addon-a11y: allow manual run
2019-12-02 10:02:22 +01:00
Donald Pipowitch
c74b1f6c1a
partially apply configuration
2019-11-11 07:44:52 +01:00
Donald Pipowitch
85a8accc74
fix 8126: show errors, reset config properly
2019-11-10 21:31:59 +01:00
Norbert de Langen
28fed37f0d
ESlint upgrade
2019-10-03 11:08:40 +02:00
Norbert de Langen
27210146d6
CHANGE common-tags stripIndents to dedent, which is a lot smarter about removing indentation from code samples
...
Removes the need for formatter in syntaxhighlighter
2019-09-27 15:02:31 +02:00
Norbert de Langen
f939e1417a
just a few little linting issues fixed
2019-04-25 17:59:37 +02:00
Arman Sargsyan
33e1d45f67
fix(a11y): use 'makeDecorator' for init addon
2019-03-31 20:07:55 +03:00
Jimmy Somsanith
ac451b3f9b
fix(addon/a11y): run scan only when addon tab is active
2019-03-12 14:26:01 +01:00
Arman Sargsyan
945ccffc24
fix(a11y): 'element' arg in config not ignored
2019-03-10 12:49:47 +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
Gaëtan Maisse
d7ad26e90e
chore: type src of addons/a11y
2019-03-07 08:21:44 +01:00
Gaëtan Maisse
76029c9400
chore: migrate src of addons/a11y to Typescript
2019-03-07 08:21:44 +01:00