Skip to content

Commit

Permalink
Merge pull request #39 from fedspendingtransparency/pagination-access…
Browse files Browse the repository at this point in the history
…ibility

Pagination accessibility
  • Loading branch information
ebdabbs authored Jun 1, 2020
2 parents 8e0525e + 1867a44 commit 8783e99
Show file tree
Hide file tree
Showing 27 changed files with 378 additions and 359 deletions.
2 changes: 1 addition & 1 deletion dist/data-transparency-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.parent !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
}</script><link href="main.317b94e214af9a5fc5f3.css" rel="stylesheet"><style>#root[hidden],
console.warn('unable to connect to top frame for connecting dev tools');
}</script><link href="main.9c02c1111b07c7f102c7.css" rel="stylesheet"><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.1c13fa0ade5bb99ea4ab.bundle.js"></script><script src="vendors~main.1c13fa0ade5bb99ea4ab.bundle.js"></script><script src="main.1c13fa0ade5bb99ea4ab.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.ca24146a5123825f3b32.bundle.js"></script><script src="vendors~main.ca24146a5123825f3b32.bundle.js"></script><script src="main.ca24146a5123825f3b32.bundle.js"></script></body></html>
11 changes: 5 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>html, body {
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
Expand All @@ -7,13 +7,12 @@
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.parent !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
console.warn('unable to connect to top frame for connecting dev tools');
}</script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><link rel="shortcut icon" href="/img/favicon.ico"><link rel="icon" type="image/ico" href="./img/favicon.ico" sizes="192x192"><style>@font-face{
font-family: 'Source Sans Pro';
src: url('fonts/sourcesanspro-light-webfont.eot') format('eot'),
Expand Down Expand Up @@ -114,4 +113,4 @@
}</style><title>Data Transparency UI</title><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.44172ae601677c5429df.bundle.js"></script><script src="vendors~main.3d238527487f67fa0c8a.bundle.js"></script><script src="main.bdeb9f13706318054a20.bundle.js"></script></body></html>
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.72c61344ec336373a1bf.bundle.js"></script><script src="vendors~main.3a309698207d8f0c1574.bundle.js"></script><script src="main.8bae47b1fc839dbb6284.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/main.1c13fa0ade5bb99ea4ab.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.1c13fa0ade5bb99ea4ab.bundle.js.map

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.8bae47b1fc839dbb6284.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8783e99

Please sign in to comment.