Skip to content

Commit bb4338c

Browse files
authored
Merge pull request #43 from browserstack/a11y-commons
Added a11y commons
2 parents 200f4e7 + d34e9ad commit bb4338c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/commons/a11yCommons/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export { getColorContrast } from "../../checks/color/link-in-text-block-evaluate";
2+
export { getContrast } from "../../checks/color/link-in-text-block-evaluate";

lib/commons/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import * as standards from './standards';
1515
import * as table from './table';
1616
import * as text from './text';
1717
import * as utils from '../core/utils';
18+
import * as a11yCommons from './a11yCommons'
1819

1920
var commons = {
2021
aria,
@@ -28,4 +29,4 @@ var commons = {
2829
utils
2930
};
3031

31-
export { aria, color, dom, forms, matches, standards, table, text, utils };
32+
export { aria, color, dom, forms, matches, standards, table, text, utils, a11yCommons };

0 commit comments

Comments
 (0)