-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependencies (non-major) (#487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 9af69db
- Loading branch information
0 parents
commit 852a697
Showing
5 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>Awesome DBLP Search</title><style>body{margin:auto}.container{position:relative;width:100%;height:100vh;margin:0;padding:0}.loading-square{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.c{position:relative;float:left;width:20px;height:20px}.c::before{position:absolute;right:0;bottom:0;width:100%;height:100%;animation:square 1s infinite;background-color:#1890ff;content:''}.c2::before{animation-delay:.1s}.c3::before{animation-delay:.2s}.c4::before{animation-delay:.3s}.c5::before{animation-delay:.4s}@keyframes square{100%{width:0;height:0}}</style><script defer="defer" src="main.906dccf5ebf6d1da2f4e.js?5d498b437048987495f0"></script><link href="main.0ce0d82e693d68146154.css?5d498b437048987495f0" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div class="container"><div class="loading-square"><span class="c c1"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c5"></span></div></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500); | ||
:root { | ||
--color-gray-0: #f8f9fa; | ||
--color-gray-1: #f1f3f5; | ||
--color-gray-2: #e9ecef; | ||
--color-gray-3: #dee2e6; | ||
--color-gray-4: #ced4da; | ||
--color-gray-5: #adb5bd; | ||
--color-gray-6: #868e96; | ||
--color-gray-7: #495057; | ||
--color-gray-8: #343a40; | ||
--color-gray-9: #212529; | ||
--color-primary: #7048e8; | ||
--color-secondary: var(--color-gray-7); | ||
--color-success: #37b24d; | ||
--color-warning: #f59f00; | ||
--color-danger: #f03e3e; | ||
--color-info: #1c7ed6; | ||
--font-stack: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', | ||
'Open Sans', arial, sans-serif, serif; | ||
} | ||
|
||
body { | ||
box-sizing: border-box; | ||
max-width: 100%; | ||
min-height: 100vh; | ||
padding: 0; | ||
margin: 0 auto; | ||
font-family: var(--font-stack); | ||
} | ||
|
||
*, | ||
*::before, | ||
*::after { | ||
font-family: inherit; | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/*! | ||
Copyright (c) 2018 Jed Watson. | ||
Licensed under the MIT License (MIT), see | ||
http://jedwatson.github.io/classnames | ||
*/ | ||
|
||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ | ||
|
||
/** | ||
* @license React | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* use-sync-external-store-with-selector.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |