Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Update dependencies, 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jun 10, 2019
1 parent a1a98b1 commit 8883a37
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 88 deletions.
22 changes: 15 additions & 7 deletions dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
color: var(--sn-stylekit-foreground-color);
}
.sn-component .sk-panel {
box-shadow: 0px 2px 13px var(--sn-stylekit-shadow-color);
box-shadow: 0px 2px 5px var(--sn-stylekit-shadow-color);
background-color: var(--sn-stylekit-background-color);
border: 1px solid var(--sn-stylekit-contrast-border-color);
border-radius: 0.7rem;
border: 1px solid var(--sn-stylekit-border-color);
border-radius: var(--sn-stylekit-general-border-radius);
display: flex;
flex-direction: column;
overflow: auto;
Expand All @@ -80,8 +80,9 @@
display: flex;
justify-content: space-between;
padding: 1.1rem 2rem;
border-bottom: 1px solid var(--sn-stylekit-border-color);
border-bottom: 1px solid var(--sn-stylekit-contrast-border-color);
background-color: var(--sn-stylekit-contrast-background-color);
color: var(--sn-stylekit-contrast-foreground-color);
align-items: center;
}
.sn-component .sk-panel .sk-panel-header .sk-panel-header-title {
Expand Down Expand Up @@ -224,16 +225,17 @@
.sn-component .sk-menu-panel {
background-color: var(--sn-stylekit-background-color);
border: 1px solid var(--sn-stylekit-contrast-border-color);
border-radius: 0.6rem;
border-radius: var(--sn-stylekit-general-border-radius);
overflow: scroll;
user-select: none;
overflow-y: auto !important;
overflow-x: auto !important;
}
.sn-component .sk-menu-panel .sk-menu-panel-header {
padding: 0.8rem 1rem;
border-bottom: 1px solid var(--sn-stylekit-border-color);
border-bottom: 1px solid var(--sn-stylekit-contrast-border-color);
background-color: var(--sn-stylekit-contrast-background-color);
color: var(--sn-stylekit-contrast-foreground-color);
display: flex;
justify-content: space-between;
align-items: center;
Expand All @@ -256,6 +258,8 @@
}
.sn-component .sk-menu-panel .sk-menu-panel-row:hover {
background-color: var(--sn-stylekit-contrast-background-color);
color: var(--sn-stylekit-contrast-foreground-color);
border-color: var(--sn-stylekit-contrast-border-color);
}
.sn-component .sk-menu-panel .sk-menu-panel-row .sk-menu-panel-column {
display: flex;
Expand Down Expand Up @@ -1741,15 +1745,19 @@
height: 2rem;
padding: 0.0rem 0.8rem;
background-color: var(--sn-stylekit-contrast-background-color);
color: var(--sn-stylekit-contrast-foreground-color);
justify-content: space-between;
align-items: center;
border: 1px solid var(--sn-stylekit-border-color);
border: 1px solid var(--sn-stylekit-contrast-border-color);
user-select: none;
}
.sn-component .sk-app-bar.no-edges {
border-left: 0;
border-right: 0;
}
.sn-component .sk-app-bar.no-bottom-edge {
border-bottom: 0;
}
.sn-component .sk-app-bar .left, .sn-component .sk-app-bar .right {
display: flex;
height: 100%;
Expand Down
150 changes: 79 additions & 71 deletions dist/dist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "sn-plus-editor",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "dist/dist.js",
"author": "Standard Notes <[email protected]>",
"dependencies": {},
"devDependencies": {
"jquery": "^3.2.1",
"sn-components-api": "1.2.6",
"sn-components-api": "1.2.7",
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.24.1",
Expand All @@ -21,6 +21,6 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"bootstrap": "3.3.7",
"sn-stylekit": "2.0.14"
"sn-stylekit": "2.0.15"
}
}

0 comments on commit 8883a37

Please sign in to comment.