From 7eee9769be3ed3e17a0bbaf9aade0275c9e38e1c Mon Sep 17 00:00:00 2001 From: TheWisker Date: Tue, 27 Jun 2023 19:23:36 +0200 Subject: [PATCH] Changed caret: v1.5.0 --- CHANGELOG.md | 13 ++++++ CITATION.cff | 2 +- CONTRIBUTORS.md | 1 + README.md | 7 ++++ dist/LICENSE.shikai | 2 +- dist/index.css | 4 +- dist/index.js | 4 +- dist/monitor.css | 2 +- dist/monitor.js | 2 +- package-lock.json | 4 +- package.json | 2 +- src/css/_bars.scss | 5 ++- .../LoginWindow/Userbar/Password.jsx | 42 ++++++++++++------- .../SettingsWindow/Sections/Style.jsx | 2 + src/js/Redux/Store.js | 42 +++++++++++++++---- src/lang/arb.js | 6 ++- src/lang/eng.js | 6 ++- src/lang/fre.js | 6 ++- src/lang/ger.js | 6 ++- src/lang/jap.js | 6 ++- src/lang/spa.js | 6 ++- 21 files changed, 129 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b57286..9b8fc1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2023-06-27 + +Changed password caret so it is more symmetric + +### Added +- Translations for the two new setting entries + +### Changed +- Default caret to a custom scripted caret + +### Fixed +- No fixes + ## [1.4.3] - 2023-06-22 Added LICENSE information to **Shikai**. diff --git a/CITATION.cff b/CITATION.cff index a515ae44..edd20d49 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci authors: - given-names: "TheWisker" title: "Shikai Project" -version: 1.4.3 +version: 1.5.0 date-released: 2023-03-31 url: "https://github.com/TheWisker/Shikai" \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 30e938d0..3448cc80 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -12,6 +12,7 @@ These are the **Shikai** project **contributors**, ordered from most recent to least recent: +- [Talin Sharma](https://github.com/TalinTheDev) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/7) which resulted in an enhancement. - [Faisal Almalki](https://github.com/Faisal-beep22) => Added Arab language file in this [issue](https://github.com/TheWisker/Shikai/issues/5) and this [pull request](https://github.com/TheWisker/Shikai/pull/6). - [cidne](https://github.com/cidne) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/3) which resulted in a bug fix. - [Tyler Schneider](https://github.com/teschnei) => Made this [pull request](https://github.com/TheWisker/Shikai/pull/1) fixing a bug related to the login process. diff --git a/README.md b/README.md index b387b12a..d7f41a42 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Screenshots][screenshots] [Installation][installation] + + [Updating][updating] [Dependencies][dependencies] @@ -127,6 +129,10 @@ First, go to the `dist` **directory** located on the release folder and **open** Also, to set up a user **profile** image, copy the desired image to the user's **home** directory renaming it to `.face`. +

Updating []

+ +When updating **Shikai** just keep in mind that if the **new** version contains **breaking changes** you must **delete localStorage** with the button in the settings panel **before** making the **update**. Apart from that, just update it as if you were [installing][installation] it *overwriting* in the case of a **manual** install. +

Dependencies []

Buildtime

