Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
19
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/ui-components - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

4

lib/icon/tabbarsvg.js

@@ -36,3 +36,3 @@ // Copyright (c) Jupyter Development Team.

const className = closeIcon.class({
className: 'jp-icon-hover p-TabBar-tabCloseIcon',
className: 'jp-icon-hover lm-TabBar-tabCloseIcon',
justify: 'center',

@@ -76,3 +76,3 @@ height: '16px',

let bar = new TabBarSvg();
bar.addClass('p-DockPanel-tabBar');
bar.addClass('lm-DockPanel-tabBar');
return bar;

@@ -79,0 +79,0 @@ }

@@ -46,3 +46,3 @@ // Copyright (c) Jupyter Development Team.

$nest: {
'.p-DockPanel-tabBar &': {
'.lm-DockPanel-tabBar &': {
height: '14px',

@@ -141,3 +141,3 @@ width: '14px'

$nest: {
'.p-DockPanel-tabBar &': {
'.lm-DockPanel-tabBar &': {
marginRight: '4px'

@@ -170,7 +170,7 @@ },

// left sidebar tab divs
'.jp-SideBar.jp-mod-left .p-TabBar-tab &': {
'.jp-SideBar.jp-mod-left .lm-TabBar-tab &': {
transform: 'rotate(90deg)'
},
// left sidebar currently selected tab div
'.jp-SideBar.jp-mod-left .p-TabBar-tab.p-mod-current &': {
'.jp-SideBar.jp-mod-left .lm-TabBar-tab.lm-mod-current &': {
transform: 'rotate(90deg)\n' +

@@ -183,7 +183,7 @@ ' translate(\n' +

// right sidebar tab divs
'.jp-SideBar.jp-mod-right .p-TabBar-tab &': {
'.jp-SideBar.jp-mod-right .lm-TabBar-tab &': {
transform: 'rotate(-90deg)'
},
// right sidebar currently selected tab div
'.jp-SideBar.jp-mod-right .p-TabBar-tab.p-mod-current &': {
'.jp-SideBar.jp-mod-right .lm-TabBar-tab.lm-mod-current &': {
transform: 'rotate(-90deg)\n' +

@@ -190,0 +190,0 @@ ' translate(\n' +

{
"name": "@jupyterlab/ui-components",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "JupyterLab - UI components written in React",

@@ -39,6 +39,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"@blueprintjs/select": "^3.11.2",
"@jupyterlab/coreutils": "^4.0.0-beta.2",
"@jupyterlab/coreutils": "^4.0.0-beta.3",
"@lumino/coreutils": "^1.4.2",
"@lumino/virtualdom": "^1.4.0",
"@lumino/widgets": "^1.9.7",
"@lumino/widgets": "^1.10.0",
"react": "~16.9.0",

@@ -64,3 +64,3 @@ "react-dom": "~16.9.0",

"peerDependencies": {
"react": "~16.8.4"
"react": "~16.9.0"
},

@@ -78,3 +78,3 @@ "publishConfig": {

},
"gitHead": "4e4a0662846a9a987a97808c61593aa997da5b73"
"gitHead": "76b4bca5bd1c02ee0f8afa44f0f258f43e14db36"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc