stellars-jupyterlab-sublime-theme 1.0.4__tar.gz → 1.0.6__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.

Files changed (31) hide show
  1. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/Makefile +4 -0
  2. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/PKG-INFO +1 -2
  3. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/package.json +1 -1
  4. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/_version.py +1 -1
  5. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/labextension/package.json +2 -2
  6. stellars_jupyterlab_sublime_theme-1.0.4/stellars_jupyterlab_sublime_theme/labextension/static/509.d8cdae86757ffaf9fc38.js → stellars_jupyterlab_sublime_theme-1.0.6/stellars_jupyterlab_sublime_theme/labextension/static/509.31fa3e7206a8ec687eeb.js +1 -1
  7. stellars_jupyterlab_sublime_theme-1.0.6/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.23ad5448901ba22ac069.js +1 -0
  8. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.css +4 -2
  9. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/style/variables.css +4 -2
  10. stellars_jupyterlab_sublime_theme-1.0.4/stellars_jupyterlab_sublime_theme/labextension/static/remoteEntry.cc2c0686452b8fb76d3c.js +0 -1
  11. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/.copier-answers.yml +0 -0
  12. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/.gitignore +0 -0
  13. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/.prettierignore +0 -0
  14. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/.yarnrc.yml +0 -0
  15. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/CHANGELOG.md +0 -0
  16. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/LICENSE +0 -0
  17. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/README.md +0 -0
  18. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/RELEASE.md +0 -0
  19. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/install.json +0 -0
  20. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/pyproject.toml +0 -0
  21. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/screenshot-stellars-sublime.png +0 -0
  22. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/setup.py +0 -0
  23. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/src/index.ts +0 -0
  24. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/__init__.py +0 -0
  25. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/labextension/static/style.js +0 -0
  26. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/labextension/static/third-party-licenses.json +0 -0
  27. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/stellars_jupyterlab_sublime_theme/labextension/themes/@stellars/jupyterlab_sublime_theme/index.js +0 -0
  28. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/style/codemirror-darcula.css +0 -0
  29. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/style/index.css +0 -0
  30. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/style/scrollbars.css +0 -0
  31. {stellars_jupyterlab_sublime_theme-1.0.4 → stellars_jupyterlab_sublime_theme-1.0.6}/tsconfig.json +0 -0
@@ -15,3 +15,7 @@ uninstall:
15
15
  publish: clean
16
16
  python -m build
17
17
  twine upload dist/*
18
+
19
+ dependencies:
20
+ conda install -y nodejs
21
+ pip install twine
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: stellars_jupyterlab_sublime_theme
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: Sublime dark theme based on Darcula, 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,7 +35,6 @@ 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
39
38
  Keywords: jupyter,jupyterlab,jupyterlab-extension
40
39
  Classifier: Framework :: Jupyter
41
40
  Classifier: Framework :: Jupyter :: JupyterLab
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellars/jupyterlab_sublime_theme",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Sublime dark theme based on Darcula, tweaked by Stellars",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '1.0.4'
4
+ __version__ = VERSION = '1.0.6'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellars/jupyterlab_sublime_theme",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Sublime dark theme based on Darcula, 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.cc2c0686452b8fb76d3c.js",
95
+ "load": "static/remoteEntry.23ad5448901ba22ac069.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,l,s)=>{s.r(l),s.d(l,{default:()=>t});const t={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Sublime dark theme based on Darcula, tweaked by Stellars",autoStart:!0,requires:[s(200).IThemeManager],activate:(e,l)=>{console.log("JupyterLab extension @stellars/jupyterlab_sublime_theme is activated!"),l.register({name:"Stellars Sublime",themeScrollbars:!0,isLight:!1,load:()=>l.loadCSS("@stellars/jupyterlab_sublime_theme/index.css"),unload:()=>Promise.resolve(void 0)})}}}}]);
1
+ "use strict";(self.webpackChunk_stellars_jupyterlab_sublime_theme=self.webpackChunk_stellars_jupyterlab_sublime_theme||[]).push([[509],{509:(e,l,s)=>{s.r(l),s.d(l,{default:()=>t});const t={id:"@stellars/jupyterlab_sublime_theme:plugin",description:"Sublime dark theme based on Darcula, tweaked by Stellars",autoStart:!0,requires:[s(30).IThemeManager],activate:(e,l)=>{console.log("JupyterLab extension @stellars/jupyterlab_sublime_theme is activated!"),l.register({name:"Stellars Sublime",themeScrollbars:!0,isLight:!1,load:()=>l.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,m,b,g,y={819:(e,r,t)=>{var n={"./index":()=>Promise.all([t.e(30),t.e(509)]).then((()=>()=>t(509))),"./extension":()=>Promise.all([t.e(30),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+"."+{30:"edcd4229546d5ee191ef",509:"31fa3e7206a8ec687eeb"}[e]+".js?v="+{30:"edcd4229546d5ee191ef",509:"31fa3e7206a8ec687eeb"}[e],_.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(30),_.e(509)]).then((()=>()=>_(509))),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.6"),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={30:()=>h("default","@jupyterlab/apputils",!1,[1,4,4,0])},b={30:[30]},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(30!=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})();
@@ -388,7 +388,7 @@ all of MD as it is not optimized for dense, information rich UIs.
388
388
  /* Notebook specific styles */
