diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 236735cb..4d0d1fd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: run: yarn run build - name: Prepackage plugins - run: scripts/prepackage-plugins.js + run: scripts/prepackage-plugins.mjs env: ARCH: ${{matrix.arch}} @@ -78,7 +78,7 @@ jobs: - run: ln -s ../../node_modules/electron app/node_modules - name: Build and sign packages - run: scripts/build-macos.js + run: scripts/build-macos.mjs if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) env: ARCH: ${{matrix.arch}} @@ -92,7 +92,7 @@ jobs: # DEBUG: electron-builder,electron-builder:* - name: Build packages without signing - run: scripts/build-macos.js + run: scripts/build-macos.mjs if: "! (github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))" env: ARCH: ${{matrix.arch}} @@ -101,7 +101,7 @@ jobs: - name: Upload symbols run: | sudo npm install -g @sentry/cli --unsafe-perm - ./scripts/sentry-upload.js + ./scripts/sentry-upload.mjs env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }} @@ -162,11 +162,11 @@ jobs: if: matrix.build-arch == 'x64' - name: Prepackage plugins (x64) - run: scripts/prepackage-plugins.js + run: scripts/prepackage-plugins.mjs if: ${{matrix.build-arch == 'x64'}} - name: Build packages (x64) - run: scripts/build-linux.js + run: scripts/build-linux.mjs if: ${{matrix.build-arch == 'x64'}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -193,8 +193,8 @@ jobs: cd /github/workspace && yarn --network-timeout 1000000 && yarn run build && - scripts/prepackage-plugins.js && - USE_SYSTEM_FPM=true scripts/build-linux.js" + scripts/prepackage-plugins.mjs && + USE_SYSTEM_FPM=true scripts/build-linux.mjs" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }} @@ -217,8 +217,8 @@ jobs: sed -i '/ \"electron\":/c\ \"electron\": \"17.0.0\",' package.json && yarn --network-timeout 1000000 && yarn run build && - scripts/prepackage-plugins.js && - USE_SYSTEM_FPM=true scripts/build-linux.js" + scripts/prepackage-plugins.mjs && + USE_SYSTEM_FPM=true scripts/build-linux.mjs" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }} @@ -228,7 +228,7 @@ jobs: - name: Upload symbols run: | sudo npm install -g @sentry/cli --unsafe-perm - ./scripts/sentry-upload.js + ./scripts/sentry-upload.mjs if: matrix.build-arch == 'x64' env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} @@ -308,12 +308,12 @@ jobs: npm i -g yarn@1.19.1 yarn --network-timeout 1000000 yarn run build - node scripts/prepackage-plugins.js + node scripts/prepackage-plugins.mjs env: ARCH: ${{matrix.arch}} - name: Build and sign packages - run: node scripts/build-windows.js + run: node scripts/build-windows.mjs if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) env: ARCH: ${{matrix.arch}} @@ -324,7 +324,7 @@ jobs: DEBUG: electron-builder,electron-builder:* - name: Build packages without signing - run: node scripts/build-windows.js + run: node scripts/build-windows.mjs if: "!(github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))" env: ARCH: ${{matrix.arch}} @@ -332,7 +332,7 @@ jobs: - name: Upload symbols run: | npm install @sentry/cli - node scripts/sentry-upload.js + node scripts/sentry-upload.mjs env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }} diff --git a/locale/app.pot b/locale/app.pot index 6c67b27f..f91b845b 100644 --- a/locale/app.pot +++ b/locale/app.pot @@ -11,7 +11,7 @@ msgstr "" msgid "{name} copy" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77 msgid "A second font family used to display characters missing in the main font" msgstr "" @@ -35,8 +35,8 @@ msgstr "" msgid "Acrylic background" msgstr "" -#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:28 -#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:15 +#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:24 +#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:11 msgid "Add" msgstr "" @@ -52,13 +52,13 @@ msgstr "" msgid "Add..." msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:84 msgid "Additional space between lines" msgstr "" #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:61 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:50 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 msgid "Advanced" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Agent type" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:172 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:169 msgid "Allows opening .bat files in tabs, but breaks some shells" msgstr "" @@ -104,11 +104,11 @@ msgstr "" msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgstr "" -#: tabby-core/src/services/config.service.ts:381 +#: tabby-core/src/services/config.service.ts:383 msgid "Are you sure?" msgstr "" -#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:20 +#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:18 msgid "Arguments" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Ask before closing the browser tab" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:143 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141 msgid "Audible" msgstr "" @@ -128,7 +128,7 @@ msgstr "" msgid "Authentication method" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:83 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:79 msgid "Author" msgstr "" @@ -136,7 +136,7 @@ msgstr "" msgid "Auto" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153 msgid "Auto-open a terminal on app start" msgstr "" @@ -150,7 +150,7 @@ msgstr "" msgid "Automatic Updates" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:54 msgid "Automatically upload changes and check for updates every minute" msgstr "" @@ -172,7 +172,7 @@ msgstr "" msgid "Beginning of the line" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64 msgid "Blink cursor" msgstr "" @@ -188,8 +188,8 @@ msgstr "" msgid "Bold font weight" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138 -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:125 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:73 msgid "Bottom" msgstr "" @@ -201,15 +201,15 @@ msgstr "" msgid "Broadcast mode. Click anywhere to cancel." msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 -#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:50 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:182 msgid "Built-in" msgstr "" #: locale/tmp-html/tabby-core/src/components/renameTabModal.component.html:7 -#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:55 +#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:53 #: locale/tmp-html/tabby-settings/src/components/hotkeyInputModal.component.html:14 -#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:14 +#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:12 #: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 @@ -219,7 +219,7 @@ msgstr "" #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-ssh/src/sftpContextMenu.ts:40 -#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:480 msgid "Cancel" msgstr "" @@ -294,20 +294,23 @@ msgstr "" msgid "Close tabs to the right" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 msgid "Close the window after closing the last tab" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 +#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:33 #: tabby-core/src/tabContextMenu.ts:132 msgid "Color" msgstr "" -#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216 #: tabby-terminal/src/settings.ts:29 msgid "Color scheme" msgstr "" +#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216 +msgid "Colors" +msgstr "" + #: tabby-core/src/hotkeys.ts:73 msgid "Combine all tabs into the current tab" msgstr "" @@ -325,7 +328,7 @@ msgid "Commands" msgstr "" #: tabby-core/src/theme.ts:20 -msgid "Compact" +msgid "Compact (legacy)" msgstr "" #: tabby-settings/src/components/configSyncSettingsTab.component.ts:126 @@ -350,7 +353,7 @@ msgstr "" msgid "Config uploaded" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:35 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:31 msgid "Configs" msgstr "" @@ -358,7 +361,7 @@ msgstr "" msgid "Connect through a proxy server" msgstr "" -#: tabby-core/src/index.ts:227 +#: tabby-core/src/index.ts:212 #: tabby-core/src/services/profiles.service.ts:178 msgid "Connect to \"%s\"..." msgstr "" @@ -369,7 +372,7 @@ msgstr "" #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: tabby-serial/src/components/serialTab.component.ts:66 -#: tabby-ssh/src/components/sshTab.component.ts:140 +#: tabby-ssh/src/components/sshTab.component.ts:143 #: tabby-telnet/src/components/telnetTab.component.ts:72 msgid "Connecting" msgstr "" @@ -378,11 +381,11 @@ msgstr "" msgid "Connection" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:30 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:26 msgid "Connection failed: {error}" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:42 +#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:40 msgid "Connection name will be used instead" msgstr "" @@ -390,10 +393,10 @@ msgstr "" msgid "Context menu" msgstr "" -#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 -#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 -#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 -#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:225 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:233 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:770 #: tabby-terminal/src/tabContextMenu.ts:30 msgid "Copied" msgstr "" @@ -423,7 +426,7 @@ msgstr "" msgid "Copy with formatting" msgstr "" -#: tabby-core/src/services/config.service.ts:366 +#: tabby-core/src/services/config.service.ts:368 msgid "Could not decrypt config" msgstr "" @@ -436,7 +439,7 @@ msgstr "" msgid "Create directory" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:83 msgid "Current" msgstr "" @@ -452,15 +455,15 @@ msgstr "" msgid "Current process: {name}" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:51 msgid "Cursor shape" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:49 +#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:47 msgid "Custom" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:95 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:90 msgid "Custom CSS" msgstr "" @@ -484,7 +487,7 @@ msgstr "" msgid "Default profile for new tabs" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:78 msgid "Default profile settings" msgstr "" @@ -496,13 +499,13 @@ msgstr "" msgid "Defaults for {type}" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139 -#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 -#: tabby-settings/src/components/profilesSettingsTab.component.ts:217 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:211 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:224 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:47 @@ -512,7 +515,7 @@ msgid "Delete" msgstr "" #: tabby-settings/src/components/profilesSettingsTab.component.ts:137 -#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:209 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 msgid "Delete \"{name}\"?" msgstr "" @@ -537,7 +540,7 @@ msgstr "" msgid "Delete the config on the remote side?" msgstr "" -#: tabby-settings/src/components/profilesSettingsTab.component.ts:214 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:221 msgid "Delete the group's profiles?" msgstr "" @@ -561,33 +564,33 @@ msgstr "" msgid "Direct" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:61 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:57 msgid "Disable" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:41 +#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:39 msgid "Disable dynamic tab title" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:211 msgid "Disable fluent background while dragging" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 msgid "Disable GPU acceleration" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:50 msgid "Disabled" msgstr "" #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 -#: tabby-ssh/src/components/sshTab.component.ts:246 +#: tabby-ssh/src/components/sshTab.component.ts:249 #: tabby-telnet/src/components/telnetTab.component.ts:115 msgid "Disconnect" msgstr "" -#: tabby-ssh/src/components/sshTab.component.ts:244 +#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-telnet/src/components/telnetTab.component.ts:113 msgid "Disconnect from {host}?" msgstr "" @@ -596,7 +599,7 @@ msgstr "" msgid "Display images via Sixel escape sequences" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:88 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:78 msgid "Display on" msgstr "" @@ -604,7 +607,7 @@ msgstr "" msgid "Do not abort" msgstr "" -#: tabby-ssh/src/components/sshTab.component.ts:247 +#: tabby-ssh/src/components/sshTab.component.ts:250 #: tabby-telnet/src/components/telnetTab.component.ts:116 msgid "Do not close" msgstr "" @@ -614,23 +617,23 @@ msgstr "" msgid "Do not remember" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:102 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:90 msgid "Dock always on top" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:65 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:60 msgid "Dock the terminal" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:109 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:97 msgid "Docked terminal size" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:116 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:104 msgid "Docked terminal space" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:62 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:57 msgid "Docking" msgstr "" @@ -642,7 +645,7 @@ msgstr "" msgid "Down" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:47 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 msgid "Download" msgstr "" @@ -671,7 +674,7 @@ msgstr "" msgid "Edit locally" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:62 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:58 msgid "Enable" msgstr "" @@ -688,7 +691,7 @@ msgstr "" msgid "Enable automatic installation of updates when they become available." msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:204 msgid "Enable fluent background option" msgstr "" @@ -712,12 +715,12 @@ msgstr "" msgid "End of the line" msgstr "" -#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:19 +#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:17 msgid "Environment" msgstr "" -#: tabby-core/src/services/config.service.ts:370 -#: tabby-core/src/services/config.service.ts:384 +#: tabby-core/src/services/config.service.ts:372 +#: tabby-core/src/services/config.service.ts:386 msgid "Erase config" msgstr "" @@ -729,15 +732,15 @@ msgstr "" msgid "Error in {plugin}:" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9 +#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:10 msgid "Exact match" msgstr "" -#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:19 +#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:15 msgid "Example:" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:205 msgid "Experimental Windows 10 background style known to cause issues" msgstr "" @@ -745,7 +748,7 @@ msgstr "" msgid "Export" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:81 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76 msgid "Fallback font" msgstr "" @@ -761,11 +764,11 @@ msgstr "" msgid "Filter" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:140 msgid "Fixed" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 msgid "Fluent background sometimes causes drag lag" msgstr "" @@ -785,7 +788,7 @@ msgstr "" msgid "Focus all tabs at once (broadcast)" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:189 msgid "Focus follows mouse" msgstr "" @@ -825,11 +828,15 @@ msgstr "" msgid "Focus the pane on the right" msgstr "" +#: tabby-core/src/theme.ts:42 +msgid "Follow the color scheme" +msgstr "" + #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:7 msgid "Font" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183 msgid "For keyboard shortcuts" msgstr "" @@ -853,7 +860,7 @@ msgstr "" msgid "Forget" msgstr "" -#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:58 +#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:45 msgid "Forward port" msgstr "" @@ -861,7 +868,7 @@ msgstr "" msgid "Forwarded ports" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:46 msgid "From color scheme" msgstr "" @@ -873,7 +880,7 @@ msgstr "" msgid "Frontend" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:58 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:54 msgid "Full" msgstr "" @@ -887,11 +894,11 @@ msgstr "" msgid "Generate a pre-filled GitHub issue" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:27 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:25 msgid "Get" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:18 msgid "Get it from the Tabby Web settings window" msgstr "" @@ -911,7 +918,7 @@ msgstr "" msgid "Group" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194 msgid "Hacks" msgstr "" @@ -928,27 +935,27 @@ msgstr "" msgid "Hexadecimal" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 msgid "Hide tab close button" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:151 msgid "Hide tab index" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 msgid "Hide tab options button" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:111 msgid "Hide window on focus loss" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:124 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:112 msgid "Hides the docked terminal when you click away." msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:28 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:26 msgid "Homepage" msgstr "" @@ -970,7 +977,7 @@ msgstr "" msgid "Hotkeys" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:69 msgid "How Tabby presents itself through environment vars" msgstr "" @@ -990,11 +997,11 @@ msgstr "" msgid "Icon" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138 msgid "id.tab-width.dynamic" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:62 msgid "If disabled, only custom profiles will show up in the profile selector" msgstr "" @@ -1022,7 +1029,7 @@ msgstr "" msgid "Input newlines" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:41 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:39 msgid "Installed" msgstr "" @@ -1056,7 +1063,7 @@ msgid "Jump to previous word" msgstr "" #: tabby-settings/src/components/profilesSettingsTab.component.ts:140 -#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:212 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 @@ -1068,7 +1075,7 @@ msgstr "" msgid "Keep Alive Interval (Milliseconds)" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:103 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:91 msgid "Keep docked terminal always on top" msgstr "" @@ -1114,8 +1121,8 @@ msgstr "" msgid "Learn how to allow Tabby to detect remote shell's working directory." msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:141 -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:76 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:127 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:69 #: tabby-core/src/tabContextMenu.ts:80 msgid "Left" msgstr "" @@ -1132,7 +1139,7 @@ msgstr "" msgid "Line editor, input is sent after you press Enter" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:88 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83 msgid "Line padding" msgstr "" @@ -1140,11 +1147,11 @@ msgstr "" msgid "Loading" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:38 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:34 msgid "Loading configs..." msgstr "" -#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:49 +#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:39 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5 msgid "Local" msgstr "" @@ -1179,11 +1186,11 @@ msgstr "" msgid "Maximize the active pane" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 +#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70 msgid "Minimum contrast ratio" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:39 msgid "Modified on {date}" msgstr "" @@ -1199,11 +1206,11 @@ msgstr "" msgid "Move tab to the right" msgstr "" -#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:223 msgid "Move to \"Ungrouped\"" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:190 msgid "Moving the mouse over an inactive pane will cause it to activate" msgstr "" @@ -1220,7 +1227,7 @@ msgstr "" msgid "Name for the new directory" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:50 msgid "Native" msgstr "" @@ -1232,16 +1239,16 @@ msgstr "" msgid "New config on {platform}" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:15 +#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:16 msgid "New item" msgstr "" -#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:193 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118 msgid "New name" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:22 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:20 msgid "New profile" msgstr "" @@ -1316,13 +1323,13 @@ msgstr "" msgid "Number of lines kept in the buffer" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:65 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:137 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60 msgid "Off" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:85 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:81 msgid "Official" msgstr "" @@ -1330,7 +1337,7 @@ msgstr "" msgid "On GitHub Discussions" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:41 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:39 msgid "Opacity" msgstr "" @@ -1350,7 +1357,7 @@ msgstr "" msgid "Open SFTP panel" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9 +#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:10 msgid "Optional" msgstr "" @@ -1407,11 +1414,11 @@ msgstr "" msgid "Overwrite the local config and start syncing?" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182 msgid "Pane resize step" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179 msgid "Panes" msgstr "" @@ -1419,7 +1426,7 @@ msgstr "" msgid "Parity" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64 msgid "Partial config sync is not possible when the config is encrypted via Vault." msgstr "" @@ -1433,7 +1440,7 @@ msgid "Password" msgstr "" #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 -#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:479 #: tabby-terminal/src/tabContextMenu.ts:35 msgid "Paste" msgstr "" @@ -1446,7 +1453,7 @@ msgstr "" msgid "Paste if no selection, else copy" msgstr "" -#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:486 msgid "Paste multiple lines?" msgstr "" @@ -1485,7 +1492,7 @@ msgid "Ports" msgstr "" #: tabby-serial/src/components/serialTab.component.ts:86 -#: tabby-ssh/src/components/sshTab.component.ts:169 +#: tabby-ssh/src/components/sshTab.component.ts:172 #: tabby-telnet/src/components/telnetTab.component.ts:53 msgid "Press any key to reconnect" msgstr "" @@ -1529,7 +1536,7 @@ msgstr "" msgid "Profiles & connections" msgstr "" -#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:13 +#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:12 msgid "Program" msgstr "" @@ -1545,13 +1552,13 @@ msgstr "" msgid "Puts all of Tabby's configuration into the vault" msgstr "" -#: tabby-core/src/index.ts:226 +#: tabby-core/src/index.ts:211 #: tabby-core/src/services/profiles.service.ts:177 msgid "Quick connect" msgstr "" -#: tabby-core/src/services/config.service.ts:371 -#: tabby-core/src/services/config.service.ts:385 +#: tabby-core/src/services/config.service.ts:373 +#: tabby-core/src/services/config.service.ts:387 msgid "Quit" msgstr "" @@ -1579,7 +1586,7 @@ msgstr "" msgid "Red" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9 +#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:10 msgid "Regex" msgstr "" @@ -1591,8 +1598,8 @@ msgstr "" msgid "Remember for {time}" msgstr "" +#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:41 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5 -#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:52 msgid "Remote" msgstr "" @@ -1618,7 +1625,7 @@ msgstr "" msgid "Reopen last tab" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:42 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:26 msgid "Replace" msgstr "" @@ -1656,7 +1663,7 @@ msgstr "" msgid "Restart the app to apply changes" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159 msgid "Restore terminal tabs on app start" msgstr "" @@ -1664,8 +1671,8 @@ msgstr "" msgid "Reuse session for multiple tabs" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:144 -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:79 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:129 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:71 #: tabby-core/src/tabContextMenu.ts:78 msgid "Right" msgstr "" @@ -1679,7 +1686,7 @@ msgid "Run as administrator" msgstr "" #: locale/tmp-html/tabby-core/src/components/renameTabModal.component.html:6 -#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:54 +#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:52 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30 msgid "Save" msgstr "" @@ -1753,7 +1760,7 @@ msgstr "" msgid "Search plugins" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:17 msgid "Secret sync token" msgstr "" @@ -1774,7 +1781,7 @@ msgstr "" msgid "Select file storage" msgstr "" -#: tabby-core/src/index.ts:238 +#: tabby-core/src/index.ts:223 msgid "Select profile" msgstr "" @@ -1809,7 +1816,7 @@ msgstr "" msgid "Set master passphrase" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:13 +#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:11 msgid "Set passphrase" msgstr "" @@ -1817,11 +1824,11 @@ msgstr "" msgid "Set password" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:171 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:168 msgid "Set Tabby as %COMSPEC%" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:57 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:55 msgid "Set to 0 to disable recent profiles" msgstr "" @@ -1830,7 +1837,7 @@ msgid "Sets the SSH agent's named pipe path." msgstr "" #: tabby-settings/src/buttonProvider.ts:28 -#: tabby-settings/src/components/settingsTab.component.ts:58 +#: tabby-settings/src/components/settingsTab.component.ts:57 msgid "Settings" msgstr "" @@ -1838,7 +1845,7 @@ msgstr "" msgid "Shell" msgstr "" -#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:551 msgid "Shell does not support current path detection" msgstr "" @@ -1854,7 +1861,7 @@ msgstr "" msgid "Show a confirmation box when pasting multiple lines" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:63 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:61 msgid "Show built-in profiles in selector" msgstr "" @@ -1870,7 +1877,7 @@ msgstr "" msgid "Show defaults" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:149 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:146 msgid "Show Mixer" msgstr "" @@ -1878,7 +1885,7 @@ msgstr "" msgid "Show pane labels (for rearranging)" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157 msgid "Show profile icon on tab" msgstr "" @@ -1886,7 +1893,7 @@ msgstr "" msgid "Show profile selector" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:56 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:54 msgid "Show recent profiles in selector" msgstr "" @@ -1898,7 +1905,7 @@ msgstr "" msgid "Show Serial connections" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:145 msgid "Show tabs in fullscreen mode" msgstr "" @@ -1922,12 +1929,12 @@ msgstr "" msgid "Slow feed" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:66 -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:89 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:61 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:79 msgid "Snaps the window to a side of the screen" msgstr "" -#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:26 +#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:22 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:9 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:20 msgid "SOCKS proxy" @@ -1992,10 +1999,10 @@ msgid "SSH password for {user}@{host}:{port}" msgstr "" #: tabby-core/src/theme.ts:8 -msgid "Standard" +msgid "Standard (legacy)" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:150 msgid "Startup" msgstr "" @@ -2011,7 +2018,7 @@ msgstr "" msgid "Subscribe to updates" msgstr "" -#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:17 +#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:13 msgid "Substitutions allowed." msgstr "" @@ -2031,7 +2038,7 @@ msgstr "" msgid "Sync" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:53 msgid "Sync automatically" msgstr "" @@ -2039,15 +2046,15 @@ msgstr "" msgid "Sync host" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 msgid "Sync hotkeys" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:80 msgid "Sync Vault" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:74 msgid "Sync window settings" msgstr "" @@ -2086,15 +2093,15 @@ msgstr "" msgid "Tabby news and updates on Twitter" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:128 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:116 msgid "Tabs" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:131 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:119 msgid "Tabs location" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:150 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:134 msgid "Tabs width" msgstr "" @@ -2102,7 +2109,7 @@ msgstr "" msgid "Telnet session" msgstr "" -#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 +#: tabby-terminal/src/api/baseTerminalTab.component.ts:200 #: tabby-terminal/src/settings.ts:43 msgid "Terminal" msgstr "" @@ -2115,7 +2122,7 @@ msgstr "" msgid "Terminal bell" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:68 msgid "Terminal identification" msgstr "" @@ -2135,15 +2142,15 @@ msgstr "" msgid "There is a saved password for this connection" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 +#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:79 msgid "These apply to all profiles of a given type" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:55 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52 msgid "Thin" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:198 msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgstr "" @@ -2163,8 +2170,8 @@ msgstr "" msgid "Toggles the Tabby window visibility" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:135 -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:73 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:67 msgid "Top" msgstr "" @@ -2172,7 +2179,7 @@ msgstr "" msgid "Trim whitespace and newlines" msgstr "" -#: tabby-core/src/services/config.service.ts:369 +#: tabby-core/src/services/config.service.ts:371 msgid "Try again" msgstr "" @@ -2188,11 +2195,11 @@ msgstr "" msgid "Ungrouped" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:63 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:59 msgid "Uninstall" msgstr "" -#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 +#: tabby-settings/src/components/profilesSettingsTab.component.ts:257 msgid "Unknown" msgstr "" @@ -2213,16 +2220,16 @@ msgstr "" msgid "Update" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:56 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:52 msgid "Upgrade to {version}" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:42 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 msgid "Upload" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 +#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 msgid "Upload as a new config" msgstr "" @@ -2280,7 +2287,7 @@ msgstr "" msgid "Verify host keys when connecting" msgstr "" -#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:79 +#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:75 msgid "Version" msgstr "" @@ -2292,7 +2299,7 @@ msgstr "" msgid "Vibrancy" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139 msgid "Visual" msgstr "" @@ -2328,7 +2335,7 @@ msgstr "" msgid "When WinSCP is detected, you can launch an SCP session from the context menu." msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:48 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:46 msgid "Whether a custom window or an OS native window should be used" msgstr "" @@ -2337,19 +2344,19 @@ msgstr "" msgid "Window" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:117 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:105 msgid "Window dimension along the edge" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:110 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:98 msgid "Window dimension away from the edge" msgstr "" -#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:47 +#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:45 msgid "Window frame" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:168 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:165 msgid "Windows" msgstr "" @@ -2374,7 +2381,7 @@ msgstr "" msgid "Working directory detection" msgstr "" -#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:148 +#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:145 msgid "WSL terminal bell can only be muted via Volume Mixer" msgstr "" @@ -2406,8 +2413,8 @@ msgstr "" msgid "Zoom out" msgstr "" +#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:43 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5 -#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55 msgctxt "[Dynamic] port forwarding" msgid "id.port-forwarding.dynamic" msgstr "" diff --git a/package.json b/package.json index 01c3919c..0cabc6dd 100644 --- a/package.json +++ b/package.json @@ -99,17 +99,17 @@ "**/graceful-fs": "^4.2.4" }, "scripts": { - "build": "npm run build:typings && node scripts/build-modules.js", - "build:typings": "node scripts/build-typings.js", + "build": "npm run build:typings && node scripts/build-modules.mjs", + "build:typings": "node scripts/build-typings.mjs", "watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch", "start": "cross-env TABBY_DEV=1 electron app -d --inspect", "start:prod": "electron app --debug", "prod": "cross-env TABBY_DEV=1 electron app", - "docs": "node scripts/build-docs.js", + "docs": "node scripts/build-docs.mjs", "lint": "eslint --ext ts */src */lib", "postinstall": "patch-package && node ./scripts/install-deps.mjs && node ./scripts/build-native.mjs", "i18n:pull": "crowdin pull --skip-untranslated-strings", - "i18n:extract": "node scripts/i18n-extract.js", + "i18n:extract": "node scripts/i18n-extract.mjs", "i18n:push": "crowdin push" }, "type": "module", diff --git a/scripts/build-docs.js b/scripts/build-docs.mjs similarity index 71% rename from scripts/build-docs.js rename to scripts/build-docs.mjs index 4d5519d6..30c60d78 100755 --- a/scripts/build-docs.js +++ b/scripts/build-docs.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node -const sh = require('shelljs') -const vars = require('./vars') -const log = require('npmlog') +import sh from 'shelljs' +import * as vars from './vars.mjs' +import log from 'npmlog' vars.packagesWithDocs.forEach(([dest, src]) => { log.info('docs', src) diff --git a/scripts/build-linux.js b/scripts/build-linux.mjs similarity index 91% rename from scripts/build-linux.js rename to scripts/build-linux.mjs index f0196930..6d303575 100755 --- a/scripts/build-linux.js +++ b/scripts/build-linux.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ -const builder = require('electron-builder').build -const vars = require('./vars') +import { build as builder } from 'electron-builder' +import * as vars from './vars.mjs' const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/') diff --git a/scripts/build-macos.js b/scripts/build-macos.mjs similarity index 92% rename from scripts/build-macos.js rename to scripts/build-macos.mjs index eaaecbfc..1e80a78c 100755 --- a/scripts/build-macos.js +++ b/scripts/build-macos.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ -const builder = require('electron-builder').build -const vars = require('./vars') +import { build as builder } from 'electron-builder' +import * as vars from './vars.mjs' const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/') diff --git a/scripts/build-modules.js b/scripts/build-modules.js deleted file mode 100755 index 3307837b..00000000 --- a/scripts/build-modules.js +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env node -const vars = require('./vars') -const log = require('npmlog') -const webpack = require('webpack') -const { promisify } = require('util') - -const configs = [ - '../app/webpack.main.config.js', - '../app/webpack.config.js', - ...vars.allPackages.map(x => `../${x}/webpack.config.js`), -] - -;(async () => { - for (const c of configs) { - log.info('build', c) - const stats = await promisify(webpack)(require(c)) - console.log(stats.toString({ colors: true })) - if (stats.hasErrors()) { - process.exit(1) - } - } -})() diff --git a/scripts/build-modules.mjs b/scripts/build-modules.mjs new file mode 100755 index 00000000..2bbb83c0 --- /dev/null +++ b/scripts/build-modules.mjs @@ -0,0 +1,22 @@ +#!/usr/bin/env node +import * as vars from './vars.mjs' +import log from 'npmlog' +import webpack from 'webpack' +import { promisify } from 'node:util' + +const configs = [ + '../app/webpack.config.main.mjs', + '../app/webpack.config.mjs', + ...vars.allPackages.map(x => `../${x}/webpack.config.mjs`), +] + +;(async () => { + for (const c of configs) { + log.info('build', c) + const stats = await promisify(webpack)((await import(c)).default()) + console.log(stats.toString({ colors: true })) + if (stats.hasErrors()) { + process.exit(1) + } + } +})() diff --git a/scripts/build-typings.js b/scripts/build-typings.mjs similarity index 66% rename from scripts/build-typings.js rename to scripts/build-typings.mjs index 7a28a550..f8b81e7e 100755 --- a/scripts/build-typings.js +++ b/scripts/build-typings.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node -const sh = require('shelljs') -const vars = require('./vars') -const log = require('npmlog') +import sh from 'shelljs' +import * as vars from './vars.mjs' +import log from 'npmlog' vars.builtinPlugins.forEach(plugin => { log.info('typings', plugin) diff --git a/scripts/build-windows.js b/scripts/build-windows.mjs similarity index 90% rename from scripts/build-windows.js rename to scripts/build-windows.mjs index 9af45241..cc4ea927 100755 --- a/scripts/build-windows.js +++ b/scripts/build-windows.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ -const builder = require('electron-builder').build -const vars = require('./vars') +import { build as builder } from 'electron-builder' +import * as vars from './vars.mjs' const isTag = (process.env.GITHUB_REF || process.env.BUILD_SOURCEBRANCH || '').startsWith('refs/tags/') diff --git a/scripts/generate-icon-metadata.js b/scripts/generate-icon-metadata.mjs similarity index 70% rename from scripts/generate-icon-metadata.js rename to scripts/generate-icon-metadata.mjs index 7bbd5e1c..339877f5 100755 --- a/scripts/generate-icon-metadata.js +++ b/scripts/generate-icon-metadata.mjs @@ -1,7 +1,10 @@ #!/usr/bin/env node -const jsYaml = require('js-yaml') -const fs = require('fs') -const path = require('path') +import jsYaml from 'js-yaml' +import fs from 'node:fs' +import path from 'node:path' + +const __dirname = path.dirname(new URL(import.meta.url).pathname) + const metadata = jsYaml.load(fs.readFileSync(path.resolve(__dirname, '../node_modules/@fortawesome/fontawesome-free/metadata/icons.yml'))) let result = {} diff --git a/scripts/i18n-extract.js b/scripts/i18n-extract.mjs similarity index 87% rename from scripts/i18n-extract.js rename to scripts/i18n-extract.mjs index 65ad9fa2..d146300e 100755 --- a/scripts/i18n-extract.js +++ b/scripts/i18n-extract.mjs @@ -1,9 +1,9 @@ #!/usr/bin/env node -const sh = require('shelljs') -const fs = require('fs/promises') -const vars = require('./vars') -const log = require('npmlog') -const { GettextExtractor, JsExtractors, HtmlExtractors } = require('gettext-extractor') +import sh from 'shelljs' +import fs from 'node:fs/promises' +import * as vars from './vars.mjs' +import log from 'npmlog' +import { GettextExtractor, JsExtractors, HtmlExtractors } from 'gettext-extractor' let extractor = new GettextExtractor() diff --git a/scripts/prepackage-plugins.js b/scripts/prepackage-plugins.mjs similarity index 77% rename from scripts/prepackage-plugins.js rename to scripts/prepackage-plugins.mjs index bf579f41..5d314819 100755 --- a/scripts/prepackage-plugins.js +++ b/scripts/prepackage-plugins.mjs @@ -1,10 +1,12 @@ #!/usr/bin/env node -const rebuild = require('electron-rebuild').default -const sh = require('shelljs') -const path = require('path') -const fs = require('fs') -const vars = require('./vars') -const log = require('npmlog') +import { rebuild } from 'electron-rebuild' +import sh from 'shelljs' +import path from 'node:path' +import fs from 'node:fs' +import * as vars from './vars.mjs' +import log from 'npmlog' + +const __dirname = path.dirname(new URL(import.meta.url).pathname) let target = path.resolve(__dirname, '../builtin-plugins') sh.mkdir('-p', target) diff --git a/scripts/publish-plugins.js b/scripts/publish-plugins.mjs similarity index 65% rename from scripts/publish-plugins.js rename to scripts/publish-plugins.mjs index b020306a..e00185d4 100755 --- a/scripts/publish-plugins.js +++ b/scripts/publish-plugins.mjs @@ -1,8 +1,8 @@ #!/usr/bin/env node -const sh = require('shelljs') -const vars = require('./vars') -const log = require('npmlog') -const { execSync } = require('child_process') +import sh from 'shelljs' +import * as vars from './vars.mjs' +import log from 'npmlog' +import { execSync } from 'child_process' vars.allPackages.forEach(plugin => { log.info('bump', plugin) diff --git a/scripts/sentry-upload.js b/scripts/sentry-upload.mjs similarity index 93% rename from scripts/sentry-upload.js rename to scripts/sentry-upload.mjs index 315f98e0..6a844212 100755 --- a/scripts/sentry-upload.js +++ b/scripts/sentry-upload.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env node -const sh = require('shelljs') -const vars = require('./vars') +import sh from 'shelljs' +import * as vars from './vars.mjs' const sentryCli = process.platform === 'win32' ? 'node_modules\\.bin\\sentry-cli.cmd' : 'sentry-cli' diff --git a/tabby-core/package.json b/tabby-core/package.json index 78fb90b8..888080c6 100644 --- a/tabby-core/package.json +++ b/tabby-core/package.json @@ -1,6 +1,6 @@ { "name": "tabby-core", - "version": "1.0.189-nightly.2", + "version": "1.0.189-nightly.0", "description": "Tabby core", "keywords": [ "tabby-builtin-plugin" diff --git a/tabby-core/src/components/splitTabSpanner.component.scss b/tabby-core/src/components/splitTabSpanner.component.scss index 93e50835..1bc9cfb9 100644 --- a/tabby-core/src/components/splitTabSpanner.component.scss +++ b/tabby-core/src/components/splitTabSpanner.component.scss @@ -3,7 +3,6 @@ position: absolute; z-index: 5; transition: 0.125s background; - background: rgba(0, 0, 0, .2); &.v { cursor: ns-resize; @@ -16,8 +15,4 @@ width: 10px; margin-left: -5px; } - - &:hover, &.active { - background: rgba(255, 255, 255, .125); - } } diff --git a/tabby-core/src/icons.json b/tabby-core/src/icons.json index b48f711e..05613008 100644 --- a/tabby-core/src/icons.json +++ b/tabby-core/src/icons.json @@ -1 +1 @@ -{"0":["s"],"1":["s"],"2":["s"],"3":["s"],"4":["s"],"5":["s"],"6":["s"],"7":["s"],"8":["s"],"9":["s"],"42-group":["b"],"500px":["b"],"a":["s"],"accessible-icon":["b"],"accusoft":["b"],"address-book":["s","r"],"address-card":["s","r"],"adn":["b"],"adversal":["b"],"affiliatetheme":["b"],"airbnb":["b"],"algolia":["b"],"align-center":["s"],"align-justify":["s"],"align-left":["s"],"align-right":["s"],"alipay":["b"],"amazon":["b"],"amazon-pay":["b"],"amilia":["b"],"anchor":["s"],"anchor-circle-check":["s"],"anchor-circle-exclamation":["s"],"anchor-circle-xmark":["s"],"anchor-lock":["s"],"android":["b"],"angellist":["b"],"angle-down":["s"],"angle-left":["s"],"angle-right":["s"],"angle-up":["s"],"angles-down":["s"],"angles-left":["s"],"angles-right":["s"],"angles-up":["s"],"angrycreative":["b"],"angular":["b"],"ankh":["s"],"app-store":["b"],"app-store-ios":["b"],"apper":["b"],"apple":["b"],"apple-pay":["b"],"apple-whole":["s"],"archway":["s"],"arrow-down":["s"],"arrow-down-1-9":["s"],"arrow-down-9-1":["s"],"arrow-down-a-z":["s"],"arrow-down-long":["s"],"arrow-down-short-wide":["s"],"arrow-down-up-across-line":["s"],"arrow-down-up-lock":["s"],"arrow-down-wide-short":["s"],"arrow-down-z-a":["s"],"arrow-left":["s"],"arrow-left-long":["s"],"arrow-pointer":["s"],"arrow-right":["s"],"arrow-right-arrow-left":["s"],"arrow-right-from-bracket":["s"],"arrow-right-long":["s"],"arrow-right-to-bracket":["s"],"arrow-right-to-city":["s"],"arrow-rotate-left":["s"],"arrow-rotate-right":["s"],"arrow-trend-down":["s"],"arrow-trend-up":["s"],"arrow-turn-down":["s"],"arrow-turn-up":["s"],"arrow-up":["s"],"arrow-up-1-9":["s"],"arrow-up-9-1":["s"],"arrow-up-a-z":["s"],"arrow-up-from-bracket":["s"],"arrow-up-from-ground-water":["s"],"arrow-up-from-water-pump":["s"],"arrow-up-long":["s"],"arrow-up-right-dots":["s"],"arrow-up-right-from-square":["s"],"arrow-up-short-wide":["s"],"arrow-up-wide-short":["s"],"arrow-up-z-a":["s"],"arrows-down-to-line":["s"],"arrows-down-to-people":["s"],"arrows-left-right":["s"],"arrows-left-right-to-line":["s"],"arrows-rotate":["s"],"arrows-spin":["s"],"arrows-split-up-and-left":["s"],"arrows-to-circle":["s"],"arrows-to-dot":["s"],"arrows-to-eye":["s"],"arrows-turn-right":["s"],"arrows-turn-to-dots":["s"],"arrows-up-down":["s"],"arrows-up-down-left-right":["s"],"arrows-up-to-line":["s"],"artstation":["b"],"asterisk":["s"],"asymmetrik":["b"],"at":["s"],"atlassian":["b"],"atom":["s"],"audible":["b"],"audio-description":["s"],"austral-sign":["s"],"autoprefixer":["b"],"avianex":["b"],"aviato":["b"],"award":["s"],"aws":["b"],"b":["s"],"baby":["s"],"baby-carriage":["s"],"backward":["s"],"backward-fast":["s"],"backward-step":["s"],"bacon":["s"],"bacteria":["s"],"bacterium":["s"],"bag-shopping":["s"],"bahai":["s"],"baht-sign":["s"],"ban":["s"],"ban-smoking":["s"],"bandage":["s"],"bandcamp":["b"],"barcode":["s"],"bars":["s"],"bars-progress":["s"],"bars-staggered":["s"],"baseball":["s"],"baseball-bat-ball":["s"],"basket-shopping":["s"],"basketball":["s"],"bath":["s"],"battery-empty":["s"],"battery-full":["s"],"battery-half":["s"],"battery-quarter":["s"],"battery-three-quarters":["s"],"battle-net":["b"],"bed":["s"],"bed-pulse":["s"],"beer-mug-empty":["s"],"behance":["b"],"behance-square":["b"],"bell":["s","r"],"bell-concierge":["s"],"bell-slash":["s","r"],"bezier-curve":["s"],"bicycle":["s"],"bilibili":["b"],"bimobject":["b"],"binoculars":["s"],"biohazard":["s"],"bitbucket":["b"],"bitcoin":["b"],"bitcoin-sign":["s"],"bity":["b"],"black-tie":["b"],"blackberry":["b"],"blender":["s"],"blender-phone":["s"],"blog":["s"],"blogger":["b"],"blogger-b":["b"],"bluetooth":["b"],"bluetooth-b":["b"],"bold":["s"],"bolt":["s"],"bolt-lightning":["s"],"bomb":["s"],"bone":["s"],"bong":["s"],"book":["s"],"book-atlas":["s"],"book-bible":["s"],"book-bookmark":["s"],"book-journal-whills":["s"],"book-medical":["s"],"book-open":["s"],"book-open-reader":["s"],"book-quran":["s"],"book-skull":["s"],"bookmark":["s","r"],"bootstrap":["b"],"border-all":["s"],"border-none":["s"],"border-top-left":["s"],"bore-hole":["s"],"bots":["b"],"bottle-droplet":["s"],"bottle-water":["s"],"bowl-food":["s"],"bowl-rice":["s"],"bowling-ball":["s"],"box":["s"],"box-archive":["s"],"box-open":["s"],"box-tissue":["s"],"boxes-packing":["s"],"boxes-stacked":["s"],"braille":["s"],"brain":["s"],"brazilian-real-sign":["s"],"bread-slice":["s"],"bridge":["s"],"bridge-circle-check":["s"],"bridge-circle-exclamation":["s"],"bridge-circle-xmark":["s"],"bridge-lock":["s"],"bridge-water":["s"],"briefcase":["s"],"briefcase-medical":["s"],"broom":["s"],"broom-ball":["s"],"brush":["s"],"btc":["b"],"bucket":["s"],"buffer":["b"],"bug":["s"],"bug-slash":["s"],"bugs":["s"],"building":["s","r"],"building-circle-arrow-right":["s"],"building-circle-check":["s"],"building-circle-exclamation":["s"],"building-circle-xmark":["s"],"building-columns":["s"],"building-flag":["s"],"building-lock":["s"],"building-ngo":["s"],"building-shield":["s"],"building-un":["s"],"building-user":["s"],"building-wheat":["s"],"bullhorn":["s"],"bullseye":["s"],"burger":["s"],"buromobelexperte":["b"],"burst":["s"],"bus":["s"],"bus-simple":["s"],"business-time":["s"],"buy-n-large":["b"],"buysellads":["b"],"c":["s"],"cake-candles":["s"],"calculator":["s"],"calendar":["s","r"],"calendar-check":["s","r"],"calendar-day":["s"],"calendar-days":["s","r"],"calendar-minus":["s","r"],"calendar-plus":["s","r"],"calendar-week":["s"],"calendar-xmark":["s","r"],"camera":["s"],"camera-retro":["s"],"camera-rotate":["s"],"campground":["s"],"canadian-maple-leaf":["b"],"candy-cane":["s"],"cannabis":["s"],"capsules":["s"],"car":["s"],"car-battery":["s"],"car-burst":["s"],"car-on":["s"],"car-rear":["s"],"car-side":["s"],"car-tunnel":["s"],"caravan":["s"],"caret-down":["s"],"caret-left":["s"],"caret-right":["s"],"caret-up":["s"],"carrot":["s"],"cart-arrow-down":["s"],"cart-flatbed":["s"],"cart-flatbed-suitcase":["s"],"cart-plus":["s"],"cart-shopping":["s"],"cash-register":["s"],"cat":["s"],"cc-amazon-pay":["b"],"cc-amex":["b"],"cc-apple-pay":["b"],"cc-diners-club":["b"],"cc-discover":["b"],"cc-jcb":["b"],"cc-mastercard":["b"],"cc-paypal":["b"],"cc-stripe":["b"],"cc-visa":["b"],"cedi-sign":["s"],"cent-sign":["s"],"centercode":["b"],"centos":["b"],"certificate":["s"],"chair":["s"],"chalkboard":["s"],"chalkboard-user":["s"],"champagne-glasses":["s"],"charging-station":["s"],"chart-area":["s"],"chart-bar":["s","r"],"chart-column":["s"],"chart-gantt":["s"],"chart-line":["s"],"chart-pie":["s"],"chart-simple":["s"],"check":["s"],"check-double":["s"],"check-to-slot":["s"],"cheese":["s"],"chess":["s"],"chess-bishop":["s","r"],"chess-board":["s"],"chess-king":["s","r"],"chess-knight":["s","r"],"chess-pawn":["s","r"],"chess-queen":["s","r"],"chess-rook":["s","r"],"chevron-down":["s"],"chevron-left":["s"],"chevron-right":["s"],"chevron-up":["s"],"child":["s"],"child-dress":["s"],"child-reaching":["s"],"child-rifle":["s"],"children":["s"],"chrome":["b"],"chromecast":["b"],"church":["s"],"circle":["s","r"],"circle-arrow-down":["s"],"circle-arrow-left":["s"],"circle-arrow-right":["s"],"circle-arrow-up":["s"],"circle-check":["s","r"],"circle-chevron-down":["s"],"circle-chevron-left":["s"],"circle-chevron-right":["s"],"circle-chevron-up":["s"],"circle-dollar-to-slot":["s"],"circle-dot":["s","r"],"circle-down":["s","r"],"circle-exclamation":["s"],"circle-h":["s"],"circle-half-stroke":["s"],"circle-info":["s"],"circle-left":["s","r"],"circle-minus":["s"],"circle-nodes":["s"],"circle-notch":["s"],"circle-pause":["s","r"],"circle-play":["s","r"],"circle-plus":["s"],"circle-question":["s","r"],"circle-radiation":["s"],"circle-right":["s","r"],"circle-stop":["s","r"],"circle-up":["s","r"],"circle-user":["s","r"],"circle-xmark":["s","r"],"city":["s"],"clapperboard":["s"],"clipboard":["s","r"],"clipboard-check":["s"],"clipboard-list":["s"],"clipboard-question":["s"],"clipboard-user":["s"],"clock":["s","r"],"clock-rotate-left":["s"],"clone":["s","r"],"closed-captioning":["s","r"],"cloud":["s"],"cloud-arrow-down":["s"],"cloud-arrow-up":["s"],"cloud-bolt":["s"],"cloud-meatball":["s"],"cloud-moon":["s"],"cloud-moon-rain":["s"],"cloud-rain":["s"],"cloud-showers-heavy":["s"],"cloud-showers-water":["s"],"cloud-sun":["s"],"cloud-sun-rain":["s"],"cloudflare":["b"],"cloudscale":["b"],"cloudsmith":["b"],"cloudversify":["b"],"clover":["s"],"cmplid":["b"],"code":["s"],"code-branch":["s"],"code-commit":["s"],"code-compare":["s"],"code-fork":["s"],"code-merge":["s"],"code-pull-request":["s"],"codepen":["b"],"codiepie":["b"],"coins":["s"],"colon-sign":["s"],"comment":["s","r"],"comment-dollar":["s"],"comment-dots":["s","r"],"comment-medical":["s"],"comment-slash":["s"],"comment-sms":["s"],"comments":["s","r"],"comments-dollar":["s"],"compact-disc":["s"],"compass":["s","r"],"compass-drafting":["s"],"compress":["s"],"computer":["s"],"computer-mouse":["s"],"confluence":["b"],"connectdevelop":["b"],"contao":["b"],"cookie":["s"],"cookie-bite":["s"],"copy":["s","r"],"copyright":["s","r"],"cotton-bureau":["b"],"couch":["s"],"cow":["s"],"cpanel":["b"],"creative-commons":["b"],"creative-commons-by":["b"],"creative-commons-nc":["b"],"creative-commons-nc-eu":["b"],"creative-commons-nc-jp":["b"],"creative-commons-nd":["b"],"creative-commons-pd":["b"],"creative-commons-pd-alt":["b"],"creative-commons-remix":["b"],"creative-commons-sa":["b"],"creative-commons-sampling":["b"],"creative-commons-sampling-plus":["b"],"creative-commons-share":["b"],"creative-commons-zero":["b"],"credit-card":["s","r"],"critical-role":["b"],"crop":["s"],"crop-simple":["s"],"cross":["s"],"crosshairs":["s"],"crow":["s"],"crown":["s"],"crutch":["s"],"cruzeiro-sign":["s"],"css3":["b"],"css3-alt":["b"],"cube":["s"],"cubes":["s"],"cubes-stacked":["s"],"cuttlefish":["b"],"d":["s"],"d-and-d":["b"],"d-and-d-beyond":["b"],"dailymotion":["b"],"dashcube":["b"],"database":["s"],"deezer":["b"],"delete-left":["s"],"delicious":["b"],"democrat":["s"],"deploydog":["b"],"deskpro":["b"],"desktop":["s"],"dev":["b"],"deviantart":["b"],"dharmachakra":["s"],"dhl":["b"],"diagram-next":["s"],"diagram-predecessor":["s"],"diagram-project":["s"],"diagram-successor":["s"],"diamond":["s"],"diamond-turn-right":["s"],"diaspora":["b"],"dice":["s"],"dice-d20":["s"],"dice-d6":["s"],"dice-five":["s"],"dice-four":["s"],"dice-one":["s"],"dice-six":["s"],"dice-three":["s"],"dice-two":["s"],"digg":["b"],"digital-ocean":["b"],"discord":["b"],"discourse":["b"],"disease":["s"],"display":["s"],"divide":["s"],"dna":["s"],"dochub":["b"],"docker":["b"],"dog":["s"],"dollar-sign":["s"],"dolly":["s"],"dong-sign":["s"],"door-closed":["s"],"door-open":["s"],"dove":["s"],"down-left-and-up-right-to-center":["s"],"down-long":["s"],"download":["s"],"draft2digital":["b"],"dragon":["s"],"draw-polygon":["s"],"dribbble":["b"],"dribbble-square":["b"],"dropbox":["b"],"droplet":["s"],"droplet-slash":["s"],"drum":["s"],"drum-steelpan":["s"],"drumstick-bite":["s"],"drupal":["b"],"dumbbell":["s"],"dumpster":["s"],"dumpster-fire":["s"],"dungeon":["s"],"dyalog":["b"],"e":["s"],"ear-deaf":["s"],"ear-listen":["s"],"earlybirds":["b"],"earth-africa":["s"],"earth-americas":["s"],"earth-asia":["s"],"earth-europe":["s"],"earth-oceania":["s"],"ebay":["b"],"edge":["b"],"edge-legacy":["b"],"egg":["s"],"eject":["s"],"elementor":["b"],"elevator":["s"],"ellipsis":["s"],"ellipsis-vertical":["s"],"ello":["b"],"ember":["b"],"empire":["b"],"envelope":["s","r"],"envelope-circle-check":["s"],"envelope-open":["s","r"],"envelope-open-text":["s"],"envelopes-bulk":["s"],"envira":["b"],"equals":["s"],"eraser":["s"],"erlang":["b"],"ethereum":["b"],"ethernet":["s"],"etsy":["b"],"euro-sign":["s"],"evernote":["b"],"exclamation":["s"],"expand":["s"],"expeditedssl":["b"],"explosion":["s"],"eye":["s","r"],"eye-dropper":["s"],"eye-low-vision":["s"],"eye-slash":["s","r"],"f":["s"],"face-angry":["s","r"],"face-dizzy":["s","r"],"face-flushed":["s","r"],"face-frown":["s","r"],"face-frown-open":["s","r"],"face-grimace":["s","r"],"face-grin":["s","r"],"face-grin-beam":["s","r"],"face-grin-beam-sweat":["s","r"],"face-grin-hearts":["s","r"],"face-grin-squint":["s","r"],"face-grin-squint-tears":["s","r"],"face-grin-stars":["s","r"],"face-grin-tears":["s","r"],"face-grin-tongue":["s","r"],"face-grin-tongue-squint":["s","r"],"face-grin-tongue-wink":["s","r"],"face-grin-wide":["s","r"],"face-grin-wink":["s","r"],"face-kiss":["s","r"],"face-kiss-beam":["s","r"],"face-kiss-wink-heart":["s","r"],"face-laugh":["s","r"],"face-laugh-beam":["s","r"],"face-laugh-squint":["s","r"],"face-laugh-wink":["s","r"],"face-meh":["s","r"],"face-meh-blank":["s","r"],"face-rolling-eyes":["s","r"],"face-sad-cry":["s","r"],"face-sad-tear":["s","r"],"face-smile":["s","r"],"face-smile-beam":["s","r"],"face-smile-wink":["s","r"],"face-surprise":["s","r"],"face-tired":["s","r"],"facebook":["b"],"facebook-f":["b"],"facebook-messenger":["b"],"facebook-square":["b"],"fan":["s"],"fantasy-flight-games":["b"],"faucet":["s"],"faucet-drip":["s"],"fax":["s"],"feather":["s"],"feather-pointed":["s"],"fedex":["b"],"fedora":["b"],"ferry":["s"],"figma":["b"],"file":["s","r"],"file-arrow-down":["s"],"file-arrow-up":["s"],"file-audio":["s","r"],"file-circle-check":["s"],"file-circle-exclamation":["s"],"file-circle-minus":["s"],"file-circle-plus":["s"],"file-circle-question":["s"],"file-circle-xmark":["s"],"file-code":["s","r"],"file-contract":["s"],"file-csv":["s"],"file-excel":["s","r"],"file-export":["s"],"file-image":["s","r"],"file-import":["s"],"file-invoice":["s"],"file-invoice-dollar":["s"],"file-lines":["s","r"],"file-medical":["s"],"file-pdf":["s","r"],"file-pen":["s"],"file-powerpoint":["s","r"],"file-prescription":["s"],"file-shield":["s"],"file-signature":["s"],"file-video":["s","r"],"file-waveform":["s"],"file-word":["s","r"],"file-zipper":["s","r"],"fill":["s"],"fill-drip":["s"],"film":["s"],"filter":["s"],"filter-circle-dollar":["s"],"filter-circle-xmark":["s"],"fingerprint":["s"],"fire":["s"],"fire-burner":["s"],"fire-extinguisher":["s"],"fire-flame-curved":["s"],"fire-flame-simple":["s"],"firefox":["b"],"firefox-browser":["b"],"first-order":["b"],"first-order-alt":["b"],"firstdraft":["b"],"fish":["s"],"fish-fins":["s"],"flag":["s","r"],"flag-checkered":["s"],"flag-usa":["s"],"flask":["s"],"flask-vial":["s"],"flickr":["b"],"flipboard":["b"],"floppy-disk":["s","r"],"florin-sign":["s"],"fly":["b"],"folder":["s","r"],"folder-closed":["s","r"],"folder-minus":["s"],"folder-open":["s","r"],"folder-plus":["s"],"folder-tree":["s"],"font":["s"],"font-awesome":["s","r","b"],"fonticons":["b"],"fonticons-fi":["b"],"football":["s"],"fort-awesome":["b"],"fort-awesome-alt":["b"],"forumbee":["b"],"forward":["s"],"forward-fast":["s"],"forward-step":["s"],"foursquare":["b"],"franc-sign":["s"],"free-code-camp":["b"],"freebsd":["b"],"frog":["s"],"fulcrum":["b"],"futbol":["s","r"],"g":["s"],"galactic-republic":["b"],"galactic-senate":["b"],"gamepad":["s"],"gas-pump":["s"],"gauge":["s"],"gauge-high":["s"],"gauge-simple":["s"],"gauge-simple-high":["s"],"gavel":["s"],"gear":["s"],"gears":["s"],"gem":["s","r"],"genderless":["s"],"get-pocket":["b"],"gg":["b"],"gg-circle":["b"],"ghost":["s"],"gift":["s"],"gifts":["s"],"git":["b"],"git-alt":["b"],"git-square":["b"],"github":["b"],"github-alt":["b"],"github-square":["b"],"gitkraken":["b"],"gitlab":["b"],"gitter":["b"],"glass-water":["s"],"glass-water-droplet":["s"],"glasses":["s"],"glide":["b"],"glide-g":["b"],"globe":["s"],"gofore":["b"],"golang":["b"],"golf-ball-tee":["s"],"goodreads":["b"],"goodreads-g":["b"],"google":["b"],"google-drive":["b"],"google-pay":["b"],"google-play":["b"],"google-plus":["b"],"google-plus-g":["b"],"google-plus-square":["b"],"google-wallet":["b"],"gopuram":["s"],"graduation-cap":["s"],"gratipay":["b"],"grav":["b"],"greater-than":["s"],"greater-than-equal":["s"],"grip":["s"],"grip-lines":["s"],"grip-lines-vertical":["s"],"grip-vertical":["s"],"gripfire":["b"],"group-arrows-rotate":["s"],"grunt":["b"],"guarani-sign":["s"],"guilded":["b"],"guitar":["s"],"gulp":["b"],"gun":["s"],"h":["s"],"hacker-news":["b"],"hacker-news-square":["b"],"hackerrank":["b"],"hammer":["s"],"hamsa":["s"],"hand":["s","r"],"hand-back-fist":["s","r"],"hand-dots":["s"],"hand-fist":["s"],"hand-holding":["s"],"hand-holding-dollar":["s"],"hand-holding-droplet":["s"],"hand-holding-hand":["s"],"hand-holding-heart":["s"],"hand-holding-medical":["s"],"hand-lizard":["s","r"],"hand-middle-finger":["s"],"hand-peace":["s","r"],"hand-point-down":["s","r"],"hand-point-left":["s","r"],"hand-point-right":["s","r"],"hand-point-up":["s","r"],"hand-pointer":["s","r"],"hand-scissors":["s","r"],"hand-sparkles":["s"],"hand-spock":["s","r"],"handcuffs":["s"],"hands":["s"],"hands-asl-interpreting":["s"],"hands-bound":["s"],"hands-bubbles":["s"],"hands-clapping":["s"],"hands-holding":["s"],"hands-holding-child":["s"],"hands-holding-circle":["s"],"hands-praying":["s"],"handshake":["s","r"],"handshake-angle":["s"],"handshake-simple":["s"],"handshake-simple-slash":["s"],"handshake-slash":["s"],"hanukiah":["s"],"hard-drive":["s","r"],"hashnode":["b"],"hashtag":["s"],"hat-cowboy":["s"],"hat-cowboy-side":["s"],"hat-wizard":["s"],"head-side-cough":["s"],"head-side-cough-slash":["s"],"head-side-mask":["s"],"head-side-virus":["s"],"heading":["s"],"headphones":["s"],"headphones-simple":["s"],"headset":["s"],"heart":["s","r"],"heart-circle-bolt":["s"],"heart-circle-check":["s"],"heart-circle-exclamation":["s"],"heart-circle-minus":["s"],"heart-circle-plus":["s"],"heart-circle-xmark":["s"],"heart-crack":["s"],"heart-pulse":["s"],"helicopter":["s"],"helicopter-symbol":["s"],"helmet-safety":["s"],"helmet-un":["s"],"highlighter":["s"],"hill-avalanche":["s"],"hill-rockslide":["s"],"hippo":["s"],"hips":["b"],"hire-a-helper":["b"],"hive":["b"],"hockey-puck":["s"],"holly-berry":["s"],"hooli":["b"],"hornbill":["b"],"horse":["s"],"horse-head":["s"],"hospital":["s","r"],"hospital-user":["s"],"hot-tub-person":["s"],"hotdog":["s"],"hotel":["s"],"hotjar":["b"],"hourglass":["s","r"],"hourglass-empty":["s"],"hourglass-end":["s"],"hourglass-start":["s"],"house":["s"],"house-chimney":["s"],"house-chimney-crack":["s"],"house-chimney-medical":["s"],"house-chimney-user":["s"],"house-chimney-window":["s"],"house-circle-check":["s"],"house-circle-exclamation":["s"],"house-circle-xmark":["s"],"house-crack":["s"],"house-fire":["s"],"house-flag":["s"],"house-flood-water":["s"],"house-flood-water-circle-arrow-right":["s"],"house-laptop":["s"],"house-lock":["s"],"house-medical":["s"],"house-medical-circle-check":["s"],"house-medical-circle-exclamation":["s"],"house-medical-circle-xmark":["s"],"house-medical-flag":["s"],"house-signal":["s"],"house-tsunami":["s"],"house-user":["s"],"houzz":["b"],"hryvnia-sign":["s"],"html5":["b"],"hubspot":["b"],"hurricane":["s"],"i":["s"],"i-cursor":["s"],"ice-cream":["s"],"icicles":["s"],"icons":["s"],"id-badge":["s","r"],"id-card":["s","r"],"id-card-clip":["s"],"ideal":["b"],"igloo":["s"],"image":["s","r"],"image-portrait":["s"],"images":["s","r"],"imdb":["b"],"inbox":["s"],"indent":["s"],"indian-rupee-sign":["s"],"industry":["s"],"infinity":["s"],"info":["s"],"instagram":["b"],"instagram-square":["b"],"instalod":["b"],"intercom":["b"],"internet-explorer":["b"],"invision":["b"],"ioxhost":["b"],"italic":["s"],"itch-io":["b"],"itunes":["b"],"itunes-note":["b"],"j":["s"],"jar":["s"],"jar-wheat":["s"],"java":["b"],"jedi":["s"],"jedi-order":["b"],"jenkins":["b"],"jet-fighter":["s"],"jet-fighter-up":["s"],"jira":["b"],"joget":["b"],"joint":["s"],"joomla":["b"],"js":["b"],"js-square":["b"],"jsfiddle":["b"],"jug-detergent":["s"],"k":["s"],"kaaba":["s"],"kaggle":["b"],"key":["s"],"keybase":["b"],"keyboard":["s","r"],"keycdn":["b"],"khanda":["s"],"kickstarter":["b"],"kickstarter-k":["b"],"kip-sign":["s"],"kit-medical":["s"],"kitchen-set":["s"],"kiwi-bird":["s"],"korvue":["b"],"l":["s"],"land-mine-on":["s"],"landmark":["s"],"landmark-dome":["s"],"landmark-flag":["s"],"language":["s"],"laptop":["s"],"laptop-code":["s"],"laptop-file":["s"],"laptop-medical":["s"],"laravel":["b"],"lari-sign":["s"],"lastfm":["b"],"lastfm-square":["b"],"layer-group":["s"],"leaf":["s"],"leanpub":["b"],"left-long":["s"],"left-right":["s"],"lemon":["s","r"],"less":["b"],"less-than":["s"],"less-than-equal":["s"],"life-ring":["s","r"],"lightbulb":["s","r"],"line":["b"],"lines-leaning":["s"],"link":["s"],"link-slash":["s"],"linkedin":["b"],"linkedin-in":["b"],"linode":["b"],"linux":["b"],"lira-sign":["s"],"list":["s"],"list-check":["s"],"list-ol":["s"],"list-ul":["s"],"litecoin-sign":["s"],"location-arrow":["s"],"location-crosshairs":["s"],"location-dot":["s"],"location-pin":["s"],"location-pin-lock":["s"],"lock":["s"],"lock-open":["s"],"locust":["s"],"lungs":["s"],"lungs-virus":["s"],"lyft":["b"],"m":["s"],"magento":["b"],"magnet":["s"],"magnifying-glass":["s"],"magnifying-glass-arrow-right":["s"],"magnifying-glass-chart":["s"],"magnifying-glass-dollar":["s"],"magnifying-glass-location":["s"],"magnifying-glass-minus":["s"],"magnifying-glass-plus":["s"],"mailchimp":["b"],"manat-sign":["s"],"mandalorian":["b"],"map":["s","r"],"map-location":["s"],"map-location-dot":["s"],"map-pin":["s"],"markdown":["b"],"marker":["s"],"mars":["s"],"mars-and-venus":["s"],"mars-and-venus-burst":["s"],"mars-double":["s"],"mars-stroke":["s"],"mars-stroke-right":["s"],"mars-stroke-up":["s"],"martini-glass":["s"],"martini-glass-citrus":["s"],"martini-glass-empty":["s"],"mask":["s"],"mask-face":["s"],"mask-ventilator":["s"],"masks-theater":["s"],"mastodon":["b"],"mattress-pillow":["s"],"maxcdn":["b"],"maximize":["s"],"mdb":["b"],"medal":["s"],"medapps":["b"],"medium":["b"],"medrt":["b"],"meetup":["b"],"megaport":["b"],"memory":["s"],"mendeley":["b"],"menorah":["s"],"mercury":["s"],"message":["s","r"],"meteor":["s"],"microblog":["b"],"microchip":["s"],"microphone":["s"],"microphone-lines":["s"],"microphone-lines-slash":["s"],"microphone-slash":["s"],"microscope":["s"],"microsoft":["b"],"mill-sign":["s"],"minimize":["s"],"minus":["s"],"mitten":["s"],"mix":["b"],"mixcloud":["b"],"mixer":["b"],"mizuni":["b"],"mobile":["s"],"mobile-button":["s"],"mobile-retro":["s"],"mobile-screen":["s"],"mobile-screen-button":["s"],"modx":["b"],"monero":["b"],"money-bill":["s"],"money-bill-1":["s","r"],"money-bill-1-wave":["s"],"money-bill-transfer":["s"],"money-bill-trend-up":["s"],"money-bill-wave":["s"],"money-bill-wheat":["s"],"money-bills":["s"],"money-check":["s"],"money-check-dollar":["s"],"monument":["s"],"moon":["s","r"],"mortar-pestle":["s"],"mosque":["s"],"mosquito":["s"],"mosquito-net":["s"],"motorcycle":["s"],"mound":["s"],"mountain":["s"],"mountain-city":["s"],"mountain-sun":["s"],"mug-hot":["s"],"mug-saucer":["s"],"music":["s"],"n":["s"],"naira-sign":["s"],"napster":["b"],"neos":["b"],"network-wired":["s"],"neuter":["s"],"newspaper":["s","r"],"nfc-directional":["b"],"nfc-symbol":["b"],"nimblr":["b"],"node":["b"],"node-js":["b"],"not-equal":["s"],"note-sticky":["s","r"],"notes-medical":["s"],"npm":["b"],"ns8":["b"],"nutritionix":["b"],"o":["s"],"object-group":["s","r"],"object-ungroup":["s","r"],"octopus-deploy":["b"],"odnoklassniki":["b"],"odnoklassniki-square":["b"],"oil-can":["s"],"oil-well":["s"],"old-republic":["b"],"om":["s"],"opencart":["b"],"openid":["b"],"opera":["b"],"optin-monster":["b"],"orcid":["b"],"osi":["b"],"otter":["s"],"outdent":["s"],"p":["s"],"padlet":["b"],"page4":["b"],"pagelines":["b"],"pager":["s"],"paint-roller":["s"],"paintbrush":["s"],"palette":["s"],"palfed":["b"],"pallet":["s"],"panorama":["s"],"paper-plane":["s","r"],"paperclip":["s"],"parachute-box":["s"],"paragraph":["s"],"passport":["s"],"paste":["s","r"],"patreon":["b"],"pause":["s"],"paw":["s"],"paypal":["b"],"peace":["s"],"pen":["s"],"pen-clip":["s"],"pen-fancy":["s"],"pen-nib":["s"],"pen-ruler":["s"],"pen-to-square":["s","r"],"pencil":["s"],"people-arrows-left-right":["s"],"people-carry-box":["s"],"people-group":["s"],"people-line":["s"],"people-pulling":["s"],"people-robbery":["s"],"people-roof":["s"],"pepper-hot":["s"],"perbyte":["b"],"percent":["s"],"periscope":["b"],"person":["s"],"person-arrow-down-to-line":["s"],"person-arrow-up-from-line":["s"],"person-biking":["s"],"person-booth":["s"],"person-breastfeeding":["s"],"person-burst":["s"],"person-cane":["s"],"person-chalkboard":["s"],"person-circle-check":["s"],"person-circle-exclamation":["s"],"person-circle-minus":["s"],"person-circle-plus":["s"],"person-circle-question":["s"],"person-circle-xmark":["s"],"person-digging":["s"],"person-dots-from-line":["s"],"person-dress":["s"],"person-dress-burst":["s"],"person-drowning":["s"],"person-falling":["s"],"person-falling-burst":["s"],"person-half-dress":["s"],"person-harassing":["s"],"person-hiking":["s"],"person-military-pointing":["s"],"person-military-rifle":["s"],"person-military-to-person":["s"],"person-praying":["s"],"person-pregnant":["s"],"person-rays":["s"],"person-rifle":["s"],"person-running":["s"],"person-shelter":["s"],"person-skating":["s"],"person-skiing":["s"],"person-skiing-nordic":["s"],"person-snowboarding":["s"],"person-swimming":["s"],"person-through-window":["s"],"person-walking":["s"],"person-walking-arrow-loop-left":["s"],"person-walking-arrow-right":["s"],"person-walking-dashed-line-arrow-right":["s"],"person-walking-luggage":["s"],"person-walking-with-cane":["s"],"peseta-sign":["s"],"peso-sign":["s"],"phabricator":["b"],"phoenix-framework":["b"],"phoenix-squadron":["b"],"phone":["s"],"phone-flip":["s"],"phone-slash":["s"],"phone-volume":["s"],"photo-film":["s"],"php":["b"],"pied-piper":["b"],"pied-piper-alt":["b"],"pied-piper-hat":["b"],"pied-piper-pp":["b"],"pied-piper-square":["b"],"piggy-bank":["s"],"pills":["s"],"pinterest":["b"],"pinterest-p":["b"],"pinterest-square":["b"],"pix":["b"],"pizza-slice":["s"],"place-of-worship":["s"],"plane":["s"],"plane-arrival":["s"],"plane-circle-check":["s"],"plane-circle-exclamation":["s"],"plane-circle-xmark":["s"],"plane-departure":["s"],"plane-lock":["s"],"plane-slash":["s"],"plane-up":["s"],"plant-wilt":["s"],"plate-wheat":["s"],"play":["s"],"playstation":["b"],"plug":["s"],"plug-circle-bolt":["s"],"plug-circle-check":["s"],"plug-circle-exclamation":["s"],"plug-circle-minus":["s"],"plug-circle-plus":["s"],"plug-circle-xmark":["s"],"plus":["s"],"plus-minus":["s"],"podcast":["s"],"poo":["s"],"poo-storm":["s"],"poop":["s"],"power-off":["s"],"prescription":["s"],"prescription-bottle":["s"],"prescription-bottle-medical":["s"],"print":["s"],"product-hunt":["b"],"pump-medical":["s"],"pump-soap":["s"],"pushed":["b"],"puzzle-piece":["s"],"python":["b"],"q":["s"],"qq":["b"],"qrcode":["s"],"question":["s"],"quinscape":["b"],"quora":["b"],"quote-left":["s"],"quote-right":["s"],"r":["s"],"r-project":["b"],"radiation":["s"],"radio":["s"],"rainbow":["s"],"ranking-star":["s"],"raspberry-pi":["b"],"ravelry":["b"],"react":["b"],"reacteurope":["b"],"readme":["b"],"rebel":["b"],"receipt":["s"],"record-vinyl":["s"],"rectangle-ad":["s"],"rectangle-list":["s","r"],"rectangle-xmark":["s","r"],"recycle":["s"],"red-river":["b"],"reddit":["b"],"reddit-alien":["b"],"reddit-square":["b"],"redhat":["b"],"registered":["s","r"],"renren":["b"],"repeat":["s"],"reply":["s"],"reply-all":["s"],"replyd":["b"],"republican":["s"],"researchgate":["b"],"resolving":["b"],"restroom":["s"],"retweet":["s"],"rev":["b"],"ribbon":["s"],"right-from-bracket":["s"],"right-left":["s"],"right-long":["s"],"right-to-bracket":["s"],"ring":["s"],"road":["s"],"road-barrier":["s"],"road-bridge":["s"],"road-circle-check":["s"],"road-circle-exclamation":["s"],"road-circle-xmark":["s"],"road-lock":["s"],"road-spikes":["s"],"robot":["s"],"rocket":["s"],"rocketchat":["b"],"rockrms":["b"],"rotate":["s"],"rotate-left":["s"],"rotate-right":["s"],"route":["s"],"rss":["s"],"ruble-sign":["s"],"rug":["s"],"ruler":["s"],"ruler-combined":["s"],"ruler-horizontal":["s"],"ruler-vertical":["s"],"rupee-sign":["s"],"rupiah-sign":["s"],"rust":["b"],"s":["s"],"sack-dollar":["s"],"sack-xmark":["s"],"safari":["b"],"sailboat":["s"],"salesforce":["b"],"sass":["b"],"satellite":["s"],"satellite-dish":["s"],"scale-balanced":["s"],"scale-unbalanced":["s"],"scale-unbalanced-flip":["s"],"schlix":["b"],"school":["s"],"school-circle-check":["s"],"school-circle-exclamation":["s"],"school-circle-xmark":["s"],"school-flag":["s"],"school-lock":["s"],"scissors":["s"],"screenpal":["b"],"screwdriver":["s"],"screwdriver-wrench":["s"],"scribd":["b"],"scroll":["s"],"scroll-torah":["s"],"sd-card":["s"],"searchengin":["b"],"section":["s"],"seedling":["s"],"sellcast":["b"],"sellsy":["b"],"server":["s"],"servicestack":["b"],"shapes":["s"],"share":["s"],"share-from-square":["s","r"],"share-nodes":["s"],"sheet-plastic":["s"],"shekel-sign":["s"],"shield":["s"],"shield-cat":["s"],"shield-dog":["s"],"shield-halved":["s"],"shield-heart":["s"],"shield-virus":["s"],"ship":["s"],"shirt":["s"],"shirtsinbulk":["b"],"shoe-prints":["s"],"shop":["s"],"shop-lock":["s"],"shop-slash":["s"],"shopify":["b"],"shopware":["b"],"shower":["s"],"shrimp":["s"],"shuffle":["s"],"shuttle-space":["s"],"sign-hanging":["s"],"signal":["s"],"signature":["s"],"signs-post":["s"],"sim-card":["s"],"simplybuilt":["b"],"sink":["s"],"sistrix":["b"],"sitemap":["s"],"sith":["b"],"sitrox":["b"],"sketch":["b"],"skull":["s"],"skull-crossbones":["s"],"skyatlas":["b"],"skype":["b"],"slack":["b"],"slash":["s"],"sleigh":["s"],"sliders":["s"],"slideshare":["b"],"smog":["s"],"smoking":["s"],"snapchat":["b"],"snapchat-square":["b"],"snowflake":["s","r"],"snowman":["s"],"snowplow":["s"],"soap":["s"],"socks":["s"],"solar-panel":["s"],"sort":["s"],"sort-down":["s"],"sort-up":["s"],"soundcloud":["b"],"sourcetree":["b"],"spa":["s"],"spaghetti-monster-flying":["s"],"speakap":["b"],"speaker-deck":["b"],"spell-check":["s"],"spider":["s"],"spinner":["s"],"splotch":["s"],"spoon":["s"],"spotify":["b"],"spray-can":["s"],"spray-can-sparkles":["s"],"square":["s","r"],"square-arrow-up-right":["s"],"square-caret-down":["s","r"],"square-caret-left":["s","r"],"square-caret-right":["s","r"],"square-caret-up":["s","r"],"square-check":["s","r"],"square-envelope":["s"],"square-font-awesome":["b"],"square-font-awesome-stroke":["b"],"square-full":["s","r"],"square-h":["s"],"square-minus":["s","r"],"square-nfi":["s"],"square-parking":["s"],"square-pen":["s"],"square-person-confined":["s"],"square-phone":["s"],"square-phone-flip":["s"],"square-plus":["s","r"],"square-poll-horizontal":["s"],"square-poll-vertical":["s"],"square-root-variable":["s"],"square-rss":["s"],"square-share-nodes":["s"],"square-up-right":["s"],"square-virus":["s"],"square-xmark":["s"],"squarespace":["b"],"stack-exchange":["b"],"stack-overflow":["b"],"stackpath":["b"],"staff-aesculapius":["s"],"stairs":["s"],"stamp":["s"],"star":["s","r"],"star-and-crescent":["s"],"star-half":["s","r"],"star-half-stroke":["s","r"],"star-of-david":["s"],"star-of-life":["s"],"staylinked":["b"],"steam":["b"],"steam-square":["b"],"steam-symbol":["b"],"sterling-sign":["s"],"stethoscope":["s"],"sticker-mule":["b"],"stop":["s"],"stopwatch":["s"],"stopwatch-20":["s"],"store":["s"],"store-slash":["s"],"strava":["b"],"street-view":["s"],"strikethrough":["s"],"stripe":["b"],"stripe-s":["b"],"stroopwafel":["s"],"studiovinari":["b"],"stumbleupon":["b"],"stumbleupon-circle":["b"],"subscript":["s"],"suitcase":["s"],"suitcase-medical":["s"],"suitcase-rolling":["s"],"sun":["s","r"],"sun-plant-wilt":["s"],"superpowers":["b"],"superscript":["s"],"supple":["b"],"suse":["b"],"swatchbook":["s"],"swift":["b"],"symfony":["b"],"synagogue":["s"],"syringe":["s"],"t":["s"],"table":["s"],"table-cells":["s"],"table-cells-large":["s"],"table-columns":["s"],"table-list":["s"],"table-tennis-paddle-ball":["s"],"tablet":["s"],"tablet-button":["s"],"tablet-screen-button":["s"],"tablets":["s"],"tachograph-digital":["s"],"tag":["s"],"tags":["s"],"tape":["s"],"tarp":["s"],"tarp-droplet":["s"],"taxi":["s"],"teamspeak":["b"],"teeth":["s"],"teeth-open":["s"],"telegram":["b"],"temperature-arrow-down":["s"],"temperature-arrow-up":["s"],"temperature-empty":["s"],"temperature-full":["s"],"temperature-half":["s"],"temperature-high":["s"],"temperature-low":["s"],"temperature-quarter":["s"],"temperature-three-quarters":["s"],"tencent-weibo":["b"],"tenge-sign":["s"],"tent":["s"],"tent-arrow-down-to-line":["s"],"tent-arrow-left-right":["s"],"tent-arrow-turn-left":["s"],"tent-arrows-down":["s"],"tents":["s"],"terminal":["s"],"text-height":["s"],"text-slash":["s"],"text-width":["s"],"the-red-yeti":["b"],"themeco":["b"],"themeisle":["b"],"thermometer":["s"],"think-peaks":["b"],"thumbs-down":["s","r"],"thumbs-up":["s","r"],"thumbtack":["s"],"ticket":["s"],"ticket-simple":["s"],"tiktok":["b"],"timeline":["s"],"toggle-off":["s"],"toggle-on":["s"],"toilet":["s"],"toilet-paper":["s"],"toilet-paper-slash":["s"],"toilet-portable":["s"],"toilets-portable":["s"],"toolbox":["s"],"tooth":["s"],"torii-gate":["s"],"tornado":["s"],"tower-broadcast":["s"],"tower-cell":["s"],"tower-observation":["s"],"tractor":["s"],"trade-federation":["b"],"trademark":["s"],"traffic-light":["s"],"trailer":["s"],"train":["s"],"train-subway":["s"],"train-tram":["s"],"transgender":["s"],"trash":["s"],"trash-arrow-up":["s"],"trash-can":["s","r"],"trash-can-arrow-up":["s"],"tree":["s"],"tree-city":["s"],"trello":["b"],"triangle-exclamation":["s"],"trophy":["s"],"trowel":["s"],"trowel-bricks":["s"],"truck":["s"],"truck-arrow-right":["s"],"truck-droplet":["s"],"truck-fast":["s"],"truck-field":["s"],"truck-field-un":["s"],"truck-front":["s"],"truck-medical":["s"],"truck-monster":["s"],"truck-moving":["s"],"truck-pickup":["s"],"truck-plane":["s"],"truck-ramp-box":["s"],"tty":["s"],"tumblr":["b"],"tumblr-square":["b"],"turkish-lira-sign":["s"],"turn-down":["s"],"turn-up":["s"],"tv":["s"],"twitch":["b"],"twitter":["b"],"twitter-square":["b"],"typo3":["b"],"u":["s"],"uber":["b"],"ubuntu":["b"],"uikit":["b"],"umbraco":["b"],"umbrella":["s"],"umbrella-beach":["s"],"uncharted":["b"],"underline":["s"],"uniregistry":["b"],"unity":["b"],"universal-access":["s"],"unlock":["s"],"unlock-keyhole":["s"],"unsplash":["b"],"untappd":["b"],"up-down":["s"],"up-down-left-right":["s"],"up-long":["s"],"up-right-and-down-left-from-center":["s"],"up-right-from-square":["s"],"upload":["s"],"ups":["b"],"usb":["b"],"user":["s","r"],"user-astronaut":["s"],"user-check":["s"],"user-clock":["s"],"user-doctor":["s"],"user-gear":["s"],"user-graduate":["s"],"user-group":["s"],"user-injured":["s"],"user-large":["s"],"user-large-slash":["s"],"user-lock":["s"],"user-minus":["s"],"user-ninja":["s"],"user-nurse":["s"],"user-pen":["s"],"user-plus":["s"],"user-secret":["s"],"user-shield":["s"],"user-slash":["s"],"user-tag":["s"],"user-tie":["s"],"user-xmark":["s"],"users":["s"],"users-between-lines":["s"],"users-gear":["s"],"users-line":["s"],"users-rays":["s"],"users-rectangle":["s"],"users-slash":["s"],"users-viewfinder":["s"],"usps":["b"],"ussunnah":["b"],"utensils":["s"],"v":["s"],"vaadin":["b"],"van-shuttle":["s"],"vault":["s"],"vector-square":["s"],"venus":["s"],"venus-double":["s"],"venus-mars":["s"],"vest":["s"],"vest-patches":["s"],"viacoin":["b"],"viadeo":["b"],"viadeo-square":["b"],"vial":["s"],"vial-circle-check":["s"],"vial-virus":["s"],"vials":["s"],"viber":["b"],"video":["s"],"video-slash":["s"],"vihara":["s"],"vimeo":["b"],"vimeo-square":["b"],"vimeo-v":["b"],"vine":["b"],"virus":["s"],"virus-covid":["s"],"virus-covid-slash":["s"],"virus-slash":["s"],"viruses":["s"],"vk":["b"],"vnv":["b"],"voicemail":["s"],"volcano":["s"],"volleyball":["s"],"volume-high":["s"],"volume-low":["s"],"volume-off":["s"],"volume-xmark":["s"],"vr-cardboard":["s"],"vuejs":["b"],"w":["s"],"walkie-talkie":["s"],"wallet":["s"],"wand-magic":["s"],"wand-magic-sparkles":["s"],"wand-sparkles":["s"],"warehouse":["s"],"watchman-monitoring":["b"],"water":["s"],"water-ladder":["s"],"wave-square":["s"],"waze":["b"],"weebly":["b"],"weibo":["b"],"weight-hanging":["s"],"weight-scale":["s"],"weixin":["b"],"whatsapp":["b"],"whatsapp-square":["b"],"wheat-awn":["s"],"wheat-awn-circle-exclamation":["s"],"wheelchair":["s"],"wheelchair-move":["s"],"whiskey-glass":["s"],"whmcs":["b"],"wifi":["s"],"wikipedia-w":["b"],"wind":["s"],"window-maximize":["s","r"],"window-minimize":["s","r"],"window-restore":["s","r"],"windows":["b"],"wine-bottle":["s"],"wine-glass":["s"],"wine-glass-empty":["s"],"wirsindhandwerk":["b"],"wix":["b"],"wizards-of-the-coast":["b"],"wodu":["b"],"wolf-pack-battalion":["b"],"won-sign":["s"],"wordpress":["b"],"wordpress-simple":["b"],"worm":["s"],"wpbeginner":["b"],"wpexplorer":["b"],"wpforms":["b"],"wpressr":["b"],"wrench":["s"],"x":["s"],"x-ray":["s"],"xbox":["b"],"xing":["b"],"xing-square":["b"],"xmark":["s"],"xmarks-lines":["s"],"y":["s"],"y-combinator":["b"],"yahoo":["b"],"yammer":["b"],"yandex":["b"],"yandex-international":["b"],"yarn":["b"],"yelp":["b"],"yen-sign":["s"],"yin-yang":["s"],"yoast":["b"],"youtube":["b"],"youtube-square":["b"],"z":["s"],"zhihu":["b"]} \ No newline at end of file +{"0":["s"],"1":["s"],"2":["s"],"3":["s"],"4":["s"],"5":["s"],"6":["s"],"7":["s"],"8":["s"],"9":["s"],"42-group":["b"],"500px":["b"],"a":["s"],"accessible-icon":["b"],"accusoft":["b"],"address-book":["s","r"],"address-card":["s","r"],"adn":["b"],"adversal":["b"],"affiliatetheme":["b"],"airbnb":["b"],"algolia":["b"],"align-center":["s"],"align-justify":["s"],"align-left":["s"],"align-right":["s"],"alipay":["b"],"amazon":["b"],"amazon-pay":["b"],"amilia":["b"],"anchor":["s"],"anchor-circle-check":["s"],"anchor-circle-exclamation":["s"],"anchor-circle-xmark":["s"],"anchor-lock":["s"],"android":["b"],"angellist":["b"],"angle-down":["s"],"angle-left":["s"],"angle-right":["s"],"angle-up":["s"],"angles-down":["s"],"angles-left":["s"],"angles-right":["s"],"angles-up":["s"],"angrycreative":["b"],"angular":["b"],"ankh":["s"],"app-store":["b"],"app-store-ios":["b"],"apper":["b"],"apple":["b"],"apple-pay":["b"],"apple-whole":["s"],"archway":["s"],"arrow-down":["s"],"arrow-down-1-9":["s"],"arrow-down-9-1":["s"],"arrow-down-a-z":["s"],"arrow-down-long":["s"],"arrow-down-short-wide":["s"],"arrow-down-up-across-line":["s"],"arrow-down-up-lock":["s"],"arrow-down-wide-short":["s"],"arrow-down-z-a":["s"],"arrow-left":["s"],"arrow-left-long":["s"],"arrow-pointer":["s"],"arrow-right":["s"],"arrow-right-arrow-left":["s"],"arrow-right-from-bracket":["s"],"arrow-right-long":["s"],"arrow-right-to-bracket":["s"],"arrow-right-to-city":["s"],"arrow-rotate-left":["s"],"arrow-rotate-right":["s"],"arrow-trend-down":["s"],"arrow-trend-up":["s"],"arrow-turn-down":["s"],"arrow-turn-up":["s"],"arrow-up":["s"],"arrow-up-1-9":["s"],"arrow-up-9-1":["s"],"arrow-up-a-z":["s"],"arrow-up-from-bracket":["s"],"arrow-up-from-ground-water":["s"],"arrow-up-from-water-pump":["s"],"arrow-up-long":["s"],"arrow-up-right-dots":["s"],"arrow-up-right-from-square":["s"],"arrow-up-short-wide":["s"],"arrow-up-wide-short":["s"],"arrow-up-z-a":["s"],"arrows-down-to-line":["s"],"arrows-down-to-people":["s"],"arrows-left-right":["s"],"arrows-left-right-to-line":["s"],"arrows-rotate":["s"],"arrows-spin":["s"],"arrows-split-up-and-left":["s"],"arrows-to-circle":["s"],"arrows-to-dot":["s"],"arrows-to-eye":["s"],"arrows-turn-right":["s"],"arrows-turn-to-dots":["s"],"arrows-up-down":["s"],"arrows-up-down-left-right":["s"],"arrows-up-to-line":["s"],"artstation":["b"],"asterisk":["s"],"asymmetrik":["b"],"at":["s"],"atlassian":["b"],"atom":["s"],"audible":["b"],"audio-description":["s"],"austral-sign":["s"],"autoprefixer":["b"],"avianex":["b"],"aviato":["b"],"award":["s"],"aws":["b"],"b":["s"],"baby":["s"],"baby-carriage":["s"],"backward":["s"],"backward-fast":["s"],"backward-step":["s"],"bacon":["s"],"bacteria":["s"],"bacterium":["s"],"bag-shopping":["s"],"bahai":["s"],"baht-sign":["s"],"ban":["s"],"ban-smoking":["s"],"bandage":["s"],"bandcamp":["b"],"barcode":["s"],"bars":["s"],"bars-progress":["s"],"bars-staggered":["s"],"baseball":["s"],"baseball-bat-ball":["s"],"basket-shopping":["s"],"basketball":["s"],"bath":["s"],"battery-empty":["s"],"battery-full":["s"],"battery-half":["s"],"battery-quarter":["s"],"battery-three-quarters":["s"],"battle-net":["b"],"bed":["s"],"bed-pulse":["s"],"beer-mug-empty":["s"],"behance":["b"],"bell":["s","r"],"bell-concierge":["s"],"bell-slash":["s","r"],"bezier-curve":["s"],"bicycle":["s"],"bilibili":["b"],"bimobject":["b"],"binoculars":["s"],"biohazard":["s"],"bitbucket":["b"],"bitcoin":["b"],"bitcoin-sign":["s"],"bity":["b"],"black-tie":["b"],"blackberry":["b"],"blender":["s"],"blender-phone":["s"],"blog":["s"],"blogger":["b"],"blogger-b":["b"],"bluetooth":["b"],"bluetooth-b":["b"],"bold":["s"],"bolt":["s"],"bolt-lightning":["s"],"bomb":["s"],"bone":["s"],"bong":["s"],"book":["s"],"book-atlas":["s"],"book-bible":["s"],"book-bookmark":["s"],"book-journal-whills":["s"],"book-medical":["s"],"book-open":["s"],"book-open-reader":["s"],"book-quran":["s"],"book-skull":["s"],"book-tanakh":["s"],"bookmark":["s","r"],"bootstrap":["b"],"border-all":["s"],"border-none":["s"],"border-top-left":["s"],"bore-hole":["s"],"bots":["b"],"bottle-droplet":["s"],"bottle-water":["s"],"bowl-food":["s"],"bowl-rice":["s"],"bowling-ball":["s"],"box":["s"],"box-archive":["s"],"box-open":["s"],"box-tissue":["s"],"boxes-packing":["s"],"boxes-stacked":["s"],"braille":["s"],"brain":["s"],"brazilian-real-sign":["s"],"bread-slice":["s"],"bridge":["s"],"bridge-circle-check":["s"],"bridge-circle-exclamation":["s"],"bridge-circle-xmark":["s"],"bridge-lock":["s"],"bridge-water":["s"],"briefcase":["s"],"briefcase-medical":["s"],"broom":["s"],"broom-ball":["s"],"brush":["s"],"btc":["b"],"bucket":["s"],"buffer":["b"],"bug":["s"],"bug-slash":["s"],"bugs":["s"],"building":["s","r"],"building-circle-arrow-right":["s"],"building-circle-check":["s"],"building-circle-exclamation":["s"],"building-circle-xmark":["s"],"building-columns":["s"],"building-flag":["s"],"building-lock":["s"],"building-ngo":["s"],"building-shield":["s"],"building-un":["s"],"building-user":["s"],"building-wheat":["s"],"bullhorn":["s"],"bullseye":["s"],"burger":["s"],"buromobelexperte":["b"],"burst":["s"],"bus":["s"],"bus-simple":["s"],"business-time":["s"],"buy-n-large":["b"],"buysellads":["b"],"c":["s"],"cable-car":["s"],"cake-candles":["s"],"calculator":["s"],"calendar":["s","r"],"calendar-check":["s","r"],"calendar-day":["s"],"calendar-days":["s","r"],"calendar-minus":["s","r"],"calendar-plus":["s","r"],"calendar-week":["s"],"calendar-xmark":["s","r"],"camera":["s"],"camera-retro":["s"],"camera-rotate":["s"],"campground":["s"],"canadian-maple-leaf":["b"],"candy-cane":["s"],"cannabis":["s"],"capsules":["s"],"car":["s"],"car-battery":["s"],"car-burst":["s"],"car-on":["s"],"car-rear":["s"],"car-side":["s"],"car-tunnel":["s"],"caravan":["s"],"caret-down":["s"],"caret-left":["s"],"caret-right":["s"],"caret-up":["s"],"carrot":["s"],"cart-arrow-down":["s"],"cart-flatbed":["s"],"cart-flatbed-suitcase":["s"],"cart-plus":["s"],"cart-shopping":["s"],"cash-register":["s"],"cat":["s"],"cc-amazon-pay":["b"],"cc-amex":["b"],"cc-apple-pay":["b"],"cc-diners-club":["b"],"cc-discover":["b"],"cc-jcb":["b"],"cc-mastercard":["b"],"cc-paypal":["b"],"cc-stripe":["b"],"cc-visa":["b"],"cedi-sign":["s"],"cent-sign":["s"],"centercode":["b"],"centos":["b"],"certificate":["s"],"chair":["s"],"chalkboard":["s"],"chalkboard-user":["s"],"champagne-glasses":["s"],"charging-station":["s"],"chart-area":["s"],"chart-bar":["s","r"],"chart-column":["s"],"chart-gantt":["s"],"chart-line":["s"],"chart-pie":["s"],"chart-simple":["s"],"check":["s"],"check-double":["s"],"check-to-slot":["s"],"cheese":["s"],"chess":["s"],"chess-bishop":["s","r"],"chess-board":["s"],"chess-king":["s","r"],"chess-knight":["s","r"],"chess-pawn":["s","r"],"chess-queen":["s","r"],"chess-rook":["s","r"],"chevron-down":["s"],"chevron-left":["s"],"chevron-right":["s"],"chevron-up":["s"],"child":["s"],"child-dress":["s"],"child-reaching":["s"],"child-rifle":["s"],"children":["s"],"chrome":["b"],"chromecast":["b"],"church":["s"],"circle":["s","r"],"circle-arrow-down":["s"],"circle-arrow-left":["s"],"circle-arrow-right":["s"],"circle-arrow-up":["s"],"circle-check":["s","r"],"circle-chevron-down":["s"],"circle-chevron-left":["s"],"circle-chevron-right":["s"],"circle-chevron-up":["s"],"circle-dollar-to-slot":["s"],"circle-dot":["s","r"],"circle-down":["s","r"],"circle-exclamation":["s"],"circle-h":["s"],"circle-half-stroke":["s"],"circle-info":["s"],"circle-left":["s","r"],"circle-minus":["s"],"circle-nodes":["s"],"circle-notch":["s"],"circle-pause":["s","r"],"circle-play":["s","r"],"circle-plus":["s"],"circle-question":["s","r"],"circle-radiation":["s"],"circle-right":["s","r"],"circle-stop":["s","r"],"circle-up":["s","r"],"circle-user":["s","r"],"circle-xmark":["s","r"],"city":["s"],"clapperboard":["s"],"clipboard":["s","r"],"clipboard-check":["s"],"clipboard-list":["s"],"clipboard-question":["s"],"clipboard-user":["s"],"clock":["s","r"],"clock-rotate-left":["s"],"clone":["s","r"],"closed-captioning":["s","r"],"cloud":["s"],"cloud-arrow-down":["s"],"cloud-arrow-up":["s"],"cloud-bolt":["s"],"cloud-meatball":["s"],"cloud-moon":["s"],"cloud-moon-rain":["s"],"cloud-rain":["s"],"cloud-showers-heavy":["s"],"cloud-showers-water":["s"],"cloud-sun":["s"],"cloud-sun-rain":["s"],"cloudflare":["b"],"cloudscale":["b"],"cloudsmith":["b"],"cloudversify":["b"],"clover":["s"],"cmplid":["b"],"code":["s"],"code-branch":["s"],"code-commit":["s"],"code-compare":["s"],"code-fork":["s"],"code-merge":["s"],"code-pull-request":["s"],"codepen":["b"],"codiepie":["b"],"coins":["s"],"colon-sign":["s"],"comment":["s","r"],"comment-dollar":["s"],"comment-dots":["s","r"],"comment-medical":["s"],"comment-slash":["s"],"comment-sms":["s"],"comments":["s","r"],"comments-dollar":["s"],"compact-disc":["s"],"compass":["s","r"],"compass-drafting":["s"],"compress":["s"],"computer":["s"],"computer-mouse":["s"],"confluence":["b"],"connectdevelop":["b"],"contao":["b"],"cookie":["s"],"cookie-bite":["s"],"copy":["s","r"],"copyright":["s","r"],"cotton-bureau":["b"],"couch":["s"],"cow":["s"],"cpanel":["b"],"creative-commons":["b"],"creative-commons-by":["b"],"creative-commons-nc":["b"],"creative-commons-nc-eu":["b"],"creative-commons-nc-jp":["b"],"creative-commons-nd":["b"],"creative-commons-pd":["b"],"creative-commons-pd-alt":["b"],"creative-commons-remix":["b"],"creative-commons-sa":["b"],"creative-commons-sampling":["b"],"creative-commons-sampling-plus":["b"],"creative-commons-share":["b"],"creative-commons-zero":["b"],"credit-card":["s","r"],"critical-role":["b"],"crop":["s"],"crop-simple":["s"],"cross":["s"],"crosshairs":["s"],"crow":["s"],"crown":["s"],"crutch":["s"],"cruzeiro-sign":["s"],"css3":["b"],"css3-alt":["b"],"cube":["s"],"cubes":["s"],"cubes-stacked":["s"],"cuttlefish":["b"],"d":["s"],"d-and-d":["b"],"d-and-d-beyond":["b"],"dailymotion":["b"],"dashcube":["b"],"database":["s"],"deezer":["b"],"delete-left":["s"],"delicious":["b"],"democrat":["s"],"deploydog":["b"],"deskpro":["b"],"desktop":["s"],"dev":["b"],"deviantart":["b"],"dharmachakra":["s"],"dhl":["b"],"diagram-next":["s"],"diagram-predecessor":["s"],"diagram-project":["s"],"diagram-successor":["s"],"diamond":["s"],"diamond-turn-right":["s"],"diaspora":["b"],"dice":["s"],"dice-d20":["s"],"dice-d6":["s"],"dice-five":["s"],"dice-four":["s"],"dice-one":["s"],"dice-six":["s"],"dice-three":["s"],"dice-two":["s"],"digg":["b"],"digital-ocean":["b"],"discord":["b"],"discourse":["b"],"disease":["s"],"display":["s"],"divide":["s"],"dna":["s"],"dochub":["b"],"docker":["b"],"dog":["s"],"dollar-sign":["s"],"dolly":["s"],"dong-sign":["s"],"door-closed":["s"],"door-open":["s"],"dove":["s"],"down-left-and-up-right-to-center":["s"],"down-long":["s"],"download":["s"],"draft2digital":["b"],"dragon":["s"],"draw-polygon":["s"],"dribbble":["b"],"dropbox":["b"],"droplet":["s"],"droplet-slash":["s"],"drum":["s"],"drum-steelpan":["s"],"drumstick-bite":["s"],"drupal":["b"],"dumbbell":["s"],"dumpster":["s"],"dumpster-fire":["s"],"dungeon":["s"],"dyalog":["b"],"e":["s"],"ear-deaf":["s"],"ear-listen":["s"],"earlybirds":["b"],"earth-africa":["s"],"earth-americas":["s"],"earth-asia":["s"],"earth-europe":["s"],"earth-oceania":["s"],"ebay":["b"],"edge":["b"],"edge-legacy":["b"],"egg":["s"],"eject":["s"],"elementor":["b"],"elevator":["s"],"ellipsis":["s"],"ellipsis-vertical":["s"],"ello":["b"],"ember":["b"],"empire":["b"],"envelope":["s","r"],"envelope-circle-check":["s"],"envelope-open":["s","r"],"envelope-open-text":["s"],"envelopes-bulk":["s"],"envira":["b"],"equals":["s"],"eraser":["s"],"erlang":["b"],"ethereum":["b"],"ethernet":["s"],"etsy":["b"],"euro-sign":["s"],"evernote":["b"],"exclamation":["s"],"expand":["s"],"expeditedssl":["b"],"explosion":["s"],"eye":["s","r"],"eye-dropper":["s"],"eye-low-vision":["s"],"eye-slash":["s","r"],"f":["s"],"face-angry":["s","r"],"face-dizzy":["s","r"],"face-flushed":["s","r"],"face-frown":["s","r"],"face-frown-open":["s","r"],"face-grimace":["s","r"],"face-grin":["s","r"],"face-grin-beam":["s","r"],"face-grin-beam-sweat":["s","r"],"face-grin-hearts":["s","r"],"face-grin-squint":["s","r"],"face-grin-squint-tears":["s","r"],"face-grin-stars":["s","r"],"face-grin-tears":["s","r"],"face-grin-tongue":["s","r"],"face-grin-tongue-squint":["s","r"],"face-grin-tongue-wink":["s","r"],"face-grin-wide":["s","r"],"face-grin-wink":["s","r"],"face-kiss":["s","r"],"face-kiss-beam":["s","r"],"face-kiss-wink-heart":["s","r"],"face-laugh":["s","r"],"face-laugh-beam":["s","r"],"face-laugh-squint":["s","r"],"face-laugh-wink":["s","r"],"face-meh":["s","r"],"face-meh-blank":["s","r"],"face-rolling-eyes":["s","r"],"face-sad-cry":["s","r"],"face-sad-tear":["s","r"],"face-smile":["s","r"],"face-smile-beam":["s","r"],"face-smile-wink":["s","r"],"face-surprise":["s","r"],"face-tired":["s","r"],"facebook":["b"],"facebook-f":["b"],"facebook-messenger":["b"],"fan":["s"],"fantasy-flight-games":["b"],"faucet":["s"],"faucet-drip":["s"],"fax":["s"],"feather":["s"],"feather-pointed":["s"],"fedex":["b"],"fedora":["b"],"ferry":["s"],"figma":["b"],"file":["s","r"],"file-arrow-down":["s"],"file-arrow-up":["s"],"file-audio":["s","r"],"file-circle-check":["s"],"file-circle-exclamation":["s"],"file-circle-minus":["s"],"file-circle-plus":["s"],"file-circle-question":["s"],"file-circle-xmark":["s"],"file-code":["s","r"],"file-contract":["s"],"file-csv":["s"],"file-excel":["s","r"],"file-export":["s"],"file-image":["s","r"],"file-import":["s"],"file-invoice":["s"],"file-invoice-dollar":["s"],"file-lines":["s","r"],"file-medical":["s"],"file-pdf":["s","r"],"file-pen":["s"],"file-powerpoint":["s","r"],"file-prescription":["s"],"file-shield":["s"],"file-signature":["s"],"file-video":["s","r"],"file-waveform":["s"],"file-word":["s","r"],"file-zipper":["s","r"],"fill":["s"],"fill-drip":["s"],"film":["s"],"filter":["s"],"filter-circle-dollar":["s"],"filter-circle-xmark":["s"],"fingerprint":["s"],"fire":["s"],"fire-burner":["s"],"fire-extinguisher":["s"],"fire-flame-curved":["s"],"fire-flame-simple":["s"],"firefox":["b"],"firefox-browser":["b"],"first-order":["b"],"first-order-alt":["b"],"firstdraft":["b"],"fish":["s"],"fish-fins":["s"],"flag":["s","r"],"flag-checkered":["s"],"flag-usa":["s"],"flask":["s"],"flask-vial":["s"],"flickr":["b"],"flipboard":["b"],"floppy-disk":["s","r"],"florin-sign":["s"],"fly":["b"],"folder":["s","r"],"folder-closed":["s","r"],"folder-minus":["s"],"folder-open":["s","r"],"folder-plus":["s"],"folder-tree":["s"],"font":["s"],"font-awesome":["s","r","b"],"fonticons":["b"],"fonticons-fi":["b"],"football":["s"],"fort-awesome":["b"],"fort-awesome-alt":["b"],"forumbee":["b"],"forward":["s"],"forward-fast":["s"],"forward-step":["s"],"foursquare":["b"],"franc-sign":["s"],"free-code-camp":["b"],"freebsd":["b"],"frog":["s"],"fulcrum":["b"],"futbol":["s","r"],"g":["s"],"galactic-republic":["b"],"galactic-senate":["b"],"gamepad":["s"],"gas-pump":["s"],"gauge":["s"],"gauge-high":["s"],"gauge-simple":["s"],"gauge-simple-high":["s"],"gavel":["s"],"gear":["s"],"gears":["s"],"gem":["s","r"],"genderless":["s"],"get-pocket":["b"],"gg":["b"],"gg-circle":["b"],"ghost":["s"],"gift":["s"],"gifts":["s"],"git":["b"],"git-alt":["b"],"github":["b"],"github-alt":["b"],"gitkraken":["b"],"gitlab":["b"],"gitter":["b"],"glass-water":["s"],"glass-water-droplet":["s"],"glasses":["s"],"glide":["b"],"glide-g":["b"],"globe":["s"],"gofore":["b"],"golang":["b"],"golf-ball-tee":["s"],"goodreads":["b"],"goodreads-g":["b"],"google":["b"],"google-drive":["b"],"google-pay":["b"],"google-play":["b"],"google-plus":["b"],"google-plus-g":["b"],"google-wallet":["b"],"gopuram":["s"],"graduation-cap":["s"],"gratipay":["b"],"grav":["b"],"greater-than":["s"],"greater-than-equal":["s"],"grip":["s"],"grip-lines":["s"],"grip-lines-vertical":["s"],"grip-vertical":["s"],"gripfire":["b"],"group-arrows-rotate":["s"],"grunt":["b"],"guarani-sign":["s"],"guilded":["b"],"guitar":["s"],"gulp":["b"],"gun":["s"],"h":["s"],"hacker-news":["b"],"hackerrank":["b"],"hammer":["s"],"hamsa":["s"],"hand":["s","r"],"hand-back-fist":["s","r"],"hand-dots":["s"],"hand-fist":["s"],"hand-holding":["s"],"hand-holding-dollar":["s"],"hand-holding-droplet":["s"],"hand-holding-hand":["s"],"hand-holding-heart":["s"],"hand-holding-medical":["s"],"hand-lizard":["s","r"],"hand-middle-finger":["s"],"hand-peace":["s","r"],"hand-point-down":["s","r"],"hand-point-left":["s","r"],"hand-point-right":["s","r"],"hand-point-up":["s","r"],"hand-pointer":["s","r"],"hand-scissors":["s","r"],"hand-sparkles":["s"],"hand-spock":["s","r"],"handcuffs":["s"],"hands":["s"],"hands-asl-interpreting":["s"],"hands-bound":["s"],"hands-bubbles":["s"],"hands-clapping":["s"],"hands-holding":["s"],"hands-holding-child":["s"],"hands-holding-circle":["s"],"hands-praying":["s"],"handshake":["s","r"],"handshake-angle":["s"],"handshake-simple":["s"],"handshake-simple-slash":["s"],"handshake-slash":["s"],"hanukiah":["s"],"hard-drive":["s","r"],"hashnode":["b"],"hashtag":["s"],"hat-cowboy":["s"],"hat-cowboy-side":["s"],"hat-wizard":["s"],"head-side-cough":["s"],"head-side-cough-slash":["s"],"head-side-mask":["s"],"head-side-virus":["s"],"heading":["s"],"headphones":["s"],"headphones-simple":["s"],"headset":["s"],"heart":["s","r"],"heart-circle-bolt":["s"],"heart-circle-check":["s"],"heart-circle-exclamation":["s"],"heart-circle-minus":["s"],"heart-circle-plus":["s"],"heart-circle-xmark":["s"],"heart-crack":["s"],"heart-pulse":["s"],"helicopter":["s"],"helicopter-symbol":["s"],"helmet-safety":["s"],"helmet-un":["s"],"highlighter":["s"],"hill-avalanche":["s"],"hill-rockslide":["s"],"hippo":["s"],"hips":["b"],"hire-a-helper":["b"],"hive":["b"],"hockey-puck":["s"],"holly-berry":["s"],"hooli":["b"],"hornbill":["b"],"horse":["s"],"horse-head":["s"],"hospital":["s","r"],"hospital-user":["s"],"hot-tub-person":["s"],"hotdog":["s"],"hotel":["s"],"hotjar":["b"],"hourglass":["s","r"],"hourglass-end":["s"],"hourglass-half":["s","r"],"hourglass-start":["s"],"house":["s"],"house-chimney":["s"],"house-chimney-crack":["s"],"house-chimney-medical":["s"],"house-chimney-user":["s"],"house-chimney-window":["s"],"house-circle-check":["s"],"house-circle-exclamation":["s"],"house-circle-xmark":["s"],"house-crack":["s"],"house-fire":["s"],"house-flag":["s"],"house-flood-water":["s"],"house-flood-water-circle-arrow-right":["s"],"house-laptop":["s"],"house-lock":["s"],"house-medical":["s"],"house-medical-circle-check":["s"],"house-medical-circle-exclamation":["s"],"house-medical-circle-xmark":["s"],"house-medical-flag":["s"],"house-signal":["s"],"house-tsunami":["s"],"house-user":["s"],"houzz":["b"],"hryvnia-sign":["s"],"html5":["b"],"hubspot":["b"],"hurricane":["s"],"i":["s"],"i-cursor":["s"],"ice-cream":["s"],"icicles":["s"],"icons":["s"],"id-badge":["s","r"],"id-card":["s","r"],"id-card-clip":["s"],"ideal":["b"],"igloo":["s"],"image":["s","r"],"image-portrait":["s"],"images":["s","r"],"imdb":["b"],"inbox":["s"],"indent":["s"],"indian-rupee-sign":["s"],"industry":["s"],"infinity":["s"],"info":["s"],"instagram":["b"],"instalod":["b"],"intercom":["b"],"internet-explorer":["b"],"invision":["b"],"ioxhost":["b"],"italic":["s"],"itch-io":["b"],"itunes":["b"],"itunes-note":["b"],"j":["s"],"jar":["s"],"jar-wheat":["s"],"java":["b"],"jedi":["s"],"jedi-order":["b"],"jenkins":["b"],"jet-fighter":["s"],"jet-fighter-up":["s"],"jira":["b"],"joget":["b"],"joint":["s"],"joomla":["b"],"js":["b"],"jsfiddle":["b"],"jug-detergent":["s"],"k":["s"],"kaaba":["s"],"kaggle":["b"],"key":["s"],"keybase":["b"],"keyboard":["s","r"],"keycdn":["b"],"khanda":["s"],"kickstarter":["b"],"kickstarter-k":["b"],"kip-sign":["s"],"kit-medical":["s"],"kitchen-set":["s"],"kiwi-bird":["s"],"korvue":["b"],"l":["s"],"land-mine-on":["s"],"landmark":["s"],"landmark-dome":["s"],"landmark-flag":["s"],"language":["s"],"laptop":["s"],"laptop-code":["s"],"laptop-file":["s"],"laptop-medical":["s"],"laravel":["b"],"lari-sign":["s"],"lastfm":["b"],"layer-group":["s"],"leaf":["s"],"leanpub":["b"],"left-long":["s"],"left-right":["s"],"lemon":["s","r"],"less":["b"],"less-than":["s"],"less-than-equal":["s"],"life-ring":["s","r"],"lightbulb":["s","r"],"line":["b"],"lines-leaning":["s"],"link":["s"],"link-slash":["s"],"linkedin":["b"],"linkedin-in":["b"],"linode":["b"],"linux":["b"],"lira-sign":["s"],"list":["s"],"list-check":["s"],"list-ol":["s"],"list-ul":["s"],"litecoin-sign":["s"],"location-arrow":["s"],"location-crosshairs":["s"],"location-dot":["s"],"location-pin":["s"],"location-pin-lock":["s"],"lock":["s"],"lock-open":["s"],"locust":["s"],"lungs":["s"],"lungs-virus":["s"],"lyft":["b"],"m":["s"],"magento":["b"],"magnet":["s"],"magnifying-glass":["s"],"magnifying-glass-arrow-right":["s"],"magnifying-glass-chart":["s"],"magnifying-glass-dollar":["s"],"magnifying-glass-location":["s"],"magnifying-glass-minus":["s"],"magnifying-glass-plus":["s"],"mailchimp":["b"],"manat-sign":["s"],"mandalorian":["b"],"map":["s","r"],"map-location":["s"],"map-location-dot":["s"],"map-pin":["s"],"markdown":["b"],"marker":["s"],"mars":["s"],"mars-and-venus":["s"],"mars-and-venus-burst":["s"],"mars-double":["s"],"mars-stroke":["s"],"mars-stroke-right":["s"],"mars-stroke-up":["s"],"martini-glass":["s"],"martini-glass-citrus":["s"],"martini-glass-empty":["s"],"mask":["s"],"mask-face":["s"],"mask-ventilator":["s"],"masks-theater":["s"],"mastodon":["b"],"mattress-pillow":["s"],"maxcdn":["b"],"maximize":["s"],"mdb":["b"],"medal":["s"],"medapps":["b"],"medium":["b"],"medrt":["b"],"meetup":["b"],"megaport":["b"],"memory":["s"],"mendeley":["b"],"menorah":["s"],"mercury":["s"],"message":["s","r"],"meta":["b"],"meteor":["s"],"microblog":["b"],"microchip":["s"],"microphone":["s"],"microphone-lines":["s"],"microphone-lines-slash":["s"],"microphone-slash":["s"],"microscope":["s"],"microsoft":["b"],"mill-sign":["s"],"minimize":["s"],"minus":["s"],"mitten":["s"],"mix":["b"],"mixcloud":["b"],"mixer":["b"],"mizuni":["b"],"mobile":["s"],"mobile-button":["s"],"mobile-retro":["s"],"mobile-screen":["s"],"mobile-screen-button":["s"],"modx":["b"],"monero":["b"],"money-bill":["s"],"money-bill-1":["s","r"],"money-bill-1-wave":["s"],"money-bill-transfer":["s"],"money-bill-trend-up":["s"],"money-bill-wave":["s"],"money-bill-wheat":["s"],"money-bills":["s"],"money-check":["s"],"money-check-dollar":["s"],"monument":["s"],"moon":["s","r"],"mortar-pestle":["s"],"mosque":["s"],"mosquito":["s"],"mosquito-net":["s"],"motorcycle":["s"],"mound":["s"],"mountain":["s"],"mountain-city":["s"],"mountain-sun":["s"],"mug-hot":["s"],"mug-saucer":["s"],"music":["s"],"n":["s"],"naira-sign":["s"],"napster":["b"],"neos":["b"],"network-wired":["s"],"neuter":["s"],"newspaper":["s","r"],"nfc-directional":["b"],"nfc-symbol":["b"],"nimblr":["b"],"node":["b"],"node-js":["b"],"not-equal":["s"],"note-sticky":["s","r"],"notes-medical":["s"],"npm":["b"],"ns8":["b"],"nutritionix":["b"],"o":["s"],"object-group":["s","r"],"object-ungroup":["s","r"],"octopus-deploy":["b"],"odnoklassniki":["b"],"oil-can":["s"],"oil-well":["s"],"old-republic":["b"],"om":["s"],"opencart":["b"],"openid":["b"],"opera":["b"],"optin-monster":["b"],"orcid":["b"],"osi":["b"],"otter":["s"],"outdent":["s"],"p":["s"],"padlet":["b"],"page4":["b"],"pagelines":["b"],"pager":["s"],"paint-roller":["s"],"paintbrush":["s"],"palette":["s"],"palfed":["b"],"pallet":["s"],"panorama":["s"],"paper-plane":["s","r"],"paperclip":["s"],"parachute-box":["s"],"paragraph":["s"],"passport":["s"],"paste":["s","r"],"patreon":["b"],"pause":["s"],"paw":["s"],"paypal":["b"],"peace":["s"],"pen":["s"],"pen-clip":["s"],"pen-fancy":["s"],"pen-nib":["s"],"pen-ruler":["s"],"pen-to-square":["s","r"],"pencil":["s"],"people-arrows":["s"],"people-carry-box":["s"],"people-group":["s"],"people-line":["s"],"people-pulling":["s"],"people-robbery":["s"],"people-roof":["s"],"pepper-hot":["s"],"perbyte":["b"],"percent":["s"],"periscope":["b"],"person":["s"],"person-arrow-down-to-line":["s"],"person-arrow-up-from-line":["s"],"person-biking":["s"],"person-booth":["s"],"person-breastfeeding":["s"],"person-burst":["s"],"person-cane":["s"],"person-chalkboard":["s"],"person-circle-check":["s"],"person-circle-exclamation":["s"],"person-circle-minus":["s"],"person-circle-plus":["s"],"person-circle-question":["s"],"person-circle-xmark":["s"],"person-digging":["s"],"person-dots-from-line":["s"],"person-dress":["s"],"person-dress-burst":["s"],"person-drowning":["s"],"person-falling":["s"],"person-falling-burst":["s"],"person-half-dress":["s"],"person-harassing":["s"],"person-hiking":["s"],"person-military-pointing":["s"],"person-military-rifle":["s"],"person-military-to-person":["s"],"person-praying":["s"],"person-pregnant":["s"],"person-rays":["s"],"person-rifle":["s"],"person-running":["s"],"person-shelter":["s"],"person-skating":["s"],"person-skiing":["s"],"person-skiing-nordic":["s"],"person-snowboarding":["s"],"person-swimming":["s"],"person-through-window":["s"],"person-walking":["s"],"person-walking-arrow-loop-left":["s"],"person-walking-arrow-right":["s"],"person-walking-dashed-line-arrow-right":["s"],"person-walking-luggage":["s"],"person-walking-with-cane":["s"],"peseta-sign":["s"],"peso-sign":["s"],"phabricator":["b"],"phoenix-framework":["b"],"phoenix-squadron":["b"],"phone":["s"],"phone-flip":["s"],"phone-slash":["s"],"phone-volume":["s"],"photo-film":["s"],"php":["b"],"pied-piper":["b"],"pied-piper-alt":["b"],"pied-piper-hat":["b"],"pied-piper-pp":["b"],"piggy-bank":["s"],"pills":["s"],"pinterest":["b"],"pinterest-p":["b"],"pix":["b"],"pizza-slice":["s"],"place-of-worship":["s"],"plane":["s"],"plane-arrival":["s"],"plane-circle-check":["s"],"plane-circle-exclamation":["s"],"plane-circle-xmark":["s"],"plane-departure":["s"],"plane-lock":["s"],"plane-slash":["s"],"plane-up":["s"],"plant-wilt":["s"],"plate-wheat":["s"],"play":["s"],"playstation":["b"],"plug":["s"],"plug-circle-bolt":["s"],"plug-circle-check":["s"],"plug-circle-exclamation":["s"],"plug-circle-minus":["s"],"plug-circle-plus":["s"],"plug-circle-xmark":["s"],"plus":["s"],"plus-minus":["s"],"podcast":["s"],"poo":["s"],"poo-storm":["s"],"poop":["s"],"power-off":["s"],"prescription":["s"],"prescription-bottle":["s"],"prescription-bottle-medical":["s"],"print":["s"],"product-hunt":["b"],"pump-medical":["s"],"pump-soap":["s"],"pushed":["b"],"puzzle-piece":["s"],"python":["b"],"q":["s"],"qq":["b"],"qrcode":["s"],"question":["s"],"quinscape":["b"],"quora":["b"],"quote-left":["s"],"quote-right":["s"],"r":["s"],"r-project":["b"],"radiation":["s"],"radio":["s"],"rainbow":["s"],"ranking-star":["s"],"raspberry-pi":["b"],"ravelry":["b"],"react":["b"],"reacteurope":["b"],"readme":["b"],"rebel":["b"],"receipt":["s"],"record-vinyl":["s"],"rectangle-ad":["s"],"rectangle-list":["s","r"],"rectangle-xmark":["s","r"],"recycle":["s"],"red-river":["b"],"reddit":["b"],"reddit-alien":["b"],"redhat":["b"],"registered":["s","r"],"renren":["b"],"repeat":["s"],"reply":["s"],"reply-all":["s"],"replyd":["b"],"republican":["s"],"researchgate":["b"],"resolving":["b"],"restroom":["s"],"retweet":["s"],"rev":["b"],"ribbon":["s"],"right-from-bracket":["s"],"right-left":["s"],"right-long":["s"],"right-to-bracket":["s"],"ring":["s"],"road":["s"],"road-barrier":["s"],"road-bridge":["s"],"road-circle-check":["s"],"road-circle-exclamation":["s"],"road-circle-xmark":["s"],"road-lock":["s"],"road-spikes":["s"],"robot":["s"],"rocket":["s"],"rocketchat":["b"],"rockrms":["b"],"rotate":["s"],"rotate-left":["s"],"rotate-right":["s"],"route":["s"],"rss":["s"],"ruble-sign":["s"],"rug":["s"],"ruler":["s"],"ruler-combined":["s"],"ruler-horizontal":["s"],"ruler-vertical":["s"],"rupee-sign":["s"],"rupiah-sign":["s"],"rust":["b"],"s":["s"],"sack-dollar":["s"],"sack-xmark":["s"],"safari":["b"],"sailboat":["s"],"salesforce":["b"],"sass":["b"],"satellite":["s"],"satellite-dish":["s"],"scale-balanced":["s"],"scale-unbalanced":["s"],"scale-unbalanced-flip":["s"],"schlix":["b"],"school":["s"],"school-circle-check":["s"],"school-circle-exclamation":["s"],"school-circle-xmark":["s"],"school-flag":["s"],"school-lock":["s"],"scissors":["s"],"screenpal":["b"],"screwdriver":["s"],"screwdriver-wrench":["s"],"scribd":["b"],"scroll":["s"],"scroll-torah":["s"],"sd-card":["s"],"searchengin":["b"],"section":["s"],"seedling":["s"],"sellcast":["b"],"sellsy":["b"],"server":["s"],"servicestack":["b"],"shapes":["s"],"share":["s"],"share-from-square":["s","r"],"share-nodes":["s"],"sheet-plastic":["s"],"shekel-sign":["s"],"shield":["s"],"shield-cat":["s"],"shield-dog":["s"],"shield-halved":["s"],"shield-heart":["s"],"shield-virus":["s"],"ship":["s"],"shirt":["s"],"shirtsinbulk":["b"],"shoe-prints":["s"],"shop":["s"],"shop-lock":["s"],"shop-slash":["s"],"shopify":["b"],"shopware":["b"],"shower":["s"],"shrimp":["s"],"shuffle":["s"],"shuttle-space":["s"],"sign-hanging":["s"],"signal":["s"],"signature":["s"],"signs-post":["s"],"sim-card":["s"],"simplybuilt":["b"],"sink":["s"],"sistrix":["b"],"sitemap":["s"],"sith":["b"],"sitrox":["b"],"sketch":["b"],"skull":["s"],"skull-crossbones":["s"],"skyatlas":["b"],"skype":["b"],"slack":["b"],"slash":["s"],"sleigh":["s"],"sliders":["s"],"slideshare":["b"],"smog":["s"],"smoking":["s"],"snapchat":["b"],"snowflake":["s","r"],"snowman":["s"],"snowplow":["s"],"soap":["s"],"socks":["s"],"solar-panel":["s"],"sort":["s"],"sort-down":["s"],"sort-up":["s"],"soundcloud":["b"],"sourcetree":["b"],"spa":["s"],"space-awesome":["b"],"spaghetti-monster-flying":["s"],"speakap":["b"],"speaker-deck":["b"],"spell-check":["s"],"spider":["s"],"spinner":["s"],"splotch":["s"],"spoon":["s"],"spotify":["b"],"spray-can":["s"],"spray-can-sparkles":["s"],"square":["s","r"],"square-arrow-up-right":["s"],"square-behance":["b"],"square-caret-down":["s","r"],"square-caret-left":["s","r"],"square-caret-right":["s","r"],"square-caret-up":["s","r"],"square-check":["s","r"],"square-dribbble":["b"],"square-envelope":["s"],"square-facebook":["b"],"square-font-awesome":["b"],"square-font-awesome-stroke":["b"],"square-full":["s","r"],"square-git":["b"],"square-github":["b"],"square-gitlab":["b"],"square-google-plus":["b"],"square-h":["s"],"square-hacker-news":["b"],"square-instagram":["b"],"square-js":["b"],"square-lastfm":["b"],"square-minus":["s","r"],"square-nfi":["s"],"square-odnoklassniki":["b"],"square-parking":["s"],"square-pen":["s"],"square-person-confined":["s"],"square-phone":["s"],"square-phone-flip":["s"],"square-pied-piper":["b"],"square-pinterest":["b"],"square-plus":["s","r"],"square-poll-horizontal":["s"],"square-poll-vertical":["s"],"square-reddit":["b"],"square-root-variable":["s"],"square-rss":["s"],"square-share-nodes":["s"],"square-snapchat":["b"],"square-steam":["b"],"square-tumblr":["b"],"square-twitter":["b"],"square-up-right":["s"],"square-viadeo":["b"],"square-vimeo":["b"],"square-virus":["s"],"square-whatsapp":["b"],"square-xing":["b"],"square-xmark":["s"],"square-youtube":["b"],"squarespace":["b"],"stack-exchange":["b"],"stack-overflow":["b"],"stackpath":["b"],"staff-snake":["s"],"stairs":["s"],"stamp":["s"],"stapler":["s"],"star":["s","r"],"star-and-crescent":["s"],"star-half":["s","r"],"star-half-stroke":["s","r"],"star-of-david":["s"],"star-of-life":["s"],"staylinked":["b"],"steam":["b"],"steam-symbol":["b"],"sterling-sign":["s"],"stethoscope":["s"],"sticker-mule":["b"],"stop":["s"],"stopwatch":["s"],"stopwatch-20":["s"],"store":["s"],"store-slash":["s"],"strava":["b"],"street-view":["s"],"strikethrough":["s"],"stripe":["b"],"stripe-s":["b"],"stroopwafel":["s"],"studiovinari":["b"],"stumbleupon":["b"],"stumbleupon-circle":["b"],"subscript":["s"],"suitcase":["s"],"suitcase-medical":["s"],"suitcase-rolling":["s"],"sun":["s","r"],"sun-plant-wilt":["s"],"superpowers":["b"],"superscript":["s"],"supple":["b"],"suse":["b"],"swatchbook":["s"],"swift":["b"],"symfony":["b"],"synagogue":["s"],"syringe":["s"],"t":["s"],"table":["s"],"table-cells":["s"],"table-cells-large":["s"],"table-columns":["s"],"table-list":["s"],"table-tennis-paddle-ball":["s"],"tablet":["s"],"tablet-button":["s"],"tablet-screen-button":["s"],"tablets":["s"],"tachograph-digital":["s"],"tag":["s"],"tags":["s"],"tape":["s"],"tarp":["s"],"tarp-droplet":["s"],"taxi":["s"],"teamspeak":["b"],"teeth":["s"],"teeth-open":["s"],"telegram":["b"],"temperature-arrow-down":["s"],"temperature-arrow-up":["s"],"temperature-empty":["s"],"temperature-full":["s"],"temperature-half":["s"],"temperature-high":["s"],"temperature-low":["s"],"temperature-quarter":["s"],"temperature-three-quarters":["s"],"tencent-weibo":["b"],"tenge-sign":["s"],"tent":["s"],"tent-arrow-down-to-line":["s"],"tent-arrow-left-right":["s"],"tent-arrow-turn-left":["s"],"tent-arrows-down":["s"],"tents":["s"],"terminal":["s"],"text-height":["s"],"text-slash":["s"],"text-width":["s"],"the-red-yeti":["b"],"themeco":["b"],"themeisle":["b"],"thermometer":["s"],"think-peaks":["b"],"thumbs-down":["s","r"],"thumbs-up":["s","r"],"thumbtack":["s"],"ticket":["s"],"ticket-simple":["s"],"tiktok":["b"],"timeline":["s"],"toggle-off":["s"],"toggle-on":["s"],"toilet":["s"],"toilet-paper":["s"],"toilet-paper-slash":["s"],"toilet-portable":["s"],"toilets-portable":["s"],"toolbox":["s"],"tooth":["s"],"torii-gate":["s"],"tornado":["s"],"tower-broadcast":["s"],"tower-cell":["s"],"tower-observation":["s"],"tractor":["s"],"trade-federation":["b"],"trademark":["s"],"traffic-light":["s"],"trailer":["s"],"train":["s"],"train-subway":["s"],"train-tram":["s"],"transgender":["s"],"trash":["s"],"trash-arrow-up":["s"],"trash-can":["s","r"],"trash-can-arrow-up":["s"],"tree":["s"],"tree-city":["s"],"trello":["b"],"triangle-exclamation":["s"],"trophy":["s"],"trowel":["s"],"trowel-bricks":["s"],"truck":["s"],"truck-arrow-right":["s"],"truck-droplet":["s"],"truck-fast":["s"],"truck-field":["s"],"truck-field-un":["s"],"truck-front":["s"],"truck-medical":["s"],"truck-monster":["s"],"truck-moving":["s"],"truck-pickup":["s"],"truck-plane":["s"],"truck-ramp-box":["s"],"tty":["s"],"tumblr":["b"],"turkish-lira-sign":["s"],"turn-down":["s"],"turn-up":["s"],"tv":["s"],"twitch":["b"],"twitter":["b"],"typo3":["b"],"u":["s"],"uber":["b"],"ubuntu":["b"],"uikit":["b"],"umbraco":["b"],"umbrella":["s"],"umbrella-beach":["s"],"uncharted":["b"],"underline":["s"],"uniregistry":["b"],"unity":["b"],"universal-access":["s"],"unlock":["s"],"unlock-keyhole":["s"],"unsplash":["b"],"untappd":["b"],"up-down":["s"],"up-down-left-right":["s"],"up-long":["s"],"up-right-and-down-left-from-center":["s"],"up-right-from-square":["s"],"upload":["s"],"ups":["b"],"usb":["b"],"user":["s","r"],"user-astronaut":["s"],"user-check":["s"],"user-clock":["s"],"user-doctor":["s"],"user-gear":["s"],"user-graduate":["s"],"user-group":["s"],"user-injured":["s"],"user-large":["s"],"user-large-slash":["s"],"user-lock":["s"],"user-minus":["s"],"user-ninja":["s"],"user-nurse":["s"],"user-pen":["s"],"user-plus":["s"],"user-secret":["s"],"user-shield":["s"],"user-slash":["s"],"user-tag":["s"],"user-tie":["s"],"user-xmark":["s"],"users":["s"],"users-between-lines":["s"],"users-gear":["s"],"users-line":["s"],"users-rays":["s"],"users-rectangle":["s"],"users-slash":["s"],"users-viewfinder":["s"],"usps":["b"],"ussunnah":["b"],"utensils":["s"],"v":["s"],"vaadin":["b"],"van-shuttle":["s"],"vault":["s"],"vector-square":["s"],"venus":["s"],"venus-double":["s"],"venus-mars":["s"],"vest":["s"],"vest-patches":["s"],"viacoin":["b"],"viadeo":["b"],"vial":["s"],"vial-circle-check":["s"],"vial-virus":["s"],"vials":["s"],"viber":["b"],"video":["s"],"video-slash":["s"],"vihara":["s"],"vimeo":["b"],"vimeo-v":["b"],"vine":["b"],"virus":["s"],"virus-covid":["s"],"virus-covid-slash":["s"],"virus-slash":["s"],"viruses":["s"],"vk":["b"],"vnv":["b"],"voicemail":["s"],"volcano":["s"],"volleyball":["s"],"volume-high":["s"],"volume-low":["s"],"volume-off":["s"],"volume-xmark":["s"],"vr-cardboard":["s"],"vuejs":["b"],"w":["s"],"walkie-talkie":["s"],"wallet":["s"],"wand-magic":["s"],"wand-magic-sparkles":["s"],"wand-sparkles":["s"],"warehouse":["s"],"watchman-monitoring":["b"],"water":["s"],"water-ladder":["s"],"wave-square":["s"],"waze":["b"],"weebly":["b"],"weibo":["b"],"weight-hanging":["s"],"weight-scale":["s"],"weixin":["b"],"whatsapp":["b"],"wheat-awn":["s"],"wheat-awn-circle-exclamation":["s"],"wheelchair":["s"],"wheelchair-move":["s"],"whiskey-glass":["s"],"whmcs":["b"],"wifi":["s"],"wikipedia-w":["b"],"wind":["s"],"window-maximize":["s","r"],"window-minimize":["s","r"],"window-restore":["s","r"],"windows":["b"],"wine-bottle":["s"],"wine-glass":["s"],"wine-glass-empty":["s"],"wirsindhandwerk":["b"],"wix":["b"],"wizards-of-the-coast":["b"],"wodu":["b"],"wolf-pack-battalion":["b"],"won-sign":["s"],"wordpress":["b"],"wordpress-simple":["b"],"worm":["s"],"wpbeginner":["b"],"wpexplorer":["b"],"wpforms":["b"],"wpressr":["b"],"wrench":["s"],"x":["s"],"x-ray":["s"],"xbox":["b"],"xing":["b"],"xmark":["s"],"xmarks-lines":["s"],"y":["s"],"y-combinator":["b"],"yahoo":["b"],"yammer":["b"],"yandex":["b"],"yandex-international":["b"],"yarn":["b"],"yelp":["b"],"yen-sign":["s"],"yin-yang":["s"],"yoast":["b"],"youtube":["b"],"z":["s"],"zhihu":["b"]} \ No newline at end of file diff --git a/tabby-core/src/theme.new.scss b/tabby-core/src/theme.new.scss index 251f2656..ea2ba9e7 100644 --- a/tabby-core/src/theme.new.scss +++ b/tabby-core/src/theme.new.scss @@ -559,3 +559,11 @@ ngx-colors-panel .opened { start-page { background: var(--theme-bg); } + +split-tab-spanner { + background: rgba(var(--bs-dark-rgb), .1); + + &:hover, &.active { + background: rgba(var(--bs-dark-rgb), .2); + } +} diff --git a/tabby-core/src/theme.paper.scss b/tabby-core/src/theme.paper.scss index 1c478c3c..ac5ecc4e 100644 --- a/tabby-core/src/theme.paper.scss +++ b/tabby-core/src/theme.paper.scss @@ -397,3 +397,11 @@ terminal-toolbar { .bg-dark{ background-color: $base2 !important; } + +split-tab-spanner { + background: rgba(0, 0, 0, .2); + + &:hover, &.active { + background: rgba(255, 255, 255, .125); + } +} diff --git a/tabby-core/src/theme.scss b/tabby-core/src/theme.scss index b26bdb46..315909f4 100644 --- a/tabby-core/src/theme.scss +++ b/tabby-core/src/theme.scss @@ -418,3 +418,11 @@ ngx-colors-panel .opened { fill: white; } } + +split-tab-spanner { + background: rgba(0, 0, 0, .2); + + &:hover, &.active { + background: rgba(255, 255, 255, .125); + } +} diff --git a/typedoc.js b/typedoc.mjs similarity index 100% rename from typedoc.js rename to typedoc.mjs