stellars-jupyterlab-sublime-theme 1.0.42__tar.gz → 1.0.46__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of stellars-jupyterlab-sublime-theme might be problematic. Click here for more details.
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/Makefile +3 -2
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/PKG-INFO +3 -2
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/package.json +1 -1
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/_version.py +1 -1
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/labextension/package.json +2 -2
- stellars_jupyterlab_sublime_theme-1.0.42/stellars_jupyterlab_sublime_theme/labextension/static/509.05dc855f6bf089e881ff.js → stellars_jupyterlab_sublime_theme-1.0.46/stellars_jupyterlab_sublime_theme/labextension/static/509.6483dea185a60e8c8766.js +1 -1
- stellars_jupyterlab_sublime_theme-1.0.46/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.2ef4e60d8abbd12b0ca0.js +1 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.css +7 -1
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/style/custom.css +6 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/style/variables.css +1 -1
- stellars_jupyterlab_sublime_theme-1.0.42/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.72edce218013774fb1e6.js +0 -1
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.copier-answers.yml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.gitignore +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.prettierignore +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.yarnrc.yml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/CHANGELOG.md +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/LICENSE +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/README.md +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/RELEASE.md +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/install.json +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/pyproject.toml +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/screenshot-stellars-sublime.png +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/setup.py +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/src/index.ts +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/__init__.py +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/labextension/static/style.js +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/labextension/static/third-party-licenses.json +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.js +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/style/index.css +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/style/scrollbars.css +0 -0
- {stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/tsconfig.json +0 -0
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/Makefile
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
build: clean
|
|
2
2
|
python -m build
|
|
3
3
|
|
|
4
|
-
install:
|
|
4
|
+
install: build
|
|
5
5
|
pip install dist/*.whl --force-reinstall
|
|
6
6
|
|
|
7
7
|
clean: uninstall
|
|
@@ -17,4 +17,5 @@ publish: install
|
|
|
17
17
|
|
|
18
18
|
dependencies:
|
|
19
19
|
conda install -y nodejs yarn
|
|
20
|
+
conda update -y nodejs yarn
|
|
20
21
|
pip install twine
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: stellars_jupyterlab_sublime_theme
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.46
|
|
4
4
|
Summary: Dark theme based on Sublime text editor default dark theme, tweaked by Stellars
|
|
5
5
|
Project-URL: Homepage, https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme/issues
|
|
@@ -35,6 +35,7 @@ License: BSD 3-Clause License
|
|
|
35
35
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
36
36
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
37
37
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38
|
+
License-File: LICENSE
|
|
38
39
|
Keywords: jupyter,jupyterlab,jupyterlab-extension
|
|
39
40
|
Classifier: Framework :: Jupyter
|
|
40
41
|
Classifier: Framework :: Jupyter :: JupyterLab
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stellars/jupyterlab_sublime_theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.46",
|
|
4
4
|
"description": "Dark theme based on Sublime text editor default dark theme, tweaked by Stellars",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"outputDir": "stellars_jupyterlab_sublime_theme/labextension",
|
|
93
93
|
"themePath": "style/index.css",
|
|
94
94
|
"_build": {
|
|
95
|
-
"load": "static/remoteEntry.
|
|
95
|
+
"load": "static/remoteEntry.2ef4e60d8abbd12b0ca0.js",
|
|
96
96
|
"extension": "./extension"
|
|
97
97
|
}
|
|
98
98
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[]).push([[509],{509:(e,t,l)=>{l.r(t),l.d(t,{default:()=>s});const s={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Dark theme based on Sublime text editor default dark theme, tweaked by Stellars",autoStart:!0,requires:[l(
|
|
1
|
+
"use strict";(self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[]).push([[509],{509:(e,t,l)=>{l.r(t),l.d(t,{default:()=>s});const s={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Dark theme based on Sublime text editor default dark theme, tweaked by Stellars",autoStart:!0,requires:[l(715).IThemeManager],activate:(e,t)=>{console.log("JupyterLab extension @stellars/jupyterlab_sublime_theme is activated!"),t.register({name:"Stellars Sublime",themeScrollbars:!0,isLight:!1,load:()=>t.loadCSS("@stellars/jupyterlab_sublime_theme/index.css"),unload:()=>Promise.resolve(void 0)})}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,l,u,s,f,p,d,c,h,v,b,m,g,y={727:(e,r,t)=>{var n={"./index":()=>t.e(509).then(()=>()=>t(509)),"./extension":()=>t.e(509).then(()=>()=>t(509))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function _(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={exports:{}};return y[e](t,t.exports,_),t.exports}_.m=y,_.c=w,_.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return _.d(r,{a:r}),r},_.d=(e,r)=>{for(var t in r)_.o(r,t)&&!_.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},_.f={},_.e=e=>Promise.all(Object.keys(_.f).reduce((r,t)=>(_.f[t](e,r),r),[])),_.u=e=>e+".6483dea185a60e8c8766.js?v=6483dea185a60e8c8766",_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@stellars/jupyterlab_sublime_theme:",_.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==o)for(var u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var f=u[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,_.nc&&i.setAttribute("nonce",_.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(e=>e(n)),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),l&&document.head.appendChild(i)}},_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{_.S={};var e={},r={};_.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];_.o(_.S,t)||(_.S[t]={});var a=_.S[t],i="@stellars/jupyterlab_sublime_theme",l=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(1!=!l.eager?n:i>l.from))&&(o[r]={get:()=>_.e(509).then(()=>()=>_(509)),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.46"),e[t]=l.length?Promise.all(l).then(()=>e[t]=1):1}}})(),(()=>{var e;_.g.importScripts&&(e=_.g.location+"");var r=_.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),_.p=e})(),t=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(l=e[a]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(a=1;a<e.length;a++){var l=e[a];i.push(0===l?"not("+u()+")":1===l?"("+u()+" || "+u()+")":2===l?i.pop()+" "+i.pop():o(l))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,l=1,u=!0;;l++,i++){var s,f,p=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!u||("u"==p?l>n&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(l<=n){if(s!=e[l])return!1}else{if(o?s>e[l]:s<e[l])return!1;s!=e[l]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||l<=n)return!1;u=!1,l--}else{if(l<=n||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,l--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&_.o(e,r),l=e=>(e.loaded=1,e.get()),u=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),s=(e,r,t)=>{var o=t?u(e[r]):e[r];return Object.keys(o).reduce((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e,0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=_.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,_.S[r],t,!1,o,a)):e(r,_.S[r],t,n,o,a)})((e,r,t,n,o,u)=>{if(!i(r,t))return c(e,t,u);var p=s(r,t,n);return a(o,p)||d(f(r,t,p,o)),l(r[t][p])}),v={},b={715:()=>h("default","@jupyterlab/apputils",!1,[1,4,5,6])},m={509:[715]},g={},_.f.consumes=(e,r)=>{_.o(m,e)&&m[e].forEach(e=>{if(_.o(v,e))return r.push(v[e]);if(!g[e]){var t=r=>{v[e]=0,_.m[e]=t=>{delete _.c[e],t.exports=r()}};g[e]=!0;var n=r=>{delete v[e],_.m[e]=t=>{throw delete _.c[e],r}};try{var o=b[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}})},(()=>{var e={820:0};_.f.j=(r,t)=>{var n=_.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise((t,o)=>n=e[r]=[t,o]);t.push(n[2]=o);var a=_.p+_.u(r),i=new Error;_.l(a,t=>{if(_.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}},"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,l]=t,u=0;if(a.some(r=>0!==e[r])){for(n in i)_.o(i,n)&&(_.m[n]=i[n]);l&&l(_)}for(r&&r(t);u<a.length;u++)o=a[u],_.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var S=_(727);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@stellars/jupyterlab_sublime_theme"]=S})();
|
|
@@ -76,6 +76,12 @@ fix: annoying problem of almost invisible text in stderr */
|
|
|
76
76
|
border: none;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
/* override - settings restore button */
|
|
80
|
+
.jp-SettingsHeader-buttonbar > .jp-RestoreButton {
|
|
81
|
+
color: var(--jp-content-link-color);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
79
85
|
/*-----------------------------------------------------------------------------
|
|
80
86
|
| Copyright (c) Max Klein.
|
|
81
87
|
| Distributed under the terms of the Modified BSD License.
|
|
@@ -264,7 +270,7 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
264
270
|
|
|
265
271
|
/* Shades of the default font color */
|
|
266
272
|
--jp-content-font-color0: rgba(187, 187, 187, 1);
|
|
267
|
-
--jp-content-font-color1: rgba(
|
|
273
|
+
--jp-content-font-color1: rgba(192, 192, 192, 1); /* code, stellars customisation from (187,187...) */
|
|
268
274
|
--jp-content-font-color2: rgba(187, 187, 187, 0.7);
|
|
269
275
|
--jp-content-font-color3: rgba(187, 187, 187, 0.5);
|
|
270
276
|
|
|
@@ -186,7 +186,7 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
186
186
|
|
|
187
187
|
/* Shades of the default font color */
|
|
188
188
|
--jp-content-font-color0: rgba(187, 187, 187, 1);
|
|
189
|
-
--jp-content-font-color1: rgba(
|
|
189
|
+
--jp-content-font-color1: rgba(192, 192, 192, 1); /* code, stellars customisation from (187,187...) */
|
|
190
190
|
--jp-content-font-color2: rgba(187, 187, 187, 0.7);
|
|
191
191
|
--jp-content-font-color3: rgba(187, 187, 187, 0.5);
|
|
192
192
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,l,u,s,f,p,d,c,h,v,m,b,g,y={819:(e,r,t)=>{var n={"./index":()=>Promise.all([t.e(501),t.e(509)]).then((()=>()=>t(509))),"./extension":()=>Promise.all([t.e(501),t.e(509)]).then((()=>()=>t(509)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function _(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={exports:{}};return y[e](t,t.exports,_),t.exports}_.m=y,_.c=w,_.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return _.d(r,{a:r}),r},_.d=(e,r)=>{for(var t in r)_.o(r,t)&&!_.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},_.f={},_.e=e=>Promise.all(Object.keys(_.f).reduce(((r,t)=>(_.f[t](e,r),r)),[])),_.u=e=>e+".05dc855f6bf089e881ff.js?v=05dc855f6bf089e881ff",_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@stellars/jupyterlab_sublime_theme:",_.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==o)for(var u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var f=u[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,_.nc&&i.setAttribute("nonce",_.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),l&&document.head.appendChild(i)}},_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{_.S={};var e={},r={};_.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];_.o(_.S,t)||(_.S[t]={});var a=_.S[t],i="@stellars/jupyterlab_sublime_theme",l=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(1!=!l.eager?n:i>l.from))&&(o[r]={get:()=>Promise.all([_.e(501),_.e(509)]).then((()=>()=>_(509))),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.42"),e[t]=l.length?Promise.all(l).then((()=>e[t]=1)):1}}})(),(()=>{var e;_.g.importScripts&&(e=_.g.location+"");var r=_.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),_.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(l=e[a]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(a=1;a<e.length;a++){var l=e[a];i.push(0===l?"not("+u()+")":1===l?"("+u()+" || "+u()+")":2===l?i.pop()+" "+i.pop():o(l))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,l=1,u=!0;;l++,i++){var s,f,p=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!u||("u"==p?l>n&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(l<=n){if(s!=e[l])return!1}else{if(o?s>e[l]:s<e[l])return!1;s!=e[l]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||l<=n)return!1;u=!1,l--}else{if(l<=n||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,l--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&_.o(e,r),l=e=>(e.loaded=1,e.get()),u=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),s=(e,r,t)=>{var o=t?u(e[r]):e[r];return Object.keys(o).reduce(((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e),0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=_.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,_.S[r],t,!1,o,a)):e(r,_.S[r],t,n,o,a)})(((e,r,t,n,o,u)=>{if(!i(r,t))return c(e,t,u);var p=s(r,t,n);return a(o,p)||d(f(r,t,p,o)),l(r[t][p])})),v={},m={501:()=>h("default","@jupyterlab/apputils",!1,[1,4,4,1])},b={501:[501]},g={},_.f.consumes=(e,r)=>{_.o(b,e)&&b[e].forEach((e=>{if(_.o(v,e))return r.push(v[e]);if(!g[e]){var t=r=>{v[e]=0,_.m[e]=t=>{delete _.c[e],t.exports=r()}};g[e]=!0;var n=r=>{delete v[e],_.m[e]=t=>{throw delete _.c[e],r}};try{var o=m[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}}))},(()=>{var e={820:0};_.f.j=(r,t)=>{var n=_.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(501!=r){var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=_.p+_.u(r),i=new Error;_.l(a,(t=>{if(_.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}else e[r]=0};var r=(r,t)=>{var n,o,[a,i,l]=t,u=0;if(a.some((r=>0!==e[r]))){for(n in i)_.o(i,n)&&(_.m[n]=i[n]);l&&l(_)}for(r&&r(t);u<a.length;u++)o=a[u],_.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var S=_(819);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@stellars/jupyterlab_sublime_theme"]=S})();
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/.yarnrc.yml
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/CHANGELOG.md
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/LICENSE
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/README.md
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/RELEASE.md
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/install.json
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/setup.py
RENAMED
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/src/index.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stellars_jupyterlab_sublime_theme-1.0.42 → stellars_jupyterlab_sublime_theme-1.0.46}/tsconfig.json
RENAMED
|
File without changes
|