File tree Expand file tree Collapse file tree 8 files changed +3474
-2290
lines changed
Expand file tree Collapse file tree 8 files changed +3474
-2290
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ node_modules
44** /package.json
55** /venv
66** /.venv
7+ ** /labextension
Original file line number Diff line number Diff line change 66 "esModuleInterop" : true ,
77 "incremental" : true ,
88 "jsx" : " react" ,
9+ "lib" : [
10+ " DOM" ,
11+ " DOM.Iterable" ,
12+ " ES2018" ,
13+ " ES2020.BigInt" ,
14+ " ES2020.Intl" ,
15+ " ES2020.String"
16+ ],
917 "module" : " esnext" ,
1018 "moduleResolution" : " node" ,
1119 "noEmitOnError" : true ,
Original file line number Diff line number Diff line change 5555 "watch:src" : " tsc -w --sourceMap"
5656 },
5757 "dependencies" : {
58- "@jupyter/react-components" : " ^0.15.3 " ,
58+ "@jupyter/react-components" : " ^0.16.0 " ,
5959 "@jupyterlab/application" : " ^4.0.0" ,
6060 "@jupyterlab/apputils" : " ^4.0.0" ,
6161 "react" : " ^18.2.0"
Original file line number Diff line number Diff line change 1- import { Switch } from '@jupyter/react-components' ;
1+ import { Switch , SwitchProps } from '@jupyter/react-components' ;
22
33import {
44 JupyterFrontEnd ,
@@ -17,8 +17,7 @@ import '../style/index.css';
1717
1818const themeTogglerPluginId = 'jupyterlab-theme-toggler:plugin' ;
1919
20- interface IThemeSwitchProps
21- extends React . InputHTMLAttributes < HTMLInputElement > {
20+ interface IThemeSwitchProps extends SwitchProps {
2221 themeManager : IThemeManager ;
2322}
2423
Original file line number Diff line number Diff line change 66 "esModuleInterop" : true ,
77 "incremental" : true ,
88 "jsx" : " react" ,
9+ "lib" : [
10+ " DOM" ,
11+ " DOM.Iterable" ,
12+ " ES2018" ,
13+ " ES2020.BigInt" ,
14+ " ES2020.Intl" ,
15+ " ES2020.String"
16+ ],
917 "module" : " esnext" ,
1018 "moduleResolution" : " node" ,
1119 "noEmitOnError" : true ,
Original file line number Diff line number Diff line change 66 "esModuleInterop" : true ,
77 "incremental" : true ,
88 "jsx" : " react" ,
9+ "lib" : [
10+ " DOM" ,
11+ " DOM.Iterable" ,
12+ " ES2018" ,
13+ " ES2020.BigInt" ,
14+ " ES2020.Intl" ,
15+ " ES2020.String"
16+ ],
917 "module" : " esnext" ,
1018 "moduleResolution" : " node" ,
1119 "noEmitOnError" : true ,
Original file line number Diff line number Diff line change 66 "esModuleInterop" : true ,
77 "incremental" : true ,
88 "jsx" : " react" ,
9+ "lib" : [
10+ " DOM" ,
11+ " DOM.Iterable" ,
12+ " ES2018" ,
13+ " ES2020.BigInt" ,
14+ " ES2020.Intl" ,
15+ " ES2020.String"
16+ ],
917 "module" : " esnext" ,
1018 "moduleResolution" : " node" ,
1119 "noEmitOnError" : true ,
You can’t perform that action at this time.
0 commit comments