@jupyterlab/notebook 4.6.0-alpha.4 → 4.6.0-alpha.5
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.
- package/lib/actions.d.ts +3 -1
- package/lib/actions.js +25 -19
- package/lib/actions.js.map +1 -1
- package/lib/cellcounterstatus.d.ts +78 -0
- package/lib/cellcounterstatus.js +281 -0
- package/lib/cellcounterstatus.js.map +1 -0
- package/lib/default-toolbar.js +1 -1
- package/lib/default-toolbar.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/widget.d.ts +3 -0
- package/lib/widget.js +78 -9
- package/lib/widget.js.map +1 -1
- package/package.json +20 -20
- package/src/actions.tsx +34 -27
- package/src/cellcounterstatus.tsx +523 -0
- package/src/default-toolbar.tsx +1 -1
- package/src/index.ts +1 -0
- package/src/widget.ts +86 -9
- package/style/base.css +1 -79
- package/style/executionindicator.css +0 -6
package/style/base.css
CHANGED
|
@@ -400,85 +400,6 @@
|
|
|
400
400
|
display: none;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
/*-----------------------------------------------------------------------------
|
|
404
|
-
| Placeholder
|
|
405
|
-
|----------------------------------------------------------------------------*/
|
|
406
|
-
|
|
407
|
-
.jp-Cell-Placeholder {
|
|
408
|
-
padding-left: 55px;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.jp-Cell-Placeholder-wrapper {
|
|
412
|
-
background: #fff;
|
|
413
|
-
border: 1px solid;
|
|
414
|
-
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
|
415
|
-
border-radius: 4px;
|
|
416
|
-
-webkit-border-radius: 4px;
|
|
417
|
-
margin: 10px 15px;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.jp-Cell-Placeholder-wrapper-inner {
|
|
421
|
-
padding: 15px;
|
|
422
|
-
position: relative;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.jp-Cell-Placeholder-wrapper-body {
|
|
426
|
-
background-repeat: repeat;
|
|
427
|
-
background-size: 50% auto;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.jp-Cell-Placeholder-wrapper-body div {
|
|
431
|
-
background: #f6f7f8;
|
|
432
|
-
background-image: -webkit-linear-gradient(
|
|
433
|
-
left,
|
|
434
|
-
#f6f7f8 0%,
|
|
435
|
-
#edeef1 20%,
|
|
436
|
-
#f6f7f8 40%,
|
|
437
|
-
#f6f7f8 100%
|
|
438
|
-
);
|
|
439
|
-
background-repeat: no-repeat;
|
|
440
|
-
background-size: 800px 104px;
|
|
441
|
-
height: 104px;
|
|
442
|
-
position: absolute;
|
|
443
|
-
right: 15px;
|
|
444
|
-
left: 15px;
|
|
445
|
-
top: 15px;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
div.jp-Cell-Placeholder-h1 {
|
|
449
|
-
top: 20px;
|
|
450
|
-
height: 20px;
|
|
451
|
-
left: 15px;
|
|
452
|
-
width: 150px;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
div.jp-Cell-Placeholder-h2 {
|
|
456
|
-
left: 15px;
|
|
457
|
-
top: 50px;
|
|
458
|
-
height: 10px;
|
|
459
|
-
width: 100px;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
div.jp-Cell-Placeholder-content-1,
|
|
463
|
-
div.jp-Cell-Placeholder-content-2,
|
|
464
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
465
|
-
left: 15px;
|
|
466
|
-
right: 15px;
|
|
467
|
-
height: 10px;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
div.jp-Cell-Placeholder-content-1 {
|
|
471
|
-
top: 100px;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
div.jp-Cell-Placeholder-content-2 {
|
|
475
|
-
top: 120px;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
479
|
-
top: 140px;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
403
|
/*-----------------------------------------------------------------------------
|
|
483
404
|
| Virtual scrollbar
|
|
484
405
|
|----------------------------------------------------------------------------*/
|
|
@@ -534,6 +455,7 @@ div.jp-Cell-Placeholder-content-3 {
|
|
|
534
455
|
|
|
535
456
|
.jp-Notebook .jp-scrollbarItem-source {
|
|
536
457
|
display: inline-block;
|
|
458
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
537
459
|
font-size: 3px;
|
|
538
460
|
vertical-align: middle;
|
|
539
461
|
max-height: 10em;
|