Skip to content

Commit

Permalink
post phosphor => lumino rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Dec 19, 2019
1 parent 865277a commit f72c96b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion dev_mode/imports.css
Expand Up @@ -35,5 +35,4 @@
@import url('~@jupyterlab/tooltip-extension/style/index.css');
@import url('~@jupyterlab/ui-components-extension/style/index.css');
@import url('~@jupyterlab/vdom-extension/style/index.css');
@import url('~@jupyterlab/vega4-extension/style/index.css');
@import url('~@jupyterlab/vega5-extension/style/index.css');
2 changes: 1 addition & 1 deletion packages/docregistry/package.json
Expand Up @@ -43,7 +43,7 @@
"@jupyterlab/rendermime": "^2.0.0-alpha.4",
"@jupyterlab/rendermime-interfaces": "^2.0.0-alpha.4",
"@jupyterlab/services": "^5.0.0-alpha.4",
"@jupyterlab/ui-components': "^2.0.0-alpha.4",
"@jupyterlab/ui-components": "^2.0.0-alpha.4",
"@lumino/algorithm": "^1.2.1",
"@lumino/coreutils": "^1.4.0",
"@lumino/disposable": "^1.3.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-components/src/icon/iconimports.ts
Expand Up @@ -109,10 +109,12 @@ export const jupyterFaviconIcon = new JLIcon(
);
export const kernelIcon = new JLIcon('kernelIcon', kernelSvg);
export const lineFormIcon = new JLIcon('lineFormIcon', lineFormSvg);
export const listIcon = new JLIcon('listIcon', listSvg);
export const notTrustedIcon = new JLIcon('notTrustedIcon', notTrustedSvg);
export const terminalIcon = new JLIcon('terminalIcon', terminalSvg);
export const trustedIcon = new JLIcon('trustedIcon', trustedSvg);
export const addIcon = new JLIcon('addIcon', addSvg);
export const checkIcon = new JLIcon('checkIcon', checkSvg);
export const copyIcon = new JLIcon('copyIcon', copySvg);
export const cutIcon = new JLIcon('cutIcon', cutSvg);
export const pasteIcon = new JLIcon('pasteIcon', pasteSvg);
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-components/style/icons/toolbar/check.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f72c96b

Please sign in to comment.