Skip to content

Commit

Permalink
Updated h5web to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Apr 15, 2021
1 parent bcb3480 commit da62632
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"@h5web/app": "0.0.13",
"@h5web/app": "0.0.14",
"@jupyterlab/application": "^2.0.0 || ^3.0.0",
"@jupyterlab/apputils": "~2.3.0 || ^3.0.5",
"@jupyterlab/coreutils": "^4.0.0 || ^5.0.0",
Expand Down
5 changes: 5 additions & 0 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body[data-jp-theme-light='false'] .h5web-root {
--dark-slate-gray: var(--jp-inverse-layout-color1);
--dark-gray: var(--jp-inverse-layout-color2);
--gray: var(--jp-inverse-layout-color2);
--light-gray: var(--jp-layout-color2);
--white: var(--jp-layout-color0);
--primary: var(--jp-brand-color1);
--primary-light: var(--jp-layout-color2);
Expand All @@ -47,3 +48,7 @@ body[data-jp-theme-light='false'] .h5web-root {
--btn-shadow-dark-color: var(--jp-layout-color1);
--btn-shadow-darker-color: var(--jp-layout-color0);
}

.h5web-root .reflex-container > .reflex-splitter {
background: var(--secondary-bg);
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.1.tgz#ccfef6ddbe59f8fe8f694783e1d3eb88902dc5eb"
integrity sha512-OEdH7SyC1suTdhBGW91/zBfR6qaIhThbcN8PUXtXilY4GYnSBbVqOntdHbC1vXwsDnX0Qix2m2+DSU1J51ybOQ==

"@h5web/app@0.0.13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@h5web/app/-/app-0.0.13.tgz#760791853cfc7d796857822ee6d24646e82d0eaa"
integrity sha512-pvxBDLyaCsKMmIwXEhQJl77Sfea78wGgPdHxUrH9ox9oDimikG2vZ0og8DVGENSM482rXiNbGG9AJQ//UM2vIA==
"@h5web/app@0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@h5web/app/-/app-0.0.14.tgz#49bf5cc0062524ab7b7df44a9e1d61581e19f522"
integrity sha512-xiysiqpAKAwjiMr/g7dUSTbew00Nc3gm67wSQ1NLnUs8tV5Zk/3y9jUKHhiitCLF7ARrHEJIH4OL9Y/LRl79zw==

"@jest/types@^26.6.2":
version "26.6.2"
Expand Down

0 comments on commit da62632

Please sign in to comment.