@@ -221,6 +227,7 @@ We look forward to your translations! [livedemo]: https://github.com/TheWisker/Shikai#live-demo- [screenshots]: https://github.com/TheWisker/Shikai#screenshots- [installation]: https://github.com/TheWisker/Shikai#installation- +[updating]: https://github.com/TheWisker/Shikai#updating- [dependencies]: https://github.com/TheWisker/Shikai#dependencies- [configuration]: https://github.com/TheWisker/Shikai#configuration- [discussions]: https://github.com/TheWisker/Shikai#discussions- diff --git a/dist/LICENSE.shikai b/dist/LICENSE.shikai index c6389796..b2adfe3d 100644 --- a/dist/LICENSE.shikai +++ b/dist/LICENSE.shikai @@ -6,7 +6,7 @@ /*! * - * shikai 1.4.3 distribution + * shikai 1.5.0 distribution * * Copyright (c) 2023, TheWisker (https://github.com/TheWisker) * All rights reserved. diff --git a/dist/index.css b/dist/index.css index 77c59c25..ea6c981e 100644 --- a/dist/index.css +++ b/dist/index.css @@ -1,6 +1,6 @@ /*! * - * shikai 1.4.3 distribution + * shikai 1.5.0 distribution * * Copyright (c) 2023, TheWisker (https://github.com/TheWisker) * All rights reserved. @@ -10,4 +10,4 @@ * * License information can be found in the LICENSE.shikai file. * - */@font-face{font-family:Aesthetic;font-weight:400;src:url(assets/fonts/Aesthetic.ttf) format("truetype")}@font-face{font-family:Aesthetic;font-weight:1000;src:url(assets/fonts/Aesthetic-Bold.ttf) format("truetype")}@font-face{font-family:Genjyuu;font-weight:400;src:url(assets/fonts/Genjyuu.ttf) format("truetype")}@font-face{font-family:Arabic;font-weight:400;size-adjust:80%;src:url(assets/fonts/NotoSansArabic-Bold.ttf) format("truetype")}*{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{background-color:#000;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;margin:0;position:fixed;right:0;top:0;-webkit-transition:background-image .2s ease-in-out;-o-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}input[type=checkbox]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #a0a0a0;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:20px;justify-content:center;margin:0;outline:none;translate:0 -.11em;width:20px}input[type=checkbox]:before{background-color:#a0a0a0;border-radius:50%;-webkit-box-shadow:inset 1em 1em;box-shadow:inset 1em 1em;color:#a0a0a0;content:"";height:10px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .12s ease-in-out;transition:-webkit-transform .12s ease-in-out;-o-transition:transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:10px}input[type=checkbox]:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[type=text]{background:none;border:none;color:#a0a0a0;outline:none}.text,input[type=text]{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.button{cursor:pointer}.scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-right:15px}.separator{background-color:hsla(0,0%,100%,.1);height:1px;width:100%}.Dropdown-root{margin:0 0 15px;position:relative}.Dropdown-root .Dropdown-control{border:4px solid #a0a0a0;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#a0a0a0;cursor:pointer;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;text-transform:capitalize}.Dropdown-root .Dropdown-control:hover{background-color:hsla(0,0%,100%,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-root .Dropdown-control .Dropdown-placeholder{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.Dropdown-root .Dropdown-control .Dropdown-arrow{border-color:#a0a0a0 rgba(0,0,0,0) rgba(0,0,0,0);border-radius:10px;border-style:solid;border-width:6px 6px 0;content:"";display:block;height:0;position:absolute;right:10px;top:14px;width:0}.Dropdown-root .Dropdown-menu{border:4px solid #a0a0a0;border-radius:0 0 8px 8px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-5px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:2}.Dropdown-root .Dropdown-menu .Dropdown-group>.Dropdown-title,.Dropdown-root .Dropdown-menu .Dropdown-option{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;padding:8px 10px;text-transform:capitalize}.Dropdown-root .Dropdown-menu .Dropdown-option{background-color:#505050;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block}.Dropdown-root .Dropdown-menu .Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-root .Dropdown-menu .Dropdown-option:hover{background-color:#5a5a5a}.Dropdown-root .Dropdown-menu .Dropdown-option.is-selected{background-color:#646464}.Dropdown-root .Dropdown-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.is-open .Dropdown-control{border-radius:8px 8px 0 0}.is-open .Dropdown-control .Dropdown-arrow{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #a0a0a0;border-width:0 5px 5px}.notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}::-webkit-scrollbar{cursor:pointer;width:8px}::-webkit-scrollbar-track{background:none;border-radius:16px}::-webkit-scrollbar-track:hover{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#9b9fa1;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}::-webkit-scrollbar-thumb:active{background:#fff}.notificationwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;max-height:35%;pointer-events:none;position:fixed;right:0;top:0;z-index:100}#settingroot .react-draggable,.settingwindow{bottom:0;height:100%;position:absolute;top:0;z-index:2}.settingwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;min-height:0;overflow:hidden;-webkit-transition:border-radius .5s,-webkit-transform .4s;transition:border-radius .5s,-webkit-transform .4s;-o-transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s,-webkit-transform .4s;width:520px}.settingwindow.origin_left{border-radius:0 25px 25px 0!important}.settingwindow.origin_right{border-radius:25px 0 0 25px!important}.loginwindow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:500px;left:50%;margin:-250px 0 0 -425px;position:absolute;top:50%;-webkit-transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);-o-transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);width:850px;z-index:1}.loginwindow>div,.loginwindow>div>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;width:100%}.loginwindow>div>div{border-radius:18px;overflow:hidden;-webkit-transition:border-radius .5s;-o-transition:border-radius .5s;transition:border-radius .5s}.sidebar,.userbar{padding:10px 35px 20px}.sectionbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:20;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:20;height:100%;justify-content:center;min-height:40px;width:100%}.sectionbar .text{color:#a0a0a0;font-size:.95em}.sectionbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(40,40,40,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;width:100%}.sectionbar .button:hover{background-color:rgba(80,80,80,.8)}.sectionbar .button:active{background-color:rgba(90,90,90,.8)}.sectionbar .button:last-child{min-width:35px;padding:0 8px;width:35px}.sectionbar .button:last-child svg{height:25px;width:25px}.sectionbar .button:last-child svg .SVGPath{fill:#a0a0a0}.sectionbar .selected{background-color:rgba(65,65,65,.8)}.displaybar{background-color:rgba(65,65,65,.8);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:visible;padding:25px;width:100%}.displaybar,.displaybar .section{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.displaybar .section .separator{margin:0 0 10px}.displaybar .section .title{color:#a0a0a0;font-size:1.5em;margin:0 0 12px 5px}.displaybar .section .logo{padding-bottom:30px}.displaybar .section .inputbar{margin:0 0 12px 18px}.displaybar .section .button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;margin:0 0 12px 20px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.displaybar .section .button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .section .button:active{background-color:hsla(0,0%,100%,.3)}.displaybar .section .theme{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a0a0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.35em;justify-content:center;margin:0 0 18px 25px}.displaybar .section .theme .button{margin:0 0 0 20px}.displaybar .bottom-button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;cursor:pointer;margin:0 0 30px 20px;padding:6px;text-align:center}.displaybar .bottom-button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .bottom-button:active{background-color:hsla(0,0%,100%,.3)}.inputbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px;width:100%}.inputbar .text{color:#a0a0a0;font-size:.9em;margin:0 0 0 10px}.inputbar input[type=text]{margin:0 0 0 15px}.colorsbar{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px}.colorbar,.colorsbar{-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.colorbar{-webkit-box-orient:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;padding:0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.colorbar .text{color:#a0a0a0;font-size:.8em;margin:0 0 10px;text-align:center}.colorbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:26px;justify-content:center;position:relative;width:66px}.colorbar .button .color{border:4px solid #a0a0a0;border-radius:6px;height:100%;width:100%;z-index:1}.colorbar .button .color:hover{border-color:#828181}.colorbar .button .color:active{border-color:#646464}.colorbar .button .chrome-picker{position:absolute;top:35px;z-index:2}.sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:7;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:7;height:100%;min-width:0;opacity:.9;width:100%}.sidebar .bottombar{-ms-flex-negative:20;flex-shrink:20}.commandbar{-webkit-box-orient:vertical;-ms-flex-negative:4;-ms-flex-direction:column;flex-direction:column;flex-shrink:4;height:100%}.bottombar,.commandbar{-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.bottombar{padding-top:15px}.bottombar,.bottombar .switch{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.bottombar .switch{-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:.9em;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.bottombar .switch:hover{opacity:.7}.bottombar .switch:active{opacity:.55}.bottombar .expand{-webkit-box-sizing:border-box;box-sizing:border-box}.userbar{-webkit-box-orient:vertical;-ms-flex-negative:3;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;flex-shrink:3;height:100%;opacity:.8;width:100%}.avatarbar,.userbar{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.avatarbar{-webkit-box-orient:horizontal;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:row;flex-direction:row;flex-shrink:0;height:35%;justify-content:center;padding:25px 0 20px}.avatarbar div{background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid;border-radius:50%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.mainbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:15px auto}.mainbar input{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.2em;outline:none;padding:0 15px;text-align:center;width:200px}.mainbar input,.notification{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.notification{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:5px solid #e6e6e6;border-radius:20px;color:#e6e6e6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:20px;height:50px;justify-content:center;margin-top:10px;opacity:0;-webkit-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:40%}.info{background-color:rgba(61,109,182,.6)}.success{background-color:rgba(61,182,87,.6)}.warning{background-color:rgba(180,182,61,.6)}.error{background-color:rgba(182,61,61,.6)}.evoker{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:50px;justify-content:center;left:10px;opacity:0;position:fixed;top:10px;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;width:50px}.evoker svg{height:40px;width:40px}.evoker:hover{opacity:.9}.evoker:active{opacity:.55}#login_handle,#settings_handle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 8px}#login_handle svg,#settings_handle svg{height:25px;opacity:.4;width:25px}#login_handle svg:hover,#settings_handle svg:hover{opacity:.6}#login_handle svg:active,#settings_handle svg:active{opacity:1}#settings_handle{background-color:rgba(40,40,40,.8);height:100%}#login_handle{position:absolute;right:1px;top:10px}.logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-negative:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:5;height:100%;padding:35px 0 0;width:100%}.logo,.logo img{-webkit-box-sizing:border-box;box-sizing:border-box}.logo img{height:70%;margin:0 auto auto;max-height:180px;-o-object-fit:scale-down;object-fit:scale-down}.command{margin:0 0 25px}.command,.command .icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.command .icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;margin:0 15px 0 10px;width:30px}.command .icon svg{height:30px;width:30px}.command .text{font-size:1.5em;font-weight:1000;text-transform:uppercase;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.command .text:hover{opacity:.7}.command .text:active{opacity:.55}.hostname{font-family:Aesthetic,Genjyuu,Arabic,sans;font-size:.9em;font-weight:1000;text-transform:uppercase;white-space:nowrap}.expand{height:100%;width:100%}.username{font-size:2.5em;text-align:center;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.session,.username{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.session{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.9em;height:30px;justify-content:center;margin:20px 0 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:200px}.SVGBackground{fill:#000}.SVGPath{fill:#6bbbe1}.hidden{visibility:hidden!important} \ No newline at end of file + */@font-face{font-family:Aesthetic;font-weight:400;src:url(assets/fonts/Aesthetic.ttf) format("truetype")}@font-face{font-family:Aesthetic;font-weight:1000;src:url(assets/fonts/Aesthetic-Bold.ttf) format("truetype")}@font-face{font-family:Genjyuu;font-weight:400;src:url(assets/fonts/Genjyuu.ttf) format("truetype")}@font-face{font-family:Arabic;font-weight:400;size-adjust:80%;src:url(assets/fonts/NotoSansArabic-Bold.ttf) format("truetype")}*{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{background-color:#000;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;margin:0;position:fixed;right:0;top:0;-webkit-transition:background-image .2s ease-in-out;-o-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}input[type=checkbox]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #a0a0a0;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:20px;justify-content:center;margin:0;outline:none;translate:0 -.11em;width:20px}input[type=checkbox]:before{background-color:#a0a0a0;border-radius:50%;-webkit-box-shadow:inset 1em 1em;box-shadow:inset 1em 1em;color:#a0a0a0;content:"";height:10px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .12s ease-in-out;transition:-webkit-transform .12s ease-in-out;-o-transition:transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:10px}input[type=checkbox]:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[type=text]{background:none;border:none;color:#a0a0a0;outline:none}.text,input[type=text]{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.button{cursor:pointer}.scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-right:15px}.separator{background-color:hsla(0,0%,100%,.1);height:1px;width:100%}.Dropdown-root{margin:0 0 15px;position:relative}.Dropdown-root .Dropdown-control{border:4px solid #a0a0a0;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#a0a0a0;cursor:pointer;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;text-transform:capitalize}.Dropdown-root .Dropdown-control:hover{background-color:hsla(0,0%,100%,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-root .Dropdown-control .Dropdown-placeholder{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.Dropdown-root .Dropdown-control .Dropdown-arrow{border-color:#a0a0a0 rgba(0,0,0,0) rgba(0,0,0,0);border-radius:10px;border-style:solid;border-width:6px 6px 0;content:"";display:block;height:0;position:absolute;right:10px;top:14px;width:0}.Dropdown-root .Dropdown-menu{border:4px solid #a0a0a0;border-radius:0 0 8px 8px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-5px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:2}.Dropdown-root .Dropdown-menu .Dropdown-group>.Dropdown-title,.Dropdown-root .Dropdown-menu .Dropdown-option{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;padding:8px 10px;text-transform:capitalize}.Dropdown-root .Dropdown-menu .Dropdown-option{background-color:#505050;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block}.Dropdown-root .Dropdown-menu .Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-root .Dropdown-menu .Dropdown-option:hover{background-color:#5a5a5a}.Dropdown-root .Dropdown-menu .Dropdown-option.is-selected{background-color:#646464}.Dropdown-root .Dropdown-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.is-open .Dropdown-control{border-radius:8px 8px 0 0}.is-open .Dropdown-control .Dropdown-arrow{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #a0a0a0;border-width:0 5px 5px}.notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}::-webkit-scrollbar{cursor:pointer;width:8px}::-webkit-scrollbar-track{background:none;border-radius:16px}::-webkit-scrollbar-track:hover{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#9b9fa1;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}::-webkit-scrollbar-thumb:active{background:#fff}.notificationwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;max-height:35%;pointer-events:none;position:fixed;right:0;top:0;z-index:100}#settingroot .react-draggable,.settingwindow{bottom:0;height:100%;position:absolute;top:0;z-index:2}.settingwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;min-height:0;overflow:hidden;-webkit-transition:border-radius .5s,-webkit-transform .4s;transition:border-radius .5s,-webkit-transform .4s;-o-transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s,-webkit-transform .4s;width:520px}.settingwindow.origin_left{border-radius:0 25px 25px 0!important}.settingwindow.origin_right{border-radius:25px 0 0 25px!important}.loginwindow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:500px;left:50%;margin:-250px 0 0 -425px;position:absolute;top:50%;-webkit-transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);-o-transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);width:850px;z-index:1}.loginwindow>div,.loginwindow>div>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;width:100%}.loginwindow>div>div{border-radius:18px;overflow:hidden;-webkit-transition:border-radius .5s;-o-transition:border-radius .5s;transition:border-radius .5s}.sidebar,.userbar{padding:10px 35px 20px}.sectionbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:20;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:20;height:100%;justify-content:center;min-height:40px;width:100%}.sectionbar .text{color:#a0a0a0;font-size:.95em}.sectionbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(40,40,40,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;width:100%}.sectionbar .button:hover{background-color:rgba(80,80,80,.8)}.sectionbar .button:active{background-color:rgba(90,90,90,.8)}.sectionbar .button:last-child{min-width:35px;padding:0 8px;width:35px}.sectionbar .button:last-child svg{height:25px;width:25px}.sectionbar .button:last-child svg .SVGPath{fill:#a0a0a0}.sectionbar .selected{background-color:rgba(65,65,65,.8)}.displaybar{background-color:rgba(65,65,65,.8);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:visible;padding:25px;width:100%}.displaybar,.displaybar .section{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.displaybar .section .separator{margin:0 0 10px}.displaybar .section .title{color:#a0a0a0;font-size:1.5em;margin:0 0 12px 5px}.displaybar .section .logo{padding-bottom:30px}.displaybar .section .inputbar{margin:0 0 12px 18px}.displaybar .section .button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;margin:0 0 12px 20px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.displaybar .section .button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .section .button:active{background-color:hsla(0,0%,100%,.3)}.displaybar .section .theme{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a0a0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.35em;justify-content:center;margin:0 0 18px 25px}.displaybar .section .theme .button{margin:0 0 0 20px}.displaybar .bottom-button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;cursor:pointer;margin:0 0 30px 20px;padding:6px;text-align:center}.displaybar .bottom-button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .bottom-button:active{background-color:hsla(0,0%,100%,.3)}.inputbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px;width:100%}.inputbar .text{color:#a0a0a0;font-size:.9em;margin:0 0 0 10px}.inputbar input[type=text]{margin:0 0 0 15px}.colorsbar{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px}.colorbar,.colorsbar{-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.colorbar{-webkit-box-orient:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;padding:0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.colorbar .text{color:#a0a0a0;font-size:.8em;margin:0 0 10px;text-align:center}.colorbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:26px;justify-content:center;position:relative;width:66px}.colorbar .button .color{border:4px solid #a0a0a0;border-radius:6px;height:100%;width:100%;z-index:1}.colorbar .button .color:hover{border-color:#828181}.colorbar .button .color:active{border-color:#646464}.colorbar .button .chrome-picker{position:absolute;top:35px;z-index:2}.sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:7;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:7;height:100%;min-width:0;opacity:.9;width:100%}.sidebar .bottombar{-ms-flex-negative:20;flex-shrink:20}.commandbar{-webkit-box-orient:vertical;-ms-flex-negative:4;-ms-flex-direction:column;flex-direction:column;flex-shrink:4;height:100%}.bottombar,.commandbar{-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.bottombar{padding-top:15px}.bottombar,.bottombar .switch{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.bottombar .switch{-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:.9em;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.bottombar .switch:hover{opacity:.7}.bottombar .switch:active{opacity:.55}.bottombar .expand{-webkit-box-sizing:border-box;box-sizing:border-box}.userbar{-webkit-box-orient:vertical;-ms-flex-negative:3;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;flex-shrink:3;height:100%;opacity:.8;width:100%}.avatarbar,.userbar{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.avatarbar{-webkit-box-orient:horizontal;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:row;flex-direction:row;flex-shrink:0;height:35%;justify-content:center;padding:25px 0 20px}.avatarbar div{background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid;border-radius:50%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.mainbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:15px auto}.mainbar #password{-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:rgba(0,0,0,0);font-size:1.2em;outline:none;padding:0 15px;text-align:center;width:200px}.mainbar #password,.notification{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.notification{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:5px solid #e6e6e6;border-radius:20px;color:#e6e6e6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:20px;height:50px;justify-content:center;margin-top:10px;opacity:0;-webkit-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:40%}.info{background-color:rgba(61,109,182,.6)}.success{background-color:rgba(61,182,87,.6)}.warning{background-color:rgba(180,182,61,.6)}.error{background-color:rgba(182,61,61,.6)}.evoker{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:50px;justify-content:center;left:10px;opacity:0;position:fixed;top:10px;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;width:50px}.evoker svg{height:40px;width:40px}.evoker:hover{opacity:.9}.evoker:active{opacity:.55}#login_handle,#settings_handle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 8px}#login_handle svg,#settings_handle svg{height:25px;opacity:.4;width:25px}#login_handle svg:hover,#settings_handle svg:hover{opacity:.6}#login_handle svg:active,#settings_handle svg:active{opacity:1}#settings_handle{background-color:rgba(40,40,40,.8);height:100%}#login_handle{position:absolute;right:1px;top:10px}.logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-negative:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:5;height:100%;padding:35px 0 0;width:100%}.logo,.logo img{-webkit-box-sizing:border-box;box-sizing:border-box}.logo img{height:70%;margin:0 auto auto;max-height:180px;-o-object-fit:scale-down;object-fit:scale-down}.command{margin:0 0 25px}.command,.command .icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.command .icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;margin:0 15px 0 10px;width:30px}.command .icon svg{height:30px;width:30px}.command .text{font-size:1.5em;font-weight:1000;text-transform:uppercase;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.command .text:hover{opacity:.7}.command .text:active{opacity:.55}.hostname{font-family:Aesthetic,Genjyuu,Arabic,sans;font-size:.9em;font-weight:1000;text-transform:uppercase;white-space:nowrap}.expand{height:100%;width:100%}.username{font-size:2.5em;text-align:center;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.session,.username{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.session{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.9em;height:30px;justify-content:center;margin:20px 0 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:200px}.SVGBackground{fill:#000}.SVGPath{fill:#6bbbe1}.hidden{visibility:hidden!important} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index f4bfba0f..2df4018a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ /*! -shikai 1.4.3 distribution +shikai 1.5.0 distribution Copyright (c) 2023, TheWisker (https://github.com/TheWisker) All rights reserved. @@ -9,4 +9,4 @@ LICENSE file in the root directory of this source tree. License information can be found in the LICENSE.shikai file. */ -!function(){var e={597:function(e,t,n){"use strict";var r,o=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["fill","width","height","style"]);return i.default.createElement("svg",o({viewBox:"0 0 24 24",style:o({fill:n,width:a,height:s},c)},f),i.default.createElement("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}))}},3891:function(e,t,n){"use strict";var r,o=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["fill","width","height","style"]);return i.default.createElement("svg",o({viewBox:"0 0 24 24",style:o({fill:n,width:a,height:s},c)},f),i.default.createElement("path",{d:"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"}))}},4184:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t1&&void 0!==arguments[1]?arguments[1]:"",c=arguments[2];return Object.keys(s).map((function(f){var d=s[f];if(null===d)return"";if("object"==typeof d){var p=/^@/.test(f)?f:null;return e(d,p?u:u+f,p||c)}var h=f+d+u+c;if(t[h])return t[h];var g=n+r.length.toString(36);return o(a(i(g+l(u),f,d),c)),t[h]=g,g})).join(" ")};if(e.exports=function(){for(var e=arguments.length,t=Array(e),n=0;nc))return!1;var d=s.get(e),p=s.get(t);if(d&&p)return d==t&&p==e;var h=-1,g=!0,v=2&n?new r:void 0;for(s.set(e,t),s.set(t,e);++h-1&&e%1==0&&e-1}},4705:function(e,t,n){var r=n(8470);e.exports=function(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}},4785:function(e,t,n){var r=n(1989),o=n(8407),a=n(7071);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(a||o),string:new r}}},1285:function(e,t,n){var r=n(5050);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,n){var r=n(5050);e.exports=function(e){return r(this,e).get(e)}},9916:function(e,t,n){var r=n(5050);e.exports=function(e){return r(this,e).has(e)}},5265:function(e,t,n){var r=n(5050);e.exports=function(e,t){var n=r(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},2634:function(e){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},4523:function(e,t,n){var r=n(8306);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},4536:function(e,t,n){var r=n(852)(Object,"create");e.exports=r},6916:function(e,t,n){var r=n(5569)(Object.keys,Object);e.exports=r},3498:function(e){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},1167:function(e,t,n){e=n.nmd(e);var r=n(1957),o=t&&!t.nodeType&&t,a=o&&e&&!e.nodeType&&e,i=a&&a.exports===o&&r.process,l=function(){try{var e=a&&a.require&&a.require("util").types;return e||i&&i.binding&&i.binding("util")}catch(e){}}();e.exports=l},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},5639:function(e,t,n){var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},7465:function(e,t,n){var r=n(8407);e.exports=function(){this.__data__=new r,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,n){var r=n(8407),o=n(7071),a=n(3369);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var i=n.__data__;if(!o||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new a(i)}return n.set(e,t),this.size=n.size,this}},5514:function(e,t,n){var r=n(4523),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,i=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(o,(function(e,n,r,o){t.push(r?o.replace(a,"$1"):n||e)})),t}));e.exports=i},327:function(e,t,n){var r=n(3448);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},361:function(e,t,n){var r=n(5990);e.exports=function(e){return r(e,5)}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},2525:function(e,t,n){var r=n(7816),o=n(4290);e.exports=function(e,t){return e&&r(e,o(t))}},7361:function(e,t,n){var r=n(7786);e.exports=function(e,t,n){var o=null==e?void 0:r(e,t);return void 0===o?n:o}},9095:function(e,t,n){var r=n(13),o=n(222);e.exports=function(e,t){return null!=e&&o(e,t,r)}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,n){var r=n(9454),o=n(7005),a=Object.prototype,i=a.hasOwnProperty,l=a.propertyIsEnumerable,s=r(function(){return arguments}())?r:function(e){return o(e)&&i.call(e,"callee")&&!l.call(e,"callee")};e.exports=s},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,n){var r=n(3560),o=n(1780);e.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},4144:function(e,t,n){e=n.nmd(e);var r=n(5639),o=n(5062),a=t&&!t.nodeType&&t,i=a&&e&&!e.nodeType&&e,l=i&&i.exports===a?r.Buffer:void 0,s=(l?l.isBuffer:void 0)||o;e.exports=s},3560:function(e,t,n){var r=n(4239),o=n(3218);e.exports=function(e){if(!o(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},6688:function(e,t,n){var r=n(5588),o=n(7518),a=n(1167),i=a&&a.isMap,l=i?o(i):r;e.exports=l},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},8630:function(e,t,n){var r=n(4239),o=n(5924),a=n(7005),i=Function.prototype,l=Object.prototype,s=i.toString,u=l.hasOwnProperty,c=s.call(Object);e.exports=function(e){if(!a(e)||"[object Object]"!=r(e))return!1;var t=o(e);if(null===t)return!0;var n=u.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==c}},2928:function(e,t,n){var r=n(9221),o=n(7518),a=n(1167),i=a&&a.isSet,l=i?o(i):r;e.exports=l},7037:function(e,t,n){var r=n(4239),o=n(1469),a=n(7005);e.exports=function(e){return"string"==typeof e||!o(e)&&a(e)&&"[object String]"==r(e)}},3448:function(e,t,n){var r=n(4239),o=n(7005);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},6719:function(e,t,n){var r=n(8749),o=n(7518),a=n(1167),i=a&&a.isTypedArray,l=i?o(i):r;e.exports=l},3674:function(e,t,n){var r=n(4636),o=n(280),a=n(8612);e.exports=function(e){return a(e)?r(e):o(e)}},1704:function(e,t,n){var r=n(4636),o=n(313),a=n(8612);e.exports=function(e){return a(e)?r(e,!0):o(e)}},5161:function(e,t,n){var r=n(9932),o=n(7206),a=n(9199),i=n(1469);e.exports=function(e,t){return(i(e)?r:a)(e,o(t,3))}},8306:function(e,t,n){var r=n(3369);function o(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(o.Cache||r),n}o.Cache=r,e.exports=o},9601:function(e,t,n){var r=n(371),o=n(9152),a=n(5403),i=n(327);e.exports=function(e){return a(e)?r(i(e)):o(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},9833:function(e,t,n){var r=n(531);e.exports=function(e){return null==e?"":r(e)}},2703:function(e,t,n){"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:function(e,t,n){e.exports=n(2703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4448:function(e,t,n){"use strict";var r=n(7294),o=n(3840);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n