389
389
 
390
390
  --jp-notebook-padding: 10px;
391
- --jp-notebook-select-background: var(--jp-layout-color1);
391
+ --jp-notebook-select-background: var(--md-green-700); /* CUSTOM was --jp-layout-color1 */
392
392
  --jp-notebook-multiselected-color: rgba(33, 150, 243, 0.24);
393
393
 
394
394
  /* The scroll padding is calculated to fill enough space at the bottom of the
@@ -425,6 +425,9 @@ all of MD as it is not optimized for dense, information rich UIs.
425
425
  --jp-toolbar-header-margin: 4px 4px 0px 4px;
426
426
  --jp-toolbar-active-background: var(--jp-layout-color0);
427
427
 
428
+ --jp-accept-color-hover: var(--jp-brand-color0); /* added as of JL4.3, hover color for + button */
429
+
430
+
428
431
  /* Statusbar specific styles */
429
432
 
430
433
  --jp-statusbar-height: 24px;
@@ -520,7 +523,6 @@ all of MD as it is not optimized for dense, information rich UIs.
520
523
  --jp-mirror-editor-header-color: var(--md-blue-500);
521
524
  --jp-mirror-editor-quote-color: var(--md-green-300);
522
525
 
523
- /* --jp-mirror-editor-link-color: #cc7832; CUSTOM */
524
526
  --jp-mirror-editor-link-color: #cc78FF;
525
527
  --jp-mirror-editor-error-color: #bc3f3c;
526
528
  --jp-mirror-editor-hr-color: #999;
@@ -305,7 +305,7 @@ all of MD as it is not optimized for dense, information rich UIs.
305
305
  /* Notebook specific styles */
306
306
 
307
307
  --jp-notebook-padding: 10px;
308
- --jp-notebook-select-background: var(--jp-layout-color1);
308
+ --jp-notebook-select-background: var(--md-green-700); /* CUSTOM was --jp-layout-color1 */
309
309
  --jp-notebook-multiselected-color: rgba(33, 150, 243, 0.24);
310
310
 
311
311
  /* The scroll padding is calculated to fill enough space at the bottom of the
@@ -342,6 +342,9 @@ all of MD as it is not optimized for dense, information rich UIs.
342
342
  --jp-toolbar-header-margin: 4px 4px 0px 4px;
343
343
  --jp-toolbar-active-background: var(--jp-layout-color0);
344
344
 
345
+ --jp-accept-color-hover: var(--jp-brand-color0); /* added as of JL4.3, hover color for + button */
346
+
347
+
345
348
  /* Statusbar specific styles */
346
349
 
347
350
  --jp-statusbar-height: 24px;
@@ -437,7 +440,6 @@ all of MD as it is not optimized for dense, information rich UIs.
437
440
  --jp-mirror-editor-header-color: var(--md-blue-500);
438
441
  --jp-mirror-editor-quote-color: var(--md-green-300);
439
442
 
440
- /* --jp-mirror-editor-link-color: #cc7832; CUSTOM */
441
443
  --jp-mirror-editor-link-color: #cc78FF;
442
444
  --jp-mirror-editor-error-color: #bc3f3c;
443
445
  --jp-mirror-editor-hr-color: #999;
@@ -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(200),t.e(509)]).then((()=>()=>t(509))),"./extension":()=>Promise.all([t.e(200),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+"."+{200:"efc25c4bd997f8419588",509:"d8cdae86757ffaf9fc38"}[e]+".js?v="+{200:"efc25c4bd997f8419588",509:"d8cdae86757ffaf9fc38"}[e],_.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(200),_.e(509)]).then((()=>()=>_(509))),from:i,eager:!1})})("@stellars/jupyterlab_sublime_theme","1.0.4"),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={200:()=>h("default","@jupyterlab/apputils",!1,[1,4,3,5])},b={200:[200]},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(200!=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})();