chore(deps): bump @standarndotes packages (#916)
* chore(deps): bump @standarndotes packages * chore: bundle Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
"binary": "21df7e16f57f6aede482b1281ff1c6d2ad9747fc9c3059e483aea7a03a3a8224"
|
||||
},
|
||||
"org.standardnotes.theme-dynamic": {
|
||||
"version": "1.0.3",
|
||||
"base64": "81d1465772d0233e3a9648ed0e0ea289f51d1dcf12fef8b29b25488268256521",
|
||||
"binary": "42d28f3598669b801821879f0b7e26389300f151bfbc566b11c214e6091719ed"
|
||||
"version": "1.0.4",
|
||||
"base64": "92038664655c6cb1d6b422b9546da1a98da58b0251394cf2a485aed9b1774c07",
|
||||
"binary": "d05185aca67768f35227565dacce030fdff233563f119781baaf4e95f9198115"
|
||||
},
|
||||
"org.standardnotes.code-editor": {
|
||||
"version": "1.3.12",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.section.tags,
|
||||
navigation {
|
||||
flex: none !important;
|
||||
width: 120px !important;
|
||||
width: 190px !important;
|
||||
transition: width 0.25s;
|
||||
}
|
||||
|
||||
@@ -10,21 +10,21 @@ navigation {
|
||||
.section.tags:hover,
|
||||
navigation:hover {
|
||||
flex: initial;
|
||||
width: 180px !important;
|
||||
width: 250px !important;
|
||||
transition: width 0.25s;
|
||||
}
|
||||
|
||||
.section.notes,
|
||||
notes-view {
|
||||
flex: none !important;
|
||||
width: 200px !important;
|
||||
width: 270px !important;
|
||||
transition: width 0.25s;
|
||||
}
|
||||
|
||||
.section.notes:hover,
|
||||
notes-view:hover {
|
||||
flex: initial;
|
||||
width: 350px !important;
|
||||
width: 420px !important;
|
||||
transition: width 0.25s;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAAA;;UAEW;EACT,IAAI,EAAE,eAAe;EACrB,KAAK,EAAE,gBAAgB;EACvB,UAAU,EAAE,WAAW;;;AAGzB;;gBAEiB;EACf,IAAI,EAAE,OAAO;EACb,KAAK,EAAE,gBAAgB;EACvB,UAAU,EAAE,WAAW;;;AAGzB;UACW;EACT,IAAI,EAAE,eAAe;EACrB,KAAK,EAAE,gBAAgB;EACvB,UAAU,EAAE,WAAW;;;AAGzB;gBACiB;EACf,IAAI,EAAE,OAAO;EACb,KAAK,EAAE,gBAAgB;EACvB,UAAU,EAAE,WAAW",
|
||||
"sources": ["../src/main.scss"],
|
||||
"names": [],
|
||||
"file": "dist.css"
|
||||
}
|
||||
{"version":3,"sourceRoot":"","sources":["../src/main.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;EAGE;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA","file":"dist.css"}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sn-theme-dynamic",
|
||||
"version": "1.0.3",
|
||||
"name": "@standardnotes/dynamic-theme",
|
||||
"version": "1.0.4",
|
||||
"main": "dist/dist.css",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user