Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 347b15e

Browse files
authored
Merge pull request #17 from aws/update-repo
Update repo
2 parents 31e155c + 054c3e2 commit 347b15e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/awsgluenotebooks-extensions",
3-
"version": "0.1.57",
3+
"version": "0.1.59",
44
"description": "A JupyterLab extension.",
55
"keywords": [
66
"amazon",
@@ -53,7 +53,7 @@
5353
"build:labextension": "jupyter labextension build .",
5454
"build:labextension:dev": "jupyter labextension build --development True .",
5555
"credentials": "aws codeartifact login --tool npm --repository aws-glue --domain amazon --domain-owner 590186200215 && aws codeartifact login --tool pip --repository aws-glue --domain amazon --domain-owner 590186200215 && aws codeartifact login --tool twine --repository aws-glue --domain amazon --domain-owner 590186200215",
56-
"patch-and-publish": "npm run build && npm version patch --force && npm publish",
56+
"patch-and-publish": "npm run build && npm version patch --force && npm publish --access public",
5757
"artifactory": "npm run credentials && npm run patch-and-publish",
5858
"lint:js": "eslint --ext .ts,tsx src/ --cache --max-warnings 0",
5959
"lint:css": "stylelint '**/*.css'",

style/components/layout.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@
1010
#glue-base #jp-menu-panel,
1111
#glue-base #jp-MainMenu,
1212
#glue-base #jp-bottom-panel,
13+
#glue-base .lm-Widget.p-Widget.jp-Toolbar.jp-NotebookPanel-toolbar .jp-Toolbar-item:nth-child(1),
1314
.lm-TabBar-content li:nth-child(1),
1415
.lm-TabBar-content li:nth-child(2),
1516
.lm-TabBar-content li:nth-child(4) {
1617
display: none;
1718
}
1819

20+
#glue-base .lm-Widget.p-Widget.jp-Toolbar.jp-NotebookPanel-toolbar .jp-Toolbar-item:nth-child(2) button {
21+
border-left: var(--jp-border-width) solid var(--jp-border-color0);
22+
}
23+
1924
#glue-base #jp-main-content-panel,
2025
#glue-base #jp-bottom-panel {
2126
top: 0 !important;
@@ -47,3 +52,10 @@
4752
+ .lm-TabBar-tab.lm-mod-current {
4853
border-left: var(--jp-border-width) solid var(--jp-border-color0);
4954
}
55+
56+
57+
#glue-base .jp-Notebook-ExecutionIndicator {
58+
display: flex;
59+
align-items: center;
60+
padding: 0.5rem;
61+
}

0 commit comments

Comments
 (0)