From 1f58d29efb6c5d6e8b4d21e7e8d3ffde39b5c678 Mon Sep 17 00:00:00 2001 From: Zsailer Date: Thu, 5 Dec 2019 15:19:44 -0600 Subject: [PATCH] switch phosphor to lumino dependencies --- packages/celltags/src/addwidget.ts | 2 +- packages/celltags/src/tool.ts | 2 +- packages/celltags/src/widget.ts | 2 +- packages/celltags/style/index.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/celltags/src/addwidget.ts b/packages/celltags/src/addwidget.ts index a003b497cc10..436e88ed38f3 100644 --- a/packages/celltags/src/addwidget.ts +++ b/packages/celltags/src/addwidget.ts @@ -1,4 +1,4 @@ -import { Widget } from '@phosphor/widgets'; +import { Widget } from '@lumino/widgets'; import { defaultIconRegistry } from '@jupyterlab/ui-components'; diff --git a/packages/celltags/src/tool.ts b/packages/celltags/src/tool.ts index 2f4311f21f28..e4e8cf94dcf1 100644 --- a/packages/celltags/src/tool.ts +++ b/packages/celltags/src/tool.ts @@ -1,4 +1,4 @@ -import { PanelLayout } from '@phosphor/widgets'; +import { PanelLayout } from '@lumino/widgets'; import { NotebookTools, INotebookTracker } from '@jupyterlab/notebook'; diff --git a/packages/celltags/src/widget.ts b/packages/celltags/src/widget.ts index 6bf37306bba4..434c12658793 100644 --- a/packages/celltags/src/widget.ts +++ b/packages/celltags/src/widget.ts @@ -1,4 +1,4 @@ -import { Widget } from '@phosphor/widgets'; +import { Widget } from '@lumino/widgets'; import { defaultIconRegistry } from '@jupyterlab/ui-components'; diff --git a/packages/celltags/style/index.css b/packages/celltags/style/index.css index bc576e569e3d..b8a4c6f09b70 100644 --- a/packages/celltags/style/index.css +++ b/packages/celltags/style/index.css @@ -4,7 +4,7 @@ |----------------------------------------------------------------------------*/ /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ -@import url('~@phosphor/widgets/style/index.css'); +@import url('~@lumino/widgets/style/index.css'); @import url('~@jupyterlab/ui-components/style/index.css'); @import url('~@jupyterlab/application/style/index.css'); @import url('~@jupyterlab/cells/style/index.css');