chore: bump deps

This commit is contained in:
Mo
2022-05-26 09:07:46 -05:00
parent 2d3221c944
commit e74b4953ea
15 changed files with 285 additions and 168 deletions

View File

@@ -1,33 +1,33 @@
{
"org.standardnotes.theme-midnight": {
"version": "1.2.7",
"base64": "5b89859eeb256a82795f2baa3e7d23e15ad37c7035638927876f49c852c8ff0f",
"binary": "e02c229ae10f7101b0616056a8b56cb9106cc8db06ae5fdd6cd9c24e073b255e"
"version": "1.2.8",
"base64": "df7838f1214a0efdc3d0d5302b04fb6f33384dd9431edcd2d1baabfe0808b681",
"binary": "511de23e2f0148fbf27523f550dea8aeb34d95690ff56607b6aec1c9af8df91b"
},
"org.standardnotes.theme-futura": {
"version": "1.2.8",
"base64": "1def78e81f536dfd2d3f5d7b2fa5efa44c38c64ccd602c5b0b2b8417232a2932",
"binary": "f4dd37952b9de6fa3f85cff8462946063627a76d52ae42fda4b58a36033297dd"
"version": "1.2.9",
"base64": "44007ca0d84197140a8ecfdef08c0796187c97e8c8284ff2c394f2d37d4483d3",
"binary": "df8be9afe4ed6cd315e5c0b09aa11a61c769dcdf352bc1a3000a1cf0be285072"
},
"org.standardnotes.theme-solarized-dark": {
"version": "1.2.6",
"base64": "6c7def6e670030f70f30d2761fca7367e1a248d320714b914568f2b0e1004208",
"binary": "a7f5ac67089f71e05d745553c90b47bafdeb024ee14e96f4070a010026c0bb8f"
"version": "1.2.7",
"base64": "553b9b8717c237d91f20e287f035beb4cb5714c4e4d89fb2ec286d45b5d3457d",
"binary": "05d8edc7f4d686ed95bf6f2965cddf6256a674a9289d54fb6f3e6dae722f7a78"
},
"org.standardnotes.theme-autobiography": {
"version": "1.0.3",
"base64": "fd5fe175c3cff85d3d4b1b3cb5c28e20f58bc97c8f972e2beb75a3e9128bf75f",
"binary": "10e93ef6ebdaa133bc583c7f41e69bfc9883d043907cbc82f24c1bd123faf075"
"version": "1.0.4",
"base64": "6bdd4fb649353d9b90990c579470cbb3ab69756b3e256f328ac195996726583f",
"binary": "32a8712b870c68726860b31cf2b2b7c62d80cb167fe5aa7ca7c76f89c39afca1"
},
"org.standardnotes.theme-focus": {
"version": "1.2.8",
"base64": "7fdfd50285459a1f3ed7129c1888b712c70758c88de8b4af302966e0e7817a3b",
"binary": "6ddde1933f6d8e65b561c9248847811e5334d65b7196bebf4313793f769ee57e"
"version": "1.2.9",
"base64": "dcb86b825d13a0fdb0ce3a05a711158535334e8a04069056d96211ab80ca02b1",
"binary": "1516d80ab4a1c47f3b09b97463fa744b3d74478ca2f817c0735f47768ace68a1"
},
"org.standardnotes.theme-titanium": {
"version": "1.2.6",
"base64": "614263fa13bcf88def8e30815a4ad2e86f46a282b28905edee19a24ac9216d9f",
"binary": "21df7e16f57f6aede482b1281ff1c6d2ad9747fc9c3059e483aea7a03a3a8224"
"version": "1.2.7",
"base64": "5ec4f59d09fae3f8bc62279eac15b6b7fcb00ba1324a7316bf5947ce543f7458",
"binary": "1cbe4b0944a0f614d031e0d869bf70c7aad369ee67a8c11e20962759fcb50c05"
},
"org.standardnotes.theme-dynamic": {
"version": "1.0.4",

View File

@@ -37,10 +37,10 @@
--sn-desktop-titlebar-border-color: var(--border-color);
--sn-desktop-titlebar-ui-color: var(--foreground-color);
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
--sn-stylekit-grey-0: #7e582a;
--sn-stylekit-grey-1: #a37337;
--sn-stylekit-grey-4-opacity-variant: #c9995e3d;
--sn-stylekit-grey-5: #e9d9c7;
--sn-stylekit-passive-color-0: #7e582a;
--sn-stylekit-passive-color-1: #a37337;
--sn-stylekit-passive-color-4-opacity-variant: #c9995e3d;
--sn-stylekit-passive-color-5: #e9d9c7;
}
#notes-column .note.selected, .notes .note.selected {

View File

@@ -1,6 +1,6 @@
{
"name": "sn-theme-autobiography",
"version": "1.0.3",
"name": "@standardnotes/autobiography-theme",
"version": "1.0.4",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -8,7 +8,19 @@
"grunt-newer": "^1.2.0",
"grunt-contrib-sass": "^1.0.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"sn": {
"main": "dist/dist.css"
},
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/autobiography-theme.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@@ -41,10 +41,10 @@
--sn-stylekit-scrollbar-track-border-color: var(--border-color);
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);
--sn-stylekit-menu-border: 1px solid #424242;
--sn-stylekit-grey-0: #999999;
--sn-stylekit-grey-3: #28292b;
--sn-stylekit-grey-4: #1c1d1e;
--sn-stylekit-grey-5: #1d1f20;
--sn-stylekit-passive-color-0: #999999;
--sn-stylekit-passive-color-3: #28292b;
--sn-stylekit-passive-color-4: #1c1d1e;
--sn-stylekit-passive-color-5: #1d1f20;
}
/*# sourceMappingURL=dist.css.map */

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/focus-theme",
"version": "1.2.8",
"version": "1.2.9",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -18,5 +18,9 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@@ -36,11 +36,11 @@
--sn-desktop-titlebar-ui-color: var(--foreground-color);
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
--sn-stylekit-menu-border: 1px solid #434b60;
--sn-stylekit-grey-0: #a4a5b3;
--sn-stylekit-grey-3: #3a3a48;
--sn-stylekit-grey-4: #2c2c39;
--sn-stylekit-grey-4-opacity-variant: #292937;
--sn-stylekit-grey-5: #2e2e3e;
--sn-stylekit-passive-color-0: #a4a5b3;
--sn-stylekit-passive-color-3: #3a3a48;
--sn-stylekit-passive-color-4: #2c2c39;
--sn-stylekit-passive-color-4-opacity-variant: #292937;
--sn-stylekit-passive-color-5: #2e2e3e;
}
/*# sourceMappingURL=dist.css.map */

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/futura-theme",
"version": "1.2.8",
"version": "1.2.9",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -18,5 +18,9 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@@ -37,11 +37,11 @@
--sn-stylekit-scrollbar-track-border-color: var(--border-color);
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);
--sn-stylekit-menu-border: 1px solid #494965;
--sn-stylekit-grey-0: #94979e;
--sn-stylekit-grey-3: #2c2c39;
--sn-stylekit-grey-4: #313142;
--sn-stylekit-grey-4-opacity-variant: #292937;
--sn-stylekit-grey-5: #313142;
--sn-stylekit-passive-color-0: #94979e;
--sn-stylekit-passive-color-3: #2c2c39;
--sn-stylekit-passive-color-4: #313142;
--sn-stylekit-passive-color-4-opacity-variant: #292937;
--sn-stylekit-passive-color-5: #313142;
}
/*# sourceMappingURL=dist.css.map */

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/midnight-theme",
"version": "1.2.7",
"version": "1.2.8",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -18,5 +18,9 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@@ -51,12 +51,12 @@
--sn-desktop-titlebar-ui-color: var(--foreground-color);
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
--sn-stylekit-menu-border: 1px solid #1f5461;
--sn-stylekit-grey-0: #a8bdbd;
--sn-stylekit-grey-1: #93A1A1;
--sn-stylekit-grey-3: #0d4f60;
--sn-stylekit-grey-4: #083642;
--sn-stylekit-grey-4-opacity-variant: #2AA1983d;
--sn-stylekit-grey-5: #003542;
--sn-stylekit-passive-color-0: #a8bdbd;
--sn-stylekit-passive-color-1: #93A1A1;
--sn-stylekit-passive-color-3: #0d4f60;
--sn-stylekit-passive-color-4: #083642;
--sn-stylekit-passive-color-4-opacity-variant: #2AA1983d;
--sn-stylekit-passive-color-5: #003542;
}
/*# sourceMappingURL=dist.css.map */

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/solarized-dark-theme",
"version": "1.2.6",
"version": "1.2.7",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -18,5 +18,9 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

View File

@@ -36,8 +36,8 @@
--sn-desktop-titlebar-ui-color: var(--foreground-color);
--sn-desktop-titlebar-ui-hover-color: var(--background-color);
--sn-stylekit-menu-border: 1px solid #b2b2b3;
--sn-stylekit-grey-0: #626166;
--sn-stylekit-grey-4-opacity-variant: #e9e9e9;
--sn-stylekit-passive-color-0: #626166;
--sn-stylekit-passive-color-4-opacity-variant: #e9e9e9;
}
/*# sourceMappingURL=dist.css.map */

View File

@@ -1,6 +1,6 @@
{
"name": "sn-theme-titanium",
"version": "1.2.6",
"name": "@standardnotes/titanium-theme",
"version": "1.2.8",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -14,5 +14,13 @@
"repository": {
"type": "git",
"url": "git://github.com/sn-extensions/titanium-theme.git"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}