Update packages, fix lint

This commit is contained in:
2021-04-12 17:01:36 +03:00
parent d281e14140
commit 829db1a967
3 changed files with 14257 additions and 3164 deletions

17401
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,11 @@
"collect": "ts-node --skip-project ./scripts/collect-static-data.ts"
},
"dependencies": {
"axios": "*",
"colors": "^1.4.0",
"core-js": "^3.6.5",
"lottie-vuejs": "^0.3.7",
"lottie-vuejs": "^0.1.0",
"lottie-web": "*",
"ts-node": "^9.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",

View File

@@ -15,8 +15,8 @@
<LottieAnimation
class="close-btn-icon"
:class="{'close-btn-icon-when-left-panel-open': !leftPanelClosed}"
path="./animations/menu-close2.json"
:width="30"
json="./animations/menu-close2.json"
width="30"
:autoPlay="false"
:loop="false"
@AnimControl="setAnimController"
@@ -200,7 +200,7 @@ body, #app {
font-weight: 400;
color: white;
top: 14px;
left: 60px;
left: 64px;
}
.close-btn-label-when-left-panel-open {
@@ -242,7 +242,7 @@ body, #app {
.close-btn-icon {
position: absolute;
left: 14px;
left: 4px;
}
.close-btn-label {
@@ -250,7 +250,7 @@ body, #app {
font-size: 12px;
font-weight: 300;
color: white;
top: calc(49% + 20px);
top: calc(49% + 28px);
left: 10px;
}