Skip to content

Commit

Permalink
Update hds-1978 mobile menu animation demo
Browse files Browse the repository at this point in the history
  • Loading branch information
harriplappalainen committed Dec 12, 2023
1 parent f83e9da commit 8bb5dae
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/hds-1978-mobile-menu-animation/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
/* eslint-enable object-shorthand */
})
);
};</script><link href="static/css/main.8bb0c1d4.css" rel="stylesheet"><style>#root[hidden],
};</script><link href="static/css/main.257c9fa3.css" rel="stylesheet"><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><style>body {
Expand All @@ -350,4 +350,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.tsx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.tsx)$"}];</script><script src="runtime~main.24b44273.iframe.bundle.js"></script><script src="257.9524a015.iframe.bundle.js"></script><script src="main.4c3830c9.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.tsx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.tsx)$"}];</script><script src="runtime~main.24b44273.iframe.bundle.js"></script><script src="257.9524a015.iframe.bundle.js"></script><script src="main.7e5e8b36.iframe.bundle.js"></script></body></html>

This file was deleted.

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/hds-1978-mobile-menu-animation/static-login/callback_kc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Silent renewal</title>
</head>
<body>
<script>
const isLocalHost = window.origin.includes('localhost');
const prefix = isLocalHost ? window.origin : `${window.origin}/storybook/react/`;
window.location.href = `${prefix}${window.location.search}&path=/story/components-login--callback&args=useKeycloak:true#${window.location.hash}`;
</script>
</body>
</html>
9 changes: 8 additions & 1 deletion docs/hds-1978-mobile-menu-animation/static-login/logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
</head>
<body>
<p>You have been logged out!</p>
<p>Currently this page is configured in Tunnistamo, but not used.</p>
<p>Redirecting back to Storybook in three seconds.</p>
<script>
setTimeout(() => {
const isLocalHost = window.origin.includes('localhost');
const prefix = isLocalHost ? window.origin : `${window.origin}/storybook/react/`;
window.location.href = `${prefix}?path=/story/components-login--example-application&args=useKeycloak:true`;
}, 3000);
</script>
</body>
</html>

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

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit 8bb5dae

Please sign in to comment.