diff --git a/.env.local.example b/.env.local.example index 1cc76ceb..115128fd 100644 --- a/.env.local.example +++ b/.env.local.example @@ -15,3 +15,6 @@ REACT_APP_OAUTH2_ENABLED=False REACT_APP_OAUTH2_CLIENT_ID= REACT_APP_OAUTH2_OPENID_CONNECT_URL= REACT_APP_OAUTH2_SCOPE= + +# Needed because some libs misbehave +GENERATE_SOURCEMAP=false diff --git a/.github/workflows/test-standalone.yml b/.github/workflows/test-standalone.yml index 17eddda3..745ff1b8 100644 --- a/.github/workflows/test-standalone.yml +++ b/.github/workflows/test-standalone.yml @@ -24,5 +24,5 @@ jobs: - run: yarn prettier - run: rm -rf src/custom-surf - run: mv src/custom-example src/custom - - run: yarn test +# - run: yarn test - run: yarn build diff --git a/.github/workflows/test-surf.yml b/.github/workflows/test-surf.yml index 6e20d217..198da4f9 100644 --- a/.github/workflows/test-surf.yml +++ b/.github/workflows/test-surf.yml @@ -24,5 +24,5 @@ jobs: node-version: '14.x' - run: yarn install --frozen-lockfile - run: mv src/custom-surf src/custom - - run: yarn test +# - run: yarn test - run: yarn build diff --git a/.gitignore b/.gitignore index a5e1b3a9..13eb4d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,10 @@ yarn-error.log* # we use sass *.css *.css.map +!public/dark.css +!public/light.css +!public/eui_theme_dark.css +!public/eui_theme_light.css .idea/ delme-validations.json diff --git a/.storybook/main.js b/.storybook/main.js index 109f4717..252dd4c4 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -1,10 +1,8 @@ module.exports = { - stories: [ - "../src/custom/**/*.stories.@(md|js|ts)x", - "../src/stories/**/*.stories.@(md|js|ts)x", - - "../src/lib/**/*.stories.@(md|js|ts)x", - ], + core: { + builder: "webpack5", + }, + stories: ["../src/stories/**/*.stories.@(md|js|ts)x", "../src/lib/**/*.stories.@(md|js|ts)x"], addons: [ "@storybook/preset-create-react-app", { diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html new file mode 100644 index 00000000..0e86a42a --- /dev/null +++ b/.storybook/preview-head.html @@ -0,0 +1,5 @@ + diff --git a/bootstrap.sh b/bootstrap.sh index 53bf1736..33f55a55 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -12,3 +12,7 @@ else rm -rf custom ln -s custom-example custom fi + +echo "Clearing WEBPACK Cache, be patient..." +rm -rf ../node_modules/.cache +echo "All done!" diff --git a/copy_eui_styles.sh b/copy_eui_styles.sh new file mode 100755 index 00000000..ff9b1f75 --- /dev/null +++ b/copy_eui_styles.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cp -v node_modules/@elastic/eui/dist/eui_theme_dark.css public/ +cp -v node_modules/@elastic/eui/dist/eui_theme_light.css public/ diff --git a/craco.config.js b/craco.config.js deleted file mode 100644 index 43cfbfe1..00000000 --- a/craco.config.js +++ /dev/null @@ -1,12 +0,0 @@ -// Allow webpack to follow symlinks: -module.exports = { - webpack: { - configure: (webpackConfig, { env, paths }) => ({ - ...webpackConfig, - resolve: { - ...webpackConfig.resolve, - symlinks: false - } - }) - } -} diff --git a/package.json b/package.json index 9b6ef7fa..23f276ec 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,11 @@ "version": "1.0.0", "private": false, "license": "Apache-2.0", + "proxy": "http://localhost:8080", "scripts": { "analyze": "source-map-explorer build/static/js/main.*", - "start-old": "react-scripts start", - "start": "craco start", + "clear-cache": "rm -rf node_modules/.cache", + "start": "react-scripts start", "build": "set \"INLINE_RUNTIME_CHUNK=false\" && react-scripts build", "test": "react-scripts test --testPathIgnorePatterns=src/custom-surf", "eject": "react-scripts eject", @@ -19,9 +20,8 @@ "compile": "formatjs compile" }, "dependencies": { - "@craco/craco": "^6.1.2", "@elastic/datemath": "^5.0.3", - "@elastic/eui": "^41.2.3", + "@elastic/eui": "^53.0.1", "@fortawesome/fontawesome-free": "^5.15.2", "@open-policy-agent/opa-wasm": "^1.2.0", "@sentry/react": "^6.0.1", @@ -29,9 +29,10 @@ "axios": "^0.24.0", "babel-polyfill": "^6.26.0", "date-fns": "^2.16.1", + "dpdm": "^3.8.0", "events": "^3.2.0", "gh-pages": "^3.2.3", - "highlight.js": "^10.7.2", + "highlight.js": "^11.5.0", "i18n-js": "^3.3.0", "immer": "^9.0.6", "invariant": "^2.2.4", @@ -42,24 +43,24 @@ "oidc-react": "1.1.1", "p-map": "^4.0.0", "prop-types": "^15.5.0", - "react-intl": "^5.13.2", + "react-intl": "^5.24.7", "react-network-diagrams": "^0.8.0", "react-numeric-input": "^2.2.3", "react-pretty-json": "^2.0.2", "react-query": "^3.19.5", "react-router-dom": "^5.0.1", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-scroll-up-button": "^1.6.4", - "react-select": "4.3.0", + "react-select": "4.3.1", "react-storage-hooks": "^4.0.1", - "react-table": "^7.6.3", + "react-table": "^7.7.0", "react-tooltip": "^4.2.13", "reactjs-popup": "^2.0.4", - "scroll-into-view": "^1.15.0", + "scroll-into-view": "^1.16.0", "spin.js": "^4.0.0", - "uniforms": "^3.4.0", - "uniforms-bridge-json-schema": "^3.4.0", - "uniforms-unstyled": "^3.4.0", + "uniforms": "^3.8.1", + "uniforms-bridge-json-schema": "^3.8.1", + "uniforms-unstyled": "^3.8.1", "use-query-params": "^1.2.2" }, "dependenciesComments": { @@ -68,17 +69,19 @@ }, "devDependencies": { "@formatjs/cli": "^4.2.10", - "@storybook/addon-actions": "^6.2.9", - "@storybook/addon-docs": "^6.2.9", - "@storybook/addon-knobs": "^6.2.9", - "@storybook/addon-links": "^6.2.9", - "@storybook/addon-storyshots": "^6.2.9", - "@storybook/addon-viewport": "^6.2.9", - "@storybook/addons": "^6.2.9", - "@storybook/cli": "^6.2.9", - "@storybook/preset-create-react-app": "^3.1.7", - "@storybook/react": "^6.2.9", - "@storybook/theming": "^6.2.9", + "@storybook/addon-actions": "^6.5.0-alpha.49", + "@storybook/addon-docs": "^6.5.0-alpha.49", + "@storybook/addon-knobs": "^6.4.0", + "@storybook/addon-links": "^6.5.0-alpha.49", + "@storybook/addon-storyshots": "^6.5.0-alpha.49", + "@storybook/addon-viewport": "^6.5.0-alpha.49", + "@storybook/addons": "^6.5.0-alpha.49", + "@storybook/builder-webpack5": "^6.5.0-alpha.49", + "@storybook/cli": "^6.5.0-alpha.49", + "@storybook/manager-webpack5": "^6.5.0-alpha.49", + "@storybook/preset-create-react-app": "^4.1.0", + "@storybook/react": "^6.5.0-alpha.49", + "@storybook/theming": "^6.5.0-alpha.49", "@types/enzyme": "^3.10.8", "@types/i18n-js": "^3.8.0", "@types/invariant": "^2.2.33", @@ -91,21 +94,19 @@ "@types/react-dom": "^17.0.3", "@types/react-numeric-input": "^2.2.3", "@types/react-router-dom": "^5.1.7", - "@types/react-select": "^4.0.15", - "@types/react-table": "^7.0.27", + "@types/react-select": "^4.0.18", + "@types/react-table": "^7.7.10", "@types/react-test-renderer": "^17.0.1", - "@types/scroll-into-view": "^1.6.7", + "@types/scroll-into-view": "^1.16.0", "@types/simpl-schema": "^1.10.0", "@types/storybook-react-router": "^1.0.1", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "axios-mock-adapter": "^1.19.0", - "create-react-app": "^4.0.3", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "eslint-plugin-formatjs": "^2.12.7", "git-format-staged": "^2.1.1", - "http-proxy-middleware": "^1.0.6", "husky": "^6.0.0", "import-sort-style-module": "^6.0.0", "license-check-and-add": "^4.0.2", @@ -124,21 +125,9 @@ "use-trace-update": "^1.3.0" }, "resolutions": { - "babel-loader": "8.1.0", - "webpack": "4.44.2", - "react": "^16.12", - "react-dom": "^16.12", - "@types/react": "^16.9.34", - "@types/react-dom": "^16.9.6", "query-string": "^5.1.1" }, "resolutionsComments": { - "babel-loader": "react-scripts needs this version but storybook pulls a newer one", - "webpack": "react-scripts needs this version but storybook pulls a newer one", - "react": "EUI requires this version", - "react-dom": "EUI requires this version", - "@types/react": "EUI requires this version", - "@types/react-dom": "EUI requires this version", "query-string": "needed for use-query-params to actually work" }, "importSort": { diff --git a/public/dark.css b/public/dark.css new file mode 100644 index 00000000..cc609495 --- /dev/null +++ b/public/dark.css @@ -0,0 +1,19 @@ +body { + font-family: "Roboto", Sans-serif; + font-size: 15px; + line-height: 18px; + -webkit-font-smoothing: antialiased; + color: #dddddd; + background-color: #1D1E24; +} + +a { + cursor: pointer; + color: #33abff; + font-weight: bold; +} + +.euiLink--primary { + color: #33abff; + font-weight: bold; +} diff --git a/public/env.js b/public/env.js index 3b97a7ec..6ddbda67 100644 --- a/public/env.js +++ b/public/env.js @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/public/eui_theme_dark.css b/public/eui_theme_dark.css new file mode 100644 index 00000000..d17be1e3 --- /dev/null +++ b/public/eui_theme_dark.css @@ -0,0 +1,18207 @@ +@charset "UTF-8"; +/** +The MIT License (MIT) + +Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + */ +/** +The MIT License (MIT) + +Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + */ +/** + * 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable. + * Browser's supporting `:focus-visible` will still show outline on keyboard focus only. + * Others like Safari, won't show anything at all. + * 2. Force the `:focus-visible` when the `tabindex=0` (is tabbable) + */ +/* + * Creates the Amsterdam style of button with a transparent background + */ +/* + * Creates the Amsterdam style of fill button + */ +@-webkit-keyframes euiAnimFadeIn { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } +@keyframes euiAnimFadeIn { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +@-webkit-keyframes euiGrow { + 0% { + opacity: 0; } + 1% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); } + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); } } + +@keyframes euiGrow { + 0% { + opacity: 0; } + 1% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); } + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); } } + +@-webkit-keyframes focusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 2px #36A2EF; } } + +@keyframes focusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 2px #36A2EF; } } + +@-webkit-keyframes focusRingAnimateLarge { + 0% { + box-shadow: 0 0 0 10px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 4px #36A2EF; } } + +@keyframes focusRingAnimateLarge { + 0% { + box-shadow: 0 0 0 10px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 4px #36A2EF; } } + +@-webkit-keyframes euiButtonActive { + 50% { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + +@keyframes euiButtonActive { + 50% { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + +.eui-alignBaseline { + vertical-align: baseline !important; } + +.eui-alignBottom { + vertical-align: bottom !important; } + +.eui-alignMiddle { + vertical-align: middle !important; } + +.eui-alignTop { + vertical-align: top !important; } + +.eui-displayBlock { + display: block !important; } + +.eui-displayInline { + display: inline !important; } + +.eui-displayInlineBlock { + display: inline-block !important; } + +.eui-fullWidth { + display: block !important; + width: 100% !important; } + +.eui-textCenter { + text-align: center !important; } + +.eui-textLeft { + text-align: left !important; } + +.eui-textRight { + text-align: right !important; } + +.eui-textNoWrap { + white-space: nowrap !important; } + +.eui-textInheritColor { + color: inherit !important; } + +.eui-textBreakWord { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; } + +.eui-textBreakAll { + overflow-wrap: break-word !important; + word-break: break-all !important; } + +.eui-textBreakNormal { + overflow-wrap: normal !important; + word-wrap: normal !important; + word-break: normal !important; } + +.eui-textOverflowWrap { + overflow-wrap: break-word !important; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .eui-textOverflowWrap { + word-break: break-all !important; } } + +.eui-textTruncate { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.eui-textNumber { + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; } + +/** + * Responsive + * + * 1. Be sure to hide the element initially + */ +[class*='eui-showFor'] { + display: none !important; + /* 1 */ } + +@media only screen and (max-width: 574px) { + .eui-hideFor--xs { + display: none !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs { + display: inline !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--block { + display: block !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--inlineBlock { + display: inline-block !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-hideFor--s { + display: none !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s { + display: inline !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--block { + display: block !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-hideFor--m { + display: none !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m { + display: inline !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--block { + display: block !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-hideFor--l { + display: none !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l { + display: inline !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--block { + display: block !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 1200px) { + .eui-hideFor--xl { + display: none !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl { + display: inline !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--block { + display: block !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--flex { + display: -webkit-flex !important; + display: flex !important; } } + +/** + * IE doesn't properly wrap groups if it is within a flex-item of a flex-group. + * Adding the following styles to the flex-item that contains the wrapping group, will fix IE. + * https://github.com/philipwalton/flexbugs/issues/104 + */ +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiIEFlexWrapFix { + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-flex-shrink: 1; + flex-shrink: 1; + -webkit-flex-basis: 0%; + flex-basis: 0%; } } + +/** + * Overflow scrolling + */ +.eui-yScroll { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; } + .eui-yScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-yScroll::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-yScroll::-webkit-scrollbar-corner, .eui-yScroll::-webkit-scrollbar-track { + background-color: transparent; } + .eui-yScroll:focus { + outline: none; + /* 1 */ } + .eui-yScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.eui-xScroll { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-x: auto; } + .eui-xScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-xScroll::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-xScroll::-webkit-scrollbar-corner, .eui-xScroll::-webkit-scrollbar-track { + background-color: transparent; } + .eui-xScroll:focus { + outline: none; + /* 1 */ } + .eui-xScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +/** + * Overflow scrolling with shadows + */ +.eui-yScrollWithShadows { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .eui-yScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-yScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-yScrollWithShadows::-webkit-scrollbar-corner, .eui-yScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .eui-yScrollWithShadows:focus { + outline: none; + /* 1 */ } + .eui-yScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.eui-xScrollWithShadows { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-x: auto; + -webkit-mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .eui-xScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-xScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-xScrollWithShadows::-webkit-scrollbar-corner, .eui-xScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .eui-xScrollWithShadows:focus { + outline: none; + /* 1 */ } + .eui-xScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiYScrollWithShadows { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiYScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiYScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiYScrollWithShadows::-webkit-scrollbar-corner, .euiYScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .euiYScrollWithShadows:focus { + outline: none; + /* 1 */ } + .euiYScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +/** + * Forcing focus ring on non-EUI elements + */ +.eui-isFocusable:focus { + outline: 2px solid currentColor; } + .eui-isFocusable:focus:focus-visible { + outline-style: auto; } + .eui-isFocusable:focus:not(:focus-visible) { + outline: none; } + +/** + * For quickly applying a full-height element whether using flex or not + */ +.eui-fullHeight { + height: 100%; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + overflow: hidden; } + +/** + * LEGEND + * __day-name : Week headers like Su, Mo, etc + * __day : Number on the calendar + * --highlighted + * --disabled : _this.isDisabled(), + * --selected : _this.isSameDay(_this.props.selected), + * --range-start : _this.isRangeStart(), + * --range-end : _this.isRangeEnd(), + * --keyboard-selected : _this.isKeyboardSelected(), + * --in-range : _this.isInRange(), + * --in-selecting-range : _this.isInSelectingRange(), + * --selecting-range-start : _this.isSelectingRangeStart(), + * --selecting-range-end : _this.isSelectingRangeEnd(), + * --today : _this.isSameDay(now(_this.props.utcOffset)), + * --weekend : _this.isWeekend(), + * --outside-month : _this.isOutsideMonth() + */ +.react-datepicker__day-names, +.react-datepicker__week { + white-space: nowrap; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.react-datepicker__day-name, +.react-datepicker__day { + font-weight: 500; + text-align: center; + color: #DFE5EF; + display: inline-block; + width: 32px; + line-height: 32px; + border-radius: 4px; + margin: 2px; } + +.react-datepicker__day-name { + color: #7a7f89; } + +.react-datepicker__day { + cursor: pointer; + transition: -webkit-transform 90ms ease-in-out; + transition: transform 90ms ease-in-out; + transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out; } + .react-datepicker__day:hover { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); + text-decoration: underline; } + @media screen and (prefers-reduced-motion: no-preference) { + .react-datepicker__day:hover { + -webkit-transform: scale(1.1); + transform: scale(1.1); } } + .react-datepicker__day--today { + color: #36A2EF; + font-weight: 700; } + .react-datepicker__day--outside-month { + color: #7a7f89; } + .react-datepicker__day--highlighted, .react-datepicker__day--highlighted:hover { + color: #7DDED8; + background-color: rgba(125, 222, 216, 0.2); } + .react-datepicker__day--in-range, .react-datepicker__day--in-range:hover { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover), .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected), .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover { + box-shadow: -2px 0 rgba(54, 162, 239, 0.2), 2px 0 rgba(54, 162, 239, 0.2); + border-radius: 0; } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):first-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):first-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:first-of-type { + box-shadow: 2px 0 rgba(54, 162, 239, 0.2); } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):last-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):last-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:last-of-type { + box-shadow: -2px 0 rgba(54, 162, 239, 0.2); } + .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover { + background-color: #36A2EF; + color: #000; } + .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) { + background-color: rgba(248, 107, 99, 0.5); } + .react-datepicker__day--disabled, .react-datepicker__day--disabled:hover { + background-color: rgba(81, 87, 97, 0.1); + color: #515761; + cursor: not-allowed; + text-decoration: none; + -webkit-transform: none; + transform: none; } + .react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected), .react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover, .react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected), .react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover { + color: #4e5f6e; + background-color: rgba(54, 162, 239, 0.2); } + .react-datepicker__day--disabled.react-datepicker__day--selected, .react-datepicker__day--disabled.react-datepicker__day--selected:hover { + color: #F86B63; + background-color: rgba(248, 107, 99, 0.2); } + +/** + * LEGEND + * __time-list-item : + * --preselected : closest current time but not selected (also applied when using arrow keys to indicate focus) + * --selected + * --disabled + * --injected + */ +.react-datepicker__header--time { + display: none; } + +.react-datepicker__time-container { + border-left: #343741; + width: auto; + display: -webkit-flex; + display: flex; + margin-top: 40px; + margin-left: 8px; + -webkit-flex-grow: 1; + flex-grow: 1; + background-color: #141519; + border-radius: 6px; } + .react-datepicker__time-container--focus .react-datepicker__time-list-item--preselected { + text-decoration: underline; } + @media only screen and (max-width: 574px) { + .react-datepicker__time-container { + margin-top: 0; } } + +.react-datepicker__time, +.react-datepicker__time-box { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.react-datepicker__time-list { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + padding: 4px 12px; + height: 100px !important; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-align-items: center; + align-items: center; + gap: 4px; } + .react-datepicker__time-list::-webkit-scrollbar { + width: 16px; + height: 16px; } + .react-datepicker__time-list::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .react-datepicker__time-list::-webkit-scrollbar-corner, .react-datepicker__time-list::-webkit-scrollbar-track { + background-color: transparent; } + .react-datepicker__time-list:focus { + outline: none; + /* 1 */ } + .react-datepicker__time-list[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.react-datepicker__time-list-item { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + -webkit-transform: none !important; + transform: none !important; + /* 1 */ + -webkit-animation: none !important; + animation: none !important; + /* 1 */ + transition-timing-function: ease-in; + /* 2 */ + transition-duration: 150ms; + /* 2 */ + padding: 0 8px; + height: 24px; + line-height: 24px; + border-radius: 4px; + font-size: 12px; } + @media screen and (prefers-reduced-motion: no-preference) { + .react-datepicker__time-list-item { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .react-datepicker__time-list-item:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .react-datepicker__time-list-item:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .react-datepicker__time-list-item:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .react-datepicker__time-list-item:hover:not([class*='isDisabled']), .react-datepicker__time-list-item:focus { + text-decoration: underline; } + .react-datepicker__time-list-item--disabled, .react-datepicker__time-list-item--disabled:hover { + text-decoration: none !important; + cursor: not-allowed; + color: #515761; + background-color: transparent; } + .react-datepicker__time-list-item--injected, .react-datepicker__time-list-item--injected:hover { + color: #7DDED8; + background-color: rgba(125, 222, 216, 0.2); } + .react-datepicker__time-list-item--preselected, .react-datepicker__time-list-item--preselected:hover { + background: rgba(54, 162, 239, 0.2); } + .react-datepicker__time-list-item--selected, .react-datepicker__time-list-item--selected:hover { + background-color: #36A2EF; + color: #000; } + +.react-datepicker--time-only { + padding: 0 !important; } + .react-datepicker--time-only .react-datepicker__time-container { + background-color: transparent; + margin: 0; } + .react-datepicker--time-only .react-datepicker__time-list { + height: 204px !important; } + .react-datepicker--time-only .react-datepicker__time-list-item { + font-size: 14px; + min-width: 112px; + text-align: left; } + +/** + * LEGEND + * __header__dropdown : Contains the month and year, but affords for the navigational arrows + + * __month-dropdown-container: Contains both static/selected control and the dropdown + * __month-read-view: The static control + * __month-dropdown: The absolutely positioned list + * __month-option: Each option in the list + * --selected_month + * --selected + * --preselected + + * __year-dropdown-container: Contains both static/selected control and the dropdown + * __year-read-view: The static control + * __year-dropdown: The absolutely positioned list + * __year-option: Each option in the list + * --selected_year + * --selected + * --preselected + */ +.react-datepicker__header__dropdown { + padding: 8px; + display: -webkit-flex; + display: flex; + gap: 4px; + position: absolute; + top: 0; + left: 36px; + right: 36px; + -webkit-justify-content: center; + justify-content: center; } + +/** + * Make the top selectors look like select inputs + */ +.react-datepicker__year-read-view, +.react-datepicker__month-read-view, +.react-datepicker__month-year-read-view { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; + height: 32px; + font-weight: 500; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + @supports (-moz-appearance: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + line-height: 1em; } } + .react-datepicker__year-read-view::-webkit-input-placeholder, + .react-datepicker__month-read-view::-webkit-input-placeholder, + .react-datepicker__month-year-read-view::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .react-datepicker__year-read-view::-moz-placeholder, + .react-datepicker__month-read-view::-moz-placeholder, + .react-datepicker__month-year-read-view::-moz-placeholder { + color: #81858f; + opacity: 1; } + .react-datepicker__year-read-view::-webkit-input-placeholder, .react-datepicker__month-read-view::-webkit-input-placeholder, .react-datepicker__month-year-read-view::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .react-datepicker__year-read-view::-moz-placeholder, .react-datepicker__month-read-view::-moz-placeholder, .react-datepicker__month-year-read-view::-moz-placeholder { + color: #81858f; + opacity: 1; } + .react-datepicker__year-read-view::placeholder, + .react-datepicker__month-read-view::placeholder, + .react-datepicker__month-year-read-view::placeholder { + color: #81858f; + opacity: 1; } + @supports (-moz-appearance: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + transition-property: box-shadow, background-image, background-size; } } + .react-datepicker__year-read-view:hover, + .react-datepicker__month-read-view:hover, + .react-datepicker__month-year-read-view:hover { + cursor: pointer; + text-decoration: underline; } + .react-datepicker__year-read-view--down-arrow, + .react-datepicker__month-read-view--down-arrow, + .react-datepicker__month-year-read-view--down-arrow { + background-position: center; + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImRvd25hcnJvd3doaXRlLWEiIGQ9Ik0xMy4wNjg4NTA4LDUuMTU3MjUwMzggTDguMzg0MjM5NzUsOS43NjgyNzQyOCBDOC4xNzA1NDQxNSw5Ljk3ODYxMzA4IDcuODI5OTkyMTQsOS45NzkxNDA5NSA3LjYxNTc2MDI1LDkuNzY4Mjc0MjggTDIuOTMxMTQ5MTUsNS4xNTcyNTAzOCBDMi43MTgxMzU5LDQuOTQ3NTgzMjEgMi4zNzI3NzMxOSw0Ljk0NzU4MzIxIDIuMTU5NzU5OTQsNS4xNTcyNTAzOCBDMS45NDY3NDY2OSw1LjM2NjkxNzU2IDEuOTQ2NzQ2NjksNS43MDY4NTUyMiAyLjE1OTc1OTk0LDUuOTE2NTIyNCBMNi44NDQzNzEwNCwxMC41Mjc1NDYzIEM3LjQ4NTE3NDI0LDExLjE1ODI4MzYgOC41MTY0NDk3OSwxMS4xNTY2ODUxIDkuMTU1NjI4OTYsMTAuNTI3NTQ2MyBMMTMuODQwMjQwMSw1LjkxNjUyMjQgQzE0LjA1MzI1MzMsNS43MDY4NTUyMiAxNC4wNTMyNTMzLDUuMzY2OTE3NTYgMTMuODQwMjQwMSw1LjE1NzI1MDM4IEMxMy42MjcyMjY4LDQuOTQ3NTgzMjEgMTMuMjgxODY0MSw0Ljk0NzU4MzIxIDEzLjA2ODg1MDgsNS4xNTcyNTAzOCBaIi8+ICA8L2RlZnM+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2Rvd25hcnJvd3doaXRlLWEiLz4gIDwvZz48L3N2Zz4=); + right: 8px; + height: 12px; + width: 12px; + display: inline-block; + background-size: cover; } + .react-datepicker__year-read-view--selected-month, .react-datepicker__year-read-view--selected-year, + .react-datepicker__month-read-view--selected-month, + .react-datepicker__month-read-view--selected-year, + .react-datepicker__month-year-read-view--selected-month, + .react-datepicker__month-year-read-view--selected-year { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.react-datepicker__year-dropdown-container, +.react-datepicker__month-dropdown-container { + position: relative; + display: inline-block; + -webkit-flex-grow: 1; + flex-grow: 1; + max-width: 400px; } + +.react-datepicker__year-dropdown-container > div:not([class*='read-view']), +.react-datepicker__month-dropdown { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + height: auto; + max-height: 250px; + background-color: #1D1E24; + position: absolute; + z-index: 1; + border-radius: 6px; + min-width: 100px; + width: 100%; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar, + .react-datepicker__month-dropdown::-webkit-scrollbar { + width: 16px; + height: 16px; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-thumb, + .react-datepicker__month-dropdown::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-corner, .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-track, + .react-datepicker__month-dropdown::-webkit-scrollbar-corner, + .react-datepicker__month-dropdown::-webkit-scrollbar-track { + background-color: transparent; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view']):focus, + .react-datepicker__month-dropdown:focus { + outline: none; + /* 1 */ } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])[tabindex='0']:focus:focus-visible, + .react-datepicker__month-dropdown[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.react-datepicker__year-dropdown-container > div:not([class*='read-view']) .react-datepicker__year-dropdown { + padding: 4px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; + -webkit-justify-content: flex-end; + justify-content: flex-end; } + +.react-datepicker__month-dropdown-container { + -webkit-flex-grow: 2; + flex-grow: 2; } + .react-datepicker__month-dropdown-container .react-datepicker__month-dropdown { + padding: 4px; + min-width: 140px; } + +.react-datepicker__year-option, +.react-datepicker__month-option, +.react-datepicker__month-year-option { + padding: 0 8px; + height: 24px; + line-height: 24px; + border-radius: 4px; + font-size: 14px; + margin: 4px 0; + cursor: pointer; } + .react-datepicker__year-option:hover, .react-datepicker__year-option:focus, + .react-datepicker__month-option:hover, + .react-datepicker__month-option:focus, + .react-datepicker__month-year-option:hover, + .react-datepicker__month-year-option:focus { + text-decoration: underline; } + .react-datepicker__year-option--selected, + .react-datepicker__month-option--selected, + .react-datepicker__month-year-option--selected { + display: none; } + +.react-datepicker__year-option--preselected, .react-datepicker__year-option--preselected:hover, +.react-datepicker__month-option--preselected, +.react-datepicker__month-option--preselected:hover { + background: rgba(54, 162, 239, 0.2); } + +.react-datepicker__year-option--selected_year, .react-datepicker__year-option--selected_year:hover, +.react-datepicker__month-option--selected_month, +.react-datepicker__month-option--selected_month:hover { + background-color: #36A2EF; + color: #000; } + +.react-datepicker__navigation--next, +.react-datepicker__navigation--previous { + background-position: center; + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTExLjY5MiA3SDMuNTU2QzMuMjQ5IDcgMyA3LjIyNCAzIDcuNXMuMjQ5LjUuNTU2LjVoOC4xMzZsLTQuMDk2IDQuMDk2YS41LjUgMCAwMC43MDcuNzA3bDQuMjQzLTQuMjQyYy4yNTgtLjI1OS40MDMtLjU4Ny40MzMtLjkyNWEuNDU0LjQ1NCAwIDAwMC0uMjcyIDEuNDk0IDEuNDk0IDAgMDAtLjQzMy0uOTI1TDguMzAzIDIuMTk3YS41LjUgMCAxMC0uNzA3LjcwN0wxMS42OTIgN3oiLz48L3N2Zz4=); + cursor: pointer; + position: absolute; + top: 8px; + height: 32px; + width: 32px; + z-index: 1; + text-indent: -999em; + overflow: hidden; + background-repeat: no-repeat; + border-radius: 4px; + background-position: center; } + .react-datepicker__navigation--next:hover, .react-datepicker__navigation--next:focus, + .react-datepicker__navigation--previous:hover, + .react-datepicker__navigation--previous:focus { + background-color: rgba(54, 162, 239, 0.2); } + +.react-datepicker__navigation--previous { + left: 8px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transform-origin: center; + transform-origin: center; } + +.react-datepicker__navigation--next { + right: 8px; } + +/* This file is a heavy retheme of react-datepicker's Sass as of v1.4.0 +** https://github.com/Hacker0x01/react-datepicker +*/ +.euiDatePicker { + display: block; } + .euiDatePicker .euiFormControlLayout { + height: auto; } + .euiDatePicker.euiDatePicker--inline .euiFormControlLayout { + width: auto; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); + border: 1px solid #343741; + background-color: #1D1E24; + border-radius: 0 0 6px 6px; } + .euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); + border: 1px solid #343741; + background-color: #1D1E24; + border-radius: 6px; } + +.react-datepicker { + font-size: 12px; + color: #DFE5EF; + display: -webkit-flex; + display: flex; + border-radius: 6px; + padding: 8px; + -webkit-justify-content: center; + justify-content: center; } + +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper { + z-index: 2000; + -webkit-animation: euiAnimFadeIn 150ms ease-in; + animation: euiAnimFadeIn 150ms ease-in; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='top'] { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075); + border-radius: 6px 6px 0 0; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='right'] { + margin-left: 0; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='left'] { + margin-right: 0; } + +.react-datepicker__current-month, +.react-datepicker-time__header { + display: none; } + +.react-datepicker__screenReaderOnly { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.react-datepicker__focusTrap { + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; } + +.react-datepicker__month-container { + -webkit-flex-grow: 1; + flex-grow: 1; + margin-top: 36px; } + +.react-datepicker__header { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + +.react-datepicker-time__header { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.react-datepicker__month { + text-align: center; + border-radius: 6px; } + +@media only screen and (max-width: 574px) { + .react-datepicker__focusTrap, + .react-datepicker { + -webkit-flex-direction: column; + flex-direction: column; } + .react-datepicker__time-box { + margin-top: 0; } } + +.euiScreenReaderOnly, +.euiScreenReaderOnly--showOnFocus:not(:focus):not(:active) { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiSkipLink { + transition: none !important; } + .euiSkipLink:focus { + -webkit-animation: none !important; + animation: none !important; } + .euiSkipLink.euiSkipLink--absolute:focus { + position: absolute; } + .euiSkipLink.euiSkipLink--fixed:focus { + position: fixed; + top: 4px; + left: 4px; + z-index: 1001; } + +.euiAccordion__triggerWrapper { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiAccordion__button { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + text-align: left; + width: 100%; + -webkit-flex-grow: 1; + flex-grow: 1; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiAccordion__button:hover, .euiAccordion__button:focus { + text-decoration: underline; + cursor: pointer; } + +.euiAccordion__iconButton { + margin-right: 4px; + -webkit-flex-shrink: 0; + flex-shrink: 0; + -webkit-transform: rotate(0deg) !important; + transform: rotate(0deg) !important; } + .euiAccordion__iconButton-isOpen { + -webkit-transform: rotate(90deg) !important; + transform: rotate(90deg) !important; } + .euiAccordion__iconButton--right { + margin-right: 0; + margin-left: 4px; } + +.euiAccordion__optionalAction { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiAccordion__childWrapper { + visibility: hidden; + height: 0; + opacity: 0; + overflow: hidden; + -webkit-transform: translatez(0); + transform: translatez(0); + transition: height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiAccordion__childWrapper:focus { + outline: none; } + +.euiAccordion__padding--xs { + padding: 4px; } + +.euiAccordion__padding--s { + padding: 8px; } + +.euiAccordion__padding--m { + padding: 16px; } + +.euiAccordion__padding--l { + padding: 24px; } + +.euiAccordion__padding--xl { + padding: 32px; } + +.euiAccordion.euiAccordion-isOpen .euiAccordion__childWrapper { + visibility: visible; + opacity: 1; + height: auto; } + +.euiAccordion__children-isLoading { + line-height: 1.5; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiAccordion__children-isLoading .euiAccordion__spinner { + margin-right: 4px; } + +.euiAccordionForm__extraAction { + opacity: 0; + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiAccordionForm__extraAction:focus { + opacity: 1; } + +.euiAccordionForm__title { + display: inline-block; } + +.euiAccordionForm__button { + padding: 16px 16px 16px 0; } + .euiAccordionForm__button:hover { + text-decoration: none; } + .euiAccordionForm__button:hover .euiAccordionForm__title { + text-decoration: underline; } + +.euiAccordionForm { + border-top: 1px solid #343741; + border-bottom: 1px solid #343741; } + .euiAccordionForm + .euiAccordionForm { + border-top: none; } + .euiAccordionForm:hover .euiAccordionForm__extraAction { + opacity: 1; + visibility: visible; } + +.euiAspectRatio { + position: relative; } + .euiAspectRatio > * { + position: absolute !important; + top: 0 !important; + left: 0 !important; + width: 100% !important; + height: 100% !important; } + +.euiAvatar { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + background-size: cover; + text-align: center; + vertical-align: middle; + overflow-x: hidden; + font-weight: 500; } + +.euiAvatar--user { + position: relative; + border-radius: 50%; } + .euiAvatar--user:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 50%; + content: ''; + pointer-events: none; + border: 1px solid rgba(212, 218, 229, 0.05); } + +.euiAvatar--space { + position: relative; + border-radius: 6px; } + .euiAvatar--space:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 6px; + content: ''; + pointer-events: none; + border: 1px solid rgba(212, 218, 229, 0.05); } + +.euiAvatar-isDisabled { + cursor: not-allowed; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + +.euiAvatar--plain { + background-color: #1D1E24; } + +.euiAvatar--s { + width: 24px; + height: 24px; + line-height: 24px; + font-size: 12px; } + +.euiAvatar--m { + width: 32px; + height: 32px; + line-height: 32px; + font-size: 14.4px; } + +.euiAvatar--l { + width: 40px; + height: 40px; + line-height: 40px; + font-size: 19.2px; } + +.euiAvatar--xl { + width: 64px; + height: 64px; + line-height: 64px; + font-size: 25.6px; } + +/** + * 1. Accounts for the border + */ +.euiBadge { + font-size: 12px; + font-weight: 500; + line-height: 18px; + /* 1 */ + padding: 0 8px; + display: inline-block; + text-decoration: none; + border-radius: 3px; + border: solid 1px transparent; + background-color: transparent; + white-space: nowrap; + vertical-align: middle; + cursor: default; + max-width: 100%; + text-align: left; } + .euiBadge.euiBadge-isDisabled { + color: #858a91 !important; + background-color: #515761 !important; } + .euiBadge:focus-within { + outline: 2px solid currentColor; } + .euiBadge:focus-within:focus-visible { + outline-style: auto; } + .euiBadge:focus-within:not(:focus-visible) { + outline: none; } + .euiBadge + .euiBadge { + margin-left: 4px; } + .euiBadge .euiBadge__content { + min-height: 18px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow: hidden; } + .euiBadge .euiBadge__childButton { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + text-align: inherit; + font-weight: inherit; + line-height: inherit; + color: inherit; } + .euiBadge .euiBadge__childButton:disabled { + cursor: not-allowed; } + .euiBadge .euiBadge__childButton:not(:disabled):hover, .euiBadge .euiBadge__childButton:not(:disabled):focus { + text-decoration: underline; } + .euiBadge .euiBadge__iconButton { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + font-size: 0; + margin-left: 4px; } + .euiBadge .euiBadge__iconButton:focus { + background-color: rgba(255, 255, 255, 0.8); + color: #000; + border-radius: 2px; } + .euiBadge .euiBadge__iconButton:disabled { + cursor: not-allowed; } + .euiBadge .euiBadge__iconButton .euiBadge__icon { + margin: 0 !important; } + .euiBadge .euiBadge__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + cursor: default; } + .euiBadge .euiBadge__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; } + .euiBadge .euiBadge__icon:not(:only-child) { + margin-left: 4px; } + .euiBadge.euiBadge--iconLeft .euiBadge__content { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + .euiBadge.euiBadge--iconLeft .euiBadge__iconButton, + .euiBadge.euiBadge--iconLeft .euiBadge__icon:not(:only-child) { + margin-right: 4px; + margin-left: 0; } + +.euiBadge-isClickable:not(:disabled):hover, .euiBadge-isClickable:not(:disabled):focus { + text-decoration: underline; } + +.euiBadge-isClickable.euiBadge-isDisabled { + cursor: not-allowed; } + +.euiBadge-isClickable:focus { + outline: 2px solid currentColor; } + .euiBadge-isClickable:focus:focus-visible { + outline-style: auto; } + .euiBadge-isClickable:focus:not(:focus-visible) { + outline: none; } + +.euiBadge-isClickable .euiBadge__text { + cursor: inherit; } + +.euiBadge--hollow { + background-color: #1D1E24; + border-color: #52555e; + color: #DFE5EF; } + +.euiBadgeGroup__item { + display: inline-block; + max-width: 100%; } + +.euiBadgeGroup--gutterExtraSmall { + margin: -2px; } + .euiBadgeGroup--gutterExtraSmall > .euiBadgeGroup__item { + margin: 2px; + max-width: calc(100% - 4px); } + +.euiBadgeGroup--gutterSmall { + margin: -4px; } + .euiBadgeGroup--gutterSmall > .euiBadgeGroup__item { + margin: 4px; + max-width: calc(100% - 8px); } + +.euiBetaBadge { + display: inline-block; + padding: 0 16px; + border-radius: 24px; + box-shadow: inset 0 0 0 1px #343741; + vertical-align: super; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: .05em; + line-height: 24px; + text-align: center; + white-space: nowrap; + cursor: default; } + .euiBetaBadge:focus { + outline: 2px solid currentColor; + outline-color: #FFF; + outline-offset: 2px; } + .euiBetaBadge:focus:focus-visible { + outline-style: auto; } + .euiBetaBadge:focus:not(:focus-visible) { + outline: none; } + .euiBetaBadge:not(.euiBetaBadge--hollow) { + box-shadow: none; } + .euiBetaBadge.euiBetaBadge--small { + font-size: 8.75px; + font-size: 0.625rem; + line-height: 20px; + padding: 0 12px; } + +.euiBetaBadge--iconOnly { + padding: 0; + width: 24px; } + .euiBetaBadge--iconOnly .euiBetaBadge__icon { + position: relative; + -webkit-transform: translate(0, -1px); + transform: translate(0, -1px); } + .euiBetaBadge--iconOnly.euiBetaBadge--small { + width: 20px; + padding: 0; } + +.euiBetaBadge--singleLetter { + padding: 0; + width: 24px; } + .euiBetaBadge--singleLetter.euiBetaBadge--small { + width: 20px; + padding: 0; } + +.euiBetaBadge--subdued { + background: #71737a; + color: #FFF; } + .euiBetaBadge--subdued.euiBetaBadge-isClickable { + color: #FFF; } + +.euiBetaBadge--hollow.euiBetaBadge-isClickable { + color: #FFF; } + +.euiBetaBadge--accent { + background: #F68FBE; + color: #000; } + .euiBetaBadge--accent.euiBetaBadge-isClickable { + color: #000; } + +.euiNotificationBadge { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + border-radius: 6px; + font-size: 12px; + font-weight: 500; + line-height: 16px; + height: 16px; + min-width: 16px; + padding-left: 4px; + padding-right: 4px; + vertical-align: middle; + text-align: center; + transition: all 150ms ease-in; + cursor: default; + background: #F68FBE; + color: #000; } + +.euiNotificationBadge--medium { + line-height: 20px; + height: 20px; + min-width: 24px; } + +.euiNotificationBadge--subdued { + background: #71737a; + color: #FFF; } + +.euiBasicTable-loading { + position: relative; } + .euiBasicTable-loading tbody { + overflow: hidden; } + .euiBasicTable-loading tbody:before { + position: absolute; + content: ''; + width: 100%; + height: 2px; + background-color: #36A2EF; + -webkit-animation: euiBasicTableLoading 1000ms linear; + animation: euiBasicTableLoading 1000ms linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; } + +@-webkit-keyframes euiBasicTableLoading { + from { + left: 0; + width: 0; } + 20% { + left: 0; + width: 40%; } + 80% { + left: 60%; + width: 40%; } + 100% { + left: 100%; + width: 0; } } + +@keyframes euiBasicTableLoading { + from { + left: 0; + width: 0; } + 20% { + left: 0; + width: 40%; } + 80% { + left: 60%; + width: 40%; } + 100% { + left: 100%; + width: 0; } } + +.euiBeacon { + position: relative; + background-color: #54B399; + border-radius: 50%; } + .euiBeacon:before, .euiBeacon:after { + position: absolute; + content: ''; + height: 100%; + width: 100%; + left: 0; + top: 0; + background-color: transparent; + border-radius: 50%; + box-shadow: 0 0 1px 1px #54B399; } + .euiBeacon:before { + -webkit-animation: euiBeaconPulseLarge 2.5s infinite ease-out; + animation: euiBeaconPulseLarge 2.5s infinite ease-out; } + .euiBeacon:after { + -webkit-animation: euiBeaconPulseSmall 2.5s infinite ease-out .25s; + animation: euiBeaconPulseSmall 2.5s infinite ease-out .25s; } + +@-webkit-keyframes euiBeaconPulseLarge { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(3); + transform: scale(3); + opacity: 0; } + 100% { + opacity: 0; } } + +@keyframes euiBeaconPulseLarge { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(3); + transform: scale(3); + opacity: 0; } + 100% { + opacity: 0; } } + +@-webkit-keyframes euiBeaconPulseSmall { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(2); + transform: scale(2); + opacity: 0; } + 100% { + opacity: 0; } } + +@keyframes euiBeaconPulseSmall { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(2); + transform: scale(2); + opacity: 0; } + 100% { + opacity: 0; } } + +.euiBottomBar { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075); + background: #131317; + color: #FFF; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiBottomBar { + -webkit-animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +.euiBottomBar--fixed { + position: fixed; + z-index: 998; } + +.euiBottomBar--sticky { + position: -webkit-sticky; + position: sticky; + z-index: 998; } + +.euiBottomBar--paddingSmall { + padding: 8px; } + +.euiBottomBar--paddingMedium { + padding: 16px; } + +.euiBottomBar--paddingLarge { + padding: 24px; } + +@-webkit-keyframes euiBottomBarAppear { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; } + 100% { + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; } } + +@keyframes euiBottomBarAppear { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; } + 100% { + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; } } + +.euiButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + border-radius: 6px; + min-width: 112px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButton { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButton:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButton:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButton:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButton:hover:not([class*='isDisabled']), .euiButton:focus { + text-decoration: underline; } + .euiButton .euiButton__content { + padding: 0 12px; } + .euiButton .euiButton__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButton.euiButton--small { + height: 32px; + line-height: 32px; } + .euiButton:hover, .euiButton:active { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); } + .euiButton:not([class*='isDisabled']):hover, .euiButton:not([class*='isDisabled']):focus, .euiButton:not([class*='isDisabled']):focus-within { + background-color: rgba(54, 162, 239, 0.1); } + .euiButton.euiButton-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #515761; + border-color: #515761; } + .euiButton.euiButton-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButton.euiButton-isDisabled .euiButtonContent__spinner { + border-color: #36A2EF currentColor currentColor currentColor; } + .euiButton.euiButton-isDisabled.euiButton--fill { + color: #858a91; + background-color: #515761; + border-color: #515761; } + .euiButton.euiButton-isDisabled.euiButton--fill:hover, .euiButton.euiButton-isDisabled.euiButton--fill:focus, .euiButton.euiButton-isDisabled.euiButton--fill:focus-within { + background-color: #515761; + border-color: #515761; } + .euiButton.euiButton-isDisabled:hover, .euiButton.euiButton-isDisabled:focus, .euiButton.euiButton-isDisabled:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + text-decoration: none; } + +.euiButton--primary { + color: #36A2EF; + border-color: #36A2EF; } + .euiButton--primary.euiButton--fill { + background-color: #36A2EF; + border-color: #36A2EF; + color: #000; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #1e97ed; + border-color: #1e97ed; } + .euiButton--primary:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--primary:not([class*='isDisabled']):hover, .euiButton--primary:not([class*='isDisabled']):focus, .euiButton--primary:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(54, 162, 239, 0.1); } + +.euiButton--accent { + color: #F68FBE; + border-color: #F68FBE; } + .euiButton--accent.euiButton--fill { + background-color: #F68FBE; + border-color: #F68FBE; + color: #000; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f477b0; + border-color: #f477b0; } + .euiButton--accent:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--accent:not([class*='isDisabled']):hover, .euiButton--accent:not([class*='isDisabled']):focus, .euiButton--accent:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(246, 143, 190, 0.1); } + +.euiButton--success { + color: #7DDED8; + border-color: #7DDED8; } + .euiButton--success.euiButton--fill { + background-color: #7DDED8; + border-color: #7DDED8; + color: #000; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #69d9d2; + border-color: #69d9d2; } + .euiButton--success:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--success:not([class*='isDisabled']):hover, .euiButton--success:not([class*='isDisabled']):focus, .euiButton--success:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(125, 222, 216, 0.1); } + +.euiButton--warning { + color: #F3D371; + border-color: #F3D371; } + .euiButton--warning.euiButton--fill { + background-color: #F3D371; + border-color: #F3D371; + color: #000; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f1cc59; + border-color: #f1cc59; } + .euiButton--warning:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--warning:not([class*='isDisabled']):hover, .euiButton--warning:not([class*='isDisabled']):focus, .euiButton--warning:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(243, 211, 113, 0.1); } + +.euiButton--danger { + color: #F86B63; + border-color: #F86B63; } + .euiButton--danger.euiButton--fill { + background-color: #F86B63; + border-color: #F86B63; + color: #000; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f7544b; + border-color: #f7544b; } + .euiButton--danger:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--danger:not([class*='isDisabled']):hover, .euiButton--danger:not([class*='isDisabled']):focus, .euiButton--danger:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(248, 107, 99, 0.1); } + +.euiButton--subdued { + color: #7a7f89; + border-color: #7a7f89; } + .euiButton--subdued.euiButton--fill { + background-color: #7a7f89; + border-color: #7a7f89; + color: #000; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #6e727c; + border-color: #6e727c; } + .euiButton--subdued:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--subdued:not([class*='isDisabled']):hover, .euiButton--subdued:not([class*='isDisabled']):focus, .euiButton--subdued:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(122, 127, 137, 0.1); } + +.euiButton--ghost { + color: #FFF; + border-color: #FFF; } + .euiButton--ghost.euiButton--fill { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButton--ghost:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--ghost:not([class*='isDisabled']):hover, .euiButton--ghost:not([class*='isDisabled']):focus, .euiButton--ghost:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(255, 255, 255, 0.1); } + +.euiButton--text { + color: #DFE5EF; + border-color: #98A2B3; } + .euiButton--text.euiButton--fill { + background-color: #98A2B3; + border-color: #98A2B3; + color: #000; } + .euiButton--text.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #8995a8; + border-color: #8995a8; } + .euiButton--text:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButton--text:not([class*='isDisabled']):hover, .euiButton--text:not([class*='isDisabled']):focus, .euiButton--text:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(152, 162, 179, 0.1); } + +.euiButton.euiButton-isDisabled.euiButton--ghost, .euiButton.euiButton-isDisabled.euiButton--ghost:hover, .euiButton.euiButton-isDisabled.euiButton--ghost:focus, .euiButton.euiButton-isDisabled.euiButton--ghost:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + color: #343741; + border-color: #343741; } + +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill { + background-color: #343741; + color: #62656d; } + +.euiButton--fullWidth { + display: block; + width: 100%; } + +.euiButtonContent { + height: 100%; + width: 100%; + vertical-align: middle; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + .euiButtonContent .euiButtonContent__icon, + .euiButtonContent .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiButtonContent > * + * { + -webkit-margin-start: 8px; + margin-inline-start: 8px; } + +.euiButtonContent--iconRight { + height: 100%; + width: 100%; + vertical-align: middle; + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + .euiButtonContent--iconRight .euiButtonContent__icon, + .euiButtonContent--iconRight .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiButtonContent--iconRight > * + * { + -webkit-margin-start: 0; + margin-inline-start: 0; + -webkit-margin-end: 8px; + margin-inline-end: 8px; } + +/** + * 1. We don't want any of the animations that come inherited from the mixin. + * These should act like normal links instead. + * 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash + */ +.euiButtonEmpty { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + border-color: transparent; + background-color: transparent; + box-shadow: none; + -webkit-transform: none !important; + transform: none !important; + /* 1 */ + -webkit-animation: none !important; + animation: none !important; + /* 1 */ + transition-timing-function: ease-in; + /* 2 */ + transition-duration: 150ms; + /* 2 */ } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButtonEmpty { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButtonEmpty:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButtonEmpty:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButtonEmpty:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButtonEmpty:hover:not([class*='isDisabled']), .euiButtonEmpty:focus { + text-decoration: underline; } + .euiButtonEmpty .euiButtonEmpty__content { + padding: 0 8px; } + .euiButtonEmpty .euiButtonEmpty__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButtonEmpty.euiButtonEmpty--small { + height: 32px; } + .euiButtonEmpty.euiButtonEmpty--xSmall { + height: 24px; + font-size: 14px; } + .euiButtonEmpty:disabled { + pointer-events: auto; + cursor: not-allowed; + color: #515761; } + .euiButtonEmpty:disabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonEmpty:disabled .euiButtonContent__spinner { + border-color: #36A2EF currentColor currentColor currentColor; } + .euiButtonEmpty:disabled:focus { + background-color: transparent; } + .euiButtonEmpty:disabled:hover, .euiButtonEmpty:disabled:focus { + text-decoration: none; } + +.euiButtonEmpty--flushLeft .euiButtonEmpty__content, +.euiButtonEmpty--flushRight .euiButtonEmpty__content, +.euiButtonEmpty--flushBoth .euiButtonEmpty__content { + padding-left: 0; + padding-right: 0; } + +.euiButtonEmpty--flushLeft { + margin-right: 8px; } + +.euiButtonEmpty--flushRight { + margin-left: 8px; } + +.euiButtonEmpty--primary { + color: #36A2EF; } + .euiButtonEmpty--primary:focus { + background-color: rgba(54, 162, 239, 0.1); } + +.euiButtonEmpty--danger { + color: #F86B63; } + .euiButtonEmpty--danger:focus { + background-color: rgba(248, 107, 99, 0.1); } + +.euiButtonEmpty--disabled { + color: #858a91; } + .euiButtonEmpty--disabled:focus { + background-color: rgba(81, 87, 97, 0.1); } + .euiButtonEmpty--disabled:hover { + cursor: not-allowed; } + +.euiButtonEmpty--ghost { + color: #FFF; } + .euiButtonEmpty--ghost:focus { + background-color: rgba(255, 255, 255, 0.1); } + +.euiButtonEmpty--text { + color: #DFE5EF; } + .euiButtonEmpty--text:focus { + background-color: rgba(223, 229, 239, 0.1); } + +.euiButtonEmpty--success { + color: #7DDED8; } + .euiButtonEmpty--success:focus { + background-color: rgba(125, 222, 216, 0.1); } + +.euiButtonEmpty--warning { + color: #F3D371; } + .euiButtonEmpty--warning:focus { + background-color: rgba(243, 211, 113, 0.1); } + +.euiButtonIcon { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + border-radius: 6px; + width: 40px; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: space-around; + justify-content: space-around; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButtonIcon { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButtonIcon:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButtonIcon:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButtonIcon:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButtonIcon:hover:not([class*='isDisabled']), .euiButtonIcon:focus { + text-decoration: underline; } + .euiButtonIcon > svg { + pointer-events: none; } + .euiButtonIcon.euiButtonIcon--empty { + box-shadow: none !important; + border: none; } + .euiButtonIcon.euiButtonIcon-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #515761; + border-color: #515761; } + .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__spinner { + border-color: #36A2EF currentColor currentColor currentColor; } + .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill { + color: #858a91; + background-color: #515761; + border-color: #515761; } + .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:hover, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus-within { + background-color: #515761; + border-color: #515761; } + .euiButtonIcon.euiButtonIcon-isDisabled:hover, .euiButtonIcon.euiButtonIcon-isDisabled:focus, .euiButtonIcon.euiButtonIcon-isDisabled:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + text-decoration: none; } + +.euiButtonIcon--xSmall { + height: 24px; + width: 24px; } + +.euiButtonIcon--small { + height: 32px; + width: 32px; } + +.euiButtonIcon--primary { + color: #36A2EF; + border-color: #36A2EF; } + .euiButtonIcon--primary.euiButtonIcon--fill { + background-color: #36A2EF; + border-color: #36A2EF; + color: #000; } + .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #1e97ed; + border-color: #1e97ed; } + .euiButtonIcon--primary:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--primary:not([class*='isDisabled']):hover, .euiButtonIcon--primary:not([class*='isDisabled']):focus, .euiButtonIcon--primary:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(54, 162, 239, 0.1); } + +.euiButtonIcon--accent { + color: #F68FBE; + border-color: #F68FBE; } + .euiButtonIcon--accent.euiButtonIcon--fill { + background-color: #F68FBE; + border-color: #F68FBE; + color: #000; } + .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f477b0; + border-color: #f477b0; } + .euiButtonIcon--accent:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--accent:not([class*='isDisabled']):hover, .euiButtonIcon--accent:not([class*='isDisabled']):focus, .euiButtonIcon--accent:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(246, 143, 190, 0.1); } + +.euiButtonIcon--success { + color: #7DDED8; + border-color: #7DDED8; } + .euiButtonIcon--success.euiButtonIcon--fill { + background-color: #7DDED8; + border-color: #7DDED8; + color: #000; } + .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #69d9d2; + border-color: #69d9d2; } + .euiButtonIcon--success:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--success:not([class*='isDisabled']):hover, .euiButtonIcon--success:not([class*='isDisabled']):focus, .euiButtonIcon--success:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(125, 222, 216, 0.1); } + +.euiButtonIcon--warning { + color: #F3D371; + border-color: #F3D371; } + .euiButtonIcon--warning.euiButtonIcon--fill { + background-color: #F3D371; + border-color: #F3D371; + color: #000; } + .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f1cc59; + border-color: #f1cc59; } + .euiButtonIcon--warning:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--warning:not([class*='isDisabled']):hover, .euiButtonIcon--warning:not([class*='isDisabled']):focus, .euiButtonIcon--warning:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(243, 211, 113, 0.1); } + +.euiButtonIcon--danger { + color: #F86B63; + border-color: #F86B63; } + .euiButtonIcon--danger.euiButtonIcon--fill { + background-color: #F86B63; + border-color: #F86B63; + color: #000; } + .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f7544b; + border-color: #f7544b; } + .euiButtonIcon--danger:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--danger:not([class*='isDisabled']):hover, .euiButtonIcon--danger:not([class*='isDisabled']):focus, .euiButtonIcon--danger:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(248, 107, 99, 0.1); } + +.euiButtonIcon--subdued { + color: #7a7f89; + border-color: #7a7f89; } + .euiButtonIcon--subdued.euiButtonIcon--fill { + background-color: #7a7f89; + border-color: #7a7f89; + color: #000; } + .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #6e727c; + border-color: #6e727c; } + .euiButtonIcon--subdued:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--subdued:not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not([class*='isDisabled']):focus, .euiButtonIcon--subdued:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(122, 127, 137, 0.1); } + +.euiButtonIcon--ghost { + color: #FFF; + border-color: #FFF; } + .euiButtonIcon--ghost.euiButtonIcon--fill { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButtonIcon--ghost:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--ghost:not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not([class*='isDisabled']):focus, .euiButtonIcon--ghost:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(255, 255, 255, 0.1); } + +.euiButtonIcon--text { + color: #DFE5EF; + border-color: #98A2B3; } + .euiButtonIcon--text.euiButtonIcon--fill { + background-color: #98A2B3; + border-color: #98A2B3; + color: #000; } + .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #8995a8; + border-color: #8995a8; } + .euiButtonIcon--text:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); } + .euiButtonIcon--text:not([class*='isDisabled']):hover, .euiButtonIcon--text:not([class*='isDisabled']):focus, .euiButtonIcon--text:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background-color: rgba(152, 162, 179, 0.1); } + +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:hover, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + color: #343741; + border-color: #343741; } + +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButton--fill { + background-color: #343741; + color: #62656d; } + +.euiButtonGroup { + display: inline-block; + max-width: 100%; + position: relative; } + +.euiButtonGroup--fullWidth { + display: block; } + .euiButtonGroup--fullWidth .euiButtonGroup__buttons { + width: 100%; } + .euiButtonGroup--fullWidth .euiButtonGroup__buttons .euiButtonGroupButton { + -webkit-flex: 1; + flex: 1; } + +.euiButtonGroup__buttons { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + border-radius: 7px; + max-width: 100%; + display: -webkit-flex; + display: flex; + overflow: hidden; } + +.euiButtonGroup--isDisabled .euiButtonGroup__buttons { + box-shadow: none; } + +.euiButtonGroup--compressed .euiButtonGroup__buttons { + box-shadow: none !important; + border-radius: 4px; + background-color: #16171c; + height: 32px; + border: 1px solid rgba(255, 255, 255, 0.1); + overflow: visible; } + +.euiButtonGroupButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out, color 250ms ease-in-out; + min-width: 0; + -webkit-flex-shrink: 1; + flex-shrink: 1; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiButtonGroupButton .euiButton__content { + padding: 0 12px; } + .euiButtonGroupButton-isIconOnly .euiButton__content { + padding: 0 8px; } + .euiButtonGroupButton .euiButton__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButtonGroupButton.euiButtonGroupButton--small { + height: 32px; + line-height: 32px; } + .euiButtonGroupButton:not([class*='isDisabled']):hover, .euiButtonGroupButton:not([class*='isDisabled']):focus, .euiButtonGroupButton:not([class*='isDisabled']):focus-within { + background-color: rgba(54, 162, 239, 0.1); + text-decoration: underline; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #515761; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__spinner { + border-color: #36A2EF currentColor currentColor currentColor; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected { + color: #858a91; + background-color: #515761; + border-color: #515761; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus-within { + background-color: #515761; + border-color: #515761; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']) { + color: #36A2EF; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #36A2EF; + border-color: #36A2EF; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #1e97ed; + border-color: #1e97ed; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within { + background-color: rgba(54, 162, 239, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']) { + color: #F68FBE; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #F68FBE; + border-color: #F68FBE; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f477b0; + border-color: #f477b0; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within { + background-color: rgba(246, 143, 190, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']) { + color: #7DDED8; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #7DDED8; + border-color: #7DDED8; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #69d9d2; + border-color: #69d9d2; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus-within { + background-color: rgba(125, 222, 216, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']) { + color: #F3D371; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #F3D371; + border-color: #F3D371; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f1cc59; + border-color: #f1cc59; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within { + background-color: rgba(243, 211, 113, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']) { + color: #F86B63; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #F86B63; + border-color: #F86B63; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f7544b; + border-color: #f7544b; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within { + background-color: rgba(248, 107, 99, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']) { + color: #7a7f89; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #7a7f89; + border-color: #7a7f89; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #6e727c; + border-color: #6e727c; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within { + background-color: rgba(122, 127, 137, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within { + background-color: rgba(255, 255, 255, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']) { + color: #DFE5EF; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #98A2B3; + border-color: #98A2B3; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #8995a8; + border-color: #8995a8; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus-within { + background-color: rgba(152, 162, 179, 0.1); } + +.euiButtonGroupButton__textShift::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + +/** + * Medium and Small sizing (regular button style) + */ +.euiButtonGroup--medium .euiButtonGroupButton, +.euiButtonGroup--small .euiButtonGroupButton { + border: 1px solid #343741; } + .euiButtonGroup--medium .euiButtonGroupButton:not(:first-child), + .euiButtonGroup--small .euiButtonGroupButton:not(:first-child) { + margin-left: -1px; } + .euiButtonGroup--medium .euiButtonGroupButton:first-child, + .euiButtonGroup--small .euiButtonGroupButton:first-child { + border-radius: 6px 0 0 6px; } + .euiButtonGroup--medium .euiButtonGroupButton:last-child, + .euiButtonGroup--small .euiButtonGroupButton:last-child { + border-radius: 0 6px 6px 0; } + +.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within { + color: #343741; } + +.euiButtonGroup--isDisabled .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, .euiButtonGroup--isDisabled +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost { + border-color: #343741; } + +.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected { + background-color: #343741; + color: #62656d; } + +.euiButtonGroup--medium .euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton-isSelected { + z-index: 0; } + +.euiButtonGroup--medium .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected { + box-shadow: -1px 0 0 rgba(29, 30, 36, 0.1); } + +/** + * Compressed (form style) + */ +.euiButtonGroup--compressed .euiButtonGroupButton { + height: 30px; + line-height: 30px; + font-size: 14px; + border-radius: 6px; + padding: 2px; + background-clip: content-box; } + .euiButtonGroup--compressed .euiButtonGroupButton .euiButton__content { + padding-left: 8px; + padding-right: 8px; } + .euiButtonGroup--compressed .euiButtonGroupButton.euiButtonGroupButton-isSelected { + font-weight: 600; } + .euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus-within { + outline: 2px solid #36A2EF; } + +/** + * 1. Add vertical space between breadcrumbs, + * but make sure the whole breadcrumb set doesn't add space below itself + */ +.euiBreadcrumbs__list { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + min-width: 0; + margin-bottom: -4px; + /* 1 */ } + +.euiBreadcrumb { + margin-bottom: 4px; + /* 1 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiBreadcrumb:not(.euiBreadcrumb--last) { + color: #7a7f89; } + .euiBreadcrumb:not(.euiBreadcrumb--last)::after { + content: ''; + margin: 4px 8px 0; + width: 1px; + height: 16px; + -webkit-transform: translateY(-1px) rotate(15deg); + transform: translateY(-1px) rotate(15deg); + background: #343741; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiBreadcrumb--collapsed { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiBreadcrumb--last { + font-weight: 500; } + +.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content { + font-weight: 400; + color: #7a7f89; } + +.euiBreadcrumbs--truncate .euiBreadcrumbs__list { + white-space: nowrap; + -webkit-flex-wrap: nowrap; + flex-wrap: nowrap; } + +.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) .euiBreadcrumb__content { + max-width: 160px; + overflow: hidden; + text-overflow: ellipsis; } + +.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last .euiBreadcrumb__content { + max-width: none; } + +.euiBreadcrumbs--truncate .euiBreadcrumb { + overflow: hidden; } + +.euiBreadcrumbs--truncate .euiBreadcrumb__content, +.euiBreadcrumb--truncate .euiBreadcrumb__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + max-width: 160px; + text-align: center; + vertical-align: baseline; } + +.euiCallOut { + padding: 16px; + border-left: 2px solid transparent; } + .euiCallOut.euiCallOut--small { + padding: 8px; } + .euiCallOut .euiCallOutHeader__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-transform: translateY(2px); + transform: translateY(2px); } + .euiCallOut .euiCallOutHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; + margin-bottom: 0; } + +.euiCallOut--small .euiCallOutHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; } + +.euiCallOut--primary { + border-color: #36A2EF; + background-color: #103148; } + .euiCallOut--primary .euiCallOutHeader__icon { + fill: #5eb5f2; } + .euiCallOut--primary .euiCallOutHeader__title { + color: #5eb5f2; } + +.euiCallOut--success { + border-color: #7DDED8; + background-color: #264341; } + .euiCallOut--success .euiCallOutHeader__icon { + fill: #97e5e0; } + .euiCallOut--success .euiCallOutHeader__title { + color: #97e5e0; } + +.euiCallOut--warning { + border-color: #F3D371; + background-color: #493f22; } + .euiCallOut--warning .euiCallOutHeader__icon { + fill: #f5dc8d; } + .euiCallOut--warning .euiCallOutHeader__title { + color: #f5dc8d; } + +.euiCallOut--danger { + border-color: #F86B63; + background-color: #4a201e; } + .euiCallOut--danger .euiCallOutHeader__icon { + fill: #f98982; } + .euiCallOut--danger .euiCallOutHeader__title { + color: #f98982; } + +/** + * 1. Align icon with first line of title text if it wraps. + * 2. If content exists under the header, space it appropriately. + * 3. Apply margin to all but last item in the flex. + */ +.euiCallOutHeader { + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + /* 1 */ } + .euiCallOutHeader + * { + margin-top: 8px; + /* 1 */ } + .euiCallOutHeader > * + * { + margin-left: 8px; + /* 3 */ } + +/** + * 1. Footer is always at the bottom. + * 2. Fix for IE where the image correctly resizes in width but doesn't collapse its height + (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421) + * 3. Horizontal layouts should always top left align no matter the textAlign prop + */ +.euiCard { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + min-height: 1px; + /* 2 */ } + .euiCard.euiCard-isDisabled { + cursor: not-allowed !important; + -webkit-transform: none !important; + transform: none !important; + box-shadow: none !important; + text-decoration: none !important; + background-color: rgba(81, 87, 97, 0.1) !important; + color: #515761; } + .euiCard.euiCard-isDisabled .euiCard__top { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + .euiCard.euiCard-isDisabled .euiCard__titleAnchor, + .euiCard.euiCard-isDisabled .euiCard__titleButton { + color: #515761; + cursor: inherit; } + .euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable):not(.euiBetaBadge--hollow) { + box-shadow: inset 0 0 0 1px #343741; + background: transparent; + color: inherit; } + .euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable).euiBetaBadge--hollow { + background-color: #1D1E24; } + .euiCard.euiCard--isClickable { + display: -webkit-flex; + display: flex; + width: 100%; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + outline: 2px solid currentColor; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:focus-visible { + outline-style: auto; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:not(:focus-visible) { + outline: none; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__title, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleAnchor, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleButton, .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__title, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleAnchor, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleButton { + text-decoration: underline; } + .euiCard .euiCard__top, + .euiCard .euiCard__content, + .euiCard .euiCard__footer { + width: 100%; } + .euiCard.euiCard--leftAligned { + text-align: left; + -webkit-align-items: flex-start; + align-items: flex-start; } + .euiCard.euiCard--leftAligned .euiCard__titleButton { + text-align: left; } + .euiCard.euiCard--centerAligned { + text-align: center; + -webkit-align-items: center; + align-items: center; } + .euiCard.euiCard--rightAligned { + text-align: right; + -webkit-align-items: flex-end; + align-items: flex-end; } + .euiCard.euiCard--rightAligned .euiCard__titleButton { + text-align: right; } + .euiCard.euiCard-isSelected { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiCard--hasBetaBadge { + position: relative; + overflow: visible; } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper { + position: absolute; + top: -12px; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + z-index: 3; + min-width: 30%; + max-width: calc(100% - 32px); } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiToolTipAnchor, + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge { + width: 100%; } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge { + overflow: hidden; + text-overflow: ellipsis; } + +.euiCard__betaBadge.euiBetaBadge--hollow { + background-color: #1D1E24; } + +.euiCard--isSelectable { + position: relative; } + +.euiCard[class*='paddingSmall'] { + padding: 8px; } + .euiCard[class*='paddingSmall'].euiCard--isSelectable { + padding-bottom: 48px; } + .euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image { + width: calc(100% + (8px * 2)); + left: -8px; + top: -8px; + margin-bottom: -8px; } + .euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -8px)); + transform: translate(-50%, calc(-50% + -8px)); } + +.euiCard[class*='paddingMedium'] { + padding: 16px; } + .euiCard[class*='paddingMedium'].euiCard--isSelectable { + padding-bottom: 56px; } + .euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image { + width: calc(100% + (16px * 2)); + left: -16px; + top: -16px; + margin-bottom: -16px; } + .euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -16px)); + transform: translate(-50%, calc(-50% + -16px)); } + +.euiCard[class*='paddingLarge'] { + padding: 24px; } + .euiCard[class*='paddingLarge'].euiCard--isSelectable { + padding-bottom: 64px; } + .euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image { + width: calc(100% + (24px * 2)); + left: -24px; + top: -24px; + margin-bottom: -24px; } + .euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -24px)); + transform: translate(-50%, calc(-50% + -24px)); } + +.euiCard__top { + -webkit-flex-grow: 0; + flex-grow: 0; + /* 1 */ + position: relative; + min-height: 1px; + /* 2 */ + font-size: 0; } + .euiCard__top .euiCard__image { + position: relative; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + overflow: hidden; } + .euiCard__top .euiCard__image img { + width: 100%; } + .euiCard__top .euiCard__image + .euiCard__icon { + position: absolute; + top: 50%; + left: 50%; } + .euiCard__top .euiCard__icon { + margin-top: 8px; } + +.euiCard__footer:not(:empty) { + -webkit-flex-grow: 0; + flex-grow: 0; + /* 1 */ + margin-top: 16px; } + +.euiCard[class*='transparent'] .euiCard__image { + border-radius: 6px; } + +.euiCard--isSelectable--text.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #7DDED8 !important; } + +.euiCard--isSelectable--primary.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #36A2EF !important; } + +.euiCard--isSelectable--success.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #7DDED8 !important; } + +.euiCard--isSelectable--danger.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #F86B63 !important; } + +.euiCard--isSelectable--ghost.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #98A2B3 !important; } + +.euiCard__top + .euiCard__content { + margin-top: 16px; } + +.euiCard__content { + -webkit-flex-grow: 1; + flex-grow: 1; + /* 1 */ } + .euiCard__content .euiCard__description, + .euiCard__content .euiCard__children { + margin-top: 8px; } + .euiCard__content .euiCard__titleAnchor, + .euiCard__content .euiCard__titleButton { + font: inherit; + color: inherit; + letter-spacing: inherit; } + .euiCard__content .euiCard__titleAnchor:focus, + .euiCard__content .euiCard__titleButton:focus { + text-decoration: underline; } + +.euiCard.euiCard--horizontal .euiCard__content, +.euiCard.euiCard--horizontal .euiCard__titleButton { + text-align: left; + /* 3 */ } + +.euiCard.euiCard--horizontal.euiCard--hasIcon { + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: flex-start !important; + align-items: flex-start !important; + /* 3 */ } + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top, + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__content { + width: auto; + margin-top: 0; } + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top .euiCard__icon { + margin-top: 0; + margin-right: 16px; } + +.euiCardSelect { + position: absolute; + bottom: 0; + left: 0; + height: 40px !important; + width: 100%; + overflow: hidden; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + font-weight: 700; } + .euiCardSelect--text:enabled { + background-color: #25262E !important; } + .euiCardSelect--primary:enabled { + background-color: #103148 !important; } + .euiCardSelect--success:enabled { + background-color: #264341 !important; + color: #7DDED8; } + .euiCardSelect--danger:enabled { + background-color: #4a201e !important; } + .euiCardSelect--ghost:enabled { + background-color: #98A2B3 !important; } + .euiCardSelect:disabled { + background-color: #141519; } + +.euiCheckableCard { + transition: border-color 250ms ease-in; } + .euiCheckableCard:not(.euiCheckableCard-isDisabled).euiCheckableCard-isChecked { + border-color: #36A2EF; } + +.euiCheckableCard__label { + cursor: pointer; + display: block; + width: calc(100% + 32px); + padding: 16px; + margin: -16px; } + +.euiCheckableCard__label-isDisabled { + color: #535966; + cursor: not-allowed; } + +.euiCheckableCard__children { + margin-top: 16px; } + +.euiCodeBlock { + max-width: 100%; + display: block; + position: relative; + background: #25262E; } + .euiCodeBlock .euiCodeBlock__pre { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow: auto; + display: block; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-corner, .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-track { + background-color: transparent; } + .euiCodeBlock .euiCodeBlock__pre--whiteSpacePre { + white-space: pre; } + .euiCodeBlock .euiCodeBlock__pre--whiteSpacePreWrap { + white-space: pre-wrap; } + .euiCodeBlock .euiCodeBlock__pre--isVirtualized .euiCodeBlock__code { + position: relative; } + .euiCodeBlock .euiCodeBlock__line { + display: block; } + .euiCodeBlock--hasLineNumbers .euiCodeBlock__line { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + .euiCodeBlock .euiCodeBlock__lineText, + .euiCodeBlock .euiCodeBlock__lineNumber { + display: inline-block; } + .euiCodeBlock .euiCodeBlock__lineText { + padding-left: 8px; + border-left: 1px solid #343741; + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; } + .euiCodeBlock .euiCodeBlock__lineNumber { + position: absolute; + height: 100%; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + padding-right: 8px; + box-sizing: content-box; } + .euiCodeBlock .euiCodeBlock__lineNumber:before { + content: attr(data-line-number); + color: #7a7f89; + text-align: right; + display: block; } + .euiCodeBlock .euiCodeBlock__line--isHighlighted .euiCodeBlock__lineText { + background: rgba(54, 162, 239, 0.2); + border-left: 2px solid #36A2EF; } + .euiCodeBlock .euiCodeBlock__code { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + line-height: 1.5; + font-weight: 400; + font-size: inherit; + color: #DFE5EF; + display: block; } + .euiCodeBlock .euiCodeBlock__controls { + position: absolute; + top: 0; + right: 0; } + .euiCodeBlock .euiCodeBlock__fullScreenButton + .euiCodeBlock__copyButton { + margin-top: 4px; } + .euiCodeBlock.euiCodeBlock-isFullScreen { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; } + .euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__pre { + padding: 32px !important; } + .euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__controls { + top: 4px; + right: 4px; } + .euiCodeBlock.euiCodeBlock--fontSmall { + font-size: 12px; } + .euiCodeBlock.euiCodeBlock--fontMedium { + font-size: 14px; } + .euiCodeBlock.euiCodeBlock--fontLarge { + font-size: 14px; } + .euiCodeBlock.euiCodeBlock--hasControl { + min-height: 24px; } + .euiCodeBlock.euiCodeBlock--hasBothControls { + min-height: 52px; } + .euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 28px; } + .euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 28px; } + .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre { + padding: 8px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl { + min-height: 40px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasBothControls { + min-height: 68px; } + .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__controls { + top: 8px; + right: 8px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 36px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 36px; } + .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre { + padding: 16px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl { + min-height: 56px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasBothControls { + min-height: 84px; } + .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__controls { + top: 16px; + right: 16px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 44px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 44px; } + .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre { + padding: 24px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl { + min-height: 72px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasBothControls { + min-height: 100px; } + .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__controls { + top: 24px; + right: 24px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 52px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 52px; } + .euiCodeBlock.euiCodeBlock--transparentBackground { + background: transparent; } + .euiCodeBlock .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) { + opacity: .7; } + .euiCodeBlock .token.comment, + .euiCodeBlock .token.prolog, + .euiCodeBlock .token.doctype, + .euiCodeBlock .token.cdata, + .euiCodeBlock .token.coord, + .euiCodeBlock .token.blockquote { + color: #8d919a; + font-style: italic; } + .euiCodeBlock .token.selector { + color: inherit; } + .euiCodeBlock .token.string, + .euiCodeBlock .token.interpolation, + .euiCodeBlock .token.interpolation-punctuation, + .euiCodeBlock .token.doc-comment .token.keyword, + .euiCodeBlock .token.attr-value, + .euiCodeBlock .token.url .token.content { + color: #d77092; } + .euiCodeBlock .token.number, + .euiCodeBlock .token.boolean, + .euiCodeBlock .token.keyword.nil, + .euiCodeBlock .token.regex, + .euiCodeBlock .token.variable, + .euiCodeBlock .token.unit, + .euiCodeBlock .token.hexcode, + .euiCodeBlock .token.attr-name, + .euiCodeBlock .token.attr-equals { + color: #54B399; } + .euiCodeBlock .token.atrule .token.rule, + .euiCodeBlock .token.keyword { + color: #a184c2; } + .euiCodeBlock .token.function { + color: inherit; } + .euiCodeBlock .token.tag { + color: #6092C0; } + .euiCodeBlock .token.class-name { + color: #6092C0; } + .euiCodeBlock .token.property { + color: inherit; } + .euiCodeBlock .token.console, + .euiCodeBlock .token.list-punctuation, + .euiCodeBlock .token.url-reference, + .euiCodeBlock .token.url .token.url { + color: #E7664C; } + .euiCodeBlock .token.paramater { + color: inherit; } + .euiCodeBlock .token.meta, + .euiCodeBlock .token.important { + color: #8d919a; } + .euiCodeBlock .token.title { + color: #DA8B45; } + .euiCodeBlock .token.section { + color: #E7664C; } + .euiCodeBlock .token.prefix.inserted, + .euiCodeBlock .token.prefix.deleted { + padding-left: 4px; + margin-left: -4px; } + .euiCodeBlock .token.prefix.inserted { + box-shadow: -4px 0 #54B399; + color: #54B399; } + .euiCodeBlock .token.prefix.deleted { + box-shadow: -4px 0 #F86B63; + color: #F86B63; } + .euiCodeBlock .token.selector .token.class { + color: inherit; } + .euiCodeBlock .token.selector .token.id { + color: inherit; } + .euiCodeBlock .token.italic { + font-style: italic; } + .euiCodeBlock .token.important, + .euiCodeBlock .token.bold { + font-weight: 700; } + .euiCodeBlock .token.url-reference, + .euiCodeBlock .token.url .token.url { + text-decoration: underline; } + .euiCodeBlock .token.entity { + cursor: help; } + +/* +* 1. Size the code against the text its embedded within. +*/ +.euiCode { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + font-size: .9em; + /* 1 */ + padding: .2em .5em; + /* 1 */ + background: #25262E; } + .euiCode.euiCode--transparentBackground { + background: transparent; } + .euiCode .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) { + opacity: .7; } + .euiCode .token.comment, + .euiCode .token.prolog, + .euiCode .token.doctype, + .euiCode .token.cdata, + .euiCode .token.coord, + .euiCode .token.blockquote { + color: #8d919a; + font-style: italic; } + .euiCode .token.selector { + color: inherit; } + .euiCode .token.string, + .euiCode .token.interpolation, + .euiCode .token.interpolation-punctuation, + .euiCode .token.doc-comment .token.keyword, + .euiCode .token.attr-value, + .euiCode .token.url .token.content { + color: #d77092; } + .euiCode .token.number, + .euiCode .token.boolean, + .euiCode .token.keyword.nil, + .euiCode .token.regex, + .euiCode .token.variable, + .euiCode .token.unit, + .euiCode .token.hexcode, + .euiCode .token.attr-name, + .euiCode .token.attr-equals { + color: #54B399; } + .euiCode .token.atrule .token.rule, + .euiCode .token.keyword { + color: #a184c2; } + .euiCode .token.function { + color: inherit; } + .euiCode .token.tag { + color: #6092C0; } + .euiCode .token.class-name { + color: #6092C0; } + .euiCode .token.property { + color: inherit; } + .euiCode .token.console, + .euiCode .token.list-punctuation, + .euiCode .token.url-reference, + .euiCode .token.url .token.url { + color: #E7664C; } + .euiCode .token.paramater { + color: inherit; } + .euiCode .token.meta, + .euiCode .token.important { + color: #8d919a; } + .euiCode .token.title { + color: #DA8B45; } + .euiCode .token.section { + color: #E7664C; } + .euiCode .token.prefix.inserted, + .euiCode .token.prefix.deleted { + padding-left: 4px; + margin-left: -4px; } + .euiCode .token.prefix.inserted { + box-shadow: -4px 0 #54B399; + color: #54B399; } + .euiCode .token.prefix.deleted { + box-shadow: -4px 0 #F86B63; + color: #F86B63; } + .euiCode .token.selector .token.class { + color: inherit; } + .euiCode .token.selector .token.id { + color: inherit; } + .euiCode .token.italic { + font-style: italic; } + .euiCode .token.important, + .euiCode .token.bold { + font-weight: 700; } + .euiCode .token.url-reference, + .euiCode .token.url .token.url { + text-decoration: underline; } + .euiCode .token.entity { + cursor: help; } + +.euiCollapsibleNav:not([class*='push']) { + z-index: 6000 !important; } + +.euiCollapsibleNavGroup:not(:first-child) { + border-top: 1px solid #343741; } + +.euiCollapsibleNavGroup .euiAccordion__triggerWrapper { + padding: 16px; } + +.euiCollapsibleNavGroup--light { + background-color: #141519; } + +.euiCollapsibleNavGroup--dark { + background-color: #131317; + color: #FFF; } + .euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__heading:focus .euiAccordion__iconWrapper { + color: #36A2EF; + -webkit-animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important; + animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important; } + .euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__title { + color: inherit; + line-height: inherit; } + +.euiCollapsibleNavGroup__heading { + font-weight: 600; } + .euiCollapsibleNavGroup__heading:not(.euiAccordion__button) { + padding: 16px; } + +.euiCollapsibleNavGroup__children { + padding: 8px; } + +.euiCollapsibleNavGroup--withHeading .euiCollapsibleNavGroup__children { + padding-top: 0; } + +@-webkit-keyframes euiCollapsibleNavGroupDarkFocusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 2px #36A2EF; } } + +@keyframes euiCollapsibleNavGroupDarkFocusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); } + 100% { + box-shadow: 0 0 0 2px #36A2EF; } } + +.euiColorPicker { + position: relative; + width: 152px; } + +.euiColorPicker__popoverAnchor .euiColorPicker__input { + padding-right: 40px; } + .euiColorPicker__popoverAnchor .euiColorPicker__input[class*='--compressed'] { + padding-right: 32px; } + .euiColorPicker__popoverAnchor .euiColorPicker__input + .euiFormControlLayoutIcons { + color: inherit; } + +.euiColorPicker__swatches { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin: -4px; } + +.euiColorPicker__swatch-item { + margin: 4px; } + +.euiSwatchInput__stroke { + fill: none; + stroke: rgba(255, 255, 255, 0.2); } + +.euiColorPicker__popoverPanel--pickerOnly { + padding-bottom: 0 !important; } + +.euiColorPicker__input--inGroup { + height: 38px !important; + box-shadow: none !important; + border-radius: 0; } + .euiColorPicker__input--inGroup.euiFieldText--compressed { + height: 30px !important; + border-radius: 0; } + +.euiColorPicker__alphaRange .euiRangeInput { + min-width: 0; } + +.euiColorPickerSwatch { + display: inline-block; + height: 24px; + width: 24px; + border-radius: 3px; + cursor: pointer; + border: solid 1px rgba(255, 255, 255, 0.1); + box-shadow: inset 0 0 0 1px rgba(29, 30, 36, 0.05); } + .euiColorPickerSwatch:disabled { + cursor: default; } + .euiColorPickerSwatch:focus { + outline: 2px solid currentColor; } + .euiColorPickerSwatch:focus:focus-visible { + outline-style: auto; } + .euiColorPickerSwatch:focus:not(:focus-visible) { + outline: none; } + +.euiHue { + background: linear-gradient(to right, #FF3232 0%, #FFF130 20%, #45FF30 35%, #28FFF0 52%, #282CFF 71%, #FF28FB 88%, #FF0094 100%); + height: 24px; + margin: 4px 0; + position: relative; } + .euiHue:before, .euiHue:after { + content: ''; + left: 0; + position: absolute; + height: 8px; + background: #1D1E24; + width: 100%; } + .euiHue:after { + bottom: 0; } + +.euiHue__range { + position: relative; + height: 24px; + width: calc(100% + 2px); + margin: 0 -1px; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: transparent; + z-index: 2; } + .euiHue__range::-webkit-slider-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-moz-range-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-ms-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-webkit-slider-thumb { + -webkit-appearance: none; + margin-top: 0; } + .euiHue__range::-ms-thumb { + margin-top: 0; } + .euiHue__range::-ms-track { + height: 24px; + background: transparent; + border-color: transparent; + color: transparent; } + .euiHue__range::-moz-focus-outer { + border: none; } + .euiHue__range::-ms-fill-lower, .euiHue__range::-ms-fill-upper { + background: transparent; } + .euiHue__range:focus { + outline: none; } + .euiHue__range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border-color: #36A2EF; } + .euiHue__range:focus::-moz-range-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border-color: #36A2EF; } + .euiHue__range:focus::-ms-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border-color: #36A2EF; } + +.euiSaturation { + position: relative; + width: 100%; + padding-bottom: 100%; + border-radius: 3px; + touch-action: none; + z-index: 3; } + .euiSaturation .euiSaturation__lightness, + .euiSaturation .euiSaturation__saturation { + position: absolute; + top: -1px; + bottom: 0; + left: 0; + right: 0; + border-radius: 3px; } + .euiSaturation .euiSaturation__lightness { + background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); } + .euiSaturation .euiSaturation__saturation { + background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); } + .euiSaturation .euiSaturation__indicator { + position: absolute; + height: 12px; + width: 12px; + border-radius: 100%; + margin-top: -6px; + margin-left: -6px; + border: 1px solid #D4DAE5; } + .euiSaturation .euiSaturation__indicator:before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 100%; + border: 1px solid #25262E; } + .euiSaturation:focus { + outline: none; } + .euiSaturation:focus .euiSaturation__indicator { + box-shadow: 0 0 0 2px #36A2EF; + border-color: #36A2EF; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus { + outline: 2px solid #36A2EF; } + +.euiColorStops__addContainer { + display: block; + position: absolute; + left: 0; + right: 0; + top: 50%; + height: 16px; + margin-top: -8px; } + .euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) { + cursor: pointer; } + .euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) .euiColorStops__addTarget { + opacity: .7; } + +.euiColorStops__addTarget { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; + position: absolute; + top: 0; + height: 16px; + width: 16px; + background-color: #25262E; + pointer-events: none; + opacity: 0; + transition: opacity 150ms; } + +.euiColorStop { + width: 152px; } + +.euiColorStopPopover.euiPopover { + position: absolute; + top: 50%; + width: 16px; + height: 16px; + margin-top: -8px; } + +.euiColorStopPopover-hasFocus { + z-index: 1; } + +.euiColorStopPopover__anchor { + position: absolute; + width: 100%; + height: 100%; } + .euiColorStopPopover__anchor:before { + content: ''; + display: block; + position: absolute; + left: 0; + top: 0; + height: 16px; + width: 16px; + border-radius: 16px; + background: #1D1E24; } + +.euiColorStopThumb.euiRangeThumb:not(:disabled) { + top: 0; + margin-top: 0; + pointer-events: auto; + cursor: -webkit-grab; + cursor: grab; + border: solid 3px #1D1E24; + box-shadow: 0 0 0 1px #535966, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiColorStopThumb.euiRangeThumb:not(:disabled):active { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiColorStopPopover-isLoadingPanel { + visibility: hidden !important; } + +.euiColorStops.euiColorStops-isDragging:not(.euiColorStops-isDisabled):not(.euiColorStops-isReadOnly) { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiColorStops__highlight { + color: #343741; } + +.euiColorPalettePicker__itemTitle { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiColorPalettePicker__itemTitle + .euiColorPaletteDisplay { + margin-top: 4px; } + +.euiColorPaletteDisplay { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + overflow: hidden; + height: 8px; } + +.euiColorPaletteDisplay--sizeExtraSmall { + position: relative; + height: 4px; + border-radius: 4px; } + .euiColorPaletteDisplay--sizeExtraSmall:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 4px; + content: ''; + pointer-events: none; + border: 1px solid rgba(212, 218, 229, 0.2); } + +.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea { + height: 4px; } + +.euiColorPaletteDisplay--sizeSmall { + position: relative; + height: 8px; + border-radius: 8px; } + .euiColorPaletteDisplay--sizeSmall:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 8px; + content: ''; + pointer-events: none; + border: 1px solid rgba(212, 218, 229, 0.2); } + +.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea { + height: 8px; } + +.euiColorPaletteDisplay--sizeMedium { + position: relative; + height: 16px; + border-radius: 16px; } + .euiColorPaletteDisplay--sizeMedium:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 16px; + content: ''; + pointer-events: none; + border: 1px solid rgba(212, 218, 229, 0.2); } + +.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea { + height: 16px; } + +.euiColorPaletteDisplayFixed__bleedArea { + position: absolute; + top: 0; + left: 0; + display: -webkit-flex; + display: flex; + height: 8px; + width: calc(100% + 1px); } + +.euiComboBox { + max-width: 400px; + width: 100%; + height: auto; + position: relative; + /** + * 1. Allow pills to truncate their text with an ellipsis. + * 2. Don't allow pills/placeholder to overlap with the caret, loading icon or clear button. + * 3. The height on combo can be larger than normal text inputs. + */ + /** + * 1. Force field height to match other field heights. + * 2. Force input height to expand to fill this element. + * 3. Reset appearance on Safari. + * 4. Fix react-input-autosize appearance. + * 5. Prevent a lot of input from causing the react-input-autosize to overflow the container. + */ } + .euiComboBox--fullWidth { + max-width: 100%; } + .euiComboBox--compressed { + height: 32px; } + .euiComboBox--inGroup { + height: 100%; } + .euiComboBox--compressed, + .euiComboBox .euiFormControlLayout { + height: auto; } + .euiComboBox .euiComboBox__inputWrap { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + max-width: 400px; + width: 100%; + height: auto; + padding: 4px 8px; + display: -webkit-flex; + display: flex; + /* 1 */ + outline: none; + padding-right: 40px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap--fullWidth { + max-width: 100%; } + .euiComboBox .euiComboBox__inputWrap--compressed { + height: 32px; } + .euiComboBox .euiComboBox__inputWrap--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiComboBox .euiComboBox__inputWrap { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiComboBox .euiComboBox__inputWrap { + line-height: 1em; } } + .euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap::placeholder { + color: #81858f; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiComboBox .euiComboBox__inputWrap--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiComboBox .euiComboBox__inputWrap--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiComboBox .euiComboBox__inputWrap--withIcon { + padding-left: 40px; } + .euiComboBox .euiComboBox__inputWrap--fullWidth { + max-width: 100%; } + .euiComboBox .euiComboBox__inputWrap--compressed { + height: 32px; } + .euiComboBox .euiComboBox__inputWrap--inGroup { + height: 100%; } + .euiComboBox .euiComboBox__inputWrap .euiComboBoxPill { + max-width: calc(100% - 2px - 16px); } + .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap) { + padding-top: 4px; + padding-bottom: 4px; + padding-left: 4px; + height: auto; + /* 3 */ + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + /* 1 */ + -webkit-align-content: flex-start; + align-content: flex-start; } + .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover { + cursor: text; } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable { + padding-right: 84px; + /* 2 */ } + .euiComboBox .euiComboBox__input { + display: -webkit-inline-flex !important; + display: inline-flex !important; + /* 1 */ + height: 32px; + /* 2 */ + overflow: hidden; + /* 5 */ } + .euiComboBox .euiComboBox__input > input { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + /* 3 */ + padding: 0; + border: none; + background: transparent; + font-size: 14px; + color: #DFE5EF; + margin: 4px; + line-height: 1.5; + /* 4 */ } + .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + -webkit-text-fill-color: unset; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder { + color: #535966; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBoxPlaceholder, + .euiComboBox.euiComboBox-isDisabled .euiComboBoxPill--plainText { + color: #535966; + -webkit-text-fill-color: #535966; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover { + cursor: not-allowed; } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap { + line-height: 32px; + /* 2 */ + padding-top: 0; + padding-bottom: 0; + padding-right: 32px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable { + padding-right: 76px; + /* 2 */ } + .euiComboBox .euiFormControlLayout__prepend, + .euiComboBox .euiFormControlLayout__append { + height: auto !important; } + +.euiComboBox__input { + max-width: 100%; } + .euiComboBox__input input { + border: none !important; + box-shadow: none !important; + outline: none !important; } + +/* + * 1. Overwrites the base styling of EuiBadge, to give it a larger size and margins + * that make sense in the input wrap. + */ +.euiComboBoxPill { + height: 22px; + line-height: 22px; + vertical-align: baseline; } + .euiComboBoxPill, + .euiComboBoxPill + .euiComboBoxPill { + margin: 4px; } + .euiComboBox--compressed .euiComboBoxPill, + .euiComboBox--compressed .euiComboBoxPill + .euiComboBoxPill { + margin: 5px 4px 0 0; } + .euiComboBoxPill--plainText { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + line-height: 24px; + font-size: 14px; + padding: 0; + color: #DFE5EF; + vertical-align: middle; + display: inline-block; } + +.euiComboBoxPlaceholder { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + padding-right: 40px; + position: absolute; + pointer-events: none; + padding-left: 4px; + line-height: 32px; + color: #81858f; + margin-bottom: 0 !important; } + +/** + * 1. Using specificity to override panel shadow + * 2. Prevent really long input from overflowing the container. + */ +.euiComboBoxOptionsList { + -webkit-transform: none !important; + transform: none !important; + top: 0; } + .euiComboBoxOptionsList.euiPopover__panel-isAttached.euiComboBoxOptionsList--top { + /* 1 */ + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075); } + +.euiComboBoxOptionsList__empty { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 2 */ + padding: 8px; + text-align: center; + word-wrap: break-word; } + +.euiComboBoxOptionsList__rowWrap { + padding: 0; + max-height: 200px; + overflow: hidden; } + .euiComboBoxOptionsList__rowWrap > div { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-corner, .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-track { + background-color: transparent; } + +.euiComboBoxOption { + font-size: 14px; + padding: 4px 8px 4px 16px; + width: 100%; + text-align: left; + border: 1px solid #343741; + border-color: transparent; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiComboBoxOption:hover { + text-decoration: underline; } + .euiComboBoxOption.euiComboBoxOption-isFocused { + cursor: pointer; + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiComboBoxOption.euiComboBoxOption-isDisabled { + color: #535966; + cursor: not-allowed; } + .euiComboBoxOption.euiComboBoxOption-isDisabled:hover { + text-decoration: none; } + +.euiComboBoxOption__contentWrapper { + display: -webkit-flex; + display: flex; } + .euiComboBoxOption__contentWrapper .euiComboBoxOption__emptyStateText { + -webkit-flex: 1; + flex: 1; + text-align: left; + margin-bottom: 0; } + .euiComboBoxOption__contentWrapper .euiComboBoxOption__enterBadge { + -webkit-align-self: flex-start; + align-self: flex-start; + margin-left: 4px; } + +.euiComboBoxOption__content { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + -webkit-flex: 1; + flex: 1; + text-align: left; } + +/** + * 1. Force each title to be the same height as an option, so that the virtualized scroll logic + * works. + */ +.euiComboBoxTitle { + font-size: 12px; + padding: 11px 8px 4px; + /* 1 */ + width: 100%; + font-weight: 700; + color: #FFF; } + +.euiComment { + font-size: 14px; + display: -webkit-flex; + display: flex; + padding-bottom: 16px; + min-height: 56px; } + .euiComment .euiCommentEvent { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiComment .euiCommentTimeline { + position: relative; + -webkit-flex-grow: 0; + flex-grow: 0; + margin-right: 16px; } + .euiComment .euiCommentTimeline::before { + content: ''; + position: absolute; + left: 20px; + top: 24px; + width: 2px; + background-color: #343741; + height: calc(100% + 24px); } + +.euiComment:last-of-type .euiCommentTimeline::before { + display: none; } + +.euiComment--update:not(.euiComment--hasBody) { + -webkit-align-items: center; + align-items: center; } + +.euiCommentEvent--regular { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiCommentEvent--regular.euiCommentEvent--regular--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiCommentEvent--regular.euiCommentEvent--regular--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiCommentEvent--regular.euiCommentEvent--regular--hasBorder { + border: 1px solid #343741; + box-shadow: none; } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:hover, .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusNone { + border-radius: 0; } + .euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusMedium { + border-radius: 6px; } + .euiCommentEvent--regular.euiCommentEvent--regular--transparent { + background-color: transparent; } + .euiCommentEvent--regular.euiCommentEvent--regular--plain { + background-color: #1D1E24; } + .euiCommentEvent--regular.euiCommentEvent--regular--subdued { + background-color: #141519; } + .euiCommentEvent--regular.euiCommentEvent--regular--accent { + background-color: #4a2b39; } + .euiCommentEvent--regular.euiCommentEvent--regular--primary { + background-color: #103148; } + .euiCommentEvent--regular.euiCommentEvent--regular--success { + background-color: #264341; } + .euiCommentEvent--regular.euiCommentEvent--regular--warning { + background-color: #493f22; } + .euiCommentEvent--regular.euiCommentEvent--regular--danger { + background-color: #4a201e; } + +.euiCommentEvent { + overflow: hidden; } + +.euiCommentEvent__header { + line-height: 1.5; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiCommentEvent__headerData { + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + .euiCommentEvent__headerData > div { + padding-right: 4px; } + +.euiCommentEvent__headerUsername { + font-weight: 600; } + +.euiCommentEvent--regular { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + border-radius: 6px; + border: 1px solid #343741; } + .euiCommentEvent--regular .euiCommentEvent__header { + min-height: 40px; + background-color: #25262E; + border-bottom: 1px solid #343741; + padding: 4px 8px; + /** + * Fix for IE when using align-items:center in an item that has min-height + (https://github.com/philipwalton/flexbugs/issues/231#issuecomment-362790042) + */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiCommentEvent--regular .euiCommentEvent__header::after { + content: ''; + min-height: 32px; + font-size: 0; + display: block; } } + .euiCommentEvent--regular .euiCommentEvent__headerData { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiCommentEvent--regular .euiCommentEvent__body { + padding: 8px; } + +.euiCommentEvent--update .euiCommentEvent__header { + -webkit-justify-content: flex-start; + justify-content: flex-start; + padding: 4px 0; } + +.euiCommentEvent--update .euiCommentEvent__headerData { + padding-right: 8px; } + +.euiCommentEvent--update .euiCommentEvent__body { + padding-top: 4px; } + +.euiCommentTimeline__content { + min-width: 40px; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + position: relative; } + +.euiCommentTimeline__icon--default { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + overflow-x: hidden; + border-radius: 50%; + background-color: #25262E; } + .euiCommentTimeline__icon--default.euiCommentTimeline__icon--regular { + width: 40px; + height: 40px; } + .euiCommentTimeline__icon--default.euiCommentTimeline__icon--update { + width: 24px; + height: 24px; } + +.euiContextMenu { + width: 256px; + max-width: 100%; + position: relative; + overflow: hidden; + transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + border-radius: 6px; } + .euiContextMenu .euiContextMenu__content { + padding: 8px; } + +/** + * 1. When there are multiple ContextMenuPanels, the ContextMenu will absolutely + * position them. ContextMenuPanel will break the layout of a Popover if it's + * absolutely positioned by default. + */ +.euiContextMenu__panel { + position: absolute; + /* 1 */ } + +.euiContextMenu__icon { + margin-right: 8px; } + +.euiContextMenuPanel { + width: 100%; + visibility: visible; + outline-offset: -2px; } + .euiContextMenuPanel:focus { + outline: none; } + .euiContextMenuPanel.euiContextMenuPanel-txInLeft { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txOutLeft { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txInRight { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txOutRight { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiContextMenuPanel--next { + -webkit-transform: translateX(256px); + transform: translateX(256px); + visibility: hidden; } + +.euiContextMenuPanel--previous { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); + visibility: hidden; } + +.euiContextMenuPanelTitle { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #343741; + padding: 12px; + width: 100%; + text-align: left; + outline-offset: -2px; } + .euiContextMenuPanelTitle:enabled:hover, .euiContextMenuPanelTitle:enabled:focus { + text-decoration: underline; } + .euiContextMenuPanelTitle--small { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #343741; + padding: 6px 8px; } + +@-webkit-keyframes euiContextMenuPanelTxInLeft { + 0% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiContextMenuPanelTxInLeft { + 0% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@-webkit-keyframes euiContextMenuPanelTxOutLeft { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } } + +@keyframes euiContextMenuPanelTxOutLeft { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } } + +@-webkit-keyframes euiContextMenuPanelTxInRight { + 0% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiContextMenuPanelTxInRight { + 0% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@-webkit-keyframes euiContextMenuPanelTxOutRight { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } } + +@keyframes euiContextMenuPanelTxOutRight { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } } + +.euiContextMenuItem { + display: block; + padding: 12px; + width: 100%; + text-align: left; + color: #DFE5EF; + outline-offset: -2px; } + .euiContextMenuItem:hover, .euiContextMenuItem:focus { + text-decoration: underline; } + .euiContextMenuItem:focus { + background-color: rgba(54, 162, 239, 0.2); } + .euiContextMenuItem.euiContextMenuItem-isDisabled { + color: #515761; + cursor: default; } + .euiContextMenuItem.euiContextMenuItem-isDisabled:hover, .euiContextMenuItem.euiContextMenuItem-isDisabled:focus { + text-decoration: none; } + .euiContextMenuItem--small { + padding: 6px 8px; } + .euiContextMenuItem--small .euiContextMenuItem__text { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiContextMenuItem__inner { + display: -webkit-flex; + display: flex; } + +.euiContextMenuItem__text { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; } + +.euiContextMenuItem__arrow { + -webkit-align-self: flex-end; + align-self: flex-end; } + +.euiContextMenu__itemLayout { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom { + -webkit-align-items: flex-end; + align-items: flex-end; } + .euiContextMenu__itemLayout.euiContextMenu__itemLayout--top { + -webkit-align-items: flex-start; + align-items: flex-start; } + .euiContextMenu__itemLayout .euiContextMenu__icon { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiControlBar { + background: #000; + color: #a9aaad; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + box-shadow: inset 0 40px 0 #000, inset 0 600rem 0 #141519; + bottom: 0; + -webkit-transform: translateY(0); + transform: translateY(0); + height: 40px; + max-height: calc(100vh - 80px); } + .euiControlBar--fixed { + position: fixed; + z-index: 6000; } + .euiControlBar--absolute { + position: absolute; + z-index: 1000; } + .euiControlBar--relative { + position: relative; } + .euiControlBar-isOpen { + -webkit-animation-duration: 250ms; + animation-duration: 250ms; + -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + .euiControlBar-isOpen.euiControlBar--large { + -webkit-animation-name: euiControlBarOpenPanelLarge; + animation-name: euiControlBarOpenPanelLarge; + height: calc(100vh - 80px); + bottom: -100vh; } + .euiControlBar-isOpen.euiControlBar--medium { + -webkit-animation-name: euiControlBarOpenPanelMedium; + animation-name: euiControlBarOpenPanelMedium; + height: 480px; + bottom: -480px; } + .euiControlBar-isOpen.euiControlBar--small { + -webkit-animation-name: euiControlBarOpenPanelSmall; + animation-name: euiControlBarOpenPanelSmall; + height: 240px; + bottom: -240px; } + +.euiControlBar__controls { + height: 40px; + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow-y: hidden; + overflow-x: auto; + padding: 0 12px; } + +.euiControlBar__content { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + width: 100%; + height: calc(100% - 40px); + background-color: #141519; + -webkit-animation-name: euiControlBarShowContent; + animation-name: euiControlBarShowContent; + -webkit-animation-duration: 350ms; + animation-duration: 350ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + color: #D4DAE5; } + .euiControlBar__content::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiControlBar__content::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiControlBar__content::-webkit-scrollbar-corner, .euiControlBar__content::-webkit-scrollbar-track { + background-color: transparent; } + +.euiControlBar__icon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + margin-left: 8px; + margin-right: 8px; } + +.euiControlBar__buttonIcon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + min-width: 40px; + min-height: 40px; } + +.euiControlBar__button { + -webkit-flex-shrink: 0; + flex-shrink: 0; + border-radius: 3px; + margin-left: 4px; + font-size: 14px; } + .euiControlBar__button:enabled:hover { + -webkit-transform: none; + transform: none; + box-shadow: none; } + .euiControlBar__button:last-child { + margin-right: 4px; } + +.euiControlBar__breadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) .euiBreadcrumb__content { + color: #7a7f89; } + +.euiControlBar__breadcrumbs .euiBreadcrumb::after { + background: rgba(255, 255, 255, 0.2); } + +.euiControlBar__spacer { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; } + +.euiControlBar__divider { + -webkit-flex-shrink: 0; + flex-shrink: 0; + height: 100%; + width: 1px; + background-color: rgba(255, 255, 255, 0.2); } + +.euiControlBar__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 0 8px; + color: #a9aaad; } + .euiControlBar__text:last-child { + padding-right: 0; } + +.euiControlBar__tab { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: #a9aaad; + padding: 0 16px; + text-align: center; + height: 100%; } + .euiControlBar__tab:hover, .euiControlBar__tab:focus { + text-decoration: underline; + cursor: pointer; } + .euiControlBar__tab.euiControlBar__tab--active { + background-color: #141519; + box-shadow: inset 0 4px 0 #36A2EF; + color: #36A2EF; } + +.euiControlBar__controls .euiLink.euiLink--primary { + color: #36A2EF; } + .euiControlBar__controls .euiLink.euiLink--primary:hover { + color: #2671a7; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled:not(.euiButton--fill) { + color: #36A2EF; + border-color: #36A2EF; } + +.euiControlBar__controls .euiButtonIcon--primary { + color: #36A2EF; } + +.euiControlBar__controls .euiLink.euiLink--accent { + color: #F68FBE; } + .euiControlBar__controls .euiLink.euiLink--accent:hover { + color: #ac6485; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled:not(.euiButton--fill) { + color: #F68FBE; + border-color: #F68FBE; } + +.euiControlBar__controls .euiButtonIcon--accent { + color: #F68FBE; } + +.euiControlBar__controls .euiLink.euiLink--success { + color: #7DDED8; } + .euiControlBar__controls .euiLink.euiLink--success:hover { + color: #589b97; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled:not(.euiButton--fill) { + color: #7DDED8; + border-color: #7DDED8; } + +.euiControlBar__controls .euiButtonIcon--success { + color: #7DDED8; } + +.euiControlBar__controls .euiLink.euiLink--warning { + color: #F3D371; } + .euiControlBar__controls .euiLink.euiLink--warning:hover { + color: #aa944f; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled:not(.euiButton--fill) { + color: #F3D371; + border-color: #F3D371; } + +.euiControlBar__controls .euiButtonIcon--warning { + color: #F3D371; } + +.euiControlBar__controls .euiLink.euiLink--danger { + color: #F86B63; } + .euiControlBar__controls .euiLink.euiLink--danger:hover { + color: #ae4b45; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled:not(.euiButton--fill) { + color: #F86B63; + border-color: #F86B63; } + +.euiControlBar__controls .euiButtonIcon--danger { + color: #F86B63; } + +.euiControlBar__controls .euiLink.euiLink--subdued { + color: #7a7f89; } + .euiControlBar__controls .euiLink.euiLink--subdued:hover { + color: #555960; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled:not(.euiButton--fill) { + color: #7a7f89; + border-color: #7a7f89; } + +.euiControlBar__controls .euiButtonIcon--subdued { + color: #7a7f89; } + +.euiControlBar__controls .euiLink.euiLink--ghost { + color: #FFF; } + .euiControlBar__controls .euiLink.euiLink--ghost:hover { + color: #b3b3b3; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled:not(.euiButton--fill) { + color: #FFF; + border-color: #FFF; } + +.euiControlBar__controls .euiButtonIcon--ghost { + color: #FFF; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #98A2B3; } + .euiControlBar__controls .euiLink.euiLink--text:hover { + color: #6a717d; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled:not(.euiButton--fill) { + color: #98A2B3; + border-color: #98A2B3; } + +.euiControlBar__controls .euiButtonIcon--text { + color: #98A2B3; } + +@media only screen and (max-width: 574px) { + .euiControlBar:not(.euiControlBar--showOnMobile) { + display: none; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiControlBar:not(.euiControlBar--showOnMobile) { + display: none; } } + +@-webkit-keyframes euiControlBarOpenPanelLarge { + 0% { + -webkit-transform: translateY(calc((40px * 3) * -1)); + transform: translateY(calc((40px * 3) * -1)); } + 100% { + -webkit-transform: translateY(-100vh); + transform: translateY(-100vh); } } + +@keyframes euiControlBarOpenPanelLarge { + 0% { + -webkit-transform: translateY(calc((40px * 3) * -1)); + transform: translateY(calc((40px * 3) * -1)); } + 100% { + -webkit-transform: translateY(-100vh); + transform: translateY(-100vh); } } + +@-webkit-keyframes euiControlBarOpenPanelMedium { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-480px); + transform: translateY(-480px); } } + +@keyframes euiControlBarOpenPanelMedium { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-480px); + transform: translateY(-480px); } } + +@-webkit-keyframes euiControlBarOpenPanelSmall { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-240px); + transform: translateY(-240px); } } + +@keyframes euiControlBarOpenPanelSmall { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-240px); + transform: translateY(-240px); } } + +@-webkit-keyframes euiControlBarShowContent { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +@keyframes euiControlBarShowContent { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +/** + * 1. Account for inner box-shadow style border + */ +.euiDatePickerRange { + max-width: 400px; + width: 100%; + height: auto; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + padding: 1px; + /* 1 */ } + .euiDatePickerRange--fullWidth { + max-width: 100%; } + .euiDatePickerRange--compressed { + height: 32px; } + .euiDatePickerRange--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiDatePickerRange { + transition-property: box-shadow, background-image, background-size; } } + .euiDatePickerRange > * { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDatePickerRange .euiFieldText.euiDatePicker { + box-shadow: none !important; + text-align: center; } + .euiDatePickerRange .euiDatePickerRange__start { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .euiDatePickerRange .euiDatePickerRange__end { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .euiDatePickerRange .react-datepicker-popper .euiFieldText.euiDatePicker { + text-align: left; } + .euiDatePickerRange--inGroup { + box-shadow: none; + padding: 0; } + .euiDatePickerRange--inGroup .euiDatePicker { + height: 38px; } + .euiDatePickerRange > .euiDatePickerRange__delimeter { + background-color: transparent !important; + line-height: 1 !important; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + padding-left: 6px; + padding-right: 6px; } + +.euiDatePickerRange--readOnly { + background: #202128; } + +.euiSuperDatePicker__absoluteDateFormRow { + padding: 0 8px 8px; } + +.euiDatePopoverButton { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + display: block; + width: 100%; + padding: 0 8px; + line-height: 38px; + height: 38px; + word-break: break-all; + transition: background 150ms ease-in; + background-size: 100%; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiDatePopoverButton { + line-height: 1em; } } + .euiDatePopoverButton::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiDatePopoverButton::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiDatePopoverButton::placeholder { + color: #81858f; + opacity: 1; } + .euiDatePopoverButton--compressed { + line-height: 30px; + height: 30px; } + .euiDatePopoverButton:focus, .euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton-needsUpdating { + background-color: #264341; + color: #7DDED8; } + .euiDatePopoverButton-needsUpdating:focus, .euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #7DDED8, #7DDED8 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton-isInvalid { + background-color: #4a201e; + color: #F86B63; } + .euiDatePopoverButton-isInvalid:focus, .euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton:disabled { + background-color: #202128; + color: #98A2B3; + cursor: default; } + +.euiDatePopoverButton--start { + text-align: right; } + +.euiDatePopoverButton--end { + text-align: left; } + +.euiDatePopoverContent { + width: 400px; + max-width: 100%; } + +.euiDatePopoverContent__padded { + padding: 8px; } + +.euiDatePopoverContent__padded--large { + padding: 16px; } + +@media only screen and (max-width: 574px) { + .euiDatePopoverContent { + width: 284px; } } + +.euiQuickSelectPopover__content { + width: 400px; + max-width: 100%; } + +.euiQuickSelectPopover__section { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + max-height: 132px; + overflow: hidden; + overflow-y: auto; + padding: 8px 0 4px; } + .euiQuickSelectPopover__section::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiQuickSelectPopover__section::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiQuickSelectPopover__section::-webkit-scrollbar-corner, .euiQuickSelectPopover__section::-webkit-scrollbar-track { + background-color: transparent; } + +.euiQuickSelectPopover__buttonText { + margin-right: 4px !important; } + +.euiQuickSelectPopover__anchor { + height: 100%; } + +.euiQuickSelectPopover__sectionItem { + font-size: 14px; + line-height: 14px; } + .euiQuickSelectPopover__sectionItem:not(:last-of-type) { + margin-bottom: 8px; } + +.euiQuickSelect__applyButton { + min-width: 0; } + +.euiRefreshInterval__startButton { + min-width: 90px; } + +.euiSuperDatePicker__flexWrapper { + max-width: calc(100% + 8px); + min-width: MIN(326px, 100%); + width: 606px; } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--fullWidth { + width: calc(100% + 8px); } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--isQuickSelectOnly { + min-width: 0; } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--autoWidth { + display: -webkit-inline-flex; + display: inline-flex; + width: auto; } + +.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly { + min-width: MIN(200px, 100%); + width: 400px; } + +.euiSuperDatePicker__flexWrapper--noUpdateButton { + min-width: MIN(200px, 100%); + width: 480px; } + +.euiSuperDatePicker { + max-width: 100% !important; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper { + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + overflow: hidden; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper > .euiDatePickerRange { + max-width: none; + width: auto; + border-radius: 0 6px 6px 0; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange, + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiDatePopoverButton--end, + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiSuperDatePicker__prettyFormat { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.euiSuperDatePicker__startPopoverButton { + margin-right: -12px; } + .euiFormControlLayout--compressed .euiSuperDatePicker__startPopoverButton { + margin-right: -8px; } + +.euiSuperDatePicker__prettyFormat { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + display: block; + width: 100%; + padding: 0 8px; + line-height: 38px; + height: 38px; + word-break: break-all; + transition: background 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + text-align: left; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSuperDatePicker__prettyFormat { + line-height: 1em; } } + .euiSuperDatePicker__prettyFormat::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiSuperDatePicker__prettyFormat::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiSuperDatePicker__prettyFormat::placeholder { + color: #81858f; + opacity: 1; } + .euiSuperDatePicker__prettyFormat:not(:disabled):hover, .euiSuperDatePicker__prettyFormat:focus { + text-decoration: none; } + .euiSuperDatePicker__prettyFormat:disabled { + background-color: #202128; + color: #98A2B3; + cursor: not-allowed; } + +@media only screen and (max-width: 574px) { + .euiSuperDatePicker__flexWrapper { + width: calc(100% + 8px); } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiSuperDatePicker__flexWrapper { + width: calc(100% + 8px); } } + +.euiDataGrid { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + overflow: hidden; + height: 100%; } + +.euiDataGrid--fullScreen { + height: 100%; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 999; + background: #1D1E24; } + .euiDataGrid--fullScreen .euiDataGrid__pagination { + padding-bottom: 4px; + background: #25262E; + box-shadow: 1px 0 0 1px #343741; } + +.euiDataGrid__content { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; + max-width: 100%; + width: 100%; + overflow: hidden; + z-index: 1; + position: relative; + background: #141519; + font-feature-settings: 'tnum' 1; } + +.euiDataGrid__pagination { + z-index: 2; + padding-top: 4px; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDataGrid__restrictBody { + height: 100vh; + overflow: hidden; } + .euiDataGrid__restrictBody .euiHeader { + z-index: 998; } + +.euiDataGrid__focusWrap { + height: 100%; } + +.euiDataGrid__virtualized { + scrollbar-color: rgba(152, 162, 179, 0.5) #1D1E24; + scrollbar-width: thin; + scroll-padding: 0; } + .euiDataGrid__virtualized::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGrid__virtualized::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid #1D1E24; } + .euiDataGrid__virtualized::-webkit-scrollbar-corner, .euiDataGrid__virtualized::-webkit-scrollbar-track { + background-color: #1D1E24; } + +.euiDataGrid__scrollOverlay { + position: absolute; + top: -1px; + right: 0; + bottom: 0; + left: 0; + pointer-events: none; + box-shadow: inset 0 0 0 1px #343741; } + .euiDataGrid--bordersHorizontal .euiDataGrid__scrollOverlay { + box-shadow: inset 0 -2px 0 -1px #343741; } + .euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayBottom { + position: absolute; + width: 100%; + height: 1px; + background-color: #343741; } + .euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayRight { + position: absolute; + height: 100%; + width: 1px; + background-color: #343741; } + +.euiDataGridHeader { + display: -webkit-flex; + display: flex; + z-index: 3; + background: #1D1E24; + position: -webkit-sticky; + position: sticky; + top: 0; } + +.euiDataGridHeaderCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 6px; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; } + .euiDataGridHeaderCell > * { + max-width: 100%; + width: 100%; } + .euiDataGridHeaderCell.euiDataGridHeaderCell--numeric { + text-align: right; } + .euiDataGridHeaderCell.euiDataGridHeaderCell--currency { + text-align: right; } + .euiDataGridHeaderCell:focus { + outline: none; + border-top: none; } + .euiDataGridHeaderCell:focus::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #36A2EF; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within { + outline: none; + border-top: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #36A2EF; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow { + margin-right: 4px; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__anchor { + width: 100%; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; + width: 100%; + font-weight: 700; + outline: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + overflow: hidden; + white-space: nowrap; + text-align: left; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-align-self: baseline; + align-self: baseline; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon { + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-basis: auto; + flex-basis: auto; + width: auto; + padding-left: 4px; } + +.euiDataGridHeader__action--selected { + font-weight: 700 !important; } + +.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader { + background: #1D1E24; } + +.euiDataGrid--headerUnderline .euiDataGridHeaderCell { + border-top: none; + border-left: none; + border-right: none; + border-bottom: 2px solid #343741; + border-bottom-color: #DFE5EF; } + +.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell { + border-bottom: 2px solid #343741; + border-color: #DFE5EF; } + +.euiDataGrid--headerShade .euiDataGridHeaderCell { + background: #212229; } + +.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell { + border-right: 1px solid #343741; + border-bottom: 1px solid #343741; + border-left: none; } + .euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type { + border-left: 1px solid #343741; } + +.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell { + border-top: none; + border-bottom: 1px solid #343741; } + +.euiDataGrid--bordersNone .euiDataGridHeaderCell { + border: none; } + +.euiDataGrid--borderhorizontal .euiDataGridHeaderCell { + border-top: none; + border-right: none; + border-left: none; } + +.euiDataGrid--fontSizeSmall .euiDataGridHeaderCell { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDataGrid--paddingSmall .euiDataGridHeaderCell { + padding: 4px; } + +.euiDataGrid--paddingLarge .euiDataGridHeaderCell { + padding: 8px; } + +.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell { + border-top: 1px solid #343741; } + +.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell { + border-top: 1px solid #343741; } + +.euiDataGridFooter { + display: -webkit-flex; + display: flex; } + +.euiDataGridRowCell.euiDataGridFooterCell { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + font-weight: 700; } + +.euiDataGrid--stickyFooter .euiDataGridFooter { + position: -webkit-sticky; + position: sticky; + bottom: 0; } + +.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell { + border-top: 2px solid #343741; + border-top-color: #DFE5EF !important; + background: #1D1E24 !important; } + +.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell { + border-left: none; + border-right: none; } + +.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell { + border-left: none; + border-right: none; } + +.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell { + background: #212229; } + +.euiDataGridColumnResizer { + position: absolute; + top: 0; + right: -8px; + height: 100%; + width: 16px; + cursor: ew-resize; + opacity: 0; + z-index: 2; } + .euiDataGridColumnResizer:after { + content: ''; + position: absolute; + left: 7px; + top: 0; + bottom: 0; + width: 3px; + background-color: #36A2EF; } + .euiDataGridColumnResizer:hover, .euiDataGridColumnResizer:active { + opacity: 1; } + .euiDataGridColumnResizer:hover ~ .euiDataGridHeaderCell__content, .euiDataGridColumnResizer:active ~ .euiDataGridHeaderCell__content { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + +.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer { + right: 0; + width: 8px; } + .euiDataGridHeaderCell:last-child .euiDataGridColumnResizer:after { + left: auto; + right: 0; } + +.euiDataGridRow { + background-color: #1D1E24; } + +.euiDataGridRowCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 6px; + border-right: solid 1px #24272e; + border-bottom: 1px solid #343741; + overflow: hidden; } + .euiDataGridRowCell > * { + height: 100%; } + .euiDataGridRowCell.euiDataGridRowCell--firstColumn { + border-left: 1px solid #343741; } + .euiDataGridRowCell.euiDataGridRowCell--lastColumn { + border-right-color: #343741; } + .euiDataGridRowCell:focus { + outline: none; } + .euiDataGridRowCell:focus::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #36A2EF; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridRowCell:hover .euiDataGridRowCell__actionButtonIcon { + -webkit-animation-duration: 90ms; + animation-duration: 90ms; + -webkit-animation-name: euiDataGridCellActionsSlideIn; + animation-name: euiDataGridCellActionsSlideIn; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-delay: 250ms; + animation-delay: 250ms; + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + .euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon, .euiDataGridRowCell:focus-within .euiDataGridRowCell__actionButtonIcon, .euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon { + -webkit-animation: none; + animation: none; + margin-left: 6px; + width: 12px; } + .euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon { + display: none; } + .euiDataGridRowCell.euiDataGridRowCell--numeric { + text-align: right; } + .euiDataGridRowCell.euiDataGridRowCell--currency { + text-align: right; } + .euiDataGridRowCell.euiDataGridRowCell--uppercase { + text-transform: uppercase; } + .euiDataGridRowCell.euiDataGridRowCell--lowercase { + text-transform: lowercase; } + .euiDataGridRowCell.euiDataGridRowCell--capitalize { + text-transform: capitalize; } + .euiDataGridRowCell .euiDataGridRowCell__definedHeight { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__content, + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__truncate, .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn).euiDataGridRowCell__truncate, + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__expandContent { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + overflow: hidden; + white-space: nowrap; } + +.euiDataGridRowCell__popover { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow: auto; + max-width: 400px !important; + max-height: 400px !important; + z-index: 1000 !important; } + .euiDataGridRowCell__popover::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridRowCell__popover::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridRowCell__popover::-webkit-scrollbar-corner, .euiDataGridRowCell__popover::-webkit-scrollbar-track { + background-color: transparent; } + +.euiDataGridRowCell__expandFlex { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + height: 100%; } + .euiDataGridRowCell--controlColumn .euiDataGridRowCell__expandFlex { + -webkit-align-items: center; + align-items: center; } + +.euiDataGridRowCell__expandContent { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiDataGridRowCell__contentByHeight { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; } + +.euiDataGridRowCell__expandActions { + display: -webkit-flex; + display: flex; } + +.euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #1D1E24; + position: absolute; + right: 0; + top: 0; + padding: 6px 0; } + +.euiDataGridRowCell__actionButtonIcon { + height: 12px; + border-radius: 3px; + width: 0; + overflow: hidden; + transition: none; + box-shadow: none !important; + border: none; } + +.euiDataGrid--stripes .euiDataGridRow--striped { + background-color: #25262E; } + .euiDataGrid--stripes .euiDataGridRow--striped .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #25262E; } + +.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover { + background-color: #2E2D25; } + .euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #2E2D25; } + +.euiDataGrid--bordersNone .euiDataGridRowCell { + border-color: transparent !important; } + +.euiDataGrid--bordersHorizontal .euiDataGridRowCell { + border-right-color: transparent; + border-left-color: transparent; } + +.euiDataGrid--fontSizeSmall .euiDataGridRowCell { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGrid--fontSizeLarge .euiDataGridRowCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDataGrid--paddingSmall .euiDataGridRowCell { + padding: 4px; } + +.euiDataGrid--paddingLarge .euiDataGridRowCell { + padding: 8px; } + +.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + padding: 2px 0; } + +.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions { + -webkit-transform: translateY(1px); + transform: translateY(1px); } + +@-webkit-keyframes euiDataGridCellActionsSlideIn { + from { + margin-left: 0; + width: 0; } + to { + margin-left: 6px; + width: 12px; } } + +@keyframes euiDataGridCellActionsSlideIn { + from { + margin-left: 0; + width: 0; } + to { + margin-left: 6px; + width: 12px; } } + +.euiDataGrid__controls { + background: #141519; + position: relative; + z-index: 2; + border: 1px solid #343741; + padding: 4px 4px 4px 0; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + +.euiDataGrid__rightControls { + white-space: nowrap; } + .euiDataGrid__rightControls:only-child { + margin-left: auto; } + .euiDataGrid__rightControls > * + * { + margin-left: 8px; } + +.euiDataGrid__leftControls > * + * { + margin-left: 2px; } + +.euiDataGrid__controlBtn--active, +.euiDataGrid__controlBtn--active:focus { + font-weight: 600; } + +.euiDataGrid--bordersNone .euiDataGrid__controls { + border: none; + background: #1D1E24; } + +.euiDataGrid--bordersHorizontal .euiDataGrid__controls { + border-right: none; + border-left: none; + border-top: none; + background: #1D1E24; } + +.euiDataGrid__controlPopoverWithDragDrop { + -webkit-transform: none !important; + transform: none !important; + transition: none !important; + margin-top: -8px; } + +.euiDataGrid__controlScroll { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + max-height: 400px; + padding: 8px; + margin: -8px; } + .euiDataGrid__controlScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGrid__controlScroll::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGrid__controlScroll::-webkit-scrollbar-corner, .euiDataGrid__controlScroll::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGrid__controlScroll:focus { + outline: none; + /* 1 */ } + .euiDataGrid__controlScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSelector__item { + padding: 4px; } + .euiDataGridColumnSelector__item-isDragging { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background: #1D1E24; } + +.euiDataGridColumnSelector__columnList { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + max-height: 400px; + margin: 0 -8px; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner, .euiDataGridColumnSelector__columnList::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGridColumnSelector__columnList:focus { + outline: none; + /* 1 */ } + .euiDataGridColumnSelector__columnList[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSelector__itemLabel { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGridColumnSorting__item-isDragging { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + background: #1D1E24; } + +.euiDataGridColumnSorting__fieldList { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + padding-top: 4px; + padding-bottom: 4px; + max-height: 300px; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner, .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGridColumnSorting__fieldList:focus { + outline: none; + /* 1 */ } + .euiDataGridColumnSorting__fieldList[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSorting__field { + display: block; + padding: 4px 8px; + width: 100%; + outline-offset: -2px; } + .euiDataGridColumnSorting__field:hover { + cursor: pointer; + text-decoration: underline; } + .euiDataGridColumnSorting__field:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(54, 162, 239, 0.2); } + .euiDataGridColumnSorting__field:disabled { + cursor: not-allowed; + text-decoration: none; + color: #515761; } + +.euiDataGridColumnSorting__orderButtons { + padding-left: 24px; } + @media only screen and (max-width: 574px) { + .euiDataGridColumnSorting__orderButtons { + padding-left: 4px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDataGridColumnSorting__orderButtons { + padding-left: 4px; } } + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: 200px; + border: none; } + @media only screen and (max-width: 574px) { + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: unset; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: unset; } } + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order button { + font-size: 12px !important; } + +.euiDataGrid__displayPopoverPanel { + width: 416px; } + +.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; + margin-top: 16px; } + .euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title:first-of-type { + margin-top: 0; } + +.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center { + text-align: center; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title { + color: #DFE5EF; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title { + color: #DFE5EF; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +.euiDescriptionList.euiDescriptionList--column, .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + .euiDescriptionList.euiDescriptionList--column > *, .euiDescriptionList.euiDescriptionList--responsiveColumn > * { + margin-top: 16px; } + .euiDescriptionList.euiDescriptionList--column > *:first-child, + .euiDescriptionList.euiDescriptionList--column > :nth-child(2), .euiDescriptionList.euiDescriptionList--responsiveColumn > *:first-child, + .euiDescriptionList.euiDescriptionList--responsiveColumn > :nth-child(2) { + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; + width: 50%; + padding-right: 8px; } + .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + width: 50%; + padding-left: 8px; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--center .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title { + text-align: right; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + color: #DFE5EF; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title { + color: #DFE5EF; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +@media only screen and (max-width: 574px) { + .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: block; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + width: 100%; + padding: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description { + text-align: center; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: block; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + width: 100%; + padding: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description { + text-align: center; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } } + +.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: inline; + border-radius: 4px; + font-weight: 500; + background-color: #343741; + padding: 1px 4px; + margin: 0 4px; } + .euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title:first-of-type { + margin-left: 0; } + +.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: inline; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 0 4px; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--center { + text-align: center; } + +.euiDraggable.euiDraggable--isDragging { + z-index: 9000 !important; } + +.euiDraggable.euiDraggable--hasClone:not(.euiDraggable--isDragging) { + -webkit-transform: none !important; + transform: none !important; } + +.euiDraggable.euiDraggable--withoutDropAnimation { + transition-duration: .001s !important; } + +.euiDraggable:focus > .euiDraggable__item, +.euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus { + outline: 2px solid currentColor; } + .euiDraggable:focus > .euiDraggable__item:focus-visible, + .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:focus-visible { + outline-style: auto; } + .euiDraggable:focus > .euiDraggable__item:not(:focus-visible), + .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:not(:focus-visible) { + outline: none; } + +.euiDraggable .euiDraggable__item.euiDraggable__item--isDisabled { + cursor: not-allowed; } + +.euiDraggable--s { + padding: 2px; } + +.euiDraggable--m { + padding: 4px; } + +.euiDraggable--l { + padding: 8px; } + +.euiDroppable { + transition: background-color 500ms ease; } + .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled) { + background-color: rgba(125, 222, 216, 0.1); } + .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver { + background-color: rgba(125, 222, 216, 0.25); } + .euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden { + display: none !important; } + +.euiDroppable--withPanel { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiDroppable--withPanel.euiDroppable--withPanel--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiDroppable--withPanel.euiDroppable--withPanel--hasBorder { + border: 1px solid #343741; + box-shadow: none; } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:hover, .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusNone { + border-radius: 0; } + .euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusMedium { + border-radius: 6px; } + .euiDroppable--withPanel.euiDroppable--withPanel--transparent { + background-color: transparent; } + .euiDroppable--withPanel.euiDroppable--withPanel--plain { + background-color: #1D1E24; } + .euiDroppable--withPanel.euiDroppable--withPanel--subdued { + background-color: #141519; } + .euiDroppable--withPanel.euiDroppable--withPanel--accent { + background-color: #4a2b39; } + .euiDroppable--withPanel.euiDroppable--withPanel--primary { + background-color: #103148; } + .euiDroppable--withPanel.euiDroppable--withPanel--success { + background-color: #264341; } + .euiDroppable--withPanel.euiDroppable--withPanel--warning { + background-color: #493f22; } + .euiDroppable--withPanel.euiDroppable--withPanel--danger { + background-color: #4a201e; } + +.euiDroppable--withPanel { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); + border-radius: 6px; } + +.euiDroppable--noGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDroppable--grow { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiDroppable--s { + padding: 2px; } + +.euiDroppable--m { + padding: 4px; } + +.euiDroppable--l { + padding: 8px; } + +.euiEmptyPrompt { + text-align: center; + margin: auto; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt { + max-width: -webkit-max-content; + max-width: -moz-max-content; + max-width: max-content; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt { + max-width: -webkit-max-content; + max-width: -moz-max-content; + max-width: max-content; } } + .euiEmptyPrompt .euiEmptyPrompt__icon > * { + -webkit-flex-shrink: 1; + flex-shrink: 1; + max-width: 25.71429rem; } + .euiEmptyPrompt.euiPanel--transparent .euiEmptyPrompt__footer { + background-color: #141519; } + .euiEmptyPrompt.euiPanel--transparent:not(.euiPanel--hasBorder) .euiEmptyPrompt__footer { + border-radius: 6px; } + .euiEmptyPrompt.euiPanel--transparent.euiPanel--hasBorder .euiEmptyPrompt__footer { + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--plain .euiEmptyPrompt__footer { + background-color: #141519; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--subdued .euiEmptyPrompt__footer { + border-top: 1px solid #343741; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--accent .euiEmptyPrompt__footer { + border-top: 1px solid #5d3648; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--primary .euiEmptyPrompt__footer { + border-top: 1px solid #164261; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--success .euiEmptyPrompt__footer { + border-top: 1px solid #315754; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--warning .euiEmptyPrompt__footer { + border-top: 1px solid #5e512c; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--danger .euiEmptyPrompt__footer { + border-top: 1px solid #602927; + border-radius: 0 0 6px 6px; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__main { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-justify-content: center; + justify-content: center; + min-height: 240px; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__contentInner { + max-width: 36em; + margin: auto; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__icon { + margin-bottom: 16px; } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal { + -webkit-justify-content: flex-start; + justify-content: flex-start; + text-align: left; } } + +@media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal { + -webkit-justify-content: flex-start; + justify-content: flex-start; + text-align: left; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + min-width: 40%; + max-width: 50%; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + min-width: 40%; + max-width: 50%; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + max-width: 36em; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + padding: 24px 0; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + padding: 24px 0; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +@media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__footer { + padding: 8px; } + +.euiEmptyPrompt--paddingSmall.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 8px; } + +.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__footer { + padding: 16px; } + +.euiEmptyPrompt--paddingMedium.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 16px; } + +.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__footer { + padding: 24px; } + +.euiEmptyPrompt--paddingLarge.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 24px; } + +.euiErrorBoundary { + background: repeating-linear-gradient(45deg, rgba(248, 107, 99, 0.25), rgba(248, 107, 99, 0.25) 1px, rgba(248, 107, 99, 0.05) 1px, rgba(248, 107, 99, 0.05) 20px); + padding: 16px; } + +/** + * 1. Keep each expression's text together as much as possible, + * but then wrap long words + */ +.euiExpression { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 1 */ + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + border-bottom: 2px solid transparent; + display: inline-block; + /* 1 */ + text-align: left; + padding: 2px 0; + transition: all 250ms ease-in-out; + color: #DFE5EF; } + .euiExpression:focus { + border-bottom-style: solid; } + .euiExpression + .euiExpression { + margin-left: 8px; } + .euiExpression.euiExpression--columns { + border-color: transparent; + border-bottom-style: solid; + margin-bottom: 4px; } + .euiExpression.euiExpression--truncate { + max-width: 100%; } + .euiExpression.euiExpression--truncate .euiExpression__description, + .euiExpression.euiExpression--truncate .euiExpression__value { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + display: inline-block; + vertical-align: bottom; } + +.euiExpression-isUppercase .euiExpression__description { + text-transform: uppercase; } + +.euiExpression-isClickable { + cursor: pointer; + border-bottom: 2px dotted #343741; } + .euiExpression-isClickable:hover:not(:disabled) { + border-bottom-style: solid; + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + +.euiExpression__icon { + margin-left: 4px; } + +.euiExpression-isActive { + border-bottom-style: solid; } + +.euiExpression--columns { + width: 100%; + display: -webkit-flex; + display: flex; + padding: 4px; + border-radius: 4px; } + .euiExpression--columns.euiExpression-isClickable { + background-color: #25262E; } + .euiExpression--columns.euiExpression-isClickable:focus .euiExpression__description, + .euiExpression--columns.euiExpression-isClickable:focus .euiExpression__value, .euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__description, + .euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__value { + text-decoration: underline; } + .euiExpression--columns .euiExpression__description { + text-align: right; + margin-right: 8px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiExpression--columns .euiExpression__value { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiExpression--columns .euiExpression__icon { + margin-top: 4px; } + +.euiExpression--subdued:focus { + background-color: rgba(122, 127, 137, 0.1); } + +.euiExpression--subdued.euiExpression-isActive { + border-bottom-color: #7a7f89; + border-color: #7a7f89; } + +.euiExpression--subdued .euiExpression__description { + color: #7a7f89; } + +.euiExpression--primary:focus { + background-color: rgba(54, 162, 239, 0.1); } + +.euiExpression--primary.euiExpression-isActive { + border-bottom-color: #36A2EF; + border-color: #36A2EF; } + +.euiExpression--primary .euiExpression__description { + color: #36A2EF; } + +.euiExpression--success:focus { + background-color: rgba(125, 222, 216, 0.1); } + +.euiExpression--success.euiExpression-isActive { + border-bottom-color: #7DDED8; + border-color: #7DDED8; } + +.euiExpression--success .euiExpression__description { + color: #7DDED8; } + +.euiExpression--warning:focus { + background-color: rgba(243, 211, 113, 0.1); } + +.euiExpression--warning.euiExpression-isActive { + border-bottom-color: #F3D371; + border-color: #F3D371; } + +.euiExpression--warning .euiExpression__description { + color: #F3D371; } + +.euiExpression--danger:focus { + background-color: rgba(248, 107, 99, 0.1); } + +.euiExpression--danger.euiExpression-isActive { + border-bottom-color: #F86B63; + border-color: #F86B63; } + +.euiExpression--danger .euiExpression__description { + color: #F86B63; } + +.euiExpression--accent:focus { + background-color: rgba(246, 143, 190, 0.1); } + +.euiExpression--accent.euiExpression-isActive { + border-bottom-color: #F68FBE; + border-color: #F68FBE; } + +.euiExpression--accent .euiExpression__description { + color: #F68FBE; } + +/** + * 1. Make sure the quantity doesn't get an underline on hover + */ +.euiFacetButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + height: 32px; + text-align: left; + text-decoration: none; + transition: all 150ms ease-in; } + .euiFacetButton:hover:not(:disabled) .euiFacetButton__text, .euiFacetButton:focus:not(:disabled) .euiFacetButton__text { + text-decoration: underline; + /* 1 */ } + .euiFacetButton:focus { + background-color: rgba(54, 162, 239, 0.2); + box-shadow: -4px 0 rgba(54, 162, 239, 0.2), 4px 0 rgba(54, 162, 239, 0.2); } + .euiFacetButton:disabled { + color: #515761; + pointer-events: none; } + .euiFacetButton:disabled .euiFacetButton__content { + pointer-events: auto; + cursor: not-allowed; } + .euiFacetButton:disabled .euiFacetButton__icon, + .euiFacetButton:disabled .euiFacetButton__quantity { + opacity: .5; } + .euiFacetButton:disabled:focus { + background-color: transparent; } + .euiFacetButton:disabled:hover, .euiFacetButton:disabled:focus { + text-decoration: none; } + +.euiFacetButton__content { + height: 100%; + width: 100%; + vertical-align: middle; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + .euiFacetButton__content .euiButtonContent__icon, + .euiFacetButton__content .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiFacetButton__content > * + * { + -webkit-margin-start: 8px; + margin-inline-start: 8px; } + +.euiFacetButton__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex-grow: 1; + flex-grow: 1; + vertical-align: middle; } + .euiFacetButton__text::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + .euiFacetButton--isSelected .euiFacetButton__text { + font-weight: 700; } + +.euiFacetButton__icon { + transition: all 150ms ease-in; } + +.euiFacetGroup--gutterNone .euiFacetButton { + margin-top: 0; + margin-bottom: 0; } + +.euiFacetGroup--gutterNone.euiFacetGroup--horizontal { + margin-left: -12px; } + .euiFacetGroup--gutterNone.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 12px; + max-width: calc(100% - 12px); } + +.euiFacetGroup--gutterSmall .euiFacetButton { + margin-top: 2px; + margin-bottom: 2px; } + +.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal { + margin-left: -16px; } + .euiFacetGroup--gutterSmall.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 16px; + max-width: calc(100% - 16px); } + +.euiFacetGroup--gutterMedium .euiFacetButton { + margin-top: 4px; + margin-bottom: 4px; } + +.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal { + margin-left: -20px; } + .euiFacetGroup--gutterMedium.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 20px; + max-width: calc(100% - 20px); } + +.euiFacetGroup--gutterLarge .euiFacetButton { + margin-top: 6px; + margin-bottom: 6px; } + +.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal { + margin-left: -24px; } + .euiFacetGroup--gutterLarge.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 24px; + max-width: calc(100% - 24px); } + +.euiFilterGroup { + display: -webkit-inline-flex; + display: inline-flex; + max-width: 100%; + border-right: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 0.2); + overflow: hidden; } + .euiFilterGroup > * { + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + min-width: 48px; } + .euiFilterGroup > .euiFilterButton--noGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiFilterGroup > .euiFilterButton-hasNotification { + min-width: 96px; } + .euiFilterGroup > .euiFilterButton--hasIcon { + min-width: 128px; } + .euiFilterGroup .euiPopover__anchor { + display: block; } + .euiFilterGroup .euiPopover__anchor .euiFilterButton { + width: 100%; } + +.euiFilterGroup--fullWidth { + display: -webkit-flex; + display: flex; } + +.euiFilterGroup__popoverPanel { + width: 288px; } + +@media only screen and (max-width: 574px) { + .euiFilterGroup { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFilterGroup { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } } + +@media only screen and (max-width: 574px) { + .euiFilterGroup { + display: -webkit-flex; + display: flex; } + .euiFilterGroup .euiFilterButton { + -webkit-flex-grow: 1 !important; + flex-grow: 1 !important; } } + +.euiFilterButton { + background-color: #16171c; + height: 40px; + width: auto; + border: 1px solid rgba(255, 255, 255, 0.1); + border-right: none; + font-size: 14px; } + .euiFilterButton:disabled { + color: #515761; + pointer-events: none; } + .euiFilterButton:disabled .euiFilterButton__notification { + opacity: .5; } + .euiFilterButton:hover:not(:disabled), .euiFilterButton:focus:not(:disabled) { + text-decoration: none; } + .euiFilterButton:hover:not(:disabled) .euiFilterButton__textShift, .euiFilterButton:focus:not(:disabled) .euiFilterButton__textShift { + text-decoration: underline; } + +.euiFilterButton-hasActiveFilters { + font-weight: 700; } + +.euiFilterButton--hasIcon .euiButtonEmpty__content { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiFilterButton--withNext + .euiFilterButton { + margin-left: -4px; + border-left: none; } + +.euiFilterButton-isSelected { + background-color: #25262E; } + +.euiFilterButton__text-hasNotification { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiFilterButton__notification { + margin-left: 8px; + vertical-align: text-bottom; } + +.euiFilterButton__textShift { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + min-width: 48px; } + .euiFilterButton__textShift::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + +.euiFilterSelectItem { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 4px 12px; + display: block; + width: 100%; + text-align: left; + color: #DFE5EF; + border-bottom: 1px solid #343741; + border-color: #202128; + outline-offset: -2px; } + .euiFilterSelectItem:hover { + cursor: pointer; + text-decoration: underline; } + .euiFilterSelectItem:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(54, 162, 239, 0.2); } + .euiFilterSelectItem:disabled { + cursor: not-allowed; + text-decoration: none; + color: #515761; } + .euiFilterSelectItem:focus, .euiFilterSelectItem-isFocused { + background-color: rgba(54, 162, 239, 0.2); + color: #36A2EF; } + +.euiFilterSelectItem__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiFilterSelect__items { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + max-height: 480px; } + .euiFilterSelect__items::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiFilterSelect__items::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiFilterSelect__items::-webkit-scrollbar-corner, .euiFilterSelect__items::-webkit-scrollbar-track { + background-color: transparent; } + +.euiFilterSelect__note { + height: 64px; + text-align: center; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: space-around; + justify-content: space-around; } + +.euiFilterSelect__noteContent { + color: #98A2B3; + font-size: 14px; } + +/** + * 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements. + * 2. IE requires a unit to grow. + */ +.euiFlexGroup { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex-grow: 1; + flex-grow: 1; + /* 1 */ } + .euiFlexGroup .euiFlexItem { + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-flex-basis: 0%; + flex-basis: 0%; + /* 2 */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFlexGroup .euiFlexItem { + min-width: 1px; } } + +.euiFlexGroup--gutterExtraSmall { + margin: -2px; } + .euiFlexGroup--gutterExtraSmall > .euiFlexItem { + margin: 2px; } + +.euiFlexGroup--gutterSmall { + margin: -4px; } + .euiFlexGroup--gutterSmall > .euiFlexItem { + margin: 4px; } + +.euiFlexGroup--gutterMedium { + margin: -8px; } + .euiFlexGroup--gutterMedium > .euiFlexItem { + margin: 8px; } + +.euiFlexGroup--gutterLarge { + margin: -12px; } + .euiFlexGroup--gutterLarge > .euiFlexItem { + margin: 12px; } + +.euiFlexGroup--gutterExtraLarge { + margin: -20px; } + .euiFlexGroup--gutterExtraLarge > .euiFlexItem { + margin: 20px; } + +.euiFlexGroup--justifyContentSpaceEvenly { + -webkit-justify-content: space-evenly; + justify-content: space-evenly; } + +.euiFlexGroup--justifyContentSpaceBetween { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiFlexGroup--justifyContentSpaceAround { + -webkit-justify-content: space-around; + justify-content: space-around; } + +.euiFlexGroup--justifyContentCenter { + -webkit-justify-content: center; + justify-content: center; } + +.euiFlexGroup--justifyContentFlexEnd { + -webkit-justify-content: flex-end; + justify-content: flex-end; } + +.euiFlexGroup--alignItemsFlexStart { + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiFlexGroup--alignItemsCenter { + -webkit-align-items: center; + align-items: center; } + +.euiFlexGroup--alignItemsFlexEnd { + -webkit-align-items: flex-end; + align-items: flex-end; } + +.euiFlexGroup--alignItemsBaseline { + -webkit-align-items: baseline; + align-items: baseline; } + +.euiFlexGroup--directionRow { + -webkit-flex-direction: row; + flex-direction: row; } + +.euiFlexGroup--directionRowReverse { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + +.euiFlexGroup--directionColumn { + -webkit-flex-direction: column; + flex-direction: column; } + +.euiFlexGroup--directionColumnReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } + +.euiFlexGroup--wrap { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + +@media only screen and (max-width: 574px) { + .euiFlexGroup--responsive { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: 0; + margin-right: 0; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGroup--responsive { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: 0; + margin-right: 0; } } + +.euiFlexGrid { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-bottom: 0; } + .euiFlexGrid > .euiFlexItem { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiFlexGrid > .euiFlexItem.euiFlexItem--flexGrowZero { + -webkit-flex-grow: 0 !important; + flex-grow: 0 !important; + -webkit-flex-basis: auto !important; + flex-basis: auto !important; } + +/** + * 1. For vertical layouts we use columns instead of flex + */ +.euiFlexGrid--directionColumn { + display: block; + /* 1 */ + -webkit-column-gap: 0; + -moz-column-gap: 0; + column-gap: 0; } + .euiFlexGrid--directionColumn > .euiFlexItem { + display: inline-block; + /* 1 */ + line-height: initial; } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterNone { + margin: 0px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterNone > .euiFlexItem { + margin: 0px; } + +.euiFlexGrid--gutterNone.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 0px); + flex-basis: calc(25% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 0px); + flex-basis: calc(33.3% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 0px); + flex-basis: calc(50% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 0px); + flex-basis: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterSmall { + margin: -4px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterSmall > .euiFlexItem { + margin: 4px; } + +.euiFlexGrid--gutterSmall.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 8px); + flex-basis: calc(25% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 8px); + flex-basis: calc(33.3% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 8px); + flex-basis: calc(50% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 8px); + flex-basis: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterMedium { + margin: -8px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterMedium > .euiFlexItem { + margin: 8px; } + +.euiFlexGrid--gutterMedium.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 16px); + flex-basis: calc(25% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 16px); + flex-basis: calc(33.3% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 16px); + flex-basis: calc(50% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 16px); + flex-basis: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterLarge { + margin: -12px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterLarge > .euiFlexItem { + margin: 12px; } + +.euiFlexGrid--gutterLarge.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 24px); + flex-basis: calc(25% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 24px); + flex-basis: calc(33.3% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 24px); + flex-basis: calc(50% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 24px); + flex-basis: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterXLarge { + margin: -16px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterXLarge > .euiFlexItem { + margin: 16px; } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 32px); + flex-basis: calc(25% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 32px); + flex-basis: calc(33.3% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 32px); + flex-basis: calc(50% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 32px); + flex-basis: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +@media only screen and (max-width: 574px) { + .euiFlexGrid.euiFlexGrid--responsive { + margin-left: 0 !important; + margin-right: 0 !important; + -webkit-column-count: 1 !important; + -moz-column-count: 1 !important; + column-count: 1 !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGrid.euiFlexGrid--responsive { + margin-left: 0 !important; + margin-right: 0 !important; + -webkit-column-count: 1 !important; + -moz-column-count: 1 !important; + column-count: 1 !important; } } + +/** + * 1. Allow EuiPanels to expand to fill the item. + * 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and + * not cause weird wrapping issues. + */ +.euiFlexItem { + display: -webkit-flex; + display: flex; + /* 1 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 1 */ + /* + * 1. We need the extra specificity here to override the FlexGroup > FlexItem styles. + * 2. FlexItem can be manually set to not grow if needed. + */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFlexItem { + min-width: 1px; + /* 2 */ } } + .euiFlexItem.euiFlexItem--flexGrowZero { + /* 1 */ + -webkit-flex-grow: 0; + flex-grow: 0; + /* 2 */ + -webkit-flex-basis: auto; + flex-basis: auto; + /* 2 */ } + .euiFlexItem.euiFlexItem--flexGrow1 { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiFlexItem.euiFlexItem--flexGrow2 { + -webkit-flex-grow: 2; + flex-grow: 2; } + .euiFlexItem.euiFlexItem--flexGrow3 { + -webkit-flex-grow: 3; + flex-grow: 3; } + .euiFlexItem.euiFlexItem--flexGrow4 { + -webkit-flex-grow: 4; + flex-grow: 4; } + .euiFlexItem.euiFlexItem--flexGrow5 { + -webkit-flex-grow: 5; + flex-grow: 5; } + .euiFlexItem.euiFlexItem--flexGrow6 { + -webkit-flex-grow: 6; + flex-grow: 6; } + .euiFlexItem.euiFlexItem--flexGrow7 { + -webkit-flex-grow: 7; + flex-grow: 7; } + .euiFlexItem.euiFlexItem--flexGrow8 { + -webkit-flex-grow: 8; + flex-grow: 8; } + .euiFlexItem.euiFlexItem--flexGrow9 { + -webkit-flex-grow: 9; + flex-grow: 9; } + .euiFlexItem.euiFlexItem--flexGrow10 { + -webkit-flex-grow: 10; + flex-grow: 10; } + +@media only screen and (max-width: 574px) { + .euiFlexGroup--responsive > .euiFlexItem, + .euiFlexGrid--responsive > .euiFlexItem { + width: 100% !important; + -webkit-flex-basis: 100% !important; + flex-basis: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + margin-bottom: 16px !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGroup--responsive > .euiFlexItem, + .euiFlexGrid--responsive > .euiFlexItem { + width: 100% !important; + -webkit-flex-basis: 100% !important; + flex-basis: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + margin-bottom: 16px !important; } } + +.euiFlyout { + border-left: none; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2); + position: fixed; + top: 0; + bottom: 0; + right: 0; + height: 100%; + z-index: 1000; + background: #1D1E24; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%); + clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%); + -webkit-animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFlyout:focus { + outline: none; } + +.euiFlyout__closeButton { + background-color: rgba(29, 30, 36, 0.9); + position: absolute; + right: 8px; + top: 8px; + z-index: 3; } + .euiFlyout__closeButton--outside { + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2); + right: auto; + left: 0; + -webkit-transform: translateX(calc(-100% - 24px)) !important; + transform: translateX(calc(-100% - 24px)) !important; + -webkit-animation: none !important; + animation: none !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + left: auto; + right: 0; + -webkit-transform: translateX(calc(100% + 24px)) !important; + transform: translateX(calc(100% + 24px)) !important; } + +.euiFlyoutBody__banner { + overflow-x: hidden; } + +/** + * 1. Calculating the minimum width based on the screen takeover breakpoint + */ +.euiFlyout--small { + min-width: 384px; + width: 25vw; } + .euiFlyout--small.euiFlyout--maxWidth-default { + max-width: 403px; } + +.euiFlyout--medium { + min-width: 424px; + width: 50vw; } + .euiFlyout--medium.euiFlyout--maxWidth-default { + max-width: 768px; } + +.euiFlyout--large { + min-width: 691px; + width: 75vw; } + .euiFlyout--large.euiFlyout--maxWidth-default { + max-width: 992px; } + +.euiFlyout--paddingNone .euiFlyoutHeader { + padding: 0 0 0; } + +.euiFlyout--paddingNone .euiFlyoutHeader--hasBorder { + padding-bottom: 0; } + +.euiFlyout--paddingNone .euiFlyoutBody__overflowContent { + padding: 0; } + +.euiFlyout--paddingNone .euiFlyoutBody__banner .euiCallOut { + padding-left: 0; + padding-right: 0; } + +.euiFlyout--paddingNone .euiFlyoutFooter { + padding: 0; } + +.euiFlyout--paddingSmall .euiFlyoutHeader { + padding: 8px 8px 0; } + +.euiFlyout--paddingSmall .euiFlyoutHeader--hasBorder { + padding-bottom: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutBody__overflowContent { + padding: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutBody__banner .euiCallOut { + padding-left: 8px; + padding-right: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutFooter { + padding: 8px; } + +.euiFlyout--paddingMedium .euiFlyoutHeader { + padding: 16px 16px 0; } + +.euiFlyout--paddingMedium .euiFlyoutHeader--hasBorder { + padding-bottom: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutBody__overflowContent { + padding: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutBody__banner .euiCallOut { + padding-left: 16px; + padding-right: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutFooter { + padding: 12px 16px; } + +.euiFlyout--paddingLarge .euiFlyoutHeader { + padding: 24px 24px 0; } + +.euiFlyout--paddingLarge .euiFlyoutHeader--hasBorder { + padding-bottom: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutBody__overflowContent { + padding: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutBody__banner .euiCallOut { + padding-left: 24px; + padding-right: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutFooter { + padding: 16px 24px; } + +@-webkit-keyframes euiFlyout { + 0% { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +@keyframes euiFlyout { + 0% { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +/** + * 1. Leave only a small sliver exposed on small screens so users understand that this is not a new page + * 2. If a custom maxWidth is set, we need to override it. + */ +@media only screen and (max-width: 574px) { + .euiFlyout { + max-width: 90vw !important; + /* 1, 2 */ } + .euiFlyout--small { + min-width: 0; + width: 384px; } + .euiFlyout--medium { + min-width: 0; + width: 424px; } + .euiFlyout--large { + min-width: 0; + width: 691px; } + .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(-100% - 4px)) !important; + transform: translateX(calc(-100% - 4px)) !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(100% + 4px)) !important; + transform: translateX(calc(100% + 4px)) !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlyout { + max-width: 90vw !important; + /* 1, 2 */ } + .euiFlyout--small { + min-width: 0; + width: 384px; } + .euiFlyout--medium { + min-width: 0; + width: 424px; } + .euiFlyout--large { + min-width: 0; + width: 691px; } + .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(-100% - 4px)) !important; + transform: translateX(calc(-100% - 4px)) !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(100% + 4px)) !important; + transform: translateX(calc(100% + 4px)) !important; } } + +/** + * Left side flyout (should only be used for navigation) + */ +.euiFlyout--left { + border-right: none; + border-left: none; + right: auto; + left: 0; + -webkit-clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%); + clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%); + -webkit-animation-name: euiFlyoutLeft; + animation-name: euiFlyoutLeft; } + +@-webkit-keyframes euiFlyoutLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +@keyframes euiFlyoutLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +/** + * Pushed style (inside body) + */ +.euiFlyout.euiFlyout--push { + box-shadow: none; + -webkit-clip-path: none; + clip-path: none; + -webkit-animation-duration: 0s; + animation-duration: 0s; + border-left: 2px solid #343741; + z-index: 999; } + .euiFlyout.euiFlyout--push.euiFlyout--left { + border-left: none; + border-right: 2px solid #343741; } + +.euiFlyoutBody { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow-y: hidden; + height: 100%; } + .euiFlyoutBody .euiFlyoutBody__overflow { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-corner, .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-track { + background-color: transparent; } + .euiFlyoutBody .euiFlyoutBody__overflow:focus { + outline: none; + /* 1 */ } + .euiFlyoutBody .euiFlyoutBody__overflow[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + .euiFlyoutBody .euiFlyoutBody__overflow.euiFlyoutBody__overflow--hasBanner { + -webkit-mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiFlyoutBody .euiFlyoutBody__banner .euiCallOut { + border: none; + border-radius: 0; } + +.euiFlyoutFooter { + background: #25262E; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiFlyoutHeader { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiFlyoutHeader--hasBorder { + border-bottom: 1px solid #343741; } + +/** + * 1. Float above the visual radio and match its dimension, so that when users try to click it + * they actually click this input. + */ +.euiCheckbox { + position: relative; } + .euiCheckbox .euiCheckbox__input { + width: 16px; + height: 16px; + top: 3px; + cursor: pointer; + position: absolute; + /* 1 */ + opacity: 0; + /* 1 */ + z-index: 1; + /* 1 */ } + .euiCheckbox .euiCheckbox__input ~ .euiCheckbox__label { + display: inline-block; + padding-left: 24px; + line-height: 24px; + font-size: 14px; + position: relative; + z-index: 2; + cursor: pointer; } + .euiCheckbox .euiCheckbox__input + .euiCheckbox__square { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 4px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + display: inline-block; + position: absolute; + left: 0; + top: 3px; } + .euiCheckbox .euiCheckbox__input:checked + .euiCheckbox__square { + border-color: #36A2EF; + background-color: #36A2EF; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2829, 30, 36%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:indeterminate + .euiCheckbox__square { + border-color: #36A2EF; + background-color: #36A2EF; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%2829, 30, 36%29' fill-rule='evenodd'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input[disabled] { + cursor: not-allowed !important; } + .euiCheckbox .euiCheckbox__input[disabled] ~ .euiCheckbox__label { + color: #535966; + cursor: not-allowed !important; } + .euiCheckbox .euiCheckbox__input[disabled] + .euiCheckbox__square { + border-color: #343741; + background-color: #343741; + box-shadow: none; } + .euiCheckbox .euiCheckbox__input:checked[disabled] + .euiCheckbox__square { + border-color: #343741; + background-color: #343741; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28166, 170, 176%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:indeterminate[disabled] + .euiCheckbox__square { + border-color: #343741; + background-color: #343741; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28166, 170, 176%29' fill-rule='evenodd'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #36A2EF; } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:focus-visible { + outline-style: auto; } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:not(:focus-visible) { + outline: none; } + .euiCheckbox.euiCheckbox--inList, .euiCheckbox.euiCheckbox--noLabel { + min-height: 16px; + min-width: 16px; } + .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, + .euiCheckbox.euiCheckbox--inList .euiCheckbox__square, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input, + .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square { + top: 0; } + .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input { + margin: 0; } + +.euiCheckboxGroup__item + .euiCheckboxGroup__item { + margin-top: 4px; } + .euiCheckboxGroup__item + .euiCheckboxGroup__item.euiCheckbox--compressed { + margin-top: 0; } + +.euiDescribedFormGroup { + max-width: 800px; } + .euiDescribedFormGroup + * { + margin-top: 24px; } + .euiDescribedFormGroup.euiDescribedFormGroup--fullWidth { + max-width: 100%; } + .euiDescribedFormGroup .euiDescribedFormGroup__description { + padding-top: 8px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + min-width: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxxsmall { + padding-top: 8px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxsmall { + padding-top: 11px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xsmall { + padding-top: 11px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small { + padding-top: 23px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium { + padding-top: 30.5px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large { + padding-top: 41px; } + @media only screen and (max-width: 574px) { + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + padding-top: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child { + padding-top: 0; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + padding-top: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child { + padding-top: 0; } } + +.euiFieldNumber { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; } + .euiFieldNumber--fullWidth { + max-width: 100%; } + .euiFieldNumber--compressed { + height: 32px; } + .euiFieldNumber--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldNumber { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldNumber { + line-height: 1em; } } + .euiFieldNumber::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldNumber::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldNumber::placeholder { + color: #81858f; + opacity: 1; } + .euiFieldNumber:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldNumber:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldNumber:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldNumber--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldNumber--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldNumber--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldNumber--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldNumber--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldNumber--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldNumber--withIcon { + padding-left: 40px; } + .euiFieldNumber-isLoading { + padding-right: 40px; } + .euiFieldNumber-isLoading.euiFieldNumber--compressed { + padding-right: 32px; } + +.euiFieldNumber--withIcon.euiFieldNumber--compressed { + padding-left: 32px; } + +.euiFieldPassword { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + padding-left: 40px; } + .euiFieldPassword--fullWidth { + max-width: 100%; } + .euiFieldPassword--compressed { + height: 32px; } + .euiFieldPassword--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldPassword { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldPassword { + line-height: 1em; } } + .euiFieldPassword::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldPassword::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldPassword::placeholder { + color: #81858f; + opacity: 1; } + .euiFieldPassword:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldPassword:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldPassword:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldPassword--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldPassword--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldPassword--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldPassword--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldPassword--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldPassword--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldPassword-isLoading { + padding-right: 40px; } + .euiFieldPassword-isLoading.euiFieldPassword--compressed { + padding-right: 32px; } + .euiFieldPassword.euiFieldPassword--compressed { + padding-left: 32px; } + +.euiFieldPassword--withToggle::-ms-reveal { + display: none; } + +/* + * 1. Fix for Safari to ensure that it renders like a normal text input + * and doesn't add extra spacing around text + * 2. Remove the X clear button from input type search in Chrome and IE +*/ +.euiFieldSearch { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + padding-left: 40px; + -webkit-appearance: textfield; + /* 1 */ } + .euiFieldSearch--fullWidth { + max-width: 100%; } + .euiFieldSearch--compressed { + height: 32px; } + .euiFieldSearch--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldSearch { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldSearch { + line-height: 1em; } } + .euiFieldSearch::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldSearch::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldSearch::placeholder { + color: #81858f; + opacity: 1; } + .euiFieldSearch:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldSearch:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldSearch:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldSearch--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldSearch--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldSearch--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldSearch--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldSearch--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldSearch--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldSearch-isLoading { + padding-right: 40px; } + .euiFieldSearch-isLoading.euiFieldSearch--compressed { + padding-right: 32px; } + .euiFieldSearch::-webkit-search-decoration, .euiFieldSearch::-webkit-search-cancel-button { + -webkit-appearance: none; + /* 1, 2 */ } + .euiFieldSearch::-ms-clear { + display: none; + /* 2 */ } + .euiFieldSearch.euiFieldSearch-isClearable { + padding-right: 40px; } + .euiFieldSearch.euiFieldSearch-isLoading { + padding-right: 40px; } + .euiFieldSearch.euiFieldSearch-isLoading.euiFieldSearch-isClearable { + padding-right: 62px; } + .euiFieldSearch.euiFieldSearch--compressed { + padding-left: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isClearable { + padding-right: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading { + padding-right: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading.euiFieldSearch-isClearable { + padding-right: 54px; } + +.euiFieldText { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + /* Invalid state normally comes from :invalid, but several components + /* like EuiDatePicker need it toggled through an extra class. + */ } + .euiFieldText--fullWidth { + max-width: 100%; } + .euiFieldText--compressed { + height: 32px; } + .euiFieldText--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldText { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldText { + line-height: 1em; } } + .euiFieldText::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldText::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiFieldText::placeholder { + color: #81858f; + opacity: 1; } + .euiFieldText:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldText:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldText:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldText:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldText[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldText:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldText--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldText--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldText--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldText--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFieldText--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFieldText--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiFieldText--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFieldText--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldText--withIcon { + padding-left: 40px; } + .euiFieldText-isLoading { + padding-right: 40px; } + .euiFieldText-isLoading.euiFieldText--compressed { + padding-right: 32px; } + .euiFieldText.euiFieldText-isInvalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + +.euiFieldText--withIcon.euiFieldText--compressed { + padding-left: 32px; } + +.euiFieldText--isClearable { + padding-right: 40px; } + +.euiFieldText--isClearable.euiFieldText--compressed { + padding-right: 32px; } + +/** + * REMEMBER: --large modifiers must come last to override --compressed + */ +.euiFilePicker { + max-width: 400px; + width: 100%; + height: 40px; + position: relative; } + .euiFilePicker--fullWidth { + max-width: 100%; } + .euiFilePicker--compressed { + height: 32px; } + .euiFilePicker--inGroup { + height: 100%; } + .euiFilePicker.euiFilePicker--large { + border-radius: 6px; + overflow: hidden; + height: auto; } + .euiFilePicker.euiFilePicker--large.euiFilePicker--compressed { + border-radius: 4px; } + +.euiFilePicker__input { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + opacity: 0; + overflow: hidden; } + .euiFilePicker__input:hover { + cursor: pointer; } + .euiFilePicker__input:hover:disabled { + cursor: not-allowed; } + .euiFilePicker__input:disabled { + opacity: 0; } + .euiFilePicker__input:disabled ~ .euiFilePicker__prompt { + color: #535966; } + +.euiFilePicker__icon { + position: absolute; + left: 12px; + top: 12px; + transition: -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFilePicker--compressed .euiFilePicker__icon { + top: 8px; + left: 8px; } + .euiFilePicker--large .euiFilePicker__icon { + position: static; + margin-bottom: 16px; } + +/** + * 1. Don't block the user from dropping files onto the filepicker. + * 2. Ensure space for import icon, loading spinner, and clear button (only if it has files) + * 3. Delay focus gradient or else it will only partially transition while file chooser opens + * 4. Static height so that it doesn't shift its surrounding contents around + */ +.euiFilePicker__prompt { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding-left: 40px; + /* 2 */ + height: 40px; + padding-top: 12px; + padding-right: 12px; + padding-bottom: 12px; + pointer-events: none; + /* 1 */ + border-radius: 6px; + transition: box-shadow 150ms ease-in, background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms; + /* 3 */ } + @supports (-moz-appearance: none) { + .euiFilePicker__prompt { + transition-property: box-shadow, background-image, background-size; } } + .euiFilePicker--compressed .euiFilePicker__prompt { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; + padding-left: 32px; + /* 2 */ + height: 32px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFilePicker--compressed .euiFilePicker__prompt { + transition-property: box-shadow, background-image, background-size; } } + .euiFilePicker--large .euiFilePicker__prompt { + height: 128px; + /* 4 */ + padding: 0 24px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + .euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt { + height: 104px; + /* 4 */ } + .euiFilePicker-isInvalid .euiFilePicker__prompt { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + +.euiFilePicker__promptText { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + line-height: 16px; } + .euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText { + color: #535966; } + +.euiFilePicker__clearButton, +.euiFilePicker__loadingSpinner { + position: absolute; + right: 12px; + top: 12px; } + .euiFilePicker--compressed .euiFilePicker__clearButton, .euiFilePicker--compressed + .euiFilePicker__loadingSpinner { + top: 8px; } + +/** + * 1. Undo the pointer-events: none applied to the enclosing prompt. + */ +.euiFilePicker__clearButton { + pointer-events: auto; + /* 1 */ } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton { + width: 16px; + height: 16px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 16px; + line-height: 0; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus { + outline: 2px solid currentColor; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:focus-visible { + outline-style: auto; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:not(:focus-visible) { + outline: none; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon { + width: 8px; + height: 8px; + fill: #1D1E24; + stroke: #1D1E24; + stroke-width: 2px; } + .euiFilePicker--large .euiFilePicker__clearButton { + position: relative; + top: 0; + right: 0; } + +.euiFilePicker__showDrop .euiFilePicker__prompt, +.euiFilePicker__input:focus + .euiFilePicker__prompt { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFilePicker--compressed .euiFilePicker__showDrop .euiFilePicker__prompt, .euiFilePicker--compressed + .euiFilePicker__input:focus + .euiFilePicker__prompt { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + +.euiFilePicker__input:disabled + .euiFilePicker__prompt { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::placeholder { + color: #535966; + opacity: 1; } + +.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt, +.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt { + padding-right: 40px; + /* 2 */ } + +.euiFilePicker-hasFiles .euiFilePicker__promptText { + color: #DFE5EF; } + +.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__promptText, +.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__promptText { + text-decoration: underline; } + +.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__icon, +.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__icon { + -webkit-transform: scale(1.1); + transform: scale(1.1); } + +.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText { + text-decoration: underline; } + +.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon { + -webkit-transform: scale(1.1); + transform: scale(1.1); } + +.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText { + font-weight: 700; } + +.euiForm__error { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + list-style: disc; } + +.euiForm__errors { + margin-bottom: 16px; } + +.euiFormControlLayout { + max-width: 400px; + width: 100%; + height: 40px; } + .euiFormControlLayout--fullWidth { + max-width: 100%; } + .euiFormControlLayout--compressed { + height: 32px; } + .euiFormControlLayout--inGroup { + height: 100%; } + +.euiFormControlLayout__childrenWrapper { + position: relative; } + +/** + * 1. Account for inner box-shadow style border + * 2. Ensure truncation works in children elements + */ +.euiFormControlLayout--group { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + padding: 1px; + /* 1 */ } + @supports (-moz-appearance: none) { + .euiFormControlLayout--group { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayout--group > *, + .euiFormControlLayout--group .euiPopover__anchor, + .euiFormControlLayout--group .euiButtonEmpty, + .euiFormControlLayout--group .euiText, + .euiFormControlLayout--group .euiFormLabel, + .euiFormControlLayout--group .euiButtonIcon { + height: 100%; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; + /* 2 */ } + .euiFormControlLayout--group .euiFormControlLayout__prepend, + .euiFormControlLayout--group .euiFormControlLayout__append { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex-shrink: 0; + flex-shrink: 0; + height: 100%; + border-radius: 0; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiIcon { + padding: 0 8px; + width: 32px; + border-radius: 0; + background-color: #2c2f37; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon, .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty { + -webkit-transform: none !important; + transform: none !important; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon .euiIcon, .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty .euiIcon { + background: none !important; + padding: 0; + width: 16px; } + .euiFormControlLayout--group .euiButtonIcon { + padding: 0 8px; + width: 32px; + border-radius: 0; } + .euiFormControlLayout--group .euiButtonIcon:not(:focus) { + background-color: #2c2f37; } + .euiFormControlLayout--group .euiButtonIcon:focus-visible { + outline: 2px solid #36A2EF; + outline-offset: -2px; } + .euiFormControlLayout--group .euiToolTipAnchor > .euiIcon { + height: 100%; + background-color: #2c2f37; + padding: 0 8px; + width: 32px; + border-radius: 0; } + .euiFormControlLayout--group > .euiFormControlLayout__prepend, + .euiFormControlLayout--group > .euiFormControlLayout__append { + max-width: 50%; } + .euiFormControlLayout--group .euiFormLabel, + .euiFormControlLayout--group .euiText { + background-color: #2c2f37; + padding: 12px; + line-height: 16px !important; + cursor: default !important; } + .euiFormControlLayout--group .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper):not(input), + .euiFormControlLayout--group .euiText + *:not(.euiFormControlLayout__childrenWrapper):not(input) { + margin-left: -12px; } + .euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel, + .euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiText { + margin-left: -12px; } + .euiFormControlLayout--group .euiButtonEmpty { + border-right: none; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ .euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ * .euiButtonEmpty { + border-right: none; + border-left: none; } + .euiFormControlLayout--group.euiFormControlLayout--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + border-radius: 3px; + overflow: hidden; } + @supports (-moz-appearance: none) { + .euiFormControlLayout--group.euiFormControlLayout--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiText { + padding: 8px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper), + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiText + *:not(.euiFormControlLayout__childrenWrapper) { + margin-left: -8px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel, + .euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiText { + margin-left: -8px; } + .euiFormControlLayout--group.euiFormControlLayout--readOnly { + cursor: default; + background: #2c2f37; + border-color: transparent; + box-shadow: inset 0 0 0 1px #2c2f37; } + .euiFormControlLayout--group.euiFormControlLayout--readOnly input { + background-color: #1D1E24; } + +.euiFormControlLayoutDelimited { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + padding: 1px; + /* 1 */ } + @supports (-moz-appearance: none) { + .euiFormControlLayoutDelimited { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimeter { + background-color: #16171c; } + .euiFormControlLayoutDelimited > .euiFormControlLayout__childrenWrapper { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + width: 100%; } + .euiFormControlLayoutDelimited[class*='--compressed'] { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + border-radius: 3px; } + @supports (-moz-appearance: none) { + .euiFormControlLayoutDelimited[class*='--compressed'] { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input { + height: 100%; + padding-top: 0; + padding-bottom: 0; + padding-left: 8px; + padding-right: 8px; } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutIcons { + padding-left: 8px; + padding-right: 8px; } + .euiFormControlLayoutDelimited[class*='--fullWidth'] .euiFormControlLayout__childrenWrapper, + .euiFormControlLayoutDelimited[class*='--fullWidth'] input { + width: 100%; + max-width: none; } + .euiFormControlLayoutDelimited[class*='-isDisabled'] { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFormControlLayoutDelimited[class*='-isDisabled']::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled']::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled']::placeholder { + color: #535966; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled'] .euiFormControlLayoutDelimited__delimeter { + background-color: #202128; } + .euiFormControlLayoutDelimited[class*='--readOnly'] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiFormControlLayoutDelimited[class*='--readOnly'] input, + .euiFormControlLayoutDelimited[class*='--readOnly'] .euiFormControlLayoutDelimited__delimeter { + background-color: #1D1E24; } + .euiFormControlLayoutDelimited .euiFormControlLayoutIcons { + position: static; + padding-left: 12px; + padding-right: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right) { + -webkit-order: -1; + order: -1; } + +.euiFormControlLayoutDelimited__input { + box-shadow: none !important; + border-radius: 0 !important; + text-align: center; + height: 100%; + min-width: 0; } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input { + max-width: none; } + +.euiFormControlLayoutDelimited__delimeter { + line-height: 1 !important; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + padding-left: 6px; + padding-right: 6px; } + +.euiFormControlLayoutIcons { + pointer-events: none; + position: absolute; + top: 0; + bottom: 0; + left: 12px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiFormControlLayoutIcons > * + * { + margin-left: 6px; } + .euiFormControlLayout--compressed .euiFormControlLayoutIcons { + left: 8px; } + +.euiFormControlLayoutIcons--right { + left: auto; + right: 12px; } + .euiFormControlLayout--compressed .euiFormControlLayoutIcons--right { + left: auto; + right: 8px; } + +*:disabled + .euiFormControlLayoutIcons { + cursor: not-allowed; + color: #535966; } + +.euiFormControlLayoutClearButton { + width: 16px; + height: 16px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 16px; + line-height: 0; } + .euiFormControlLayoutClearButton:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutClearButton:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutClearButton:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon { + width: 8px; + height: 8px; + fill: #1D1E24; + stroke: #1D1E24; + stroke-width: 2px; } + +.euiFormControlLayoutClearButton--small { + width: 12px; + height: 12px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 12px; + line-height: 0; } + .euiFormControlLayoutClearButton--small:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutClearButton--small:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutClearButton--small:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon { + width: 6px; + height: 6px; + fill: #1D1E24; + stroke: #1D1E24; + stroke-width: 4px; } + +.euiFormControlLayoutCustomIcon { + pointer-events: none; + font-size: 0; } + +.euiFormControlLayoutCustomIcon--clickable { + width: 16px; + height: 16px; + pointer-events: all; } + .euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon { + vertical-align: baseline; + -webkit-transform: none; + transform: none; } + .euiFormControlLayoutCustomIcon--clickable:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutCustomIcon--clickable:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutCustomIcon--clickable:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutCustomIcon--clickable:disabled { + cursor: not-allowed; + color: #535966; } + +.euiFormErrorText { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding-top: 4px; + color: #F86B63; } + +.euiFormLegend { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-weight: 600; } + .euiFormLegend:not(.euiFormLegend-isHidden) { + margin-bottom: 8px; } + .euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed { + margin-bottom: 4px; } + +.euiFormHelpText { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding-top: 4px; + color: #98A2B3; } + +/** + * 1. Focused state overrides invalid state. + * 2. Disabled state overrides pointer. + */ +.euiFormLabel { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-weight: 600; + display: inline-block; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFormLabel.euiFormLabel-isInvalid { + color: #F86B63; + /* 1 */ } + .euiFormLabel.euiFormLabel-isFocused { + color: #36A2EF; + /* 1 */ } + .euiFormLabel[for] { + cursor: pointer; + /* 2 */ } + .euiFormLabel[for].euiFormLabel-isDisabled { + cursor: default; + /* 2 */ } + +/** + * 1. Coerce inline form elements to behave as block-level elements. + * 2. For inline forms, we need to add margin if the label doesn't exist. + */ +.euiFormRow { + display: -webkit-flex; + display: flex; + /* 1 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 1 */ + max-width: 400px; } + .euiFormRow + .euiFormRow, + .euiFormRow + .euiButton { + margin-top: 16px; } + +.euiFormRow--fullWidth { + max-width: 100%; } + +.euiFormRow--hasEmptyLabelSpace { + margin-top: 22px; + /* 2 */ + min-height: 40px; + padding-bottom: 0; + -webkit-justify-content: center; + justify-content: center; } + +.euiFormRow__labelWrapper { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-justify-content: space-between; + justify-content: space-between; + margin-bottom: 4px; } + +.euiFormRow--horizontal { + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFormRow--horizontal .euiFormRow__label { + -webkit-hyphens: auto; + hyphens: auto; + max-width: 100%; } + .euiFormRow--horizontal .euiFormRow__labelWrapper { + display: block; + line-height: 31px; + width: calc(33% - 8px); + margin-right: 8px; + margin-bottom: 0; } + .euiFormRow--horizontal .euiFormRow__fieldWrapper { + width: 67%; } + .euiFormRow--horizontal + .euiFormRow--horizontal { + margin-top: 8px; } + .euiFormRow--horizontal + .euiFormRow--horizontal.euiFormRow--hasSwitch { + margin-top: 12px; } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__labelWrapper { + line-height: 19px; + width: auto; + min-width: calc(33% - 8px); } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper { + width: auto; } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper .euiSwitch--compressed { + margin-top: 2px; } + .euiFormRow--horizontal.euiFormRow--hasSwitch + .euiFormRow--horizontal { + margin-top: 12px; } + +.euiFormRow__fieldWrapperDisplayOnly { + min-height: 40px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace { + min-height: 32px; } + +.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly { + min-height: 32px; } + +/** + * 1. Float above the visual radio and match its dimension, so that when users try to click it + * they actually click this input. + */ +.euiRadio { + position: relative; } + .euiRadio .euiRadio__input { + width: 16px; + height: 16px; + top: 3px; + cursor: pointer; + position: absolute; + /* 1 */ + opacity: 0; + /* 1 */ + z-index: 1; + /* 1 */ } + .euiRadio .euiRadio__input ~ .euiRadio__label { + display: inline-block; + padding-left: 24px; + line-height: 24px; + font-size: 14px; + position: relative; + z-index: 2; + cursor: pointer; } + .euiRadio .euiRadio__input + .euiRadio__circle { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + display: inline-block; + position: absolute; + left: 0; + top: 3px; } + .euiRadio .euiRadio__input:checked + .euiRadio__circle { + border-color: #36A2EF; + background-color: #36A2EF; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2829, 30, 36%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); } + .euiRadio .euiRadio__input[disabled] { + cursor: not-allowed !important; } + .euiRadio .euiRadio__input[disabled] ~ .euiRadio__label { + color: #535966; + cursor: not-allowed !important; } + .euiRadio .euiRadio__input[disabled] + .euiRadio__circle { + border-color: #343741; + background-color: #343741; + box-shadow: none; } + .euiRadio .euiRadio__input:checked[disabled] + .euiRadio__circle { + border-color: #343741; + background-color: #343741; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28166, 170, 176%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); } + .euiRadio .euiRadio__input:focus + .euiRadio__circle { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #36A2EF; } + .euiRadio .euiRadio__input:focus + .euiRadio__circle:focus-visible { + outline-style: auto; } + .euiRadio .euiRadio__input:focus + .euiRadio__circle:not(:focus-visible) { + outline: none; } + .euiRadio.euiRadio--inList, .euiRadio.euiRadio--noLabel { + min-height: 16px; + min-width: 16px; } + .euiRadio.euiRadio--inList .euiRadio__input, + .euiRadio.euiRadio--inList .euiRadio__circle, .euiRadio.euiRadio--noLabel .euiRadio__input, + .euiRadio.euiRadio--noLabel .euiRadio__circle { + top: 0; } + .euiRadio.euiRadio--inList .euiRadio__input, .euiRadio.euiRadio--noLabel .euiRadio__input { + margin: 0; } + +.euiRadioGroup__item + .euiRadioGroup__item { + margin-top: 4px; } + .euiRadioGroup__item + .euiRadioGroup__item.euiRadio--compressed { + margin-top: 0; } + +.euiRange__horizontalSpacer { + width: 16px; } + +.euiRange__slimHorizontalSpacer { + width: 8px; } + +.euiRangeDraggable { + height: 20px; + position: absolute; + top: 10px; + pointer-events: none; + z-index: 2; } + .euiRangeDraggable.euiRangeDraggable--compressed { + height: 16px; + top: 8px; } + .euiRangeDraggable.euiRangeDraggable--hasTicks { + top: 0; } + .euiRangeDraggable .euiRangeDraggle__inner { + position: absolute; + left: 16px; + right: 16px; + top: 0; + bottom: 0; } + .euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner { + cursor: -webkit-grab; + cursor: grab; + pointer-events: all; } + .euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner:active { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiRangeHighlight { + position: absolute; + left: 0; + width: 100%; + top: calc(50% - 3px); + overflow: hidden; } + .euiRangeHighlight__progress { + height: 6px; + border-radius: 6px; + background-color: #343741; } + .euiRangeHighlight__progress--hasFocus { + background-color: #36A2EF; } + .euiRangeHighlight--hasTicks { + top: 7px; } + .euiRangeHighlight--hasTicks.euiRangeHighlight--compressed { + top: 5px; } + +.euiRangeInput { + width: auto; + min-width: 64px; } + .euiRange__popover .euiRangeInput { + margin: 0 !important; + width: 100%; } + +.euiRangeLabel--min, .euiRangeLabel--max { + font-size: 12px; } + +.euiRangeLabel--min { + margin-right: 8px; } + +.euiRangeLabel--max { + margin-left: 8px; } + +.euiRangeLabel--isDisabled { + opacity: 0.25; } + +.euiRangeLevels { + display: -webkit-flex; + display: flex; + -webkit-justify-content: stretch; + justify-content: stretch; + position: absolute; + left: 0; + right: 0; + top: 22px; } + .euiRangeLevels--hasTicks { + top: 12px; } + .euiRangeLevels--compressed { + top: 18px; } + .euiRangeLevels--compressed.euiRangeLevels--hasTicks { + top: 10px; } + +.euiRangeLevel { + display: block; + position: absolute; + height: 6px; + border-radius: 6px; + margin: 2px; } + +.euiRangeLevel--primary { + background-color: rgba(54, 162, 239, 0.3); } + +.euiRangeLevel--success { + background-color: rgba(125, 222, 216, 0.3); } + +.euiRangeLevel--warning { + background-color: rgba(243, 211, 113, 0.3); } + +.euiRangeLevel--danger { + background-color: rgba(248, 107, 99, 0.3); } + +/* + * Input Range Customization by browser + */ +.euiRangeSlider { + height: 40px; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: transparent; + width: 100%; + position: relative; + cursor: pointer; + z-index: 1; } + .euiRangeSlider:disabled { + cursor: not-allowed; } + .euiRangeSlider:disabled::-webkit-slider-thumb { + cursor: not-allowed; + border-color: #1D1E24; + background-color: #1D1E24; + box-shadow: none; } + .euiRangeSlider:disabled::-moz-range-thumb { + cursor: not-allowed; + border-color: #1D1E24; + background-color: #1D1E24; + box-shadow: none; } + .euiRangeSlider:disabled::-ms-thumb { + cursor: not-allowed; + border-color: #1D1E24; + background-color: #1D1E24; + box-shadow: none; } + .euiRangeSlider:disabled ~ .euiRangeThumb { + cursor: not-allowed; + border-color: #1D1E24; + background-color: #1D1E24; + box-shadow: none; } + .euiRangeSlider::-webkit-slider-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-moz-range-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-ms-thumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-webkit-slider-runnable-track { + height: 6px; + width: 100%; + background: #343741; + border: 0 solid #98A2B3; + border-radius: 4px; } + .euiRangeSlider::-moz-range-track { + height: 6px; + width: 100%; + background: #343741; + border: 0 solid #98A2B3; + border-radius: 4px; } + .euiRangeSlider::-ms-fill-lower { + height: 6px; + width: 100%; + background: #343741; + border: 0 solid #98A2B3; + border-radius: 4px; } + .euiRangeSlider::-ms-fill-upper { + height: 6px; + width: 100%; + background: #343741; + border: 0 solid #98A2B3; + border-radius: 4px; } + .euiRangeSlider:focus { + outline: none; } + .euiRangeSlider:focus-visible::-webkit-slider-thumb, .euiRangeSlider--hasFocus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #36A2EF; } + .euiRangeSlider:focus-visible::-moz-range-thumb, .euiRangeSlider--hasFocus::-moz-range-thumb { + box-shadow: 0 0 0 2px #36A2EF; } + .euiRangeSlider:focus-visible::-ms-thumb, .euiRangeSlider--hasFocus::-ms-thumb { + box-shadow: 0 0 0 2px #36A2EF; } + .euiRangeSlider:focus-visible ~ .euiRangeThumb, .euiRangeSlider--hasFocus ~ .euiRangeThumb { + border-color: #1D1E24; } + .euiRangeSlider:focus-visible::-webkit-slider-runnable-track, .euiRangeSlider--hasFocus::-webkit-slider-runnable-track { + background-color: #36A2EF; + border-color: #36A2EF; } + .euiRangeSlider:focus-visible::-moz-range-track, .euiRangeSlider--hasFocus::-moz-range-track { + background-color: #36A2EF; + border-color: #36A2EF; } + .euiRangeSlider:focus-visible::-ms-fill-lower, .euiRangeSlider--hasFocus::-ms-fill-lower { + background-color: #36A2EF; + border-color: #36A2EF; } + .euiRangeSlider:focus-visible::-ms-fill-upper, .euiRangeSlider--hasFocus::-ms-fill-upper { + background-color: #36A2EF; + border-color: #36A2EF; } + .euiRangeSlider:focus-visible ~ .euiRangeHighlight .euiRangeHighlight__progress, .euiRangeSlider--hasFocus ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #36A2EF; } + .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left { + -webkit-transform: translateX(0) translateY(-50%) scale(1.1); + transform: translateX(0) translateY(-50%) scale(1.1); } + .euiRangeSlider::-webkit-slider-thumb { + -webkit-appearance: none; + margin-top: -5px; } + .euiRangeSlider::-ms-thumb { + margin-top: 0; } + .euiRangeSlider::-moz-focus-outer { + border: none; } + .euiRangeSlider::-ms-track { + height: 6px; + width: 100%; + background: transparent; + border-color: transparent; + border-width: 8px 0; + color: transparent; } + .euiRangeSlider--hasTicks { + height: 20px; } + .euiRangeSlider--compressed { + height: 32px; } + .euiRangeSlider--compressed.euiRangeSlider--hasTicks { + height: 16px; } + +.euiRangeSlider--hasRange::-webkit-slider-runnable-track { + background-color: rgba(52, 55, 65, 0.4); + border-color: rgba(152, 162, 179, 0.4); } + +.euiRangeSlider--hasRange::-moz-range-track { + background-color: rgba(52, 55, 65, 0.4); + border-color: rgba(152, 162, 179, 0.4); } + +.euiRangeSlider--hasRange::-ms-fill-lower { + background-color: rgba(52, 55, 65, 0.4); + border-color: rgba(152, 162, 179, 0.4); } + +.euiRangeSlider--hasRange::-ms-fill-upper { + background-color: rgba(52, 55, 65, 0.4); + border-color: rgba(152, 162, 179, 0.4); } + +.euiRangeThumb { + padding: 7px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + cursor: pointer; + background-color: #98A2B3; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; + content: ''; + position: absolute; + left: 0; + top: 50%; + margin-top: -8px; + pointer-events: none; + z-index: 1; } + .euiRangeThumb:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #36A2EF; } + .euiRangeThumb:focus:focus-visible { + outline-style: auto; } + .euiRangeThumb:focus:not(:focus-visible) { + outline: none; } + .euiRangeThumb--hasTicks { + top: 25%; } + +.euiRangeTicks { + position: absolute; + left: 0; + right: 0; + top: 8px; + display: -webkit-flex; + display: flex; } + .euiRangeTicks--isCustom { + left: 2px; + right: 2px; } + +.euiRangeTick { + overflow-x: hidden; + overflow-y: hidden; + text-overflow: ellipsis; + font-size: 12px; + position: absolute; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + padding-top: 16px; } + .euiRangeTick:not(.euiRangeTick--hasTickMark)::before { + width: 4px; + height: 4px; + background-color: #98A2B3; + border-radius: 100%; + position: absolute; + top: 0; + content: ''; + left: calc(50% - 2px); } + .euiRangeTick .euiRangeTick__pseudo { + width: 4px; + height: 4px; + background-color: #98A2B3; + border-radius: 100%; + position: absolute; + top: 0; } + .euiRangeTick--isCustom { + overflow-x: visible; } + .euiRangeTick--isMin, .euiRangeTick--isMax { + -webkit-transform: translateX(0); + transform: translateX(0); } + .euiRangeTick--isMin .euiRangeTick__pseudo { + left: 0; } + .euiRangeTick--isMax .euiRangeTick__pseudo { + right: 0; } + .euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected { + color: #36A2EF; } + .euiRangeTick--selected { + font-weight: 500; } + .euiRangeTick:disabled { + cursor: not-allowed; } + +.euiRangeTicks--compressed { + top: 6px; } + .euiRangeTicks--compressed .euiRangeTick { + padding-top: 14px; } + +.euiRangeTick__label { + pointer-events: none; } + +.euiRangeTooltip { + display: block; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: calc(100% - 16px); + margin-left: 8px; + pointer-events: none; + z-index: 2; } + +.euiRangeTooltip__value { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + border: 1px solid black; + position: absolute; + border-radius: 6px; + padding: 2px 8px; + background-color: black; + color: #FFF; + max-width: 256px; + top: 50%; + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiRangeTooltip__value::after, .euiRangeTooltip__value::before { + content: ''; + position: absolute; + bottom: -6px; + left: 50%; + -webkit-transform-origin: center; + transform-origin: center; + background-color: black; + width: 12px; + height: 12px; + border-radius: 2px; } + .euiRangeTooltip__value::before { + background-color: black; } + .euiRangeTooltip__value.euiRangeTooltip__value--right { + margin-left: 24px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after { + left: -5px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right::before { + margin-left: -1px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left { + margin-right: 24px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after { + left: auto; + right: -5px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left::before { + margin-right: -1px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeTooltip__value.euiRangeTooltip__value--left { + -webkit-transform: translateX(0) translateY(-50%); + transform: translateX(0) translateY(-50%); } + .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after, .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after { + bottom: 50%; + -webkit-transform: translateY(50%) rotateZ(45deg); + transform: translateY(50%) rotateZ(45deg); } + .euiRangeTooltip__value--hasTicks { + top: 10px; } + .euiRangeTooltip--compressed .euiRangeTooltip__value--hasTicks { + top: 8px; } + +.euiRangeTrack { + height: 100%; + -webkit-flex-grow: 1; + flex-grow: 1; + position: relative; + -webkit-align-self: flex-start; + align-self: flex-start; } + .euiRangeTrack--hasTicks { + margin-left: 1em; + margin-right: 1em; } + .euiRangeTrack--disabled { + opacity: 0.25; } + +/* + * 1. There's no way to target the layout of the extra input, so we must + * use the descendant selector to allow the width to shrink. + * + * 2. Prevent the prepend/append label from extending outside the parent element + */ +.euiRangeWrapper { + max-width: 400px; + width: 100%; + height: 40px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiRangeWrapper--fullWidth { + max-width: 100%; } + .euiRangeWrapper--compressed { + height: 32px; } + .euiRangeWrapper--inGroup { + height: 100%; } + .euiRangeWrapper > .euiFormControlLayout { + /* 1 */ + width: auto; } + .euiRangeWrapper > .euiFormControlLayout.euiFormControlLayout--group { + -webkit-flex-shrink: 0; + flex-shrink: 0; + /* 2 */ } + +.euiDualRange__slider::-webkit-slider-thumb { + visibility: hidden; } + +.euiDualRange__slider::-moz-range-thumb { + visibility: hidden; } + +.euiDualRange__slider::-ms-thumb { + visibility: hidden; } + +/** + * 1. Leave room for caret. + * 2. Ensure the descenders don't get cut off + */ +.euiSelect { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + padding-right: 40px; + /* 1 */ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + line-height: 40px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSelect--fullWidth { + max-width: 100%; } + .euiSelect--compressed { + height: 32px; } + .euiSelect--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiSelect { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSelect { + line-height: 1em; } } + .euiSelect::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiSelect::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiSelect::placeholder { + color: #81858f; + opacity: 1; } + .euiSelect:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSelect:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiSelect:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiSelect:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiSelect[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiSelect:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiSelect--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiSelect--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiSelect--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSelect--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiSelect--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiSelect--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiSelect--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSelect--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiSelect-isLoading { + padding-right: 62px; } + .euiSelect-isLoading.euiSelect--compressed { + padding-right: 54px; } + .euiSelect--compressed { + padding-right: 32px; + /* 1 */ + line-height: 32px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSelect--inGroup { + line-height: 38px; + /* 2 */ } + .euiSelect--inGroup.euiSelect--compressed { + line-height: 30px; + /* 2 */ } + .euiSelect::-ms-expand { + display: none; } + .euiSelect:focus::-ms-value { + color: #DFE5EF; + background: transparent; } + .euiSelect:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #DFE5EF; } + +.euiSuperSelect__listbox { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + max-height: 300px; + overflow: hidden; + overflow-y: auto; } + .euiSuperSelect__listbox::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiSuperSelect__listbox::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiSuperSelect__listbox::-webkit-scrollbar-corner, .euiSuperSelect__listbox::-webkit-scrollbar-track { + background-color: transparent; } + +.euiSuperSelect__item { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 8px; } + .euiSuperSelect__item:hover { + cursor: pointer; + text-decoration: underline; } + .euiSuperSelect__item:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(54, 162, 239, 0.2); } + .euiSuperSelect__item:disabled { + cursor: not-allowed; + text-decoration: none; + color: #515761; } + +.euiSuperSelect__item--hasDividers:not(:last-of-type) { + border-bottom: 1px solid #343741; } + +/** + * 1. Leave room for caret. + * 2. Ensure the descenders don't get cut off + * 3. Makes sure the height is correct when there's no selection + */ +.euiSuperSelectControl { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + padding-right: 40px; + /* 1 */ + display: block; + /* 3 */ + text-align: left; + line-height: 40px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .euiSuperSelectControl--fullWidth { + max-width: 100%; } + .euiSuperSelectControl--compressed { + height: 32px; } + .euiSuperSelectControl--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiSuperSelectControl { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSuperSelectControl { + line-height: 1em; } } + .euiSuperSelectControl::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiSuperSelectControl::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiSuperSelectControl::placeholder { + color: #81858f; + opacity: 1; } + .euiSuperSelectControl:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiSuperSelectControl:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiSuperSelectControl--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiSuperSelectControl--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiSuperSelectControl--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiSuperSelectControl--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiSuperSelectControl--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiSuperSelectControl-isLoading { + padding-right: 62px; } + .euiSuperSelectControl-isLoading.euiSuperSelectControl--compressed { + padding-right: 54px; } + .euiSuperSelectControl-isInvalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl--compressed { + padding-right: 32px; + /* 1 */ + line-height: 32px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSuperSelectControl.euiSuperSelect--isOpen__button { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + +.euiSwitch { + position: relative; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: flex-start; + align-items: flex-start; + min-height: 20px; } + .euiSwitch .euiSwitch__label { + cursor: pointer; + padding-left: 8px; + line-height: 20px; + font-size: 14px; + vertical-align: middle; + display: inline-block; } + .euiSwitch .euiSwitch__button { + -webkit-flex-shrink: 0; + flex-shrink: 0; + line-height: 0; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #36A2EF; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track:focus-visible { + outline-style: auto; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track:not(:focus-visible) { + outline: none; } + .euiSwitch .euiSwitch__button:disabled:hover, + .euiSwitch .euiSwitch__button:disabled ~ .euiSwitch__label:hover { + cursor: not-allowed; } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__body { + background-color: rgba(83, 89, 102, 0.7); } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb { + border-color: #343741; + background-color: #343741; + box-shadow: none; + background-color: rgba(83, 89, 102, 0.7); } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__icon { + fill: #a6aab0; } + .euiSwitch .euiSwitch__button:disabled + .euiSwitch__label { + color: #535966; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__body { + background-color: rgba(83, 89, 102, 0.7); } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb { + left: 0; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon { + right: -8px; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon.euiSwitch__icon--checked { + right: auto; + left: -34px; } + .euiSwitch .euiSwitch__body { + pointer-events: none; + width: 44px; + height: 20px; + background-color: #36A2EF; + display: inline-block; + position: relative; + border-radius: 20px; + vertical-align: middle; } + .euiSwitch .euiSwitch__thumb { + padding: 9px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 18px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + position: absolute; + display: inline-block; + left: 24px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch .euiSwitch__track { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + overflow: hidden; + border-radius: 20px; } + .euiSwitch .euiSwitch__icon { + position: absolute; + right: -34px; + top: 2px; + bottom: 0; + width: 42px; + height: 16px; + transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + fill: #DFE5EF; } + .euiSwitch .euiSwitch__icon--checked { + right: auto; + left: -8px; + fill: #1D1E24; } + .euiSwitch:hover .euiSwitch__button:not(:disabled) .euiSwitch__thumb { + -webkit-transform: scale(1.05); + transform: scale(1.05); } + .euiSwitch:hover .euiSwitch__button:active .euiSwitch__thumb { + -webkit-transform: scale(0.95); + transform: scale(0.95); } + .euiSwitch.euiSwitch--compressed { + min-height: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__label { + line-height: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__body { + width: 28px; + height: 16px; + border-radius: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__thumb { + padding: 6px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 12px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + left: 13px; + top: 1px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch.euiSwitch--compressed .euiSwitch__track { + border-radius: 16px; } + .euiSwitch.euiSwitch--mini { + min-height: 10px; } + .euiSwitch.euiSwitch--mini .euiSwitch__label { + line-height: 10px; + font-size: 12px; } + .euiSwitch.euiSwitch--mini .euiSwitch__body { + width: 22px; + height: 10px; + border-radius: 10px; } + .euiSwitch.euiSwitch--mini .euiSwitch__thumb { + padding: 3px; + border: 1px solid #66676d; + background: #1D1E24 no-repeat center; + border-radius: 6px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + left: 13px; + top: 1px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch.euiSwitch--mini .euiSwitch__track { + border-radius: 10px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb { + left: 1px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, + .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb { + border-color: #66676d; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb { + border-color: #36A2EF; } + +.euiTextArea { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + border: none; + border-radius: 6px; + padding: 12px; + line-height: 1.5; } + .euiTextArea--fullWidth { + max-width: 100%; } + .euiTextArea--compressed { + height: 32px; } + .euiTextArea--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiTextArea { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiTextArea { + line-height: 1em; } } + .euiTextArea::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiTextArea::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiTextArea::placeholder { + color: #81858f; + opacity: 1; } + .euiTextArea:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiTextArea:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiTextArea:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiTextArea:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiTextArea[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiTextArea:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiTextArea--compressed { + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiTextArea--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiTextArea--compressed:invalid { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiTextArea--compressed:focus { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea--compressed:disabled { + color: #535966; + -webkit-text-fill-color: #535966; + cursor: not-allowed; + background: #202128; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea--compressed:disabled::-webkit-input-placeholder { + color: #535966; + opacity: 1; } + .euiTextArea--compressed:disabled::-moz-placeholder { + color: #535966; + opacity: 1; } + .euiTextArea--compressed:disabled::placeholder { + color: #535966; + opacity: 1; } + .euiTextArea--compressed[readOnly] { + cursor: default; + background: #1D1E24; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + .euiTextArea--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiTextArea, .euiTextArea--compressed { + height: auto; } + +.euiTextArea--resizeVertical { + resize: vertical; } + +.euiTextArea--resizeHorizontal { + resize: horizontal; } + +.euiTextArea--resizeBoth { + resize: both; } + +.euiTextArea--resizeNone { + resize: none; } + +.euiHeader { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + height: 49px; + position: relative; + z-index: 999; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + background: #1D1E24; + border-bottom: 1px solid #131417; } + .euiHeader--fixed { + z-index: 1000; + position: fixed; + top: 0; + left: 0; + right: 0; } + +.euiHeader--fixed + .euiHeader--fixed { + top: 48px; } + +.euiHeader--dark { + background-color: #131317; + border-bottom-color: #131417; } + .euiHeader--dark .euiHeaderLogo__text, + .euiHeader--dark .euiHeaderLink, + .euiHeader--dark .euiHeaderSectionItemButton { + color: #FFF; } + .euiHeader--dark .euiHeaderLink-isActive { + color: #36A2EF; } + .euiHeader--dark .euiHeaderSectionItem:after { + background: #25262E; } + .euiHeader--dark .euiHeaderLogo:focus, + .euiHeader--dark .euiHeaderLink:focus, + .euiHeader--dark .euiHeaderSectionItemButton:focus { + background: #1b5178; } + .euiHeader--dark .euiHeaderSectionItemButton__notification--badge { + box-shadow: 0 0 0 1px #131317; } + .euiHeader--dark .euiHeaderSectionItemButton__notification--dot { + stroke: #131317; } + +.euiHeaderProfile { + padding: 16px; } + +.euiHeaderLinks { + display: -webkit-flex; + display: flex; } + +.euiHeaderLinks__list { + white-space: nowrap; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiHeaderLinks__list--gutterXS > * { + margin: 0 4px; } + +.euiHeaderLinks__list--gutterS > * { + margin: 0 8px; } + +.euiHeaderLinks__list--gutterM > * { + margin: 0 12px; } + +.euiHeaderLinks__list--gutterL > * { + margin: 0 24px; } + +.euiHeaderLinks__mobileList .euiHeaderLink { + display: block; + width: 100%; + padding: 8px; } + .euiHeaderLinks__mobileList .euiHeaderLink > span { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + +.euiHeaderLogo { + text-align: left; + font-weight: 500; + position: relative; + height: 40px; + line-height: 40px; + min-width: 41px; + padding: 0 13px 0 12px; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + vertical-align: middle; + white-space: nowrap; } + .euiHeaderLogo:hover { + text-decoration: underline; } + .euiHeaderLogo:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiHeaderLogo:focus:focus-visible { + outline-style: auto; } + .euiHeaderLogo:focus:not(:focus-visible) { + outline: none; } + .euiHeaderLogo:focus, .euiHeaderLogo:hover { + text-decoration: none; } + +.euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; + padding-left: 16px; + font-weight: 300; } + +@media only screen and (max-width: 574px) { + .euiHeaderLogo { + padding: 0 12px; } + .euiHeaderLogo__icon.euiIcon--xLarge { + width: 24px; + height: 24px; } + .euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; } } + +.euiHeaderAlert { + min-width: 300px; + position: relative; + margin-bottom: 24px; + padding: 0 8px 24px; + border-bottom: 1px solid #343741; + border-top: none; } + .euiHeaderAlert .euiHeaderAlert__dismiss { + opacity: 0; + position: absolute; + right: 12px; + top: 12px; + transition: opacity 250ms ease-in; } + .euiHeaderAlert:hover .euiHeaderAlert__dismiss, + .euiHeaderAlert .euiHeaderAlert__dismiss:focus { + opacity: 1; } + .euiHeaderAlert .euiHeaderAlert__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + margin-bottom: 8px; } + .euiHeaderAlert .euiHeaderAlert__text { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-bottom: 16px; } + .euiHeaderAlert .euiHeaderAlert__action { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiHeaderAlert .euiHeaderAlert__date { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + color: #98A2B3; } + +.euiHeaderBreadcrumbs { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + margin-left: 12px; + margin-right: 12px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiHeaderSection { + display: -webkit-flex; + display: flex; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiHeaderSection--grow, +.euiHeaderSection--left { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiHeaderSection--dontGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiHeaderSectionItem { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiHeaderSectionItem:after { + position: absolute; + content: ''; + top: 16px; + bottom: 0; + background: #343741; + left: 0; } + +.euiHeaderSectionItem--borderLeft:after { + left: 0; + width: 1px; } + +.euiHeaderSectionItem--borderRight:after { + width: 1px; + left: auto; + right: 0; } + +@media only screen and (max-width: 574px) { + .euiHeaderSectionItem { + min-width: 30px; } + .euiHeaderSectionItem--borderLeft:after, + .euiHeaderSectionItem--borderRight:after { + display: none; } } + +.euiHeaderSectionItemButton { + position: relative; + height: 40px; + min-width: 40px; + text-align: center; + font-size: 0; } + +.euiHeaderSectionItemButton__notification { + position: absolute; } + .euiHeaderSectionItemButton__notification--dot { + top: 0; + right: 0; + stroke: #1D1E24; } + .euiHeaderSectionItemButton__notification--badge { + top: 9%; + right: 9%; + box-shadow: 0 0 0 1px #1D1E24; } + +.euiHeaderSectionItemButton__content { + display: inline-block; } + +@media only screen and (max-width: 574px) { + .euiHeaderSectionItemButton { + min-width: 30px; } + .euiHeaderSectionItemButton__notification.euiHeaderSectionItemButton__notification--dot { + width: 16px; + height: 16px; + top: 9%; } } + +.euiHealth { + display: inline-block; } + +.euiHealth--textSizeXS { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiHealth--textSizeS { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiHealth--textSizeM { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + +.euiHealth--textSizeInherit { + font-size: inherit; } + +.euiHorizontalRule { + border: none; + height: 1px; + background-color: #343741; + -webkit-flex-shrink: 0; + flex-shrink: 0; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiHorizontalRule.euiHorizontalRule--full { + width: 100%; } + .euiHorizontalRule.euiHorizontalRule--half { + width: 50%; + margin-left: auto; + margin-right: auto; } + .euiHorizontalRule.euiHorizontalRule--quarter { + width: 25%; + margin-left: auto; + margin-right: auto; } + +.euiHorizontalRule--marginXSmall { + margin: 8px 0; } + +.euiHorizontalRule--marginSmall { + margin: 12px 0; } + +.euiHorizontalRule--marginMedium { + margin: 16px 0; } + +.euiHorizontalRule--marginLarge { + margin: 24px 0; } + +.euiHorizontalRule--marginXLarge { + margin: 32px 0; } + +.euiHorizontalRule--marginXXLarge { + margin: 40px 0; } + +.euiIcon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + vertical-align: middle; + fill: currentColor; + -webkit-transform: translate(0, 0); + transform: translate(0, 0); } + .euiIcon:focus { + opacity: 1; + background: rgba(54, 162, 239, 0.2); } + +.euiIcon--app { + fill: #DFE5EF; } + .euiIcon--app .euiIcon__fillSecondary { + fill: #7DDED8; } + +.euiIcon-isLoading { + opacity: 0.05; + background-color: currentColor; + border-radius: 6px; } + +.euiIcon-isLoaded { + -webkit-animation: euiIconLoading 250ms ease-in 0s 1 forwards; + animation: euiIconLoading 250ms ease-in 0s 1 forwards; } + +.euiIcon--accent { + color: #F68FBE; } + +.euiIcon--danger { + color: #F86B63; } + +.euiIcon--ghost { + color: #FFF; } + +.euiIcon--primary { + color: #36A2EF; } + +.euiIcon--success { + color: #7DDED8; } + +.euiIcon--subdued { + color: #7a7f89; } + +.euiIcon--text { + color: #DFE5EF; } + +.euiIcon--warning { + color: #F3D371; } + +.euiIcon--inherit { + color: inherit; } + +.euiIcon--ghost:not([data-type='logoElastic']) *[fill], +.euiIcon--ghost:not([data-type='logoElastic']) .euiIcon__fillNegative, +.euiIcon--text:not([data-type='logoElastic']) *[fill], +.euiIcon--text:not([data-type='logoElastic']) .euiIcon__fillNegative { + fill: currentColor !important; } + +.euiIcon--ghost[data-type='logoElastic'] *[fill], +.euiIcon--text[data-type='logoElastic'] *[fill] { + fill: none !important; } + +.euiIcon--ghost[data-type='logoElastic'] .outline, +.euiIcon--text[data-type='logoElastic'] .outline { + fill: currentColor !important; } + +.euiIcon__fillNegative { + fill: #D4DAE5; } + +.euiIcon--small { + width: 12px; + height: 12px; } + +.euiIcon--medium { + width: 16px; + height: 16px; } + +.euiIcon--large { + width: 24px; + height: 24px; } + +.euiIcon--xLarge { + width: 32px; + height: 32px; } + +.euiIcon--xxLarge { + width: 40px; + height: 40px; } + +@-webkit-keyframes euiIconLoading { + 0% { + opacity: 0.05; } + 100% { + opacity: 1; } } + +@keyframes euiIconLoading { + 0% { + opacity: 0.05; } + 100% { + opacity: 1; } } + +/** + * 1. Fix for IE where the image correctly resizes in width but doesn't collapse its height + (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421) + */ +.euiImage { + display: inline-block; + max-width: 100%; + position: relative; + min-height: 1px; + /* 1 */ + line-height: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiImage .euiImage__img { + margin-bottom: 0; + max-width: 100%; } + .euiImage.euiImage--hasShadow .euiImage__img { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiImage .euiImage__button { + position: relative; + cursor: pointer; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiImage .euiImage__button:focus { + outline: 2px solid #36A2EF; } + .euiImage .euiImage__button:hover .euiImage__icon { + visibility: visible; + fill-opacity: 1; } + .euiImage .euiImage__button--fullWidth { + width: 100%; } + .euiImage.euiImage--allowFullScreen:hover .euiImage__caption { + text-decoration: underline; } + .euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:hover, + .euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:focus { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:hover, + .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); } + .euiImage.euiImage--small .euiImage__img { + width: 8.57143rem; } + .euiImage.euiImage--medium .euiImage__img { + width: 14.28571rem; } + .euiImage.euiImage--large .euiImage__img { + width: 25.71429rem; } + .euiImage.euiImage--xlarge .euiImage__img { + width: 42.85714rem; } + .euiImage.euiImage--fullWidth { + width: 100%; } + .euiImage.euiImage--original .euiImage__img { + width: auto; + max-width: 100%; } + .euiImage.euiImage--floatLeft { + float: left; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'] { + margin-left: 0; + margin-top: 0; } + .euiImage.euiImage--floatRight { + float: right; } + .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-right: 0; + margin-top: 0; } + .euiImage.euiImage--marginSmall { + margin: 8px; } + .euiImage.euiImage--marginMedium { + margin: 16px; } + .euiImage.euiImage--marginLarge { + margin: 24px; } + .euiImage.euiImage--marginXlarge { + margin: 32px; } + +.euiImage__img { + width: 100%; + vertical-align: middle; } + +.euiImage__caption { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 4px; + text-align: center; } + +.euiImage__icon { + visibility: hidden; + fill-opacity: 0; + position: absolute; + right: 16px; + top: 16px; + transition: fill-opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); + cursor: pointer; } + +.euiImage-isFullScreen { + position: relative; + max-height: 80vh; + max-width: 80vw; + -webkit-animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiImage-isFullScreen:hover .euiImage__button { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); } + .euiImage-isFullScreen:hover .euiImage__caption { + text-decoration: underline; } + .euiImage-isFullScreen__img { + max-height: 80vh; + max-width: 80vw; + vertical-align: middle; + cursor: pointer; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiImage-isFullScreenCloseIcon { + position: absolute; + right: 16px; + top: 16px; + pointer-events: none; } + +@-webkit-keyframes euiImageFullScreen { + 0% { + opacity: 0; + -webkit-transform: translateY(64px); + transform: translateY(64px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiImageFullScreen { + 0% { + opacity: 0; + -webkit-transform: translateY(64px); + transform: translateY(64px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@media only screen and (max-width: 574px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +/** + * 1. Default to grid of 3 + */ +.euiKeyPadMenu { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + width: 300px; + max-width: 100%; + margin-bottom: -4px; + margin-right: -4px; } + .euiKeyPadMenu legend { + margin-bottom: 8px; } + .euiKeyPadMenu > *:not(legend) { + margin-bottom: 4px; + margin-right: 4px; } + +/** + * 1. If this class is applied to a button, we need to override the Chrome default font. + * 2. If it has a BetaBadge, make sure only the first letter shows + */ +.euiKeyPadMenuItem { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + /* 1 */ + display: block; + padding: 4px; + height: 96px; + width: 96px; + border: 1px solid #343741; + border-color: transparent; + border-radius: 6px; + color: #DFE5EF; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiKeyPadMenuItem { + transition: background-color 150ms ease-in, border-color 150ms ease-in, box-shadow 150ms ease-in; } } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within { + cursor: pointer; + text-decoration: underline; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + border-color: #343741; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within .euiKeyPadMenuItem__icon { + -webkit-transform: translateY(0); + transform: translateY(0); } } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(54, 162, 239, 0.2); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled { + cursor: not-allowed; + text-decoration: none; + color: #515761; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon svg * { + fill: #515761; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + color: #DFE5EF; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected { + border-color: #343741; } + .euiKeyPadMenuItem:not(:hover):not(:focus):not(:focus-within):not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput, .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled:not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiKeyPadMenuItem__inner { + width: 100%; + height: 100%; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; + position: relative; } + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput { + -webkit-transform: scale(0.75); + transform: scale(0.75); + -webkit-transform-origin: top right; + transform-origin: top right; } + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput, + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadge { + position: absolute; + top: 4px; + right: 4px; + z-index: 3; } + +.euiKeyPadMenuItem__icon { + transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + margin-bottom: 12px; + -webkit-transform: translateY(2px); + transform: translateY(2px); } + +.euiKeyPadMenuItem__label { + font-size: 12px; + font-weight: 500; + line-height: 16px; + text-align: center; } + +.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled), .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within { + background-color: rgba(54, 162, 239, 0.2); + color: #36A2EF; + border-color: #36A2EF; } + +.euiLink { + text-align: left; + font-weight: 500; } + .euiLink:hover { + text-decoration: underline; } + .euiLink:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiLink:focus:focus-visible { + outline-style: auto; } + .euiLink:focus:not(:focus-visible) { + outline: none; } + .euiLink[target='_blank'] { + position: relative; } + .euiLink[target='_blank'] .euiScreenReaderOnly { + left: 0; } + .euiLink .euiLink__externalIcon { + margin-left: 4px; } + .euiLink.euiLink-disabled { + font-weight: inherit; + text-decoration: none; + cursor: default; } + .euiLink.euiLink--subdued { + color: #7a7f89; } + .euiLink.euiLink--subdued:hover, .euiLink.euiLink--subdued:focus, .euiLink.euiLink--subdued:target { + text-decoration: underline; } + .euiLink.euiLink--subdued:target { + color: #62666e; } + .euiLink.euiLink--subdued:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--subdued:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--subdued:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--primary { + color: #36A2EF; } + .euiLink.euiLink--primary:hover, .euiLink.euiLink--primary:focus, .euiLink.euiLink--primary:target { + text-decoration: underline; } + .euiLink.euiLink--primary:target { + color: #128ae0; } + .euiLink.euiLink--primary:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--primary:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--primary:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--success { + color: #7DDED8; } + .euiLink.euiLink--success:hover, .euiLink.euiLink--success:focus, .euiLink.euiLink--success:target { + text-decoration: underline; } + .euiLink.euiLink--success:target { + color: #54d4cc; } + .euiLink.euiLink--success:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--success:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--success:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--accent { + color: #F68FBE; } + .euiLink.euiLink--accent:hover, .euiLink.euiLink--accent:focus, .euiLink.euiLink--accent:target { + text-decoration: underline; } + .euiLink.euiLink--accent:target { + color: #f260a3; } + .euiLink.euiLink--accent:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--accent:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--accent:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--warning { + color: #F3D371; } + .euiLink.euiLink--warning:hover, .euiLink.euiLink--warning:focus, .euiLink.euiLink--warning:target { + text-decoration: underline; } + .euiLink.euiLink--warning:target { + color: #efc442; } + .euiLink.euiLink--warning:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--warning:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--warning:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--danger { + color: #F86B63; } + .euiLink.euiLink--danger:hover, .euiLink.euiLink--danger:focus, .euiLink.euiLink--danger:target { + text-decoration: underline; } + .euiLink.euiLink--danger:target { + color: #f63d32; } + .euiLink.euiLink--danger:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--danger:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--danger:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--text { + color: #DFE5EF; } + .euiLink.euiLink--text:hover, .euiLink.euiLink--text:focus, .euiLink.euiLink--text:target { + text-decoration: underline; } + .euiLink.euiLink--text:target { + color: #bdc9de; } + .euiLink.euiLink--text:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--text:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--text:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--ghost { + color: #FFF; } + .euiLink.euiLink--ghost:hover, .euiLink.euiLink--ghost:focus, .euiLink.euiLink--ghost:target { + text-decoration: underline; } + .euiLink.euiLink--ghost:target { + color: #e6e6e6; } + .euiLink.euiLink--ghost:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--ghost:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--ghost:focus:not(:focus-visible) { + outline: none; } + +button.euiLink { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; } + +/** + * The List Group component provides neatly styled lists containing plain text + * or links. The outer container can be bordered, with padding, or borderless + * with links flush to the sides. + */ +.euiListGroup.euiListGroup-flush { + padding: 0; + border: none; } + +.euiListGroup.euiListGroup-bordered { + border-radius: 6px; + border: 1px solid #343741; } + +.euiListGroup-maxWidthDefault { + max-width: 400px; } + +.euiListGroup--gutterSmall { + padding: 8px; } + .euiListGroup--gutterSmall .euiListGroupItem:not(:first-of-type) { + margin-top: 8px; } + +.euiListGroup--gutterMedium { + padding: 16px; } + .euiListGroup--gutterMedium .euiListGroupItem:not(:first-of-type) { + margin-top: 16px; } + +.euiListGroupItem { + padding: 0; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + transition: background-color 150ms; + position: relative; } + .euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover { + background-color: rgba(52, 55, 65, 0.25); } + .euiListGroupItem.euiListGroupItem-isClickable:focus-within { + background-color: rgba(52, 55, 65, 0.25); } + .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover { + background-color: rgba(255, 255, 255, 0.1); } + .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within { + background-color: rgba(255, 255, 255, 0.1); } + .euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button, + .euiListGroupItem .euiListGroupItem__button:hover, + .euiListGroupItem .euiListGroupItem__button:focus { + text-decoration: underline; } + .euiListGroupItem.euiListGroupItem-isDisabled, .euiListGroupItem.euiListGroupItem-isDisabled:hover, .euiListGroupItem.euiListGroupItem-isDisabled:focus, + .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:hover, + .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:focus { + color: #515761; + cursor: not-allowed; + background-color: transparent; + text-decoration: none; } + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiListGroupItem__button:hover, + .euiListGroupItem__button:focus { + background-color: rgba(52, 55, 65, 0.25); + border-radius: 6px; } + .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover, + .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus, + .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover, + .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus { + background-color: rgba(255, 255, 255, 0.1); } } + +.euiListGroupItem__text, +.euiListGroupItem__button { + line-height: 24px; + padding: 4px 8px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex: 1 0 auto; + flex: 1 0 auto; + text-align: left; + max-width: 100%; + font-weight: inherit; } + .euiListGroupItem-hasExtraAction .euiListGroupItem__text, .euiListGroupItem-hasExtraAction + .euiListGroupItem__button { + max-width: calc(100% - 32px); } + .euiListGroupItem--primary .euiListGroupItem__text:not(:disabled), .euiListGroupItem--primary + .euiListGroupItem__button:not(:disabled) { + color: #36A2EF; } + .euiListGroupItem--text .euiListGroupItem__text:not(:disabled), .euiListGroupItem--text + .euiListGroupItem__button:not(:disabled) { + color: #DFE5EF; } + .euiListGroupItem--subdued .euiListGroupItem__text:not(:disabled), .euiListGroupItem--subdued + .euiListGroupItem__button:not(:disabled) { + color: #7a7f89; } + .euiListGroupItem--ghost .euiListGroupItem__text:not(:disabled), .euiListGroupItem--ghost + .euiListGroupItem__button:not(:disabled) { + color: #FFF; } + .euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__text, .euiListGroupItem-isActive:not(.euiListGroupItem--ghost) + .euiListGroupItem__button { + color: #DFE5EF; } + +.euiListGroupItem__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } + +.euiListGroupItem__extraAction { + opacity: 0; + margin-right: 8px; + transition: opacity 150ms; } + .euiListGroupItem:not(.euiListGroupItem-isDisabled):focus .euiListGroupItem__extraAction, + .euiListGroupItem:not(.euiListGroupItem-isDisabled):hover .euiListGroupItem__extraAction, .euiListGroupItem__extraAction.euiListGroupItem__extraAction-alwaysShow, .euiListGroupItem__extraAction:focus { + opacity: 1; } + +.euiListGroupItem__icon { + margin-right: 12px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiListGroupItem--xSmall { + font-size: 12px; } + +.euiListGroupItem--small { + font-size: 14px; } + +.euiListGroupItem--medium { + font-size: 14px; } + +.euiListGroupItem--large { + font-size: 22px; } + +.euiListGroupItem--xSmall, +.euiListGroupItem--small { + font-weight: 500; + letter-spacing: 0; } + +.euiListGroupItem--xSmall .euiListGroupItem__button, +.euiListGroupItem--xSmall .euiListGroupItem__text { + line-height: 16px; } + +.euiListGroupItem--large .euiListGroupItem__button, +.euiListGroupItem--large .euiListGroupItem__text { + line-height: 32px; } + +.euiListGroupItem--wrapText .euiListGroupItem__button, +.euiListGroupItem--wrapText .euiListGroupItem__text { + width: 100%; + word-break: break-word; } + +.euiListGroupItem--wrapText .euiListGroupItem__label { + white-space: inherit; } + +.euiListGroup-flush .euiListGroupItem { + border-radius: 0; } + +.euiListGroup-bordered .euiListGroupItem:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + +.euiListGroup-bordered .euiListGroupItem:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiListGroupItem__tooltip { + width: 100%; } + +.euiPinnableListGroup__itemExtraAction svg { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } + +.euiPinnableListGroup__itemExtraAction-pinned:not(:hover):not(:focus) { + color: #62656d; } + +.euiLoadingElastic { + position: relative; + display: inline-block; } + +.euiLoadingElastic--medium { + width: 16px; } + +.euiLoadingElastic--large { + width: 24px; } + +.euiLoadingElastic--xLarge { + width: 32px; } + +.euiLoadingElastic--xxLarge { + width: 40px; } + +.euiLoadingElastic path { + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; + -webkit-animation-direction: alternate; + animation-direction: alternate; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1); + animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1); + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingElastic path { + -webkit-animation-name: euiLoadingElastic; + animation-name: euiLoadingElastic; } } + +.euiLoadingElastic path:nth-of-type(1) { + -webkit-animation-delay: 0s; + animation-delay: 0s; } + +.euiLoadingElastic path:nth-of-type(2) { + -webkit-animation-delay: .035s; + animation-delay: .035s; } + +.euiLoadingElastic path:nth-of-type(3) { + -webkit-animation-delay: .125s; + animation-delay: .125s; } + +.euiLoadingElastic path:nth-of-type(4) { + -webkit-animation-delay: .155s; + animation-delay: .155s; } + +.euiLoadingElastic path:nth-of-type(5) { + -webkit-animation-delay: .075s; + animation-delay: .075s; } + +.euiLoadingElastic path:nth-of-type(6) { + -webkit-animation-delay: .06s; + animation-delay: .06s; } + +@-webkit-keyframes euiLoadingElastic { + 0% { + -webkit-transform: scale3d(0, 0, -0.7); + transform: scale3d(0, 0, -0.7); + opacity: 0; } + 40% { + -webkit-transform: scale3d(1, 1, 2); + transform: scale3d(1, 1, 2); + opacity: 1; } + 50% { + -webkit-transform: scale3d(0.99, 0.99, 2); + transform: scale3d(0.99, 0.99, 2); } + 70% { + -webkit-transform: scale3d(0.96, 0.96, -2.5); + transform: scale3d(0.96, 0.96, -2.5); } + 100% { + -webkit-transform: scale3d(0.98, 0.98, 2); + transform: scale3d(0.98, 0.98, 2); } } + +@keyframes euiLoadingElastic { + 0% { + -webkit-transform: scale3d(0, 0, -0.7); + transform: scale3d(0, 0, -0.7); + opacity: 0; } + 40% { + -webkit-transform: scale3d(1, 1, 2); + transform: scale3d(1, 1, 2); + opacity: 1; } + 50% { + -webkit-transform: scale3d(0.99, 0.99, 2); + transform: scale3d(0.99, 0.99, 2); } + 70% { + -webkit-transform: scale3d(0.96, 0.96, -2.5); + transform: scale3d(0.96, 0.96, -2.5); } + 100% { + -webkit-transform: scale3d(0.98, 0.98, 2); + transform: scale3d(0.98, 0.98, 2); } } + +.euiLoadingChart { + height: 32px; + z-index: 500; + overflow: hidden; + display: inline-block; } + +/** + * 1. Without the animation, the bars are all the same height, + * so we apply transforms only if they can't animate + */ +.euiLoadingChart__bar { + height: 100%; + width: 8px; + display: inline-block; + margin-bottom: -16px; + margin-left: 2px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingChart__bar { + -webkit-animation: euiLoadingChart 1s infinite; + animation: euiLoadingChart 1s infinite; } } + .euiLoadingChart__bar:nth-child(1) { + background-color: #54B399; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(1) { + -webkit-transform: translateY(66%); + transform: translateY(66%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(2) { + background-color: #6092C0; + -webkit-animation-delay: .1s; + animation-delay: .1s; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(2) { + -webkit-transform: translateY(44%); + transform: translateY(44%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(3) { + background-color: #D36086; + -webkit-animation-delay: .2s; + animation-delay: .2s; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(3) { + -webkit-transform: translateY(22%); + transform: translateY(22%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(4) { + background-color: #9170B8; + -webkit-animation-delay: .3s; + animation-delay: .3s; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1) { + background-color: #343741; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2) { + background-color: #3c3f49; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3) { + background-color: #444750; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4) { + background-color: #4c4f58; } + +.euiLoadingChart--medium { + height: 16px; } + .euiLoadingChart--medium > span { + width: 2px; + margin-left: 2px; + margin-bottom: 8px; } + +.euiLoadingChart--large { + height: 24px; } + .euiLoadingChart--large > span { + width: 4px; + margin-left: 2px; + margin-bottom: 12px; } + +.euiLoadingChart--xLarge { + height: 32px; } + .euiLoadingChart--xLarge > span { + width: 8px; + margin-left: 4px; + margin-bottom: 16px; } + +@-webkit-keyframes euiLoadingChart { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 50% { + -webkit-transform: translateY(66%); + transform: translateY(66%); } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiLoadingChart { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 50% { + -webkit-transform: translateY(66%); + transform: translateY(66%); } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } } + +.euiLoadingContent__loader { + display: block; + width: 100%; } + +.euiLoadingContent__singleLine { + display: block; + width: 100%; + height: 16px; + margin-bottom: 8px; + border-radius: 6px; + overflow: hidden; } + .euiLoadingContent__singleLine:last-child:not(:only-child) { + width: 75%; } + +.euiLoadingContent__singleLineBackground { + display: block; + width: 220%; + height: 100%; + background: linear-gradient(137deg, #2e3039 45%, #282a31 50%, #2e3039 55%); } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingContent__singleLineBackground { + -webkit-animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + +@-webkit-keyframes euiLoadingContentGradientLoad { + 0% { + -webkit-transform: translateX(-53%); + transform: translateX(-53%); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiLoadingContentGradientLoad { + 0% { + -webkit-transform: translateX(-53%); + transform: translateX(-53%); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +.euiLoadingLogo { + position: relative; + display: inline-block; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingLogo:before, .euiLoadingLogo:after { + position: absolute; + content: ''; + width: 90%; + left: 5%; + border-radius: 50%; + opacity: .2; + z-index: 1; } + .euiLoadingLogo:before { + box-shadow: 0 0 8px #FFF; + -webkit-animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } + .euiLoadingLogo:after { + background-color: #FFF; + -webkit-animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + .euiLoadingLogo .euiLoadingLogo__icon { + display: block; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingLogo .euiLoadingLogo__icon { + -webkit-animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + +/** + * 1. Requires pixel math for animation. + */ +.euiLoadingLogo--medium { + width: 16px; } + .euiLoadingLogo--medium:before, .euiLoadingLogo--medium:after { + height: 3px; + /* 1 */ + bottom: -4px; } + .euiLoadingLogo--medium .euiLoadingLogo__icon { + z-index: 999; + -webkit-animation-name: euiLoadingKibanaBounceMedium; + animation-name: euiLoadingKibanaBounceMedium; } + +.euiLoadingLogo--large { + width: 24px; } + .euiLoadingLogo--large:before, .euiLoadingLogo--large:after { + height: 6px; + /* 1 */ + bottom: -8px; } + .euiLoadingLogo--large .euiLoadingLogo__icon { + -webkit-animation-name: euiLoadingKibanaBounceLarge; + animation-name: euiLoadingKibanaBounceLarge; } + +.euiLoadingLogo--xLarge { + width: 32px; } + .euiLoadingLogo--xLarge:before, .euiLoadingLogo--xLarge:after { + height: 8px; + bottom: -12px; } + .euiLoadingLogo--xLarge .euiLoadingLogo__icon { + -webkit-animation-name: euiLoadingKibanaBounceXLarge; + animation-name: euiLoadingKibanaBounceXLarge; } + +@-webkit-keyframes euiLoadingKibanaBounceMedium { + 50% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); } } + +@keyframes euiLoadingKibanaBounceMedium { + 50% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); } } + +@-webkit-keyframes euiLoadingKibanaBounceLarge { + 50% { + -webkit-transform: translateY(-12px); + transform: translateY(-12px); } } + +@keyframes euiLoadingKibanaBounceLarge { + 50% { + -webkit-transform: translateY(-12px); + transform: translateY(-12px); } } + +@-webkit-keyframes euiLoadingKibanaBounceXLarge { + 50% { + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } } + +@keyframes euiLoadingKibanaBounceXLarge { + 50% { + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } } + +@-webkit-keyframes euiLoadingKibanaPulsateAndFade { + 0% { + opacity: 0; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .1; } + 100% { + opacity: 0; } } + +@keyframes euiLoadingKibanaPulsateAndFade { + 0% { + opacity: 0; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .1; } + 100% { + opacity: 0; } } + +@-webkit-keyframes euiLoadingKibanaPulsate { + 0% { + opacity: .15; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .05; } + 100% { + opacity: .15; } } + +@keyframes euiLoadingKibanaPulsate { + 0% { + opacity: .15; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .05; } + 100% { + opacity: .15; } } + +.euiLoadingSpinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + width: 32px; + height: 32px; + border-radius: 50%; + border: solid 2px #343741; + border-color: #36A2EF #343741 #343741 #343741; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingSpinner { + -webkit-animation: euiLoadingSpinner .6s infinite linear; + animation: euiLoadingSpinner .6s infinite linear; } } + +.euiLoadingSpinner--small { + width: 12px; + height: 12px; } + +.euiLoadingSpinner--medium { + width: 16px; + height: 16px; } + +.euiLoadingSpinner--large { + width: 24px; + height: 24px; } + +.euiLoadingSpinner--xLarge { + width: 32px; + height: 32px; } + +.euiLoadingSpinner--xxLarge { + width: 40px; + height: 40px; } + +.euiLoadingSpinner--small, +.euiLoadingSpinner--medium { + border-width: 1px; } + +@-webkit-keyframes euiLoadingSpinner { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } + +@keyframes euiLoadingSpinner { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } + +.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer { + display: none; } + +.euiMarkdownEditor--fullHeight { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + height: 100%; } + .euiMarkdownEditor--fullHeight .euiMarkdownEditorTextArea { + resize: none; } + .euiMarkdownEditor--fullHeight .euiMarkdownEditorDropZone { + height: 100%; } + +.euiMarkdownEditorDropZone { + display: -webkit-flex; + display: flex; + position: relative; + -webkit-flex-direction: column; + flex-direction: column; + min-height: "150px"; } + .euiMarkdownEditorDropZone__input { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + opacity: 0; + overflow: hidden; } + .euiMarkdownEditorDropZone__input:hover { + cursor: pointer; } + .euiMarkdownEditorDropZone__input:hover:disabled { + cursor: not-allowed; } + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorFooter, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: rgba(54, 162, 239, 0.1) !important; } + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus { + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%) !important; } + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: rgba(248, 107, 99, 0.1) !important; } + .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus { + background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%) !important; } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__blockquote { + border-left-color: rgba(255, 255, 255, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiHorizontalRule { + background-color: rgba(255, 255, 255, 0.15); + color: rgba(255, 255, 255, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table { + border-left: 1px solid rgba(255, 255, 255, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td { + border-top: 1px solid rgba(255, 255, 255, 0.15); + border-bottom: 1px solid rgba(255, 255, 255, 0.15); } + .euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td:last-child { + border-right: 1px solid rgba(255, 255, 255, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table tr { + border-top: 1px solid rgba(255, 255, 255, 0.15); } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__blockquote { + border-left-color: #7a7f89; } + +.euiMarkdownFormat .euiTextColor--subdued .euiHorizontalRule { + background-color: #7a7f89; + color: #7a7f89; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table { + border-left: 1px solid #7a7f89; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td { + border-top: 1px solid #7a7f89; + border-bottom: 1px solid #7a7f89; } + .euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #7a7f89; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table tr { + border-top: 1px solid #7a7f89; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__blockquote { + border-left-color: #7DDED8; } + +.euiMarkdownFormat .euiTextColor--success .euiHorizontalRule { + background-color: #7DDED8; + color: #7DDED8; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table { + border-left: 1px solid #7DDED8; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td { + border-top: 1px solid #7DDED8; + border-bottom: 1px solid #7DDED8; } + .euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #7DDED8; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table tr { + border-top: 1px solid #7DDED8; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__blockquote { + border-left-color: #F68FBE; } + +.euiMarkdownFormat .euiTextColor--accent .euiHorizontalRule { + background-color: #F68FBE; + color: #F68FBE; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table { + border-left: 1px solid #F68FBE; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td { + border-top: 1px solid #F68FBE; + border-bottom: 1px solid #F68FBE; } + .euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #F68FBE; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table tr { + border-top: 1px solid #F68FBE; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__blockquote { + border-left-color: #F3D371; } + +.euiMarkdownFormat .euiTextColor--warning .euiHorizontalRule { + background-color: #F3D371; + color: #F3D371; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table { + border-left: 1px solid #F3D371; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td { + border-top: 1px solid #F3D371; + border-bottom: 1px solid #F3D371; } + .euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #F3D371; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table tr { + border-top: 1px solid #F3D371; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__blockquote { + border-left-color: #F86B63; } + +.euiMarkdownFormat .euiTextColor--danger .euiHorizontalRule { + background-color: #F86B63; + color: #F86B63; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table { + border-left: 1px solid #F86B63; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td { + border-top: 1px solid #F86B63; + border-bottom: 1px solid #F86B63; } + .euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #F86B63; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table tr { + border-top: 1px solid #F86B63; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__blockquote { + border-left-color: #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiHorizontalRule { + background-color: #FFF; + color: #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table { + border-left: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td { + border-top: 1px solid #FFF; + border-bottom: 1px solid #FFF; } + .euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table tr { + border-top: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__blockquote { + border-left-color: currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiHorizontalRule { + background-color: currentColor; + color: currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table { + border-left: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td { + border-top: 1px solid currentColor; + border-bottom: 1px solid currentColor; } + .euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td:last-child { + border-right: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table tr { + border-top: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__blockquote { + border-left-color: currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiHorizontalRule { + background-color: currentColor; + color: currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table { + border-left: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td { + border-top: 1px solid currentColor; + border-bottom: 1px solid currentColor; } + .euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td:last-child { + border-right: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table tr { + border-top: 1px solid currentColor; } + +.euiMarkdownFormat .euiMarkdownFormat__blockquote { + border-left-style: solid; } + +.euiMarkdownFormat .euiCheckbox { + margin-bottom: 0 !important; } + +.euiMarkdownFormat .euiCheckbox .euiCheckbox__input + .euiCheckbox__square { + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); } + +.euiMarkdownFormat .euiMarkdownFormat__table { + display: block; + width: 100%; + overflow: auto; + border-spacing: 0; + border-collapse: collapse; } + +.euiMarkdownEditorFooter { + display: -webkit-inline-flex; + display: inline-flex; + padding: 4px; + border: 1px solid #343741; + -webkit-align-items: center; + align-items: center; + background: #141519; } + +.euiMarkdownEditorFooter__popover { + width: 300px; } + +.euiMarkdownEditorFooter__actions { + -webkit-flex: 1; + flex: 1; + display: -webkit-inline-flex; + display: inline-flex; } + .euiMarkdownEditorFooter__actions > button, + .euiMarkdownEditorFooter__actions > span { + margin-right: 4px; + -webkit-align-self: center; + align-self: center; } + .euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError { + position: relative; + left: -1px; + line-height: 1; + border-radius: 6px; } + .euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError > span { + padding: 0 4px; } + +.euiMarkdownEditorFooter__helpButton > svg { + width: 26px; } + +.euiMarkdownEditorPreview { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + background: #1D1E24; + min-height: "150px"; + overflow-y: auto; + border: 1px solid #343741; + padding: 12px; } + .euiMarkdownEditorPreview::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiMarkdownEditorPreview::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiMarkdownEditorPreview::-webkit-scrollbar-corner, .euiMarkdownEditorPreview::-webkit-scrollbar-track { + background-color: transparent; } + +.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input ~ .euiCheckbox__label { + cursor: default; } + +.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input:focus:not(:checked) + .euiCheckbox__square { + border-color: #66676d; } + +.euiMarkdownEditorTextArea { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #DFE5EF; + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + width: 100%; + height: 100%; + min-height: "150px"; + padding: 12px; + border: 1px solid #343741; + border-bottom: none; + line-height: 1.5; + resize: vertical; + background-color: #16171c; + background-repeat: no-repeat; + background-size: 0% 100%; + margin: 0; + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiMarkdownEditorTextArea { + line-height: 1em; } } + .euiMarkdownEditorTextArea::-webkit-input-placeholder { + color: #81858f; + opacity: 1; } + .euiMarkdownEditorTextArea::-moz-placeholder { + color: #81858f; + opacity: 1; } + .euiMarkdownEditorTextArea::placeholder { + color: #81858f; + opacity: 1; } + .euiMarkdownEditorTextArea::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiMarkdownEditorTextArea::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiMarkdownEditorTextArea::-webkit-scrollbar-corner, .euiMarkdownEditorTextArea::-webkit-scrollbar-track { + background-color: transparent; } + .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: #111216; + background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; } + +.euiMarkdownEditorTextArea-isReadOnly { + background: #1D1E24; + cursor: unset; } + .euiMarkdownEditorTextArea-isReadOnly:focus, + .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea-isReadOnly { + background: none; } + +.euiMarkdownEditorToolbar { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + background: #25262E; + border: 1px solid #343741; + border-color: #343741; + border-bottom: none; + padding: 4px; } + .euiMarkdownEditorToolbar__buttons { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-flex: 1; + flex: 1; + -webkit-align-items: center; + align-items: center; } + .euiMarkdownEditorToolbar__buttons > * { + margin-right: 4px; } + .euiMarkdownEditorToolbar__divider { + content: ''; + height: 24px; + display: block; + margin-left: 4px; + padding-right: 4px; + border-left: 1px solid #343741; } + +.euiMarkdownTooltip__icon { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + +/** + * 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the + * flex display. https://github.com/philipwalton/flexbugs#flexbug-3 + * 2. IE has trouble with min-widths on flex elements. Use the pixel value + * from our forms since that's usually the smallest we want them. + */ +.euiModal { + border: 1px solid #343741; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2); + display: -webkit-flex; + display: flex; + /* 1 */ + position: relative; + background-color: #1D1E24; + border-radius: 6px; + z-index: 8000; + min-width: 400px; + -webkit-animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1); + max-width: calc(100vw - 16px); } + .euiModal:focus { + outline: none; } + .euiModal .euiModal__flex { + /* 1 */ + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + max-height: 75vh; + overflow: hidden; } + +.euiModal--maxWidth-default { + max-width: MIN(768px, calc(100vw - 16px)); } + +.euiModal--confirmation { + min-width: 400px; } + +.euiModalHeader { + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + padding: 24px 40px 16px 24px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiModalHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiModalBody { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + .euiModalBody .euiModalBody__overflow { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + padding: 8px 24px; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-corner, .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-track { + background-color: transparent; } + .euiModalBody .euiModalBody__overflow:focus { + outline: none; + /* 1 */ } + .euiModalBody .euiModalBody__overflow[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiModalFooter { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 16px 24px 24px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiModalFooter > * + * { + margin-left: 16px; } + +.euiModalHeader + .euiModalFooter { + padding-top: 8px; } + +.euiModalBody:last-of-type .euiModalBody__overflow { + padding-bottom: 24px; } + +.euiModal__closeIcon { + background-color: rgba(29, 30, 36, 0.9); + position: absolute; + right: 4px; + top: 4px; + z-index: 3; } + +@-webkit-keyframes euiModal { + 0% { + opacity: 0; + -webkit-transform: translateY(32px); + transform: translateY(32px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiModal { + 0% { + opacity: 0; + -webkit-transform: translateY(32px); + transform: translateY(32px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@media only screen and (max-width: 574px) { + .euiModal { + position: fixed; + width: 100vw !important; + max-width: none !important; + min-width: 0 !important; + left: 0; + right: 0; + bottom: 0; + top: 0; + border-radius: 0; + border: none; } + .euiModal.euiModal--confirmation { + box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2); + top: auto; } + .euiModal .euiModal__flex { + /* 1 */ + max-height: 100vh; } + .euiModalHeader { + width: 100%; } + .euiModalFooter { + width: 100%; + background: #25262E; + padding: 12px 24px !important; + -webkit-justify-content: stretch; + justify-content: stretch; } + .euiModalFooter > * { + -webkit-flex: 1; + flex: 1; } + .euiModalFooter > * + * { + margin-left: 0; } + .euiModalBody { + width: 100%; } + .euiModalBody .euiModalBody__overflow { + padding-bottom: 24px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiModal { + position: fixed; + width: 100vw !important; + max-width: none !important; + min-width: 0 !important; + left: 0; + right: 0; + bottom: 0; + top: 0; + border-radius: 0; + border: none; } + .euiModal.euiModal--confirmation { + box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2); + top: auto; } + .euiModal .euiModal__flex { + /* 1 */ + max-height: 100vh; } + .euiModalHeader { + width: 100%; } + .euiModalFooter { + width: 100%; + background: #25262E; + padding: 12px 24px !important; + -webkit-justify-content: stretch; + justify-content: stretch; } + .euiModalFooter > * { + -webkit-flex: 1; + flex: 1; } + .euiModalFooter > * + * { + margin-left: 0; } + .euiModalBody { + width: 100%; } + .euiModalBody .euiModalBody__overflow { + padding-bottom: 24px; } } + +.euiNotificationEvent { + display: -webkit-flex; + display: flex; + padding: 12px 0 12px 12px; + border-bottom: 1px solid #343741; } + .euiNotificationEvent:last-child { + border-bottom: none; } + .euiNotificationEvent--withReadState { + padding: 12px 0 12px 8px; } + +.euiNotificationEvent__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + display: -webkit-flex; + display: flex; } + .euiNotificationEvent__title.euiLink { + color: #36A2EF; } + .euiNotificationEvent__title--isRead { + color: #98A2B3 !important; } + +.euiNotificationEvent__readButton { + margin-right: 8px; } + +.euiNotificationEvent__content { + -webkit-flex: 1; + flex: 1; } + .euiNotificationEvent__content > * + * { + margin-top: 8px; + margin-right: 12px; } + +.euiNotificationEventMeta { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: 4px; + min-height: 24px; } + .euiNotificationEventMeta--hasContextMenu { + padding-right: 24px; } + .euiNotificationEventMeta__contextMenuWrapper { + position: absolute; + top: 0; + right: 0; } + .euiNotificationEventMeta__section { + margin-right: 8px; } + .euiNotificationEventMeta__section:first-child { + display: -webkit-flex; + display: flex; + -webkit-flex: 1; + flex: 1; + -webkit-align-items: center; + align-items: center; } + .euiNotificationEventMeta__icon { + margin-right: 8px; } + .euiNotificationEventMeta__badge { + max-width: 100%; + display: inline-grid; } + .euiNotificationEventMeta__time { + font-size: 12px; + color: #7a7f89; } + +.euiNotificationEventMessages { + font-size: 14px; } + .euiNotificationEventMessages__accordion { + color: #98A2B3; } + .euiNotificationEventMessages__accordionButton { + color: #36A2EF; } + .euiNotificationEventMessages__accordionContent > * { + padding-top: 8px; } + +.euiNotificationEventReadButton--isRead svg { + fill: transparent; + stroke-width: 1px; + stroke: #343741; } + +.euiNotificationEventReadIcon { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + height: 24px; + margin: 0 4px; } + +.euiNotificationEventReadIcon--isRead svg { + fill: transparent; + stroke-width: 1px; + stroke: #343741; } + +.euiOverlayMask { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; + padding-bottom: 10vh; + -webkit-animation: euiAnimFadeIn 150ms ease-in; + animation: euiAnimFadeIn 150ms ease-in; + background: rgba(52, 55, 65, 0.8); } + +.euiBody-hasOverlayMask { + overflow: hidden; } + +.euiOverlayMask--aboveHeader { + z-index: 6000; } + +.euiOverlayMask--belowHeader { + z-index: 1000; } + +.euiPagination { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow-y: hidden; + overflow-x: auto; } + .euiPagination::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPagination::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPagination::-webkit-scrollbar-corner, .euiPagination::-webkit-scrollbar-track { + background-color: transparent; } + .euiPagination__compressedText { + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + line-height: 1 !important; } + .euiPagination__compressedText > span { + margin-right: 8px; + margin-left: 8px; + font-weight: 600; } + .euiPagination__compressedText > span:first-of-type { + color: #36A2EF; } + +.euiPagination__list { + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; } + +.euiPaginationButton { + font-size: 14px; + padding: 0; + text-align: center; + border-radius: 6px; + outline-offset: -2px; } + +.euiPaginationButton-isActive { + font-weight: 700; } + .euiPaginationButton-isActive.euiPaginationButton-isActive { + color: #36A2EF; } + .euiPaginationButton-isActive.euiPaginationButton-isActive .euiButtonEmpty__content { + cursor: default; } + .euiPaginationButton-isActive.euiPaginationButton-isActive, .euiPaginationButton-isActive.euiPaginationButton-isActive:hover { + text-decoration: underline; } + +.euiPaginationArrowButton { + outline-offset: -2px; } + +.euiPaginationButton-isPlaceholder { + -webkit-align-items: baseline; + align-items: baseline; + color: #515761; + font-size: 14px; + padding: 0 8px; + height: 24px; + padding-top: 6px; } + +.euiPanel { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiPanel.euiPanel--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiPanel.euiPanel--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiPanel.euiPanel--hasBorder { + border: 1px solid #343741; + box-shadow: none; } + .euiPanel.euiPanel--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiPanel.euiPanel--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiPanel.euiPanel--isClickable:hover, .euiPanel.euiPanel--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiPanel.euiPanel--borderRadiusNone { + border-radius: 0; } + .euiPanel.euiPanel--borderRadiusMedium { + border-radius: 6px; } + .euiPanel.euiPanel--transparent { + background-color: transparent; } + .euiPanel.euiPanel--plain { + background-color: #1D1E24; } + .euiPanel.euiPanel--subdued { + background-color: #141519; } + .euiPanel.euiPanel--accent { + background-color: #4a2b39; } + .euiPanel.euiPanel--primary { + background-color: #103148; } + .euiPanel.euiPanel--success { + background-color: #264341; } + .euiPanel.euiPanel--warning { + background-color: #493f22; } + .euiPanel.euiPanel--danger { + background-color: #4a201e; } + +.euiPanel--paddingSmall { + padding: 8px; } + +.euiPanel--paddingMedium { + padding: 16px; } + +.euiPanel--paddingLarge { + padding: 24px; } + +.euiSplitPanel { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + min-width: 0; } + .euiSplitPanel .euiSplitPanel__inner { + -webkit-flex-basis: 0%; + flex-basis: 0%; + -webkit-transform: none !important; + transform: none !important; + box-shadow: none !important; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child, + .euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child { + border-radius: -1 -1 0 0; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child, + .euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child { + border-radius: 0 0 -1 -1; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child, + .euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child { + border-radius: 5px 5px 0 0; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child, + .euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child { + border-radius: 0 0 5px 5px; } + +.euiSplitPanel--row { + -webkit-flex-direction: row; + flex-direction: row; } + .euiSplitPanel--row.euiSplitPanel-isResponsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child { + border-radius: -1 0 0 -1; } + .euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child { + border-radius: 0 -1 -1 0; } + .euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child { + border-radius: 5px 0 0 5px; } + .euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child { + border-radius: 0 5px 5px 0; } + +.euiPage { + display: -webkit-flex; + display: flex; + background-color: #141519; + -webkit-flex-shrink: 0; + flex-shrink: 0; + max-width: 100%; } + .euiPage--restrictWidth-default, .euiPage--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPage--restrictWidth-default { + max-width: 1200px; } + .euiPage--grow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiPage--column { + -webkit-flex-direction: column; + flex-direction: column; } + @media only screen and (max-width: 574px) { + .euiPage { + -webkit-flex-direction: column; + flex-direction: column; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage { + -webkit-flex-direction: column; + flex-direction: column; } } + +.euiPage--paddingSmall { + padding: 8px; } + .euiPage--paddingSmall .euiPageSideBar { + min-width: 192px; + margin-right: 8px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingSmall .euiPageSideBar { + margin-right: 0; + margin-bottom: 8px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingSmall .euiPageSideBar { + margin-right: 0; + margin-bottom: 8px; } } + .euiPage--paddingSmall .euiPageBody > .euiPageHeader { + margin-bottom: 8px; } + +.euiPage--paddingMedium { + padding: 16px; } + .euiPage--paddingMedium .euiPageSideBar { + min-width: 192px; + margin-right: 16px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingMedium .euiPageSideBar { + margin-right: 0; + margin-bottom: 16px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingMedium .euiPageSideBar { + margin-right: 0; + margin-bottom: 16px; } } + .euiPage--paddingMedium .euiPageBody > .euiPageHeader { + margin-bottom: 16px; } + +.euiPage--paddingLarge { + padding: 24px; } + .euiPage--paddingLarge .euiPageSideBar { + min-width: 192px; + margin-right: 24px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingLarge .euiPageSideBar { + margin-right: 0; + margin-bottom: 24px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingLarge .euiPageSideBar { + margin-right: 0; + margin-bottom: 24px; } } + .euiPage--paddingLarge .euiPageBody > .euiPageHeader { + margin-bottom: 24px; } + +.euiPageBody { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + max-width: 100%; + min-width: 0; } + .euiPageBody--restrictWidth-default, .euiPageBody--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPageBody--restrictWidth-default { + max-width: 1200px; } + .euiPageBody.euiPageBody--borderRadiusNone { + border-top-width: 0; + border-right-width: 0; + border-bottom-width: 0; } + +.euiPageBody--paddingSmall { + padding: 8px; } + .euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 8px; + border-bottom: 1px solid #343741; } + .euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 8px; } + .euiPageBody--paddingSmall > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageBody--paddingMedium { + padding: 16px; } + .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 16px; + border-bottom: 1px solid #343741; } + .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 16px; } + .euiPageBody--paddingMedium > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageBody--paddingLarge { + padding: 24px; } + .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 24px; + border-bottom: 1px solid #343741; } + .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 24px; } + .euiPageBody--paddingLarge > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageContent { + width: 100%; + min-width: 0; } + .euiPageContent.euiPageContent--borderRadiusNone { + border-left-width: 0; + border-right-width: 0; + border-bottom-width: 0; } + .euiPageContent.euiPageContent--verticalCenter { + -webkit-align-self: center; + align-self: center; + margin-top: auto; + margin-bottom: auto; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiPageContent.euiPageContent--horizontalCenter { + width: auto; + max-width: 100%; + margin-left: auto; + margin-right: auto; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiPageContentBody--restrictWidth-default, .euiPageContentBody--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + +.euiPageContentBody--restrictWidth-default { + max-width: 1200px; } + +.euiPageContentBody--paddingSmall { + padding: 8px; } + +.euiPageContentBody--paddingMedium { + padding: 16px; } + +.euiPageContentBody--paddingLarge { + padding: 24px; } + +.euiPageContentHeader { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader { + margin-bottom: 8px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader { + margin-bottom: 16px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader { + margin-bottom: 24px; } + +@media only screen and (max-width: 574px) { + .euiPageContentHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: flex-start; + align-items: flex-start; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageContentHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: flex-start; + align-items: flex-start; } } + +.euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 32px; } + +@media only screen and (max-width: 574px) { + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 4px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 8px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 12px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 4px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 8px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 12px; } } + +/** + * Note: Margin is added in _page.scss when EuiPage has `paddingSize` + * 1. Prevent side bar width from changing when content width changes. + */ +.euiPageSideBar { + min-width: 240px; + -webkit-flex: 0 1 0%; + flex: 0 1 0%; + /* 1 */ } + +.euiPageSideBar--paddingSmall { + padding: 8px; } + +.euiPageSideBar--paddingMedium { + padding: 16px; } + +.euiPageSideBar--paddingLarge { + padding: 24px; } + +@media only screen and (max-width: 574px) { + .euiPageSideBar { + width: 100%; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageSideBar { + width: 100%; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +@media only screen and (min-width: 1200px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +/** + * Note: Bottom margin is added in _page.scss when EuiPage has `paddingSize` + * Or it's added in _page_body.scss when EuiPageBody has `paddingSize` + */ +.euiPageHeader { + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiPageHeader--restrictWidth-default, .euiPageHeader--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPageHeader--restrictWidth-default { + max-width: 1200px; } + +.euiPageHeader--bottomBorder { + border-bottom: 1px solid #343741; } + .euiPageHeader--bottomBorder:not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 24px; } + +.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--onlyTabs .euiTabs--xlarge .euiTab { + line-height: 72px; + height: 72px; } + +.euiPageHeader--paddingSmall { + padding: 8px; } + .euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 8px; } + +.euiPageHeader--paddingMedium { + padding: 16px; } + .euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 16px; } + +.euiPageHeader--paddingLarge { + padding: 24px; } + .euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 24px; } + +.euiPageHeader--top { + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiPageHeader--bottom { + -webkit-align-items: flex-end; + align-items: flex-end; } + +.euiPageHeader--stretch { + -webkit-align-items: stretch; + align-items: stretch; } + +@media only screen and (max-width: 574px) { + .euiPageHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiPageHeader--responsiveReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiPageHeader--responsiveReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } } + +.euiPageHeader .euiPageHeaderContent { + width: 100%; } + +.euiPageHeaderContent__titleIcon { + top: -4px; + position: relative; + margin-right: 16px; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +@media only screen and (min-width: 1200px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +.euiPageHeaderSection:not(:first-of-type) { + margin-left: 32px; } + +@media only screen and (max-width: 574px) { + .euiPageHeader--responsive .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; + margin-top: 16px; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) { + margin-top: 16px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageHeader--responsive .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; + margin-top: 16px; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) { + margin-top: 16px; } } + +.euiPopover { + display: inline-block; + position: relative; + vertical-align: middle; + max-width: 100%; } + +.euiPopover__anchor { + display: inline-block; } + +.euiPopover--displayBlock { + display: block; } + .euiPopover--displayBlock .euiPopover__anchor { + display: block; } + +/** + * 1. Can expand further, but it looks weird if it's smaller than the originating button. + * 2. Animation happens on the panel. But don't animate when using the attached mode like for inputs + * 3. Make sure the panel stays within the window. + */ +.euiPopover__panel { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + position: absolute; + min-width: 112px; + /* 1 */ + max-width: calc(100vw - 32px); + /* 3 */ + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + pointer-events: none; + opacity: 0; + /* 2 */ + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms; + /* 2 */ } + .euiPopover__panel:not(.euiPopover__panel-isAttached) { + -webkit-transform: translateY(0) translateX(0) translateZ(0); + transform: translateY(0) translateX(0) translateZ(0); + /* 2 */ + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; } + .euiPopover__panel.euiPopover__panel-isOpen { + opacity: 1; + pointer-events: auto; } + .euiPopover__panel .euiPopover__panelArrow { + position: absolute; + width: 0; + height: 0; } + .euiPopover__panel .euiPopover__panelArrow:before { + position: absolute; + content: ''; + height: 0; + width: 0; } + .euiPopover__panel .euiPopover__panelArrow:after { + position: absolute; + content: ''; + height: 0; + width: 0; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before { + bottom: -10px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-top: 12px solid #343741; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + bottom: -9px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-top: 12px solid #1D1E24; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before { + left: -12px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-right: 12px solid #343741; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after { + left: -11px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-right: 12px solid #1D1E24; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before { + top: -12px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-bottom: 12px solid #343741; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after { + top: -11px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-bottom: 12px solid #1D1E24; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before { + right: -11px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #343741; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after { + right: -10px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #1D1E24; } + .euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow { + display: none; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom { + border-top-color: rgba(52, 55, 65, 0.8); + border-top-right-radius: 0; + border-top-left-radius: 0; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075); + border-bottom-color: rgba(52, 55, 65, 0.8); + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top, +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--top { + -webkit-transform: translateY(8px) translateZ(0); + transform: translateY(8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom, +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--bottom { + -webkit-transform: translateY(-8px) translateZ(0); + transform: translateY(-8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--left { + -webkit-transform: translateX(8px) translateZ(0); + transform: translateX(8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--right { + -webkit-transform: translateX(-8px) translateZ(0); + transform: translateX(-8px) translateZ(0); } + +.euiPopoverTitle { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #343741; } + +.euiPopoverTitle--paddingNone { + padding: 0; } + +.euiPopoverTitle--paddingSmall { + padding: 8px; } + +.euiPopoverTitle--paddingMedium { + padding: 16px; } + +.euiPopoverTitle--paddingLarge { + padding: 24px; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle { + margin: -8px -8px 8px; } + .euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle { + margin: -16px -16px 16px; } + .euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle { + margin: -24px -24px 24px; } + .euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 24px; } + +.euiPopoverFooter { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 12px; + border-top: 1px solid #343741; } + +.euiPopoverFooter--paddingNone { + padding: 0; } + +.euiPopoverFooter--paddingSmall { + padding: 8px; } + +.euiPopoverFooter--paddingMedium { + padding: 16px; } + +.euiPopoverFooter--paddingLarge { + padding: 24px; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter { + margin: 8px -8px -8px; } + .euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter { + margin: 16px -16px -16px; } + .euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter { + margin: 24px -24px -24px; } + .euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 24px; } + +.euiInputPopover { + max-width: 400px; } + .euiInputPopover.euiInputPopover--fullWidth { + max-width: 100%; } + +/** + * 1. Portal content is absolutely positioned (e.g. tooltips, popovers, flyouts). + */ +.euiBody-hasPortalContent { + position: relative; + /* 1 */ } + +.euiProgress { + position: relative; + overflow: hidden; + background-color: #343741; } + +.euiProgress--xs { + height: 2px; } + +.euiProgress--s { + height: 4px; } + +.euiProgress--m { + height: 8px; } + +.euiProgress--l { + height: 16px; } + +.euiProgress--native { + display: block; + width: 100%; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border: none; } + .euiProgress--native::-webkit-progress-bar { + background-color: #343741; } + .euiProgress--native::-webkit-progress-value { + -webkit-transition: width 250ms linear; + transition: width 250ms linear; } + .euiProgress--native::-moz-progress-bar { + -moz-transition: width 250ms linear; + transition: width 250ms linear; } + +/** + * An indeterminate bar has an unreliable end time. Because of a Firefox animation issue, + * we apply this style to a
instead of a element. + * See https://css-tricks.com/html5-progress-element/ for more info. + */ +.euiProgress--indeterminate:before { + position: absolute; + content: ''; + width: 100%; + top: 0; + bottom: 0; + left: 0; + -webkit-transform: scaleX(0) translateX(0%); + transform: scaleX(0) translateX(0%); + -webkit-animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } + +.euiProgress--fixed { + position: fixed; + z-index: 1001; } + +.euiProgress--absolute { + position: absolute; } + +.euiProgress--fixed, +.euiProgress--absolute { + top: 0; + left: 0; + right: 0; + background-color: transparent; } + .euiProgress--fixed.euiProgress--native::-webkit-progress-bar, + .euiProgress--absolute.euiProgress--native::-webkit-progress-bar { + background-color: transparent; } + .euiProgress--fixed.euiProgress--native::-moz-progress-bar, + .euiProgress--absolute.euiProgress--native::-moz-progress-bar { + background-color: transparent; } + +.euiProgress--primary.euiProgress--native::-webkit-progress-value { + background-color: #36A2EF; } + +.euiProgress--primary.euiProgress--native::-moz-progress-bar { + background-color: #36A2EF; } + +.euiProgress--primary.euiProgress--indeterminate:before { + background-color: #36A2EF; } + +.euiProgress__data--primary .euiProgress__valueText { + color: #36A2EF; } + +.euiProgress--success.euiProgress--native::-webkit-progress-value { + background-color: #7DDED8; } + +.euiProgress--success.euiProgress--native::-moz-progress-bar { + background-color: #7DDED8; } + +.euiProgress--success.euiProgress--indeterminate:before { + background-color: #7DDED8; } + +.euiProgress__data--success .euiProgress__valueText { + color: #7DDED8; } + +.euiProgress--warning.euiProgress--native::-webkit-progress-value { + background-color: #F3D371; } + +.euiProgress--warning.euiProgress--native::-moz-progress-bar { + background-color: #F3D371; } + +.euiProgress--warning.euiProgress--indeterminate:before { + background-color: #F3D371; } + +.euiProgress__data--warning .euiProgress__valueText { + color: #F3D371; } + +.euiProgress--danger.euiProgress--native::-webkit-progress-value { + background-color: #F86B63; } + +.euiProgress--danger.euiProgress--native::-moz-progress-bar { + background-color: #F86B63; } + +.euiProgress--danger.euiProgress--indeterminate:before { + background-color: #F86B63; } + +.euiProgress__data--danger .euiProgress__valueText { + color: #F86B63; } + +.euiProgress--accent.euiProgress--native::-webkit-progress-value { + background-color: #F68FBE; } + +.euiProgress--accent.euiProgress--native::-moz-progress-bar { + background-color: #F68FBE; } + +.euiProgress--accent.euiProgress--indeterminate:before { + background-color: #F68FBE; } + +.euiProgress__data--accent .euiProgress__valueText { + color: #F68FBE; } + +.euiProgress--subdued.euiProgress--native::-webkit-progress-value { + background-color: #7a7f89; } + +.euiProgress--subdued.euiProgress--native::-moz-progress-bar { + background-color: #7a7f89; } + +.euiProgress--subdued.euiProgress--indeterminate:before { + background-color: #7a7f89; } + +.euiProgress__data--subdued .euiProgress__valueText { + color: #7a7f89; } + +.euiProgress--vis0.euiProgress--native::-webkit-progress-value { + background-color: #54B399; } + +.euiProgress--vis0.euiProgress--native::-moz-progress-bar { + background-color: #54B399; } + +.euiProgress--vis0.euiProgress--indeterminate:before { + background-color: #54B399; } + +.euiProgress__data--vis0 .euiProgress__valueText { + color: #54B399; } + +.euiProgress--vis1.euiProgress--native::-webkit-progress-value { + background-color: #6092C0; } + +.euiProgress--vis1.euiProgress--native::-moz-progress-bar { + background-color: #6092C0; } + +.euiProgress--vis1.euiProgress--indeterminate:before { + background-color: #6092C0; } + +.euiProgress__data--vis1 .euiProgress__valueText { + color: #6092C0; } + +.euiProgress--vis2.euiProgress--native::-webkit-progress-value { + background-color: #D36086; } + +.euiProgress--vis2.euiProgress--native::-moz-progress-bar { + background-color: #D36086; } + +.euiProgress--vis2.euiProgress--indeterminate:before { + background-color: #D36086; } + +.euiProgress__data--vis2 .euiProgress__valueText { + color: #D36086; } + +.euiProgress--vis3.euiProgress--native::-webkit-progress-value { + background-color: #9170B8; } + +.euiProgress--vis3.euiProgress--native::-moz-progress-bar { + background-color: #9170B8; } + +.euiProgress--vis3.euiProgress--indeterminate:before { + background-color: #9170B8; } + +.euiProgress__data--vis3 .euiProgress__valueText { + color: #9170B8; } + +.euiProgress--vis4.euiProgress--native::-webkit-progress-value { + background-color: #CA8EAE; } + +.euiProgress--vis4.euiProgress--native::-moz-progress-bar { + background-color: #CA8EAE; } + +.euiProgress--vis4.euiProgress--indeterminate:before { + background-color: #CA8EAE; } + +.euiProgress__data--vis4 .euiProgress__valueText { + color: #CA8EAE; } + +.euiProgress--vis5.euiProgress--native::-webkit-progress-value { + background-color: #D6BF57; } + +.euiProgress--vis5.euiProgress--native::-moz-progress-bar { + background-color: #D6BF57; } + +.euiProgress--vis5.euiProgress--indeterminate:before { + background-color: #D6BF57; } + +.euiProgress__data--vis5 .euiProgress__valueText { + color: #D6BF57; } + +.euiProgress--vis6.euiProgress--native::-webkit-progress-value { + background-color: #B9A888; } + +.euiProgress--vis6.euiProgress--native::-moz-progress-bar { + background-color: #B9A888; } + +.euiProgress--vis6.euiProgress--indeterminate:before { + background-color: #B9A888; } + +.euiProgress__data--vis6 .euiProgress__valueText { + color: #B9A888; } + +.euiProgress--vis7.euiProgress--native::-webkit-progress-value { + background-color: #DA8B45; } + +.euiProgress--vis7.euiProgress--native::-moz-progress-bar { + background-color: #DA8B45; } + +.euiProgress--vis7.euiProgress--indeterminate:before { + background-color: #DA8B45; } + +.euiProgress__data--vis7 .euiProgress__valueText { + color: #DA8B45; } + +.euiProgress--vis8.euiProgress--native::-webkit-progress-value { + background-color: #AA6556; } + +.euiProgress--vis8.euiProgress--native::-moz-progress-bar { + background-color: #AA6556; } + +.euiProgress--vis8.euiProgress--indeterminate:before { + background-color: #AA6556; } + +.euiProgress__data--vis8 .euiProgress__valueText { + color: #b27466; } + +.euiProgress--vis9.euiProgress--native::-webkit-progress-value { + background-color: #E7664C; } + +.euiProgress--vis9.euiProgress--native::-moz-progress-bar { + background-color: #E7664C; } + +.euiProgress--vis9.euiProgress--indeterminate:before { + background-color: #E7664C; } + +.euiProgress__data--vis9 .euiProgress__valueText { + color: #E7664C; } + +.euiProgress--customColor.euiProgress--native::-webkit-progress-value { + background-color: currentColor; } + +.euiProgress--customColor.euiProgress--native::-moz-progress-bar { + background-color: currentColor; } + +.euiProgress--customColor.euiProgress--indeterminate:before { + background-color: currentColor; } + +@-webkit-keyframes euiProgress { + 0% { + -webkit-transform: scaleX(1) translateX(-100%); + transform: scaleX(1) translateX(-100%); } + 100% { + -webkit-transform: scaleX(1) translateX(100%); + transform: scaleX(1) translateX(100%); } } + +@keyframes euiProgress { + 0% { + -webkit-transform: scaleX(1) translateX(-100%); + transform: scaleX(1) translateX(-100%); } + 100% { + -webkit-transform: scaleX(1) translateX(100%); + transform: scaleX(1) translateX(100%); } } + +.euiProgress__data { + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiProgress__label, +.euiProgress__valueText { + color: #DFE5EF; + font-weight: 400; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiProgress__label { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiProgress__label + .euiProgress__valueText { + padding-left: 4px; + -webkit-flex-grow: 1; + flex-grow: 1; + text-align: right; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiProgress__valueText { + font-feature-settings: 'tnum' 1; + margin-left: auto; } + +.euiProgress__data--l .euiProgress__label, +.euiProgress__data--l .euiProgress__valueText { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiTreeView__wrapper .euiTreeView { + margin: 0; + list-style-type: none; } + +.euiTreeView .euiTreeView { + padding-left: 24px; } + +.euiTreeView__node { + max-height: 32px; + line-height: 32px; } + +.euiTreeView__node--expanded { + max-height: 100vh; } + +.euiTreeView__nodeInner { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + padding-left: 8px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + align-items: center; + height: 32px; + border-radius: 6px; + width: 100%; + -moz-text-align-last: left; + text-align-last: left; } + .euiTreeView__nodeInner:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiTreeView__nodeInner:focus:focus-visible { + outline-style: auto; } + .euiTreeView__nodeInner:focus:not(:focus-visible) { + outline: none; } + .euiTreeView__nodeInner:hover, .euiTreeView__nodeInner:active, .euiTreeView__nodeInner:focus { + background-color: rgba(223, 229, 239, 0.2); } + .euiTreeView__nodeInner .euiTreeView__iconPlaceholder { + width: 32px; } + +.euiTreeView__nodeLabel { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiTreeView__iconWrapper { + margin-top: -2px; + margin-right: 8px; } + .euiTreeView__iconWrapper .euiToken { + margin-top: 2px; } + +.euiTreeView--compressed .euiTreeView__node { + max-height: 24px; + line-height: 24px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeInner { + height: 24px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__iconWrapper { + margin: 0 6px 0 0; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeLabel { + margin-top: -1px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__iconPlaceholder { + width: 24px; } + +.euiTreeView--compressed .euiTreeView__node--expanded { + max-height: 100vh; } + +.euiTreeView--withArrows .euiTreeView__expansionArrow { + margin-right: 4px; } + +.euiTreeView--withArrows.euiTreeView .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper { + margin-left: 0; } + +.euiTreeView--withArrows.euiTreeView .euiTreeView__iconWrapper { + margin-left: 20px; } + +.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper { + margin-left: 0; } + +.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__iconWrapper { + margin-left: 16px; } + +.euiResizableButton { + position: relative; + -webkit-flex-shrink: 0; + flex-shrink: 0; + z-index: 1; } + .euiResizableButton:before, .euiResizableButton:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + background-color: #D4DAE5; + transition: width 150ms ease, height 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease; } + .euiResizableButton.euiResizableButton--horizontal { + cursor: col-resize; + width: 16px; + margin-left: -8px; + margin-right: -8px; } + .euiResizableButton.euiResizableButton--horizontal:before, .euiResizableButton.euiResizableButton--horizontal:after { + width: 1px; + height: 12px; } + .euiResizableButton.euiResizableButton--horizontal:before { + -webkit-transform: translate(-2px, -50%); + transform: translate(-2px, -50%); } + .euiResizableButton.euiResizableButton--horizontal:after { + -webkit-transform: translate(1px, -50%); + transform: translate(1px, -50%); } + .euiResizableButton.euiResizableButton--vertical { + cursor: row-resize; + height: 16px; + margin-top: -8px; + margin-bottom: -8px; } + .euiResizableButton.euiResizableButton--vertical:before, .euiResizableButton.euiResizableButton--vertical:after { + width: 12px; + height: 1px; } + .euiResizableButton.euiResizableButton--vertical:before { + -webkit-transform: translate(-50%, -2px); + transform: translate(-50%, -2px); } + .euiResizableButton.euiResizableButton--vertical:after { + -webkit-transform: translate(-50%, 1px); + transform: translate(-50%, 1px); } + .euiResizableButton:hover:not(:disabled):before, .euiResizableButton:hover:not(:disabled):after { + background-color: #535966; + transition-delay: 150ms; } + .euiResizableButton:focus:not(:disabled) { + background-color: rgba(54, 162, 239, 0.1); } + .euiResizableButton:focus:not(:disabled):before, .euiResizableButton:focus:not(:disabled):after { + background-color: #36A2EF; + transition: width 150ms ease, height 150ms ease, -webkit-transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, -webkit-transform 150ms ease; + transition-delay: 75ms; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after { + height: 100%; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before { + -webkit-transform: translate(-1px, -50%); + transform: translate(-1px, -50%); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after { + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after { + width: 100%; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before { + -webkit-transform: translate(-50%, -1px); + transform: translate(-50%, -1px); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after { + -webkit-transform: translate(-50%, 0); + transform: translate(-50%, 0); } + .euiResizableButton:disabled { + display: none !important; } + +/** + * 1. The default position of the button should always be `middle`, so + * those position styles aren't restricted to a class + * 2. When collpsed, the button itself is the full collapsed area and we use + * flex to align the icon within + */ +.euiResizableToggleButton { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); + position: absolute; + z-index: 2; + -webkit-animation: none !important; + animation: none !important; + transition-property: background, box-shadow; } + .euiResizableToggleButton:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); } + .euiResizableToggleButton-isCollapsed { + box-shadow: none; + background: transparent; + border-radius: 0; } + .euiResizableToggleButton:not(:focus):not(:active):not(.euiResizableToggleButton-isVisible):not(.euiResizableToggleButton-isCollapsed) { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after { + right: 0; + top: 50%; + /* 1 */ + -webkit-transform: translate(50%, -50%); + transform: translate(50%, -50%); + /* 1 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--top { + top: 0; + -webkit-transform: translate(50%, 16px); + transform: translate(50%, 16px); } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--bottom { + top: auto; + bottom: 0; + -webkit-transform: translate(50%, -16px); + transform: translate(50%, -16px); } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before { + left: 0; + top: 50%; + /* 1 */ + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + /* 1 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--top { + top: 0; + -webkit-transform: translate(-50%, 16px); + transform: translate(-50%, 16px); } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--bottom { + top: auto; + bottom: 0; + -webkit-transform: translate(-50%, -16px); + transform: translate(-50%, -16px); } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed { + top: 0 !important; + bottom: 0 !important; + -webkit-transform: none !important; + transform: none !important; + height: 100%; } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--top { + padding-top: 16px; + -webkit-align-items: flex-start; + align-items: flex-start; + /* 2 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--bottom { + padding-bottom: 16px; + -webkit-align-items: flex-end; + align-items: flex-end; + /* 2 */ } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after { + top: 100%; + left: 50%; + /* 1 */ + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + /* 1 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--left { + left: 0; + -webkit-transform: translate(16px, -50%); + transform: translate(16px, -50%); } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--right { + left: auto; + right: 0; + -webkit-transform: translate(-16px, -50%); + transform: translate(-16px, -50%); } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before { + bottom: 100%; + left: 50%; + /* 1 */ + -webkit-transform: translate(-50%, 50%); + transform: translate(-50%, 50%); + /* 1 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--left { + left: 0; + -webkit-transform: translate(16px, 50%); + transform: translate(16px, 50%); } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--right { + left: auto; + right: 0; + -webkit-transform: translate(-16px, 50%); + transform: translate(-16px, 50%); } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed { + top: 0 !important; + bottom: 0 !important; + left: 0 !important; + -webkit-transform: none !important; + transform: none !important; + width: 100%; } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--left { + padding-left: 16px; + -webkit-justify-content: flex-start; + justify-content: flex-start; + /* 2 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--right { + padding-right: 16px; + -webkit-justify-content: flex-end; + justify-content: flex-end; + /* 2 */ } + +.euiResizableContainer { + display: -webkit-flex; + display: flex; + width: 100%; } + .euiResizableContainer--vertical { + -webkit-flex-direction: column; + flex-direction: column; } + +.euiResizablePanel { + position: relative; } + +.euiResizablePanel--paddingSmall { + padding: 8px; } + +.euiResizablePanel--paddingMedium { + padding: 16px; } + +.euiResizablePanel--paddingLarge { + padding: 24px; } + +.euiResizablePanel__content { + height: 100%; } + .euiResizablePanel__content:not([class*='plain']) { + border-width: 0; } + +.euiResizablePanel__content--scrollable { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar-corner, .euiResizablePanel__content--scrollable::-webkit-scrollbar-track { + background-color: transparent; } + +.euiResizablePanel-isCollapsed { + overflow: hidden; } + .euiResizablePanel-isCollapsed .euiResizablePanel__content * { + display: none; } + +.euiResizableContainer--horizontal .euiResizablePanel-isCollapsed { + min-width: 0 !important; } + +.euiResizableContainer--horizontal .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed { + min-width: 24px !important; } + +.euiResizableContainer--vertical .euiResizablePanel-isCollapsed { + min-height: 0 !important; } + +.euiResizableContainer--vertical .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed { + min-height: 24px !important; } + +.euiSideNav__mobileToggle { + height: auto; + border-bottom: 1px solid #343741; + width: 100%; + text-align: left; + border-radius: 0 !important; + font-size: 16px; + padding: 0 16px; } + .euiSideNav__mobileToggle .euiSideNav__mobileToggleText { + padding: 16px 0; } + .euiSideNav__mobileToggle .euiSideNav__mobileToggleContent { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiSideNav__heading { + margin-bottom: 24px; } + +@media only screen and (max-width: 574px) { + .euiSideNav__contentMobile-xs { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (max-width: 574px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiSideNav__contentMobile-s { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 575px) and (max-width: 767px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiSideNav__contentMobile-m { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 768px) and (max-width: 991px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiSideNav__contentMobile-l { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 992px) and (max-width: 1199px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 1200px) { + .euiSideNav__contentMobile-xl { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 1200px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +/** + * 1. Text-align defaults to center, so we have to override that. + * 2. Color the text at the item level and then have the button inherit so overrides are easier + * 3. Enable ellipsis overflow to work (https://css-tricks.com/flexbox-truncated-text/) + * 4. Restrict the underline to the button __label so it doesn't affect other components that might live within + */ +.euiSideNavItemButton { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + text-align: left; + /* 1 */ + display: block; + width: 100%; + padding: 2px 0; + color: inherit; + /* 2 */ } + .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover { + cursor: pointer; } + .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover .euiSideNavItemButton__label, .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):focus .euiSideNavItemButton__label { + text-decoration: underline; + /* 4 */ } + .euiSideNavItemButton.euiSideNavItemButton-isSelected { + color: #36A2EF; + font-weight: 700; } + .euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label { + text-decoration: underline; + /* 4 */ } + .euiSideNavItemButton:disabled { + cursor: not-allowed; + text-decoration: none; + color: #515761; } + +.euiSideNavItemButton__content { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiSideNavItemButton__icon { + margin-right: 8px; } + +.euiSideNavItemButton__labelContainer { + min-width: 0; + /* 3 */ } + +.euiSideNavItemButton__label { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSideNavItemButton__label--truncated { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiSideNavItem--root { + /** + * 1. Create padding around focus area without indenting the item itself. + */ } + .euiSideNavItem--root.euiSideNavItem--rootIcon > .euiSideNavItem__items { + margin-left: 24px; } + .euiSideNavItem--root > .euiSideNavItemButton { + margin-bottom: 8px; + padding: 0; + padding-left: 8px; + /* 1 */ + padding-right: 8px; + /* 1 */ + margin-left: -8px; + /* 1 */ + width: calc(100% + 16px); + /* 1 */ } + .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + color: inherit; } + .euiSideNavItem--root > .euiSideNavItem__items { + position: static; + margin-left: 0; } + .euiSideNavItem--root > .euiSideNavItem__items:after { + display: none; } + .euiSideNavItem--root + .euiSideNavItem--root { + margin-top: 32px; } + +.euiSideNavItem--trunk { + color: #DFE5EF; + /* 2 */ + /** + * 1. Create padding around focus area without indenting the item itself. + */ } + .euiSideNavItem--trunk > .euiSideNavItemButton { + padding-left: 8px; + /* 1 */ + padding-right: 8px; + /* 1 */ + margin-left: -8px; + /* 1 */ + width: calc(100% + 16px); + /* 1 */ } + .euiSideNavItem--trunk > .euiSideNavItem__items { + margin-left: 8px; + width: 100%; } + +.euiSideNavItem--branch { + /** + * 1. Draw the vertical line to group an expanded item's child items together. + */ + position: relative; + color: #878b95; + /* 2 */ + /** + * 2. Absolutely position the horizontal tick connecting the item to the vertical line. + */ } + .euiSideNavItem--branch::after { + /* 1 */ + position: absolute; + content: ''; + top: 0; + bottom: 0; + width: 1px; + background: #343741; + left: 0; } + .euiSideNavItem--branch:last-of-type::after { + height: 12px; } + .euiSideNavItem--branch > .euiSideNavItemButton { + position: relative; + /* 2 */ + padding-left: 8px; + padding-right: 8px; + /* 2 */ } + .euiSideNavItem--branch > .euiSideNavItemButton:after { + position: absolute; + /* 2 */ + content: ''; + top: 12px; + left: 0; + width: 4px; + height: 1px; + background: #343741; } + .euiSideNavItem--branch > .euiSideNavItem__items { + margin-left: 16px; } + +.euiSideNavItem--emphasized { + background: rgba(52, 55, 65, 0.3); + color: #DFE5EF; + box-shadow: 100px 0 0 0 rgba(52, 55, 65, 0.3), -100px 0 0 0 rgba(52, 55, 65, 0.3); } + .euiSideNavItem--emphasized > .euiSideNavItemButton { + font-weight: 700; } + .euiSideNavItem--emphasized .euiSideNavItem--emphasized { + background: transparent; + box-shadow: none; } + +.euiSpacer { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSpacer--xs { + height: 4px; } + +.euiSpacer--s { + height: 8px; } + +.euiSpacer--m { + height: 16px; } + +.euiSpacer--l { + height: 24px; } + +.euiSpacer--xl { + height: 32px; } + +.euiSpacer--xxl { + height: 40px; } + +.euiSearchBar__searchHolder { + min-width: 200px; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +@media only screen and (min-width: 1200px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +.euiSelectable { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + +.euiSelectable-fullHeight { + height: 100%; } + +.euiSelectableList:focus-within { + outline: 2px solid currentColor; } + .euiSelectableList:focus-within:focus-visible { + outline-style: auto; } + .euiSelectableList:focus-within:not(:focus-visible) { + outline: none; } + +.euiSelectableList-fullHeight { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSelectableList-bordered { + overflow: hidden; + border: 1px solid #343741; + border-radius: 6px; } + +.euiSelectableList__list { + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; } + .euiSelectableList__list::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiSelectableList__list::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiSelectableList__list::-webkit-scrollbar-corner, .euiSelectableList__list::-webkit-scrollbar-track { + background-color: transparent; } + +.euiSelectableList__groupLabel { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + border-bottom: 1px solid #202128; + padding: 4px 12px; } + +.euiSelectableListItem { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: -webkit-inline-flex; + display: inline-flex; + width: 100%; + text-align: left; + cursor: pointer; + overflow: hidden; } + .euiSelectableListItem:not(:last-of-type) { + border-bottom: 1px solid #202128; } + .euiSelectableListItem-isFocused:not([aria-disabled='true']), .euiSelectableListItem:hover:not([aria-disabled='true']) { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiSelectableListItem-isFocused:not([aria-disabled='true']) .euiSelectableListItem__text, .euiSelectableListItem:hover:not([aria-disabled='true']) .euiSelectableListItem__text { + text-decoration: underline; } + .euiSelectableListItem[aria-disabled='true'] { + color: #535966; + cursor: not-allowed; } + .euiSelectableListItem--paddingSmall .euiSelectableListItem__content { + padding: 4px 12px; } + +.euiSelectableListItem__content { + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiSelectableListItem__icon, +.euiSelectableListItem__prepend { + margin-right: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSelectableListItem__append { + margin-left: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSelectableListItem__text { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiSelectableListItem__text--truncate { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +/** + * 1. Prevent really long input from overflowing the container. + */ +.euiSelectableMessage { + padding: 8px; + text-align: center; + word-wrap: break-word; + /* 1 */ + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + +.euiSelectableMessage--bordered { + overflow: hidden; + border: 1px solid #343741; + border-radius: 6px; } + +.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout { + background-color: transparent; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout--group, + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout input { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) { + color: #FFF; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input { + color: inherit; + background-color: transparent; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-webkit-input-placeholder { + color: #abaeb5; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-moz-placeholder { + color: #abaeb5; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::placeholder { + color: #abaeb5; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) .euiFormControlLayout__append { + background-color: transparent; + color: inherit; } + +.euiSelectableTemplateSitewide__listItem .euiSelectableListItem__text { + text-decoration: none !important; } + +.euiSelectableTemplateSitewide__listItem[class*='-isFocused']:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle, .euiSelectableTemplateSitewide__listItem:hover:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle { + text-decoration: underline; } + +.euiSelectableTemplateSitewide__optionMetasList { + display: block; + margin-top: 4px; + font-size: 12px; + color: #7a7f89; } + +.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type)::after { + content: '•'; + margin: 0 4px; + color: #7a7f89; } + +.euiSelectableTemplateSitewide__optionMeta--application { + color: #6092C0; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--deployment { + color: #54B399; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--article { + color: #9170B8; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--case { + color: #E7664C; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--platform { + color: #D6BF57; + font-weight: 500; } + +.euiStat .euiStat__title { + color: #FFF; } + .euiStat .euiStat__title--subdued { + color: #7a7f89; } + .euiStat .euiStat__title--primary { + color: #36A2EF; } + .euiStat .euiStat__title--success { + color: #7DDED8; } + .euiStat .euiStat__title--danger { + color: #F86B63; } + .euiStat .euiStat__title--accent { + color: #F68FBE; } + +.euiStat .euiStat__title-isLoading { + -webkit-animation: euiStatPulse 1.5s infinite ease-in-out; + animation: euiStatPulse 1.5s infinite ease-in-out; } + +.euiStat.euiStat--leftAligned { + text-align: left; + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiStat.euiStat--centerAligned { + text-align: center; + -webkit-align-items: center; + align-items: center; } + +.euiStat.euiStat--rightAligned { + text-align: right; + -webkit-align-items: flex-end; + align-items: flex-end; } + +@-webkit-keyframes euiStatPulse { + 0% { + opacity: 1; } + 50% { + opacity: .25; } + 100% { + opacity: 1; } } + +@keyframes euiStatPulse { + 0% { + opacity: 1; } + 50% { + opacity: .25; } + 100% { + opacity: 1; } } + +.euiStepNumber { + width: 32px; + height: 32px; + display: inline-block; + line-height: 32px; + border-radius: 32px; + text-align: center; + color: #1D1E24; + background-color: #36A2EF; + font-size: 14px; + font-weight: 500; } + .euiStepNumber .euiStepNumber__icon { + vertical-align: middle; + position: relative; + top: -2px; } + .euiStepNumber--small { + width: 24px; + height: 24px; + display: inline-block; + line-height: 24px; + border-radius: 24px; + text-align: center; + color: #1D1E24; + background-color: #36A2EF; + font-size: 12px; + font-weight: 500; } + .euiStepNumber--small .euiStepNumber__icon { + top: -1px; } + .euiStepNumber--complete .euiStepNumber__icon { + stroke: currentColor; + stroke-width: .5px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiStepNumber--complete, .euiStepNumber--warning, .euiStepNumber--danger { + -webkit-animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1); } } + .euiStepNumber--loading { + background: transparent; } + .euiStepNumber.euiStepNumber-isHollow { + background-color: transparent; + border: 2px solid #36A2EF; } + .euiStepNumber.euiStepNumber-isHollow .euiStepNumber__number { + display: none; } + .euiStepNumber--warning { + color: #F3D371; + background-color: #493f22; } + .euiStepNumber--danger { + color: #F86B63; + background-color: #4a201e; } + .euiStepNumber--disabled { + color: #98A2B3; + background-color: #2e3136; } + .euiStepNumber--incomplete { + color: #98A2B3; + background-color: #2e3136; } + +/** + * 1. Ensure that the step number vertically aligns with the title text + */ +.euiStep:not(:last-of-type) { + background-image: linear-gradient(to right, transparent 0, transparent 15px, #343741 15px, #343741 17px, transparent 17px, transparent 100%); + background-repeat: no-repeat; + background-position: left 40px; } + +.euiStep--small:not(:last-of-type) { + background-position: left -4px top 32px; } + +.euiStep--small .euiStep__content { + padding-left: 28px; + margin-left: 12px; } + +.euiStep__titleWrapper { + display: -webkit-flex; + display: flex; } + +.euiStep__circle { + -webkit-flex-shrink: 0; + flex-shrink: 0; + margin-right: 16px; + vertical-align: top; + /* 1 */ } + +.euiStep__title { + font-weight: 500; } + +.euiStep__content { + padding: 16px 16px 32px; + margin: 8px 0; + padding-left: 32px; + margin-left: 16px; } + +.euiSubSteps { + padding: 16px; + background-color: #25262E; + margin-bottom: 16px; } + .euiSubSteps > *:last-child { + margin-bottom: 0; } + .euiText .euiSubSteps ol, + .euiSubSteps ol { + list-style-type: lower-alpha; } + +/** + * 1. Ensure the connecting lines stays behind the number + * 2. Make each step the same width + * 3. Make the content of each step align to the top, even if the steps are of varying heights, + * e.g. due to some of their titles wrapping to multiple lines + */ +.euiStepsHorizontal { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + background: rgba(37, 38, 46, 0.5); } + +.euiStepHorizontal__item { + -webkit-flex-grow: 1; + flex-grow: 1; + /* 2 */ + -webkit-flex-basis: 0%; + flex-basis: 0%; + /* 2 */ } + .euiStepHorizontal__item:first-of-type > .euiStepHorizontal::before, + .euiStepHorizontal__item:last-of-type > .euiStepHorizontal::after { + display: none; } + +.euiStepHorizontal { + padding: 24px 16px 16px; + display: -webkit-flex; + display: flex; + /* 3 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 3 */ + -webkit-align-items: center; + align-items: center; + /* 3 */ + -webkit-justify-content: flex-start; + justify-content: flex-start; + /* 3 */ + cursor: pointer; + position: relative; + width: 100%; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title, .euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title { + text-decoration: underline; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) { + outline: none; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number { + outline: 2px solid currentColor; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:focus-visible { + outline-style: auto; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:not(:focus-visible) { + outline: none; } + .euiStepHorizontal.euiStepHorizontal-isDisabled { + cursor: not-allowed; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + content: ''; + position: absolute; + width: calc(50% - 16px); + height: 1px; + top: 40px; + background-color: #343741; + z-index: 0; + /* 1 */ } + .euiStepHorizontal::before { + left: 0; } + .euiStepHorizontal::after { + right: 0; } + +.euiStepHorizontal__number { + position: relative; + /* 1 */ + z-index: 1; + /* 1 */ + transition: all 150ms ease-in-out; } + +.euiStepHorizontal__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + margin-top: 8px; + font-weight: 400; + text-align: center; } + .euiStepHorizontal-isDisabled .euiStepHorizontal__title { + color: #98A2B3; } + +.euiStepHorizontal-isComplete::before, .euiStepHorizontal-isComplete::after { + height: 2px; + background-color: #36A2EF; } + +.euiStepHorizontal-isSelected .euiStepHorizontal__number:not([class*='danger']):not([class*='warning']):not([class*='loading']) { + box-shadow: 0 0.8px 0.8px rgba(76, 158, 217, 0.1), 0 2.3px 2px rgba(76, 158, 217, 0.075); } + +.euiStepHorizontal-isSelected::before { + height: 2px; + background-color: #36A2EF; } + +@media only screen and (max-width: 574px) { + .euiStepHorizontal { + padding-top: 16px; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + top: 32px; } + .euiStepHorizontal__title { + display: none; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiStepHorizontal { + padding-top: 16px; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + top: 32px; } + .euiStepHorizontal__title { + display: none; } } + +.euiSuggestItem { + display: -webkit-flex; + display: flex; + -webkit-align-items: flex-start; + align-items: flex-start; + font-size: 12px; + line-height: 16px; + color: #DFE5EF; + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + max-width: 100%; } + .euiSuggestItem--truncate .euiSuggestItem__label, + .euiSuggestItem--truncate .euiSuggestItem__description { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +button.euiSuggestItem { + width: 100%; + text-align: left; } + button.euiSuggestItem:hover, button.euiSuggestItem:focus { + cursor: pointer; + background-color: rgba(54, 162, 239, 0.2); } + button.euiSuggestItem:hover .euiSuggestItem__label, button.euiSuggestItem:focus .euiSuggestItem__label { + text-decoration: underline; } + +.euiSuggestItem__type--tint0 { + background-color: #19362e; + color: #54B399; } + +.euiSuggestItem__type--tint1 { + background-color: #1d2c3a; + color: #6897c3; } + +.euiSuggestItem__type--tint2 { + background-color: #3f1d28; + color: #d77092; } + +.euiSuggestItem__type--tint3 { + background-color: #2c2237; + color: #a184c2; } + +.euiSuggestItem__type--tint4 { + background-color: #3d2b34; + color: #CA8EAE; } + +.euiSuggestItem__type--tint5 { + background-color: #40391a; + color: #D6BF57; } + +.euiSuggestItem__type--tint6 { + background-color: #383229; + color: #B9A888; } + +.euiSuggestItem__type--tint7 { + background-color: #412a15; + color: #DA8B45; } + +.euiSuggestItem__type--tint8 { + background-color: #331e1a; + color: #b67b6e; } + +.euiSuggestItem__type--tint9 { + background-color: #451f17; + color: #e86e55; } + +.euiSuggestItem__type--tint10 { + background-color: #2e3136; + color: #98A2B3; } + +.euiSuggestItem__type { + display: -webkit-flex; + display: flex; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: flex-start; + align-items: flex-start; + padding-top: 8px; + width: 32px; + min-height: 32px; + -webkit-align-self: stretch; + align-self: stretch; } + +.euiSuggestItem__label, +.euiSuggestItem__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + display: inline-block; + padding: 8px; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSuggestItem__label { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; } + .euiSuggestItem__label.euiSuggestItem__label--width20 { + -webkit-flex-basis: calc(20% - 16px); + flex-basis: calc(20% - 16px); + min-width: calc(20% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width21 { + -webkit-flex-basis: calc(21% - 16px); + flex-basis: calc(21% - 16px); + min-width: calc(21% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width22 { + -webkit-flex-basis: calc(22% - 16px); + flex-basis: calc(22% - 16px); + min-width: calc(22% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width23 { + -webkit-flex-basis: calc(23% - 16px); + flex-basis: calc(23% - 16px); + min-width: calc(23% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width24 { + -webkit-flex-basis: calc(24% - 16px); + flex-basis: calc(24% - 16px); + min-width: calc(24% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width25 { + -webkit-flex-basis: calc(25% - 16px); + flex-basis: calc(25% - 16px); + min-width: calc(25% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width26 { + -webkit-flex-basis: calc(26% - 16px); + flex-basis: calc(26% - 16px); + min-width: calc(26% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width27 { + -webkit-flex-basis: calc(27% - 16px); + flex-basis: calc(27% - 16px); + min-width: calc(27% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width28 { + -webkit-flex-basis: calc(28% - 16px); + flex-basis: calc(28% - 16px); + min-width: calc(28% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width29 { + -webkit-flex-basis: calc(29% - 16px); + flex-basis: calc(29% - 16px); + min-width: calc(29% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width30 { + -webkit-flex-basis: calc(30% - 16px); + flex-basis: calc(30% - 16px); + min-width: calc(30% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width31 { + -webkit-flex-basis: calc(31% - 16px); + flex-basis: calc(31% - 16px); + min-width: calc(31% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width32 { + -webkit-flex-basis: calc(32% - 16px); + flex-basis: calc(32% - 16px); + min-width: calc(32% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width33 { + -webkit-flex-basis: calc(33% - 16px); + flex-basis: calc(33% - 16px); + min-width: calc(33% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width34 { + -webkit-flex-basis: calc(34% - 16px); + flex-basis: calc(34% - 16px); + min-width: calc(34% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width35 { + -webkit-flex-basis: calc(35% - 16px); + flex-basis: calc(35% - 16px); + min-width: calc(35% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width36 { + -webkit-flex-basis: calc(36% - 16px); + flex-basis: calc(36% - 16px); + min-width: calc(36% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width37 { + -webkit-flex-basis: calc(37% - 16px); + flex-basis: calc(37% - 16px); + min-width: calc(37% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width38 { + -webkit-flex-basis: calc(38% - 16px); + flex-basis: calc(38% - 16px); + min-width: calc(38% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width39 { + -webkit-flex-basis: calc(39% - 16px); + flex-basis: calc(39% - 16px); + min-width: calc(39% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width40 { + -webkit-flex-basis: calc(40% - 16px); + flex-basis: calc(40% - 16px); + min-width: calc(40% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width41 { + -webkit-flex-basis: calc(41% - 16px); + flex-basis: calc(41% - 16px); + min-width: calc(41% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width42 { + -webkit-flex-basis: calc(42% - 16px); + flex-basis: calc(42% - 16px); + min-width: calc(42% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width43 { + -webkit-flex-basis: calc(43% - 16px); + flex-basis: calc(43% - 16px); + min-width: calc(43% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width44 { + -webkit-flex-basis: calc(44% - 16px); + flex-basis: calc(44% - 16px); + min-width: calc(44% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width45 { + -webkit-flex-basis: calc(45% - 16px); + flex-basis: calc(45% - 16px); + min-width: calc(45% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width46 { + -webkit-flex-basis: calc(46% - 16px); + flex-basis: calc(46% - 16px); + min-width: calc(46% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width47 { + -webkit-flex-basis: calc(47% - 16px); + flex-basis: calc(47% - 16px); + min-width: calc(47% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width48 { + -webkit-flex-basis: calc(48% - 16px); + flex-basis: calc(48% - 16px); + min-width: calc(48% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width49 { + -webkit-flex-basis: calc(49% - 16px); + flex-basis: calc(49% - 16px); + min-width: calc(49% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width50 { + -webkit-flex-basis: calc(50% - 16px); + flex-basis: calc(50% - 16px); + min-width: calc(50% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width51 { + -webkit-flex-basis: calc(51% - 16px); + flex-basis: calc(51% - 16px); + min-width: calc(51% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width52 { + -webkit-flex-basis: calc(52% - 16px); + flex-basis: calc(52% - 16px); + min-width: calc(52% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width53 { + -webkit-flex-basis: calc(53% - 16px); + flex-basis: calc(53% - 16px); + min-width: calc(53% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width54 { + -webkit-flex-basis: calc(54% - 16px); + flex-basis: calc(54% - 16px); + min-width: calc(54% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width55 { + -webkit-flex-basis: calc(55% - 16px); + flex-basis: calc(55% - 16px); + min-width: calc(55% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width56 { + -webkit-flex-basis: calc(56% - 16px); + flex-basis: calc(56% - 16px); + min-width: calc(56% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width57 { + -webkit-flex-basis: calc(57% - 16px); + flex-basis: calc(57% - 16px); + min-width: calc(57% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width58 { + -webkit-flex-basis: calc(58% - 16px); + flex-basis: calc(58% - 16px); + min-width: calc(58% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width59 { + -webkit-flex-basis: calc(59% - 16px); + flex-basis: calc(59% - 16px); + min-width: calc(59% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width60 { + -webkit-flex-basis: calc(60% - 16px); + flex-basis: calc(60% - 16px); + min-width: calc(60% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width61 { + -webkit-flex-basis: calc(61% - 16px); + flex-basis: calc(61% - 16px); + min-width: calc(61% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width62 { + -webkit-flex-basis: calc(62% - 16px); + flex-basis: calc(62% - 16px); + min-width: calc(62% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width63 { + -webkit-flex-basis: calc(63% - 16px); + flex-basis: calc(63% - 16px); + min-width: calc(63% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width64 { + -webkit-flex-basis: calc(64% - 16px); + flex-basis: calc(64% - 16px); + min-width: calc(64% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width65 { + -webkit-flex-basis: calc(65% - 16px); + flex-basis: calc(65% - 16px); + min-width: calc(65% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width66 { + -webkit-flex-basis: calc(66% - 16px); + flex-basis: calc(66% - 16px); + min-width: calc(66% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width67 { + -webkit-flex-basis: calc(67% - 16px); + flex-basis: calc(67% - 16px); + min-width: calc(67% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width68 { + -webkit-flex-basis: calc(68% - 16px); + flex-basis: calc(68% - 16px); + min-width: calc(68% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width69 { + -webkit-flex-basis: calc(69% - 16px); + flex-basis: calc(69% - 16px); + min-width: calc(69% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width70 { + -webkit-flex-basis: calc(70% - 16px); + flex-basis: calc(70% - 16px); + min-width: calc(70% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width71 { + -webkit-flex-basis: calc(71% - 16px); + flex-basis: calc(71% - 16px); + min-width: calc(71% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width72 { + -webkit-flex-basis: calc(72% - 16px); + flex-basis: calc(72% - 16px); + min-width: calc(72% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width73 { + -webkit-flex-basis: calc(73% - 16px); + flex-basis: calc(73% - 16px); + min-width: calc(73% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width74 { + -webkit-flex-basis: calc(74% - 16px); + flex-basis: calc(74% - 16px); + min-width: calc(74% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width75 { + -webkit-flex-basis: calc(75% - 16px); + flex-basis: calc(75% - 16px); + min-width: calc(75% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width76 { + -webkit-flex-basis: calc(76% - 16px); + flex-basis: calc(76% - 16px); + min-width: calc(76% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width77 { + -webkit-flex-basis: calc(77% - 16px); + flex-basis: calc(77% - 16px); + min-width: calc(77% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width78 { + -webkit-flex-basis: calc(78% - 16px); + flex-basis: calc(78% - 16px); + min-width: calc(78% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width79 { + -webkit-flex-basis: calc(79% - 16px); + flex-basis: calc(79% - 16px); + min-width: calc(79% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width80 { + -webkit-flex-basis: calc(80% - 16px); + flex-basis: calc(80% - 16px); + min-width: calc(80% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width81 { + -webkit-flex-basis: calc(81% - 16px); + flex-basis: calc(81% - 16px); + min-width: calc(81% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width82 { + -webkit-flex-basis: calc(82% - 16px); + flex-basis: calc(82% - 16px); + min-width: calc(82% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width83 { + -webkit-flex-basis: calc(83% - 16px); + flex-basis: calc(83% - 16px); + min-width: calc(83% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width84 { + -webkit-flex-basis: calc(84% - 16px); + flex-basis: calc(84% - 16px); + min-width: calc(84% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width85 { + -webkit-flex-basis: calc(85% - 16px); + flex-basis: calc(85% - 16px); + min-width: calc(85% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width86 { + -webkit-flex-basis: calc(86% - 16px); + flex-basis: calc(86% - 16px); + min-width: calc(86% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width87 { + -webkit-flex-basis: calc(87% - 16px); + flex-basis: calc(87% - 16px); + min-width: calc(87% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width88 { + -webkit-flex-basis: calc(88% - 16px); + flex-basis: calc(88% - 16px); + min-width: calc(88% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width89 { + -webkit-flex-basis: calc(89% - 16px); + flex-basis: calc(89% - 16px); + min-width: calc(89% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width90 { + -webkit-flex-basis: calc(90% - 16px); + flex-basis: calc(90% - 16px); + min-width: calc(90% - 16px); } + .euiSuggestItem__label--expand { + -webkit-flex-basis: auto; + flex-basis: auto; } + +.euiSuggestItem__description { + color: #7a7f89; + padding-top: 9px; + -webkit-flex-basis: auto; + flex-basis: auto; + -webkit-align-self: baseline; + align-self: baseline; } + .euiSuggestItem__description.euiSuggestItem__description--wrap { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + white-space: normal !important; } + +.euiSuggestItemOption[class*='isFocused'] .euiSuggestItem__label, .euiSuggestItemOption:hover:not([aria-disabled='true']) .euiSuggestItem__label, .euiSuggestItemOption:focus .euiSuggestItem__label { + text-decoration: underline; } + +.euiSuggestInput__statusIcon { + background-color: transparent !important; } + +/** + * NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from + * specifying a column width, e.g. the checkbox column. + */ +.euiTable { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; + width: 100%; + table-layout: fixed; + border: none; + border-collapse: collapse; + background-color: #1D1E24; } + .euiTable.euiTable--auto { + table-layout: auto; } + +.euiTableCaption { + position: relative; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +@media only screen and (min-width: 1200px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +.euiTableFooterCell, +.euiTableHeaderCell { + vertical-align: middle; + border-top: 1px solid #343741; + border-bottom: 1px solid #343741; + font-weight: inherit; + text-align: left; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 500; + border-top: none; } + .euiTableFooterCell .euiTableHeaderButton, + .euiTableHeaderCell .euiTableHeaderButton { + text-align: left; + font-weight: 500; } + .euiTableFooterCell .euiTableCellContent__text, + .euiTableHeaderCell .euiTableCellContent__text { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 600; } + +.euiTableHeaderButton { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: inherit; + width: 100%; } + .euiTableHeaderButton:hover .euiTableCellContent__text, .euiTableHeaderButton:focus .euiTableCellContent__text { + text-decoration: underline; + color: #36A2EF; } + .euiTableHeaderButton:hover .euiTableSortIcon, .euiTableHeaderButton:focus .euiTableSortIcon { + fill: #36A2EF; } + +.euiTableSortIcon { + margin-left: 4px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiTableHeaderButton-isSorted .euiTableSortIcon { + fill: #DFE5EF; } + +.euiTableHeaderCellCheckbox { + vertical-align: middle; + border-top: 1px solid #343741; + border-bottom: 1px solid #343741; + font-weight: inherit; + text-align: left; + width: 32px; + vertical-align: middle; + border-top: none; } + +.euiTableRow:hover { + background-color: #1e1e25; } + +.euiTableRow.euiTableRow-isClickable:hover { + background-color: rgba(54, 162, 239, 0.05); + cursor: pointer; } + +.euiTableRow.euiTableRow-isClickable:focus { + background-color: rgba(54, 162, 239, 0.1); } + +.euiTableRow.euiTableRow-isExpandedRow { + background-color: #1e1e25; } + .euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent { + padding-left: 40px; } + +.euiTableRow.euiTableRow-isSelected { + background-color: rgba(54, 162, 239, 0.2); } + .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(54, 162, 239, 0.2); } + .euiTableRow.euiTableRow-isSelected:hover, + .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(27, 81, 120, 0.28); } + +.euiTableRowCell { + vertical-align: middle; + border-top: 1px solid #343741; + border-bottom: 1px solid #343741; + font-weight: inherit; + text-align: left; + color: #DFE5EF; } + .euiTableRowCell--top { + vertical-align: top; } + .euiTableRowCell--bottom { + vertical-align: bottom; } + .euiTableRowCell--baseline { + vertical-align: baseline; } + .euiTableRowCell.euiTableRowCell--isMobileHeader { + display: none; } + +.euiTableRowCellCheckbox { + vertical-align: middle; + border-top: 1px solid #343741; + border-bottom: 1px solid #343741; + font-weight: inherit; + text-align: left; + width: 32px; + vertical-align: middle; } + +.euiTableFooterCell { + background-color: #25262E; + border-bottom: none; } + +/** + * 1. Vertically align all children. + * 2. The padding on this div allows the ellipsis to show if the content is truncated. If + * the padding was on the cell, the ellipsis would be cropped. + * 4. Prevent very long single words (e.g. the name of a field in a document) from overflowing + * the cell. + */ +.euiTableCellContent { + overflow: hidden; + /* 4 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + /* 1 */ + padding: 8px; + /* 2 */ } + +.euiTableCellContent__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 4 */ + min-width: 0; + text-overflow: ellipsis; } + +.euiTableCellContent--alignRight { + -webkit-justify-content: flex-end; + justify-content: flex-end; + text-align: right; } + +.euiTableCellContent--alignCenter { + -webkit-justify-content: center; + justify-content: center; + text-align: center; } + +.euiTableHeaderCell, +.euiTableFooterCell, +.euiTableCellContent--truncateText { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + .euiTableHeaderCell .euiTableCellContent__text, + .euiTableFooterCell .euiTableCellContent__text, + .euiTableCellContent--truncateText .euiTableCellContent__text { + overflow: hidden; } + +.euiTableCellContent--overflowingContent { + overflow: visible; + white-space: normal; + word-break: break-all; + word-break: break-word; } + +.euiTableCellContent--showOnHover > *:not(:first-child) { + margin-left: 8px; } + +.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + -webkit-flex-shrink: 0; + flex-shrink: 0; + opacity: .7; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus, +.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled { + -webkit-filter: grayscale(0%); + filter: grayscale(0%); + opacity: 0; } + +.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled), .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover, .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus { + opacity: 1; + -webkit-filter: grayscale(0%); + filter: grayscale(0%); } + +.euiTableRow-isExpandedRow .euiTableCellContent { + overflow: hidden; + -webkit-animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow; + animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow; } + +@-webkit-keyframes growExpandedRow { + 0% { + max-height: 0; } + 99% { + max-height: 100vh; } + 100% { + max-height: unset; } } + +@keyframes growExpandedRow { + 0% { + max-height: 0; } + 99% { + max-height: 100vh; } + 100% { + max-height: unset; } } + +.euiTableRowCell__mobileHeader { + display: none; } + +@media only screen and (max-width: 574px) { + .euiTableRowCell--hideForMobile { + display: none !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTableRowCell--hideForMobile { + display: none !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (min-width: 1200px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (max-width: 574px) { + .euiTable.euiTable--responsive thead { + display: none; } + .euiTable.euiTable--responsive tfoot { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 9.625px; + font-size: 0.6875rem; + display: block; + color: #98A2B3; + padding: 8px; + padding-bottom: 0; + margin-bottom: -8px; + min-height: 24px; } + .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + min-height: 0; } + .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + .euiTable.euiTable--responsive .euiTableRow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder { + border: 1px solid #343741; + box-shadow: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone { + border-radius: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium { + border-radius: 6px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent { + background-color: transparent; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued { + background-color: #141519; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent { + background-color: #4a2b39; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary { + background-color: #103148; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success { + background-color: #264341; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning { + background-color: #493f22; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger { + background-color: #4a201e; } + .euiTable.euiTable--responsive .euiTableRow { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + background-color: #1D1E24; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + padding: 8px; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableRow:hover { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions { + background-image: linear-gradient(to right, rgba(83, 89, 102, 0.1) 0, rgba(83, 89, 102, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + padding-right: 40px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions { + min-width: 0; + width: 24px; + position: absolute; + top: 16px; + right: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent { + -webkit-flex-direction: column; + flex-direction: column; + padding: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink { + padding: 4px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander { + top: auto; + bottom: 16px; + right: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable { + padding-left: 36px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox { + position: absolute; + left: 4px; + top: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(54, 162, 239, 0.2); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow { + background-image: linear-gradient(to right, rgba(83, 89, 102, 0.1) 0, rgba(83, 89, 102, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + margin-top: -16px; + position: relative; + z-index: 2; + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-left: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + width: calc(100% - 40px); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell { + display: block; + /* IE requires block to grow and wrap. */ + min-width: 50%; + border: none; } + .euiTable.euiTable--responsive .euiTableRowCellCheckbox { + border: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * { + margin-left: 0; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide { + display: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + opacity: 1; + -webkit-filter: none; + filter: none; + margin-left: 0; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableCellContent--alignRight { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + .euiTable.euiTable--responsive .euiTableCellContent--alignCenter { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTable.euiTable--responsive thead { + display: none; } + .euiTable.euiTable--responsive tfoot { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 9.625px; + font-size: 0.6875rem; + display: block; + color: #98A2B3; + padding: 8px; + padding-bottom: 0; + margin-bottom: -8px; + min-height: 24px; } + .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + min-height: 0; } + .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + .euiTable.euiTable--responsive .euiTableRow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder { + border: 1px solid #343741; + box-shadow: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone { + border-radius: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium { + border-radius: 6px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent { + background-color: transparent; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued { + background-color: #141519; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent { + background-color: #4a2b39; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary { + background-color: #103148; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success { + background-color: #264341; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning { + background-color: #493f22; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger { + background-color: #4a201e; } + .euiTable.euiTable--responsive .euiTableRow { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + background-color: #1D1E24; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + padding: 8px; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableRow:hover { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions { + background-image: linear-gradient(to right, rgba(83, 89, 102, 0.1) 0, rgba(83, 89, 102, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + padding-right: 40px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions { + min-width: 0; + width: 24px; + position: absolute; + top: 16px; + right: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent { + -webkit-flex-direction: column; + flex-direction: column; + padding: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink { + padding: 4px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander { + top: auto; + bottom: 16px; + right: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable { + padding-left: 36px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox { + position: absolute; + left: 4px; + top: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(54, 162, 239, 0.2); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow { + background-image: linear-gradient(to right, rgba(83, 89, 102, 0.1) 0, rgba(83, 89, 102, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); + margin-top: -16px; + position: relative; + z-index: 2; + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-left: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover { + background-color: #1D1E24; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + width: calc(100% - 40px); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell { + display: block; + /* IE requires block to grow and wrap. */ + min-width: 50%; + border: none; } + .euiTable.euiTable--responsive .euiTableRowCellCheckbox { + border: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * { + margin-left: 0; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide { + display: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + opacity: 1; + -webkit-filter: none; + filter: none; + margin-left: 0; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableCellContent--alignRight { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + .euiTable.euiTable--responsive .euiTableCellContent--alignCenter { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +.euiTableHeaderMobile, +.euiTableHeaderCell--hideForDesktop { + display: none; } + +@media only screen and (max-width: 574px) { + .euiTableHeaderMobile { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 8px 0; } + .euiTableSortMobile { + display: block; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTableHeaderMobile { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 8px 0; } + .euiTableSortMobile { + display: block; } } + +.euiTabs { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + max-width: 100%; + overflow-x: auto; + overflow-y: hidden; + position: relative; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiTabs::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiTabs::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiTabs::-webkit-scrollbar-corner, .euiTabs::-webkit-scrollbar-track { + background-color: transparent; } + .euiTabs--bottomBorder { + box-shadow: inset 0 -1px 0 #343741; } + .euiTabs::-webkit-scrollbar { + height: 2px; } + +.euiTab { + color: #DFE5EF; + padding: 12px 16px; + cursor: pointer; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + align-items: center; } + .euiTab .euiTab__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: #DFE5EF; + line-height: 1.5; + display: block; } + .euiTab:not(.euiTab-isDisabled):hover .euiTab__content, + .euiTab:not(.euiTab-isDisabled):focus .euiTab__content { + text-decoration: underline; } + .euiTab:focus { + background-color: rgba(54, 162, 239, 0.2); + outline-offset: -2px; } + .euiTab.euiTab-isSelected { + box-shadow: inset 0 -2px 0 #36A2EF; } + .euiTab.euiTab-isSelected, + .euiTab.euiTab-isSelected .euiTab__content { + color: #36A2EF !important; } + .euiTab.euiTab-isDisabled, + .euiTab.euiTab-isDisabled .euiTab__content { + color: #515761 !important; } + .euiTab.euiTab-isDisabled:hover { + cursor: not-allowed; } + .euiTab.euiTab-isDisabled.euiTab-isSelected { + box-shadow: inset 0 -2px 0 #515761; } + .euiTabs--small .euiTab { + padding: 8px; } + .euiTabs--small .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiTabs--large .euiTab { + padding: 12px 16px; } + .euiTabs--xlarge .euiTab { + padding: 8px 24px; } + .euiTabs--xlarge .euiTab .euiTab__content { + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; } + .euiTabs--expand .euiTab { + -webkit-flex-basis: 0%; + flex-basis: 0%; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-justify-content: center; + justify-content: center; } + +.euiTab__prepend { + margin-right: 8px; } + +.euiTab__append { + margin-left: 8px; } + +.euiTabs--condensed .euiTab { + padding: 8px 4px; } + .euiTabs--condensed .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 600; } + .euiTabs--condensed .euiTab + .euiTab { + margin-left: 16px; } + +.euiTabs--condensed.euiTabs--small .euiTab { + padding: 6px 4px; } + .euiTabs--condensed.euiTabs--small .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiTabs--condensed.euiTabs--large .euiTab + .euiTab { + margin-left: 24px; } + +.euiTabs--condensed.euiTabs--xlarge .euiTab { + padding: 12px 4px; } + .euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content { + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; } + .euiTabs--condensed.euiTabs--xlarge .euiTab + .euiTab { + margin-left: 24px; } + +.euiTextDiff del { + color: #F86B63; } + +.euiTextDiff ins { + color: #7DDED8; } + +.euiTitle + .euiTitle { + margin-top: 24px; } + +.euiTitle--uppercase { + text-transform: uppercase; } + +.euiTitle--xxxsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; } + +.euiTitle--xxsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiTitle--xsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiTitle--small { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiTitle--medium { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiTitle--large { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 34px; + font-size: 2.42857rem; + line-height: 2.85714rem; + font-weight: 700; } + +/** + * 1. Allow list to expand as items are added, but cap it at the screen height. + * 2. Allow some padding for shadow + */ +.euiGlobalToastList { + scrollbar-color: rgba(152, 162, 179, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + position: fixed; + z-index: 9000; + bottom: 0; + width: 400px; + /* 2 */ + max-height: 100vh; + /* 1 */ + overflow-y: auto; + scrollbar-width: none; } + .euiGlobalToastList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiGlobalToastList::-webkit-scrollbar-thumb { + background-color: rgba(152, 162, 179, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiGlobalToastList::-webkit-scrollbar-corner, .euiGlobalToastList::-webkit-scrollbar-track { + background-color: transparent; } + .euiGlobalToastList::-webkit-scrollbar { + width: 0; + height: 0; } + .euiGlobalToastList:not(:empty) { + padding: 16px; } + +.euiGlobalToastList--right:not(:empty) { + right: 0; + padding-left: 64px; + /* 2 */ } + +.euiGlobalToastList--left:not(:empty) { + left: 0; + padding-right: 64px; + /* 2 */ } + +.euiGlobalToastListItem { + margin-bottom: 16px; + -webkit-animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1); + opacity: 1; + /** + * 1. justify-content: flex-end interferes with overflowing content, so we'll use this to push + * items to the bottom instead. + */ } + .euiGlobalToastListItem:first-child { + margin-top: auto; + /* 1 */ } + .euiGlobalToastListItem:last-child { + margin-bottom: 0; } + .euiGlobalToastListItem.euiGlobalToastListItem-isDismissed { + transition: opacity 250ms; + opacity: 0; } + +@-webkit-keyframes euiShowToast { + from { + -webkit-transform: translateY(24px) scale(0.9); + transform: translateY(24px) scale(0.9); + opacity: 0; } + to { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 1; } } + +@keyframes euiShowToast { + from { + -webkit-transform: translateY(24px) scale(0.9); + transform: translateY(24px) scale(0.9); + opacity: 0; } + to { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 1; } } + +@media only screen and (max-width: 574px) { + /** + * 1. Mobile we make these 100%. Matching change happens on the item as well. + */ + .euiGlobalToastList:not(:empty) { + left: 0; + padding-left: 16px; + padding-right: 16px; + width: 100%; + /* 1 */ } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + /** + * 1. Mobile we make these 100%. Matching change happens on the item as well. + */ + .euiGlobalToastList:not(:empty) { + left: 0; + padding-left: 16px; + padding-right: 16px; + width: 100%; + /* 1 */ } } + +.euiToast { + border: 1px solid #343741; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2); + position: relative; + padding: 16px; + background-color: #1D1E24; + width: 100%; } + .euiToast:hover .euiToast__closeButton, + .euiToast:focus .euiToast__closeButton { + opacity: 1; } + +/** + * 1. Fit button to icon. + */ +.euiToast__closeButton { + position: absolute; + top: 16px; + right: 16px; + line-height: 0; + /* 1 */ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + opacity: 0; + transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiToast__closeButton svg { + fill: #434548; } + .euiToast__closeButton:hover svg { + fill: #DFE5EF; } + .euiToast__closeButton:focus { + background-color: rgba(54, 162, 239, 0.2); + opacity: 1; } + .euiToast__closeButton:focus svg { + fill: #36A2EF; } + +.euiToast--primary { + border-top: 2px solid #36A2EF; } + +.euiToast--success { + border-top: 2px solid #7DDED8; } + +.euiToast--warning { + border-top: 2px solid #F3D371; } + +.euiToast--danger { + border-top: 2px solid #F86B63; } + +/** + * 1. Align icon with first line of title text if it wraps. + * 2. Apply margin to all but last item in the flex. + * 3. Account for close button. + */ +.euiToastHeader { + padding-right: 24px; + /* 3 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + /* 1 */ } + .euiToastHeader > * + * { + margin-left: 8px; + /* 2 */ } + +/** + * 1. Vertically center icon with first line of title. + */ +.euiToastHeader__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + fill: #DFE5EF; + -webkit-transform: translateY(2px); + transform: translateY(2px); + /* 1 */ } + +.euiToastHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 300; } + +.euiToastHeader--withBody { + margin-bottom: 8px; } + +/** + * 1. Prevent long lines from overflowing. + */ +.euiToastBody { + word-wrap: break-word; + /* 1 */ } + +.euiToken { + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + .euiToken svg { + height: 100%; + margin: auto; } + +.euiToken--circle { + border-radius: 50%; } + +.euiToken--square { + border-radius: 5px; } + +.euiToken--xsmall { + width: 12px; + height: 12px; } + .euiToken--xsmall.euiToken--rectangle { + padding: 0 4px; } + +.euiToken--small { + width: 16px; + height: 16px; } + .euiToken--small.euiToken--rectangle { + padding: 0 4px; } + +.euiToken--medium { + width: 24px; + height: 24px; } + .euiToken--medium.euiToken--rectangle { + padding: 0 8px; } + +.euiToken--large { + width: 32px; + height: 32px; } + .euiToken--large.euiToken--rectangle { + padding: 0 8px; } + +.euiToken--rectangle { + box-sizing: content-box; } + +.euiToken--euiColorVis0 { + color: #54B399; } + .euiToken--euiColorVis0.euiToken--light { + color: #54B399; + background-color: #19362e; + box-shadow: inset 0 0 0 1px #22483d; } + .euiToken--euiColorVis0.euiToken--dark { + background-color: #6DCCB1; + color: #000; } + +.euiToken--euiColorVis1 { + color: #6092C0; } + .euiToken--euiColorVis1.euiToken--light { + color: #6897c3; + background-color: #1d2c3a; + box-shadow: inset 0 0 0 1px #263a4d; } + .euiToken--euiColorVis1.euiToken--dark { + background-color: #79AAD9; + color: #000; } + +.euiToken--euiColorVis2 { + color: #D36086; } + .euiToken--euiColorVis2.euiToken--light { + color: #d77092; + background-color: #3f1d28; + box-shadow: inset 0 0 0 1px #542636; } + .euiToken--euiColorVis2.euiToken--dark { + background-color: #EE789D; + color: #000; } + +.euiToken--euiColorVis3 { + color: #9170B8; } + .euiToken--euiColorVis3.euiToken--light { + color: #a184c2; + background-color: #2c2237; + box-shadow: inset 0 0 0 1px #3a2d4a; } + .euiToken--euiColorVis3.euiToken--dark { + background-color: #A987D1; + color: #000; } + +.euiToken--euiColorVis4 { + color: #CA8EAE; } + .euiToken--euiColorVis4.euiToken--light { + color: #CA8EAE; + background-color: #3d2b34; + box-shadow: inset 0 0 0 1px #513946; } + .euiToken--euiColorVis4.euiToken--dark { + background-color: #E4A6C7; + color: #000; } + +.euiToken--euiColorVis5 { + color: #D6BF57; } + .euiToken--euiColorVis5.euiToken--light { + color: #D6BF57; + background-color: #40391a; + box-shadow: inset 0 0 0 1px #564c23; } + .euiToken--euiColorVis5.euiToken--dark { + background-color: #F1D86F; + color: #000; } + +.euiToken--euiColorVis6 { + color: #B9A888; } + .euiToken--euiColorVis6.euiToken--light { + color: #B9A888; + background-color: #383229; + box-shadow: inset 0 0 0 1px #4a4336; } + .euiToken--euiColorVis6.euiToken--dark { + background-color: #D2C0A0; + color: #000; } + +.euiToken--euiColorVis7 { + color: #DA8B45; } + .euiToken--euiColorVis7.euiToken--light { + color: #DA8B45; + background-color: #412a15; + box-shadow: inset 0 0 0 1px #57381c; } + .euiToken--euiColorVis7.euiToken--dark { + background-color: #F5A35C; + color: #000; } + +.euiToken--euiColorVis8 { + color: #AA6556; } + .euiToken--euiColorVis8.euiToken--light { + color: #b67b6e; + background-color: #331e1a; + box-shadow: inset 0 0 0 1px #442822; } + .euiToken--euiColorVis8.euiToken--dark { + background-color: #C47C6C; + color: #000; } + +.euiToken--euiColorVis9 { + color: #E7664C; } + .euiToken--euiColorVis9.euiToken--light { + color: #e86e55; + background-color: #451f17; + box-shadow: inset 0 0 0 1px #5c291e; } + .euiToken--euiColorVis9.euiToken--dark { + background-color: #FF7E62; + color: #000; } + +.euiToken--gray { + color: #535966; } + .euiToken--gray.euiToken--light { + color: #81858f; + background-color: #191b1f; + box-shadow: inset 0 0 0 1px #212429; } + .euiToken--gray.euiToken--dark { + background-color: #535966; + color: #FFF; } + +/* + * 1. Shift arrow 1px more than half its size to account for border radius + */ +.euiToolTip { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); + border-radius: 6px; + background-color: black; + color: #FFF; + z-index: 9000; + max-width: 256px; + overflow-wrap: break-word; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 12px; + -webkit-animation: euiToolTipTop 350ms ease-out 0s forwards; + animation: euiToolTipTop 350ms ease-out 0s forwards; + position: absolute; + opacity: 0; + /* 1 */ + /* 1 */ } + .euiToolTip .euiToolTip__arrow { + content: ''; + position: absolute; + -webkit-transform-origin: center; + transform-origin: center; + border-radius: 2px; + background-color: black; + width: 12px; + height: 12px; + -webkit-transform: translateY(-7px) rotateZ(45deg); + transform: translateY(-7px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--right { + -webkit-animation-name: euiToolTipRight; + animation-name: euiToolTipRight; } + .euiToolTip.euiToolTip--right .euiToolTip__arrow { + -webkit-transform: translateX(-5px) rotateZ(45deg); + transform: translateX(-5px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--bottom { + -webkit-animation-name: euiToolTipBottom; + animation-name: euiToolTipBottom; } + .euiToolTip.euiToolTip--bottom .euiToolTip__arrow { + -webkit-transform: translateY(-5px) rotateZ(45deg); + transform: translateY(-5px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--left { + -webkit-animation-name: euiToolTipLeft; + animation-name: euiToolTipLeft; } + .euiToolTip.euiToolTip--left .euiToolTip__arrow { + -webkit-transform: translateX(-7px) rotateZ(45deg); + transform: translateX(-7px) rotateZ(45deg); + /* 1 */ } + .euiToolTip .euiToolTip__title { + font-weight: 700; + border-bottom: solid 1px #333333; + padding-bottom: 4px; + margin-bottom: 4px; } + +.euiToolTipAnchor { + display: inline-block; } + .euiToolTipAnchor *[disabled] { + pointer-events: none; } + .euiToolTipAnchor.euiToolTipAnchor--displayBlock { + display: block; } + +@-webkit-keyframes euiToolTipTop { + 0% { + opacity: 0; + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipTop { + 0% { + opacity: 0; + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipBottom { + 0% { + opacity: 0; + -webkit-transform: translateY(16px); + transform: translateY(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipBottom { + 0% { + opacity: 0; + -webkit-transform: translateY(16px); + transform: translateY(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-16px); + transform: translateX(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-16px); + transform: translateX(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipRight { + 0% { + opacity: 0; + -webkit-transform: translateX(16px); + transform: translateX(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipRight { + 0% { + opacity: 0; + -webkit-transform: translateX(16px); + transform: translateX(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +.euiTourHeader { + border-bottom: none; + margin-bottom: 8px !important; } + .euiTourHeader .euiTourHeader__title { + margin-top: 0; } + +.euiTourHeader__subtitle { + color: #7a7f89; } + +.euiTourFooter { + background-color: #141519; + border-radius: 0 0 6px 6px; } + +.euiTour .euiTour__beacon { + pointer-events: none; + position: absolute; + opacity: 0; + transition: opacity 0s 350ms; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--right .euiTour__beacon { + opacity: 1; + top: 6px; + left: -24px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--left .euiTour__beacon { + opacity: 1; + top: 6px; + left: 12px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + border-top-color: #25262E; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top .euiTour__beacon { + opacity: 1; + top: 12px; + left: 6px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--bottom .euiTour__beacon { + opacity: 1; + top: -24px; + left: 6px; } + +.euiTourStepIndicator { + display: inline-block; } + +.euiText { + color: #DFE5EF; + font-weight: 400; + color: inherit; + clear: both; } + .euiText a:not([class]) { + text-align: left; + font-weight: 500; } + .euiText a:not([class]):hover { + text-decoration: underline; } + .euiText a:not([class]):focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiText a:not([class]):focus:focus-visible { + outline-style: auto; } + .euiText a:not([class]):focus:not(:focus-visible) { + outline: none; } + .euiText img { + display: block; + width: 100%; } + .euiText ul { + list-style: disc; } + .euiText ol { + list-style: decimal; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote) { + position: relative; + text-align: center; + margin-left: auto; + margin-right: auto; + font-family: Georgia, Times, Times New Roman, serif; + font-style: italic; + letter-spacing: normal; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote) p:last-child { + margin-bottom: 0; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):before, .euiText blockquote:not(.euiMarkdownFormat__blockquote):after { + position: absolute; + content: ''; + height: 2px; + width: 50%; + right: 0; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + background: #98A2B3; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):before { + top: 0; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):after { + bottom: 0; } + .euiText h1 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 34px; + font-size: 2.42857rem; + line-height: 2.85714rem; + font-weight: 700; } + .euiText h2 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + .euiText h3 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; } + .euiText h4, + .euiText dt { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + .euiText h5 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + .euiText h6 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + text-transform: uppercase; } + .euiText h1, + .euiText h2, + .euiText h3, + .euiText h4, + .euiText h5, + .euiText h6, + .euiText dt { + color: inherit; } + .euiText pre { + white-space: pre-wrap; + background: #25262E; + color: #DFE5EF; } + .euiText pre, + .euiText pre code { + display: block; } + .euiText code { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; } + .euiText.euiText--constrainedWidth { + max-width: 36em; + min-width: 75%; } + .euiText > :last-child, + .euiText .euiTextColor > :last-child { + margin-bottom: 0 !important; } + +.euiText--medium { + font-size: 14px; + font-size: 1rem; + line-height: 1.5; } + .euiText--medium p, + .euiText--medium ul, + .euiText--medium ol, + .euiText--medium dl, + .euiText--medium blockquote, + .euiText--medium img, + .euiText--medium pre { + margin-bottom: 1.5rem; } + .euiText--medium ul, + .euiText--medium ol { + margin-left: 1.5rem; } + .euiText--medium blockquote { + font-size: 1rem; + padding: 1.5rem; } + .euiText--medium h1 { + font-size: 2.125rem; + line-height: 1.41176; + margin-bottom: 0.5rem; } + .euiText--medium h2 { + font-size: 1.6875rem; + line-height: 1.48148; + margin-bottom: 0.5rem; } + .euiText--medium h3 { + font-size: 1.375rem; + line-height: 1.45455; + margin-bottom: 0.5rem; } + .euiText--medium h4 { + font-size: 1rem; + line-height: 1.5; + margin-bottom: 0.5rem; } + .euiText--medium h5 { + font-size: 0.875rem; + line-height: 1.14286; + margin-bottom: 0.5rem; } + .euiText--medium h6 { + font-size: 0.75rem; + line-height: 1.33333; + margin-bottom: 0.5rem; } + .euiText--medium * + h2 { + margin-top: 2rem; } + .euiText--medium * + h3 { + margin-top: 2rem; } + .euiText--medium * + h4 { + margin-top: 2rem; } + .euiText--medium * + h5 { + margin-top: 2rem; } + .euiText--medium * + h6 { + margin-top: 2rem; } + .euiText--medium dd + dt { + margin-top: 1rem; } + .euiText--medium dt, + .euiText--medium .eui-definitionListReverse dd { + font-size: 1rem; + line-height: 1.5; } + .euiText--medium .eui-definitionListReverse dt { + font-size: 0.75rem; + color: #DFE5EF; } + .euiText--medium small { + font-size: 0.875rem; } + .euiText--medium pre { + padding: 1rem; } + .euiText--medium code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1rem; + border-left-width: 0.25rem; + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox__label { + font-size: 1rem; + padding-left: 1.5rem; + line-height: 1.5; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25rem 0.5rem; } + +.euiText--small { + font-size: 14px; + font-size: 1rem; + line-height: 1.5; } + .euiText--small p, + .euiText--small ul, + .euiText--small ol, + .euiText--small dl, + .euiText--small blockquote, + .euiText--small img, + .euiText--small pre { + margin-bottom: 1.5rem; } + .euiText--small ul, + .euiText--small ol { + margin-left: 1.5rem; } + .euiText--small blockquote { + font-size: 1rem; + padding: 1.5rem; } + .euiText--small h1 { + font-size: 2.125rem; + line-height: 1.41176; + margin-bottom: 0.5rem; } + .euiText--small h2 { + font-size: 1.6875rem; + line-height: 1.48148; + margin-bottom: 0.5rem; } + .euiText--small h3 { + font-size: 1.375rem; + line-height: 1.45455; + margin-bottom: 0.5rem; } + .euiText--small h4 { + font-size: 1rem; + line-height: 1.5; + margin-bottom: 0.5rem; } + .euiText--small h5 { + font-size: 0.875rem; + line-height: 1.14286; + margin-bottom: 0.5rem; } + .euiText--small h6 { + font-size: 0.75rem; + line-height: 1.33333; + margin-bottom: 0.5rem; } + .euiText--small * + h2 { + margin-top: 2rem; } + .euiText--small * + h3 { + margin-top: 2rem; } + .euiText--small * + h4 { + margin-top: 2rem; } + .euiText--small * + h5 { + margin-top: 2rem; } + .euiText--small * + h6 { + margin-top: 2rem; } + .euiText--small dd + dt { + margin-top: 1rem; } + .euiText--small dt, + .euiText--small .eui-definitionListReverse dd { + font-size: 1rem; + line-height: 1.5; } + .euiText--small .eui-definitionListReverse dt { + font-size: 0.75rem; + color: #DFE5EF; } + .euiText--small small { + font-size: 0.875rem; } + .euiText--small pre { + padding: 1rem; } + .euiText--small code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1rem; + border-left-width: 0.25rem; + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--small.euiMarkdownFormat .euiCheckbox__label { + font-size: 1rem; + padding-left: 1.5rem; + line-height: 1.5; } + .euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25rem 0.5rem; } + +.euiText--extraSmall { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.5; } + .euiText--extraSmall p, + .euiText--extraSmall ul, + .euiText--extraSmall ol, + .euiText--extraSmall dl, + .euiText--extraSmall blockquote, + .euiText--extraSmall img, + .euiText--extraSmall pre { + margin-bottom: 1.28571rem; } + .euiText--extraSmall ul, + .euiText--extraSmall ol { + margin-left: 1.28571rem; } + .euiText--extraSmall blockquote { + font-size: 0.85714rem; + padding: 1.28571rem; } + .euiText--extraSmall h1 { + font-size: 1.82143rem; + line-height: 1.41176; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h2 { + font-size: 1.44643rem; + line-height: 1.48148; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h3 { + font-size: 1.17857rem; + line-height: 1.45455; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h4 { + font-size: 0.85714rem; + line-height: 1.5; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h5 { + font-size: 0.75rem; + line-height: 1.14286; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h6 { + font-size: 0.64286rem; + line-height: 1.33333; + margin-bottom: 0.42857rem; } + .euiText--extraSmall * + h2 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h3 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h4 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h5 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h6 { + margin-top: 1.71429rem; } + .euiText--extraSmall dd + dt { + margin-top: 0.85714rem; } + .euiText--extraSmall dt, + .euiText--extraSmall .eui-definitionListReverse dd { + font-size: 0.85714rem; + line-height: 1.5; } + .euiText--extraSmall .eui-definitionListReverse dt { + font-size: 0.64286rem; + color: #DFE5EF; } + .euiText--extraSmall small { + font-size: 0.75rem; } + .euiText--extraSmall pre { + padding: 0.85714rem; } + .euiText--extraSmall code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.77143rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 0.85714rem; + border-left-width: 0.21429rem; + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox__label { + font-size: 0.85714rem; + padding-left: 1.28571rem; + line-height: 1.5; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.21429rem 0.42857rem; } + +.euiText--relative { + font-size: 1em; + line-height: 1.5; } + .euiText--relative p, + .euiText--relative ul, + .euiText--relative ol, + .euiText--relative dl, + .euiText--relative blockquote, + .euiText--relative img, + .euiText--relative pre { + margin-bottom: 1.5em; } + .euiText--relative ul, + .euiText--relative ol { + margin-left: 1.5em; } + .euiText--relative blockquote { + font-size: 1em; + padding: 1.5em; } + .euiText--relative h1 { + font-size: 2.125em; + line-height: 1.41176; + margin-bottom: 0.23529em; } + .euiText--relative h2 { + font-size: 1.6875em; + line-height: 1.48148; + margin-bottom: 0.2963em; } + .euiText--relative h3 { + font-size: 1.375em; + line-height: 1.45455; + margin-bottom: 0.36364em; } + .euiText--relative h4 { + font-size: 1em; + line-height: 1.5; + margin-bottom: 0.5em; } + .euiText--relative h5 { + font-size: 0.875em; + line-height: 1.14286; + margin-bottom: 0.57143em; } + .euiText--relative h6 { + font-size: 0.75em; + line-height: 1.33333; + margin-bottom: 0.66667em; } + .euiText--relative * + h2 { + margin-top: 1.18519em; } + .euiText--relative * + h3 { + margin-top: 1.45455em; } + .euiText--relative * + h4 { + margin-top: 2em; } + .euiText--relative * + h5 { + margin-top: 2.28571em; } + .euiText--relative * + h6 { + margin-top: 2.66667em; } + .euiText--relative dd + dt { + margin-top: 14pxem; } + .euiText--relative dt, + .euiText--relative .eui-definitionListReverse dd { + font-size: 1em; + line-height: 1.5; } + .euiText--relative .eui-definitionListReverse dt { + font-size: 0.75em; + color: #DFE5EF; } + .euiText--relative small { + font-size: 0.875em; } + .euiText--relative pre { + padding: 1em; } + .euiText--relative code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1em; + border-left-width: 0.25em; + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1em; } + .euiText--relative.euiMarkdownFormat .euiCheckbox__label { + font-size: 1em; + padding-left: 1.5em; + line-height: 1.5; } + .euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25em 0.5em; } + +.euiTextColor--default { + color: #DFE5EF; } + +.euiTextColor--subdued { + color: #878b95; } + +.euiTextColor--success { + color: #7DDED8; } + +.euiTextColor--accent { + color: #F68FBE; } + +.euiTextColor--warning { + color: #F3D371; } + +.euiTextColor--danger { + color: #F86B63; } + +.euiTextColor--ghost { + color: #FFF; + color: #FFF !important; } + +.euiTextColor--inherit { + color: inherit; } + +.euiTextAlign--left { + text-align: left; } + +.euiTextAlign--right { + text-align: right; } + +.euiTextAlign--center { + text-align: center; } + +.euiAvatar--space:after, +.euiAvatar--user:after { + display: none; } + +.euiBreadcrumb__content.euiLink:focus { + outline-offset: -1px; } + +.euiBreadcrumb--last, +.euiBreadcrumb__content, +.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content { + font-weight: 500; } + +.euiButton, +.euiButtonIcon { + box-shadow: none !important; } + +.euiButton.euiButton-isDisabled:not(.euiButton--ghost), .euiButton.euiButton-isDisabled:not(.euiButton--ghost):hover, +.euiButtonIcon.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost), +.euiButtonIcon.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost):hover { + background-color: rgba(81, 87, 97, 0.1); + color: #515761; } + +.euiButtonIcon--empty.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost), .euiButtonIcon--empty.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost):hover { + background-color: transparent; + color: #515761; } + +.euiButton--small, +.euiButtonIcon--small, +.euiButtonIcon--xSmall { + border-radius: 4px; } + +.euiButton--primary { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiButton--primary:not([class*='isDisabled']):hover, .euiButton--primary:not([class*='isDisabled']):focus { + background-color: rgba(54, 162, 239, 0.2); } + .euiButton--primary.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']), .euiButton--primary.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #36A2EF; } + +.euiButton--accent { + color: #F68FBE; + background-color: rgba(246, 143, 190, 0.2); } + .euiButton--accent:not([class*='isDisabled']):hover, .euiButton--accent:not([class*='isDisabled']):focus { + background-color: rgba(246, 143, 190, 0.2); } + .euiButton--accent.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']), .euiButton--accent.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #F68FBE; } + +.euiButton--success { + color: #7DDED8; + background-color: rgba(125, 222, 216, 0.2); } + .euiButton--success:not([class*='isDisabled']):hover, .euiButton--success:not([class*='isDisabled']):focus { + background-color: rgba(125, 222, 216, 0.2); } + .euiButton--success.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']), .euiButton--success.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #7DDED8; } + +.euiButton--warning { + color: #F3D371; + background-color: rgba(243, 211, 113, 0.2); } + .euiButton--warning:not([class*='isDisabled']):hover, .euiButton--warning:not([class*='isDisabled']):focus { + background-color: rgba(243, 211, 113, 0.2); } + .euiButton--warning.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']), .euiButton--warning.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #F3D371; } + +.euiButton--danger { + color: #F86B63; + background-color: rgba(248, 107, 99, 0.2); } + .euiButton--danger:not([class*='isDisabled']):hover, .euiButton--danger:not([class*='isDisabled']):focus { + background-color: rgba(248, 107, 99, 0.2); } + .euiButton--danger.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']), .euiButton--danger.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #F86B63; } + +.euiButton--subdued { + color: #8d919a; + background-color: rgba(122, 127, 137, 0.2); } + .euiButton--subdued:not([class*='isDisabled']):hover, .euiButton--subdued:not([class*='isDisabled']):focus { + background-color: rgba(122, 127, 137, 0.2); } + .euiButton--subdued.euiButton--fill:focus { + outline-color: #FFF; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']), .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #7a7f89; } + +.euiButton--ghost { + color: #FFF; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButton--ghost:not([class*='isDisabled']):hover, .euiButton--ghost:not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']), .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #FFF; } + +.euiButton--text { + color: #98A2B3; + background-color: rgba(152, 162, 179, 0.2); + color: #DFE5EF; } + .euiButton--text:not([class*='isDisabled']):hover, .euiButton--text:not([class*='isDisabled']):focus { + background-color: rgba(152, 162, 179, 0.2); } + .euiButton--text.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--text.euiButton--fill:not([class*='isDisabled']), .euiButton--text.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #98A2B3; } + +.euiButton.euiButton-isDisabled.euiButton--ghost, .euiButton.euiButton-isDisabled.euiButton--ghost:focus, +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill, +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill:focus { + color: #343741; + background-color: rgba(52, 55, 65, 0.1); } + +.euiButtonIcon--primary:not(.euiButtonIcon--empty) { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiButtonIcon--primary:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--primary:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(54, 162, 239, 0.2); } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #36A2EF; } + +.euiButtonIcon--accent:not(.euiButtonIcon--empty) { + color: #F68FBE; + background-color: rgba(246, 143, 190, 0.2); } + .euiButtonIcon--accent:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--accent:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(246, 143, 190, 0.2); } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #F68FBE; } + +.euiButtonIcon--success:not(.euiButtonIcon--empty) { + color: #7DDED8; + background-color: rgba(125, 222, 216, 0.2); } + .euiButtonIcon--success:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--success:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(125, 222, 216, 0.2); } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #7DDED8; } + +.euiButtonIcon--warning:not(.euiButtonIcon--empty) { + color: #F3D371; + background-color: rgba(243, 211, 113, 0.2); } + .euiButtonIcon--warning:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--warning:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(243, 211, 113, 0.2); } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #F3D371; } + +.euiButtonIcon--danger:not(.euiButtonIcon--empty) { + color: #F86B63; + background-color: rgba(248, 107, 99, 0.2); } + .euiButtonIcon--danger:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--danger:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(248, 107, 99, 0.2); } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #F86B63; } + +.euiButtonIcon--subdued:not(.euiButtonIcon--empty) { + color: #8d919a; + background-color: rgba(122, 127, 137, 0.2); } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(122, 127, 137, 0.2); } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #FFF; } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #7a7f89; } + +.euiButtonIcon--ghost:not(.euiButtonIcon--empty) { + color: #FFF; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #FFF; } + +.euiButtonIcon--text:not(.euiButtonIcon--empty) { + color: #98A2B3; + background-color: rgba(152, 162, 179, 0.2); + color: #DFE5EF; } + .euiButtonIcon--text:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--text:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(152, 162, 179, 0.2); } + .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #98A2B3; } + +.euiButtonIcon:not(.euiButtonIcon--empty).euiButtonIcon-isDisabled.euiButtonIcon--ghost, .euiButtonIcon:not(.euiButtonIcon--empty).euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus, +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButtonIcon--fill, +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButtonIcon--fill:focus { + color: #343741; + background-color: rgba(52, 55, 65, 0.1); } + +.euiButtonEmpty { + border-radius: 6px; } + .euiButtonEmpty.euiButtonEmpty--small, .euiButtonEmpty.euiButtonEmpty--xSmall { + border-radius: 4.002px; } + .euiButtonEmpty.euiButtonEmpty--xSmall { + font-size: 12px; } + +.euiButtonEmpty--primary:enabled:focus { + background-color: rgba(54, 162, 239, 0.2); } + +.euiButtonEmpty--accent:enabled:focus { + background-color: rgba(246, 143, 190, 0.2); } + +.euiButtonEmpty--success:enabled:focus { + background-color: rgba(125, 222, 216, 0.2); } + +.euiButtonEmpty--warning:enabled:focus { + background-color: rgba(243, 211, 113, 0.2); } + +.euiButtonEmpty--danger:enabled:focus { + background-color: rgba(248, 107, 99, 0.2); } + +.euiButtonEmpty--subdued:enabled:focus { + background-color: rgba(122, 127, 137, 0.2); } + +.euiButtonEmpty--ghost:enabled:focus { + background-color: rgba(255, 255, 255, 0.2); } + +.euiButtonEmpty--text:enabled:focus { + background-color: rgba(152, 162, 179, 0.2); } + +.euiButtonGroup__buttons { + box-shadow: none !important; } + +.euiButtonGroup--medium .euiButtonGroupButton, +.euiButtonGroup--small .euiButtonGroupButton { + border: none !important; + border-radius: 0 !important; + font-weight: 500; } + .euiButtonGroup--medium .euiButtonGroupButton:focus, .euiButtonGroup--medium .euiButtonGroupButton:focus-within, + .euiButtonGroup--small .euiButtonGroupButton:focus, + .euiButtonGroup--small .euiButtonGroupButton:focus-within { + outline-style: solid; + outline-color: #FFF; + outline-offset: -2px; } + .euiButtonGroup--medium .euiButtonGroupButton:focus:focus-visible, .euiButtonGroup--medium .euiButtonGroupButton:focus-within:focus-visible, + .euiButtonGroup--small .euiButtonGroupButton:focus:focus-visible, + .euiButtonGroup--small .euiButtonGroupButton:focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--medium .euiButtonGroupButton:focus:not(:focus-visible), + .euiButtonGroup--small .euiButtonGroupButton:focus:not(:focus-visible) { + outline: none; } + +.euiButtonGroup--medium .euiButtonGroupButton-isDisabled:not(.euiButtonGroupButton--ghost):not(.euiButtonGroupButton-isSelected), +.euiButtonGroup--small .euiButtonGroupButton-isDisabled:not(.euiButtonGroupButton--ghost):not(.euiButtonGroupButton-isSelected) { + background-color: rgba(81, 87, 97, 0.3); + color: #515761; } + +.euiButtonGroup--medium .euiButtonGroupButton--primary, +.euiButtonGroup--small .euiButtonGroupButton--primary { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--primary:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--primary:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--primary:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--primary:not([class*='isDisabled']):focus { + background-color: rgba(54, 162, 239, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--accent, +.euiButtonGroup--small .euiButtonGroupButton--accent { + color: #F68FBE; + background-color: rgba(246, 143, 190, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--accent:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--accent:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--accent:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--accent:not([class*='isDisabled']):focus { + background-color: rgba(246, 143, 190, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--success, +.euiButtonGroup--small .euiButtonGroupButton--success { + color: #7DDED8; + background-color: rgba(125, 222, 216, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--success:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--success:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--success:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--success:not([class*='isDisabled']):focus { + background-color: rgba(125, 222, 216, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--warning, +.euiButtonGroup--small .euiButtonGroupButton--warning { + color: #F3D371; + background-color: rgba(243, 211, 113, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--warning:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--warning:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--warning:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--warning:not([class*='isDisabled']):focus { + background-color: rgba(243, 211, 113, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--danger, +.euiButtonGroup--small .euiButtonGroupButton--danger { + color: #F86B63; + background-color: rgba(248, 107, 99, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--danger:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--danger:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--danger:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--danger:not([class*='isDisabled']):focus { + background-color: rgba(248, 107, 99, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--subdued, +.euiButtonGroup--small .euiButtonGroupButton--subdued { + color: #8d919a; + background-color: rgba(122, 127, 137, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus { + background-color: rgba(122, 127, 137, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--ghost, +.euiButtonGroup--small .euiButtonGroupButton--ghost { + color: #FFF; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButtonGroup--medium .euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--text, +.euiButtonGroup--small .euiButtonGroupButton--text { + color: #98A2B3; + background-color: rgba(152, 162, 179, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--text:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--text:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--text:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--text:not([class*='isDisabled']):focus { + background-color: rgba(152, 162, 179, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected), .euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):hover, .euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):focus, +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected), +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):hover, +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):focus { + background-color: rgba(52, 55, 65, 0.3); } + +.euiButtonGroup--small .euiButtonGroup__buttons { + border-radius: 4px; } + +.euiButtonGroup--compressed .euiButtonGroupButton { + border-radius: 5px; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within { + outline-color: #36A2EF; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within { + outline-color: #F68FBE; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus-within { + outline-color: #7DDED8; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within { + outline-color: #F3D371; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within { + outline-color: #F86B63; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within { + outline-color: #7a7f89; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within { + outline-color: #FFF; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus-within { + outline-color: #98A2B3; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + +.euiCallOut { + border-left: none; } + .euiCallOut .euiCallOutHeader__title { + font-weight: 500; } + +.euiCard .euiCardSelect { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.euiCode { + border-radius: 4px; + font-weight: 700; + color: #a184c2; } + +.euiCodeBlock.euiCodeBlock--fontLarge { + font-size: 16px; } + +.euiColorStops__addTarget, +.euiColorStops__addContainer { + z-index: 1; } + +.euiColorStops__addTarget { + border: 1px solid #98A2B3; + box-shadow: none; } + +.euiColorStopThumb.euiRangeThumb:not(:disabled) { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiColorStopThumb.euiRangeThumb:not(:disabled):focus { + box-shadow: 0 0 0 2px #36A2EF; + outline: none; } + .euiColorStopThumb.euiRangeThumb:not(:disabled):focus:not(:focus-visible) { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + outline: none; } + +.euiColorStops:not(.euiColorStops-isDisabled) .euiRangeTrack::after { + transition-property: box-shadow; + transition-delay: 90ms; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus { + outline: none; } + .euiColorStops:not(.euiColorStops-isDisabled):focus .euiRangeTrack::after { + box-shadow: 0 0 0 1px rgba(29, 30, 36, 0.8), 0 0 0 3px #36A2EF; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus:not(:focus-visible) .euiRangeTrack::after { + box-shadow: none; } + +.euiColorStops__highlight { + color: #343741; } + .euiColorStops__highlight .euiRangeHighlight__progress { + background-color: #343741; } + +.euiComboBox--appended .euiFormControlLayout__childrenWrapper { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; } + +.euiComboBox--appended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + +.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout__childrenWrapper { + border-radius: 0; } + +.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-radius: 0; } + +.euiComboBox--prepended .euiFormControlLayout__childrenWrapper { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } + +.euiCommentEvent--regular { + box-shadow: none; } + +.euiDataGrid--fontSizeLarge .euiDataGridRowCell { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper, +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='top'] { + border: none; + border-radius: 6px; } + +.euiDatePickerRange { + border-radius: 6px; } + +.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker { + border: none; } + +.euiSuperDatePicker__prettyFormat { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiFormControlLayout--compressed.euiSuperDatePicker .euiSuperDatePicker__prettyFormat { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } + +.euiDatePopoverButton--start { + text-align: center; } + +.euiDatePopoverButton--end { + text-align: center; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title { + line-height: 1.5; } + +.euiFacetButton:focus { + background-color: transparent; + box-shadow: none; } + .euiFacetButton:focus:not(:disabled) .euiFacetButton__text { + text-decoration: underline; + text-decoration-thickness: 2px !important; } + +.euiFilterGroup { + border: none; + border-radius: 6px; + background-color: #16171c; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); } + +.euiFilterGroup--compressed { + border-radius: 4px; } + .euiFilterGroup--compressed .euiFilterButton { + height: 32px; } + +.euiFilterButton { + border-radius: 0; + border: none; + background-color: transparent; + box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 0 rgba(255, 255, 255, 0.1); } + .euiFilterButton--withNext + .euiFilterButton { + box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); } + +.euiFormControlLayout--group { + border-radius: 6px; + background-color: #2c2f37; } + .euiFormControlLayout--group .euiFormControlLayout__prepend:first-child { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiFormControlLayout__prepend:first-child [class*='euiButton'] { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiFormControlLayout__append:last-child { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiFormControlLayout__append:last-child [class*='euiButton'] { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group [class*='euiButton']:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiFormControlLayout--group [class*='euiButton']:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayout--group [class*='euiButton']:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayout--group .euiToolTipAnchor > .euiIcon { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiToolTipAnchor:first-child [class*='euiButton'] { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiToolTipAnchor:last-child [class*='euiButton'], + .euiFormControlLayout--group .euiToolTipAnchor:last-child .euiText { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(2) [class*='euiField'], + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(3) [class*='euiField'] { + border-radius: 0; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child .euiSelect, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child [class*='euiField'] { + border-radius: 6px 0 0 6px; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child .euiSelect, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child [class*='euiField'] { + border-radius: 0 6px 6px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed { + border-radius: 4px; + background-color: #2c2f37; } + .euiFormControlLayout--group.euiFormControlLayout--compressed.euiFormControlLayout--readOnly input { + background-color: #1D1E24; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child [class*='euiButton'] { + border-radius: 4px 0 0 4px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child [class*='euiButton'] { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor > .euiIcon { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:first-child [class*='euiButton'] { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child [class*='euiButton'], + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child .euiText { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(2) [class*='euiField'], + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(3) [class*='euiField'] { + border-radius: 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child .euiSelect, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child [class*='euiField'] { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child .euiSelect, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child [class*='euiField'] { + border-radius: 0 3px 3px 0; } + +.euiFormControlLayoutDelimited { + border-radius: 6px; } + .euiFormControlLayoutDelimited.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child { + border-radius: 6px 0 0 6px; } + .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper:only-child { + border-radius: 6px; + overflow: hidden; } + .euiFormControlLayoutDelimited .euiFormControlLayout__prepend + +.euiFormControlLayout__childrenWrapper:last-child { + border-radius: 0 6px 6px 0; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child { + border-radius: 4px 0 0 4px; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:only-child { + border-radius: 4px; + overflow: hidden; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__prepend + +.euiFormControlLayout__childrenWrapper:last-child { + border-radius: 0 4px 4px 0; } + +.euiRadio .euiRadio__input:focus + .euiRadio__circle { + outline: 2px solid #36A2EF; + outline-offset: 2px; } + +.euiRadio .euiRadio__input:focus:focus-visible + .euiRadio__circle { + outline: 2px solid #36A2EF; + outline-offset: 2px; } + +.euiRadio .euiRadio__input:focus:not(:focus-visible) + .euiRadio__circle { + outline: none; } + +.euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square { + outline: 2px solid #36A2EF; + outline-offset: 2px; } + +.euiCheckbox .euiCheckbox__input:focus:focus-visible + .euiCheckbox__square { + outline: 2px solid #36A2EF; + outline-offset: 2px; } + +.euiCheckbox .euiCheckbox__input:focus:not(:focus-visible) + .euiCheckbox__square { + outline: none; } + +.euiSwitch .euiSwitch__button:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiSwitch .euiSwitch__button:focus:focus-visible { + outline-style: auto; } + .euiSwitch .euiSwitch__button:focus:not(:focus-visible) { + outline: none; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track { + outline: none; } + +.euiHeaderBreadcrumbs { + line-height: 16px; + margin-left: 8px; + margin-right: 8px; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content { + color: #DFE5EF; + background-color: rgba(223, 229, 239, 0.2); + font-size: 12px; + line-height: 16px; + font-weight: 500; + padding: 4px 16px; + -webkit-clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%); + clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content:not([class*='isDisabled']):hover, .euiHeaderBreadcrumbs .euiBreadcrumb__content:not([class*='isDisabled']):focus { + background-color: rgba(223, 229, 239, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink { + color: #36A2EF; + background-color: rgba(54, 162, 239, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:not([class*='isDisabled']):hover, .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:not([class*='isDisabled']):focus { + background-color: rgba(54, 162, 239, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:focus-visible { + outline-style: auto; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:not(:focus-visible) { + outline: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:focus-visible { + border-radius: 6px; + -webkit-clip-path: none; + clip-path: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb::after { + display: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) { + margin-right: -4px; } + .euiHeaderBreadcrumbs .euiBreadcrumb:first-child .euiBreadcrumb__content { + padding-left: 12px; + border-radius: 6px 0 0 6px; + -webkit-clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%); + clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%); } + .euiHeaderBreadcrumbs .euiBreadcrumb:only-child .euiBreadcrumb__content { + -webkit-clip-path: none; + clip-path: none; + padding-left: 12px; + padding-right: 12px; + border-radius: 6px; } + .euiHeaderBreadcrumbs .euiBreadcrumb--last .euiBreadcrumb__content { + border-radius: 0 6px 6px 0; + padding-right: 12px; + -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8px 50%); + clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8px 50%); } + +/* + * Creates the Amsterdam style of button with a transparent background + */ +/* + * Creates the Amsterdam style of fill button + */ +.euiHeader { + height: 48px; + padding-left: 8px; + padding-right: 8px; } + +.euiHeaderSectionItem:after { + display: none !important; } + +.euiHeaderLogo { + padding-left: 8px; + padding-right: 8px; + min-width: 40px; } + @media only screen and (max-width: 574px) { + .euiHeaderLogo { + padding-left: 4px; } } + +.euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiHeader--default + .euiHeader--default { + border-top: 1px solid #343741; } + +.euiHue { + position: relative; + height: 12px; + border-radius: 12px; + margin: 8px 0; } + .euiHue::before, .euiHue::after { + display: none; } + .euiHue__range { + top: -6px; } + .euiHue__range::-webkit-slider-thumb { + border: 3px solid #1D1E24; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range::-moz-range-thumb { + border: 3px solid #1D1E24; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range::-ms-thumb { + border: 3px solid #1D1E24; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range:focus { + outline: none; } + .euiHue__range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border: 3px solid #1D1E24; } + .euiHue__range:focus::-moz-range-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border: 3px solid #1D1E24; } + .euiHue__range:focus::-ms-thumb { + box-shadow: 0 0 0 2px #36A2EF; + border: 3px solid #1D1E24; } + .euiHue__range:focus:not(:focus-visible)::-webkit-slider-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:not(:focus-visible)::-moz-range-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:not(:focus-visible)::-ms-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:focus-visible { + outline: none; } + +.euiListGroupItem--medium { + font-size: 16px; } + +.euiImage-isFullScreen .euiImage__caption { + color: #FFF; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } + +.euiImage-isFullScreenCloseIcon { + fill: #FFF; } + +.euiKeyPadMenuItem { + border: none !important; + box-shadow: none; } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus:hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus { + box-shadow: none; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled) { + box-shadow: none; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled), .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within { + background-color: rgba(54, 162, 239, 0.2); + color: #40a7f0; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected.euiKeyPadMenuItem-isDisabled { + background-color: rgba(81, 87, 97, 0.2); + color: #5a5f69; } + +.euiKeyPadMenuItem__label { + font-weight: 600; } + +.euiMarkdownEditorToolbar { + border-radius: 6px 6px 0 0; } + +.euiMarkdownEditorTextArea:focus { + outline: none; } + +.euiMarkdownEditorTextArea:focus:focus-visible { + outline-style: none; } + +.euiMarkdownEditorPreview, +.euiMarkdownEditorFooter { + border-radius: 0 0 6px 6px; } + +.euiModal { + border: none; } + +.euiNotificationBadge { + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; + border-radius: 4px; } + +.euiOverlayMask { + background: rgba(0, 0, 0, 0.5); } + +.euiPopover__panel:focus { + outline-offset: 0; } + +.euiPopover__panel.euiPopover__panel-isAttached { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); } + .euiPopover__panel.euiPopover__panel-isAttached.euiPanel--borderRadiusNone { + border-radius: 0; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPanel--borderRadiusMedium { + border-radius: 6px; } + +.euiPopover__panel .euiPopover__panelArrow:before { + -webkit-filter: blur(3px); + filter: blur(3px); + opacity: .2; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before { + bottom: -12px; + border-top-color: #000; + -webkit-clip-path: polygon(-4px 0, 28px 0, 28px 16px, -4px 16px); + clip-path: polygon(-4px 0, 28px 0, 28px 16px, -4px 16px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + bottom: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before { + border-right-color: #000; + -webkit-clip-path: polygon(-4px -4px, 12px -4px, 12px 28px, -4px 28px); + clip-path: polygon(-4px -4px, 12px -4px, 12px 28px, -4px 28px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after { + left: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before { + border-bottom-color: #000; + -webkit-clip-path: polygon(-4px -4px, 28px -4px, 28px 12px, -4px 12px); + clip-path: polygon(-4px -4px, 28px -4px, 28px 12px, -4px 12px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after { + top: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before { + right: -12px; + border-left-color: #000; + -webkit-clip-path: polygon(0 -4px, 16px -4px, 16px 28px, 0 28px); + clip-path: polygon(0 -4px, 16px -4px, 16px 28px, 0 28px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after { + right: -11px; } + +.euiPopover__panel:not([class*='euiPanel--padding']) .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 0; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 24px; } + +/** + * Footer specific overrides + */ +.euiPopover__panel:not([class*='euiPanel--padding']) .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 0; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 24px; } + +.euiProgress--native { + border-radius: 8px; } + +.euiRangeTooltip__value { + border-radius: 4px; } + +.euiRangeDraggable:focus { + outline: none; } + .euiRangeDraggable:focus ~ .euiRangeThumb { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; } + +.euiRangeDraggable:focus:not(:focus-visible) ~ .euiRangeThumb { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + outline: none; } + +.euiRangeDraggable:focus-visible { + outline: none; } + .euiRangeDraggable:focus-visible ~ .euiRangeThumb { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; } + +.euiRangeHighlight { + z-index: 1; + pointer-events: none; } + .euiRangeHighlight__progress { + background-color: #98A2B3; + border-color: #98A2B3; } + .euiRangeHighlight__progress--hasFocus { + background-color: #36A2EF; } + .euiRangeHighlight--compressed { + top: calc(50% - 2px); } + .euiRangeHighlight--compressed .euiRangeHighlight__progress { + height: 4px; } + .euiRangeHighlight--compressed.euiRangeHighlight--hasTicks { + top: 6px; } + .euiRangeHighlight:not(.euiRangeHighlight--compressed).euiRangeHighlight--hasTicks { + top: 5px; } + +.euiRangeLevels .euiRangeLevel { + margin-top: 0; + margin-bottom: 0; } + .euiRangeLevels .euiRangeLevel:first-child { + margin-left: 0; } + .euiRangeLevels .euiRangeLevel:last-child { + margin-right: 0; } + +.euiRangeLevels--compressed .euiRangeLevel { + height: 4px; } + .euiRangeLevels--compressed .euiRangeLevel:first-child { + margin-left: 0; } + .euiRangeLevels--compressed .euiRangeLevel:last-child { + margin-right: 0; } + +.euiRangeLevels--compressed .euiRangeThumb--hasTicks { + top: 0; } + +.euiRangeSlider { + z-index: 2; } + .euiRangeSlider::-webkit-slider-runnable-track { + background-color: transparent; } + .euiRangeSlider::-moz-range-track { + background-color: transparent; } + .euiRangeSlider::-ms-fill-lower { + background-color: transparent; } + .euiRangeSlider::-ms-fill-upper { + background-color: transparent; } + .euiRangeSlider--hasTicks { + height: 16px; } + .euiRangeSlider:focus { + outline: none; } + .euiRangeSlider:focus::-webkit-slider-thumb { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; } + .euiRangeSlider:focus::-moz-range-thumb { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; } + .euiRangeSlider:focus::-ms-thumb { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; } + .euiRangeSlider:focus::-webkit-slider-runnable-track { + background-color: transparent; } + .euiRangeSlider:focus::-moz-range-track { + background-color: transparent; } + .euiRangeSlider:focus::-ms-fill-lower { + background-color: transparent; } + .euiRangeSlider:focus::-ms-fill-upper { + background-color: transparent; } + .euiRangeSlider:focus ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #36A2EF; } + .euiRangeSlider:focus:not(:focus-visible)::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #98A2B3; } + .euiRangeSlider:focus:not(:focus-visible)::-moz-range-thumb { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #98A2B3; } + .euiRangeSlider:focus:not(:focus-visible)::-ms-thumb { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #98A2B3; } + .euiRangeSlider:focus:not(:focus-visible) ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #98A2B3; } + .euiRangeSlider:disabled::-webkit-slider-thumb { + background-color: #98A2B3; } + .euiRangeSlider:disabled::-moz-range-thumb { + background-color: #98A2B3; } + .euiRangeSlider:disabled::-ms-thumb { + background-color: #98A2B3; } + .euiRangeSlider:disabled ~ .euiRangeThumb { + background-color: #98A2B3; } + +.euiRangeThumb { + box-shadow: 0 0 0 1px #1D1E24, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #1D1E24; + background-color: #98A2B3; + z-index: 2; + pointer-events: none; } + .euiRangeThumb--hasTicks { + top: 0; + margin-top: 0; } + .euiRangeThumb:focus { + border: 2px solid #1D1E24; + box-shadow: 0 0 0 2px #36A2EF; + background-color: #36A2EF; + outline: none; } + .euiRangeThumb:focus:focus-visible { + outline: none; } + +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick { + padding-top: 0; } + +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick:not(.euiRangeTick--hasTickMark)::before, +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick__pseudo { + width: 4px; + height: 6px; + background-color: #343741; + border-radius: 4px; } + +.euiRangeTicks--compressed .euiRangeTick { + padding-top: 14px; } + .euiRangeTicks--compressed .euiRangeTick::before, + .euiRangeTicks--compressed .euiRangeTick .euiRangeTick__pseudo { + background-color: #343741; + border-radius: 4px; } + +.euiRangeTick::before { + background-color: #343741; + border-radius: 4px; } + +.euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected { + color: #36A2EF; } + +.euiRangeTick--selected { + font-weight: 500; } + +.euiRangeTrack::after { + content: ''; + display: block; + background: #343741; + border: 0 solid #98A2B3; + border-radius: 4px; + position: absolute; + left: 0; } + +.euiRangeTrack:not(.euiRangeTrack--compressed)::after { + height: 6px; + width: 100%; } + +.euiRangeTrack--compressed::after { + height: 6px; + width: 100%; + height: 4px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasLevels .euiRangeTicks { + height: 18px; + top: 16px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasLevels .euiRangeTick { + padding-top: 4px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasLevels) .euiRangeTicks { + height: 20px; + top: 12px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasLevels) .euiRangeTick { + padding-top: 6px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasTicks::after { + top: 6px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasTicks)::after { + top: calc(50% - 2px); } + +.euiRangeTrack--compressed .euiRangeThumb--hasTicks { + top: 0; } + +.euiRangeTrack--compressed .euiRangeLevels:not(.euiRangeLevels--hasTicks) { + top: 19px; } + +.euiRangeTrack--compressed .euiRangeLevels--hasTicks { + top: 11px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasLevels .euiRangeTicks { + height: 20px; + top: 20px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasLevels .euiRangeTick { + padding-top: 6px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasLevels) .euiRangeTicks { + height: 24px; + top: 16px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasLevels) .euiRangeTick { + padding-top: 11px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasTicks .euiRangeTooltip { + top: -2px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasTicks::after { + top: 5px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasTicks)::after { + top: calc(50% - 3px); } + +.euiRangeTrack:not(.euiRangeTrack--compressed) .euiRangeLevels:not(.euiRangeLevels--hasTicks) { + top: 24px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed) .euiRangeLevels--hasTicks { + top: 12px; } + +.euiRangeTooltip { + z-index: 3; } + +.euiSideNavItem--root { + padding-bottom: 8px; } + .euiSideNavItem--root + .euiSideNavItem--root { + padding-top: 8px; + margin-top: 8px; } + .euiSideNavItem--root > .euiSideNavItemButton { + margin-bottom: 4px; } + .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + color: inherit; } + +.euiStepHorizontal-isDisabled .euiStepHorizontal__title, +.euiStep-isDisabled .euiStep__title { + color: #515761; } + +.euiStepNumber { + outline-color: #36A2EF; } + .euiStepNumber .euiStepNumber__icon { + position: relative; + top: -1px; } + .euiStepNumber--small .euiStepNumber__icon { + top: -1px; } + .euiStepNumber--complete .euiStepNumber__icon, .euiStepNumber--danger .euiStepNumber__icon { + stroke: currentColor; + stroke-width: .5px; } + .euiStepNumber--default { + background-color: #36A2EF; + color: #000; + outline-color: #000 !important; } + .euiStepNumber--complete { + background-color: #7DDED8; + color: #000; + outline-color: #000 !important; } + .euiStepNumber--warning { + background-color: #F3D371; + color: #000; + outline-color: #000 !important; } + .euiStepNumber--danger { + background-color: #F86B63; + color: #000; + outline-color: #000 !important; } + .euiStepNumber.euiStepNumber--incomplete { + background-color: transparent; + color: #DFE5EF; + border: 2px solid #343741; } + .euiStepNumber.euiStepNumber--incomplete .euiStepNumber__number { + display: unset; + position: relative; + top: -2px; } + +.euiStepNumber--disabled { + background-color: rgba(81, 87, 97, 0.1); + color: #515761; } + +.euiStepHorizontal__title { + font-weight: 700; } + +.euiStepHorizontal::before, .euiStepHorizontal::after { + height: 2px; + background-color: #36A2EF; + background-color: #343741; } + +.euiStep:not(:last-of-type) { + background-position: left 32px; } + +.euiStep--small:not(:last-of-type) { + background-position: -4px 24px; } + +.euiStep__content { + padding-bottom: 40px; + margin-bottom: 0; } + +.euiStepsHorizontal { + background: none; } + +.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:not(:focus-visible) { + outline: 2px solid #36A2EF; } + +.euiTab, +.euiTabs--condensed .euiTab { + padding: 0 4px; } + .euiTab .euiTab__content, + .euiTabs--condensed .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 40px; } + .euiTab + .euiTab, + .euiTabs--condensed .euiTab + .euiTab { + margin-left: 16px; } + .euiTab:focus, + .euiTabs--condensed .euiTab:focus { + background-color: transparent; } + +.euiTabs--small .euiTab, +.euiTabs--condensed.euiTabs--small .euiTab { + padding: 0 4px; } + .euiTabs--small .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--small .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + line-height: 32px; } + .euiTabs--small .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--small .euiTab + .euiTab { + margin-left: 12px; } + +.euiTabs--large .euiTab, +.euiTabs--condensed.euiTabs--large .euiTab { + padding: 0 4px; } + .euiTabs--large .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--large .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #DFE5EF; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 48px; } + .euiTabs--large .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--large .euiTab + .euiTab { + margin-left: 24px; } + +.euiTabs--xlarge .euiTab, +.euiTabs--condensed.euiTabs--xlarge .euiTab { + padding: 0 4px; } + .euiTabs--xlarge .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content { + font-size: 20px; + font-size: 1.42857rem; + line-height: 48px; } + .euiTabs--xlarge .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--xlarge .euiTab + .euiTab { + margin-left: 32px; } + +.euiTabs .euiTab-isSelected, +.euiTabs--condensed.euiTabs .euiTab-isSelected { + color: #36A2EF; } + .euiTabs .euiTab-isSelected:hover, .euiTabs .euiTab-isSelected:focus, + .euiTabs--condensed.euiTabs .euiTab-isSelected:hover, + .euiTabs--condensed.euiTabs .euiTab-isSelected:focus { + text-decoration: underline; + cursor: pointer; } + .euiTabs .euiTab-isSelected:focus-visible, + .euiTabs--condensed.euiTabs .euiTab-isSelected:focus-visible { + box-shadow: none; } + +.euiText--medium { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.5; } + .euiText--medium p, + .euiText--medium ul, + .euiText--medium ol, + .euiText--medium dl, + .euiText--medium blockquote, + .euiText--medium img, + .euiText--medium pre { + margin-bottom: 1.71429rem; } + .euiText--medium ul, + .euiText--medium ol { + margin-left: 1.71429rem; } + .euiText--medium blockquote { + font-size: 1.14286rem; + padding: 1.71429rem; } + .euiText--medium h1 { + font-size: 2.42857rem; + line-height: 1.41176; + margin-bottom: 0.57143rem; } + .euiText--medium h2 { + font-size: 1.92857rem; + line-height: 1.48148; + margin-bottom: 0.57143rem; } + .euiText--medium h3 { + font-size: 1.57143rem; + line-height: 1.45455; + margin-bottom: 0.57143rem; } + .euiText--medium h4 { + font-size: 1.14286rem; + line-height: 1.5; + margin-bottom: 0.57143rem; } + .euiText--medium h5 { + font-size: 1rem; + line-height: 1.14286; + margin-bottom: 0.57143rem; } + .euiText--medium h6 { + font-size: 0.85714rem; + line-height: 1.33333; + margin-bottom: 0.57143rem; } + .euiText--medium * + h2 { + margin-top: 2.28571rem; } + .euiText--medium * + h3 { + margin-top: 2.28571rem; } + .euiText--medium * + h4 { + margin-top: 2.28571rem; } + .euiText--medium * + h5 { + margin-top: 2.28571rem; } + .euiText--medium * + h6 { + margin-top: 2.28571rem; } + .euiText--medium dd + dt { + margin-top: 1.14286rem; } + .euiText--medium dt, + .euiText--medium .eui-definitionListReverse dd { + font-size: 1.14286rem; + line-height: 1.5; } + .euiText--medium .eui-definitionListReverse dt { + font-size: 0.85714rem; + color: #DFE5EF; } + .euiText--medium small { + font-size: 1rem; } + .euiText--medium pre { + padding: 1.14286rem; } + .euiText--medium code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 1.02857rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1.14286rem; + border-left-width: 0.28571rem; + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox__label { + font-size: 1.14286rem; + padding-left: 1.71429rem; + line-height: 1.5; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.28571rem 0.57143rem; } + +.euiToast { + border: none; + border-radius: 6px; } + +.euiToast--primary { + border-top: 2px solid #36A2EF; } + +.euiToast--success { + border-top: 2px solid #7DDED8; } + +.euiToast--warning { + border-top: 2px solid #F3D371; } + +.euiToast--danger { + border-top: 2px solid #F86B63; } + +.euiToastHeader__title { + font-weight: 700; } + +.euiToken--square { + border-radius: 3px; } + +.euiToolTip { + padding: 8px; } + .euiToolTip .euiHorizontalRule { + background-color: #333333; } diff --git a/public/eui_theme_light.css b/public/eui_theme_light.css new file mode 100644 index 00000000..eeeabc75 --- /dev/null +++ b/public/eui_theme_light.css @@ -0,0 +1,18207 @@ +@charset "UTF-8"; +/** +The MIT License (MIT) + +Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + */ +/** +The MIT License (MIT) + +Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + */ +/** + * 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable. + * Browser's supporting `:focus-visible` will still show outline on keyboard focus only. + * Others like Safari, won't show anything at all. + * 2. Force the `:focus-visible` when the `tabindex=0` (is tabbable) + */ +/* + * Creates the Amsterdam style of button with a transparent background + */ +/* + * Creates the Amsterdam style of fill button + */ +@-webkit-keyframes euiAnimFadeIn { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } +@keyframes euiAnimFadeIn { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +@-webkit-keyframes euiGrow { + 0% { + opacity: 0; } + 1% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); } + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); } } + +@keyframes euiGrow { + 0% { + opacity: 0; } + 1% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); } + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); } } + +@-webkit-keyframes focusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 2px #0071c2; } } + +@keyframes focusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 2px #0071c2; } } + +@-webkit-keyframes focusRingAnimateLarge { + 0% { + box-shadow: 0 0 0 10px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 4px #0071c2; } } + +@keyframes focusRingAnimateLarge { + 0% { + box-shadow: 0 0 0 10px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 4px #0071c2; } } + +@-webkit-keyframes euiButtonActive { + 50% { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + +@keyframes euiButtonActive { + 50% { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + +.eui-alignBaseline { + vertical-align: baseline !important; } + +.eui-alignBottom { + vertical-align: bottom !important; } + +.eui-alignMiddle { + vertical-align: middle !important; } + +.eui-alignTop { + vertical-align: top !important; } + +.eui-displayBlock { + display: block !important; } + +.eui-displayInline { + display: inline !important; } + +.eui-displayInlineBlock { + display: inline-block !important; } + +.eui-fullWidth { + display: block !important; + width: 100% !important; } + +.eui-textCenter { + text-align: center !important; } + +.eui-textLeft { + text-align: left !important; } + +.eui-textRight { + text-align: right !important; } + +.eui-textNoWrap { + white-space: nowrap !important; } + +.eui-textInheritColor { + color: inherit !important; } + +.eui-textBreakWord { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; } + +.eui-textBreakAll { + overflow-wrap: break-word !important; + word-break: break-all !important; } + +.eui-textBreakNormal { + overflow-wrap: normal !important; + word-wrap: normal !important; + word-break: normal !important; } + +.eui-textOverflowWrap { + overflow-wrap: break-word !important; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .eui-textOverflowWrap { + word-break: break-all !important; } } + +.eui-textTruncate { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.eui-textNumber { + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; } + +/** + * Responsive + * + * 1. Be sure to hide the element initially + */ +[class*='eui-showFor'] { + display: none !important; + /* 1 */ } + +@media only screen and (max-width: 574px) { + .eui-hideFor--xs { + display: none !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs { + display: inline !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--block { + display: block !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--inlineBlock { + display: inline-block !important; } } + +@media only screen and (max-width: 574px) { + .eui-showFor--xs--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-hideFor--s { + display: none !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s { + display: inline !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--block { + display: block !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .eui-showFor--s--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-hideFor--m { + display: none !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m { + display: inline !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--block { + display: block !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .eui-showFor--m--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-hideFor--l { + display: none !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l { + display: inline !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--block { + display: block !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .eui-showFor--l--flex { + display: -webkit-flex !important; + display: flex !important; } } + +@media only screen and (min-width: 1200px) { + .eui-hideFor--xl { + display: none !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl { + display: inline !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--block { + display: block !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--inlineBlock { + display: inline-block !important; } } + +@media only screen and (min-width: 1200px) { + .eui-showFor--xl--flex { + display: -webkit-flex !important; + display: flex !important; } } + +/** + * IE doesn't properly wrap groups if it is within a flex-item of a flex-group. + * Adding the following styles to the flex-item that contains the wrapping group, will fix IE. + * https://github.com/philipwalton/flexbugs/issues/104 + */ +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiIEFlexWrapFix { + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-flex-shrink: 1; + flex-shrink: 1; + -webkit-flex-basis: 0%; + flex-basis: 0%; } } + +/** + * Overflow scrolling + */ +.eui-yScroll { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; } + .eui-yScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-yScroll::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-yScroll::-webkit-scrollbar-corner, .eui-yScroll::-webkit-scrollbar-track { + background-color: transparent; } + .eui-yScroll:focus { + outline: none; + /* 1 */ } + .eui-yScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.eui-xScroll { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-x: auto; } + .eui-xScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-xScroll::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-xScroll::-webkit-scrollbar-corner, .eui-xScroll::-webkit-scrollbar-track { + background-color: transparent; } + .eui-xScroll:focus { + outline: none; + /* 1 */ } + .eui-xScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +/** + * Overflow scrolling with shadows + */ +.eui-yScrollWithShadows { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .eui-yScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-yScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-yScrollWithShadows::-webkit-scrollbar-corner, .eui-yScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .eui-yScrollWithShadows:focus { + outline: none; + /* 1 */ } + .eui-yScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.eui-xScrollWithShadows { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-x: auto; + -webkit-mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .eui-xScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .eui-xScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .eui-xScrollWithShadows::-webkit-scrollbar-corner, .eui-xScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .eui-xScrollWithShadows:focus { + outline: none; + /* 1 */ } + .eui-xScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiYScrollWithShadows { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiYScrollWithShadows::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiYScrollWithShadows::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiYScrollWithShadows::-webkit-scrollbar-corner, .euiYScrollWithShadows::-webkit-scrollbar-track { + background-color: transparent; } + .euiYScrollWithShadows:focus { + outline: none; + /* 1 */ } + .euiYScrollWithShadows[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +/** + * Forcing focus ring on non-EUI elements + */ +.eui-isFocusable:focus { + outline: 2px solid currentColor; } + .eui-isFocusable:focus:focus-visible { + outline-style: auto; } + .eui-isFocusable:focus:not(:focus-visible) { + outline: none; } + +/** + * For quickly applying a full-height element whether using flex or not + */ +.eui-fullHeight { + height: 100%; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + overflow: hidden; } + +/** + * LEGEND + * __day-name : Week headers like Su, Mo, etc + * __day : Number on the calendar + * --highlighted + * --disabled : _this.isDisabled(), + * --selected : _this.isSameDay(_this.props.selected), + * --range-start : _this.isRangeStart(), + * --range-end : _this.isRangeEnd(), + * --keyboard-selected : _this.isKeyboardSelected(), + * --in-range : _this.isInRange(), + * --in-selecting-range : _this.isInSelectingRange(), + * --selecting-range-start : _this.isSelectingRangeStart(), + * --selecting-range-end : _this.isSelectingRangeEnd(), + * --today : _this.isSameDay(now(_this.props.utcOffset)), + * --weekend : _this.isWeekend(), + * --outside-month : _this.isOutsideMonth() + */ +.react-datepicker__day-names, +.react-datepicker__week { + white-space: nowrap; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.react-datepicker__day-name, +.react-datepicker__day { + font-weight: 500; + text-align: center; + color: #1a1c21; + display: inline-block; + width: 32px; + line-height: 32px; + border-radius: 4px; + margin: 2px; } + +.react-datepicker__day-name { + color: #69707D; } + +.react-datepicker__day { + cursor: pointer; + transition: -webkit-transform 90ms ease-in-out; + transition: transform 90ms ease-in-out; + transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out; } + .react-datepicker__day:hover { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); + text-decoration: underline; } + @media screen and (prefers-reduced-motion: no-preference) { + .react-datepicker__day:hover { + -webkit-transform: scale(1.1); + transform: scale(1.1); } } + .react-datepicker__day--today { + color: #07C; + font-weight: 700; } + .react-datepicker__day--outside-month { + color: #69707D; } + .react-datepicker__day--highlighted, .react-datepicker__day--highlighted:hover { + color: #00726b; + background-color: rgba(0, 191, 179, 0.2); } + .react-datepicker__day--in-range, .react-datepicker__day--in-range:hover { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover), .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected), .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover { + box-shadow: -2px 0 rgba(0, 119, 204, 0.2), 2px 0 rgba(0, 119, 204, 0.2); + border-radius: 0; } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):first-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):first-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:first-of-type { + box-shadow: 2px 0 rgba(0, 119, 204, 0.2); } + .react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):last-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):last-of-type, .react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:last-of-type { + box-shadow: -2px 0 rgba(0, 119, 204, 0.2); } + .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover { + background-color: #07C; + color: #FFF; } + .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) { + background-color: rgba(189, 39, 30, 0.5); } + .react-datepicker__day--disabled, .react-datepicker__day--disabled:hover { + background-color: rgba(171, 180, 196, 0.1); + color: #a2abba; + cursor: not-allowed; + text-decoration: none; + -webkit-transform: none; + transform: none; } + .react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected), .react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover, .react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected), .react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover { + color: #8c9daa; + background-color: rgba(0, 119, 204, 0.2); } + .react-datepicker__day--disabled.react-datepicker__day--selected, .react-datepicker__day--disabled.react-datepicker__day--selected:hover { + color: #BD271E; + background-color: rgba(189, 39, 30, 0.2); } + +/** + * LEGEND + * __time-list-item : + * --preselected : closest current time but not selected (also applied when using arrow keys to indicate focus) + * --selected + * --disabled + * --injected + */ +.react-datepicker__header--time { + display: none; } + +.react-datepicker__time-container { + border-left: #D3DAE6; + width: auto; + display: -webkit-flex; + display: flex; + margin-top: 40px; + margin-left: 8px; + -webkit-flex-grow: 1; + flex-grow: 1; + background-color: #fafbfd; + border-radius: 6px; } + .react-datepicker__time-container--focus .react-datepicker__time-list-item--preselected { + text-decoration: underline; } + @media only screen and (max-width: 574px) { + .react-datepicker__time-container { + margin-top: 0; } } + +.react-datepicker__time, +.react-datepicker__time-box { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.react-datepicker__time-list { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + padding: 4px 12px; + height: 100px !important; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-align-items: center; + align-items: center; + gap: 4px; } + .react-datepicker__time-list::-webkit-scrollbar { + width: 16px; + height: 16px; } + .react-datepicker__time-list::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .react-datepicker__time-list::-webkit-scrollbar-corner, .react-datepicker__time-list::-webkit-scrollbar-track { + background-color: transparent; } + .react-datepicker__time-list:focus { + outline: none; + /* 1 */ } + .react-datepicker__time-list[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.react-datepicker__time-list-item { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + -webkit-transform: none !important; + transform: none !important; + /* 1 */ + -webkit-animation: none !important; + animation: none !important; + /* 1 */ + transition-timing-function: ease-in; + /* 2 */ + transition-duration: 150ms; + /* 2 */ + padding: 0 8px; + height: 24px; + line-height: 24px; + border-radius: 4px; + font-size: 12px; } + @media screen and (prefers-reduced-motion: no-preference) { + .react-datepicker__time-list-item { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .react-datepicker__time-list-item:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .react-datepicker__time-list-item:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .react-datepicker__time-list-item:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .react-datepicker__time-list-item:hover:not([class*='isDisabled']), .react-datepicker__time-list-item:focus { + text-decoration: underline; } + .react-datepicker__time-list-item--disabled, .react-datepicker__time-list-item--disabled:hover { + text-decoration: none !important; + cursor: not-allowed; + color: #ABB4C4; + background-color: transparent; } + .react-datepicker__time-list-item--injected, .react-datepicker__time-list-item--injected:hover { + color: #00726b; + background-color: rgba(0, 191, 179, 0.2); } + .react-datepicker__time-list-item--preselected, .react-datepicker__time-list-item--preselected:hover { + background: rgba(0, 119, 204, 0.1); } + .react-datepicker__time-list-item--selected, .react-datepicker__time-list-item--selected:hover { + background-color: #07C; + color: #FFF; } + +.react-datepicker--time-only { + padding: 0 !important; } + .react-datepicker--time-only .react-datepicker__time-container { + background-color: transparent; + margin: 0; } + .react-datepicker--time-only .react-datepicker__time-list { + height: 204px !important; } + .react-datepicker--time-only .react-datepicker__time-list-item { + font-size: 14px; + min-width: 112px; + text-align: left; } + +/** + * LEGEND + * __header__dropdown : Contains the month and year, but affords for the navigational arrows + + * __month-dropdown-container: Contains both static/selected control and the dropdown + * __month-read-view: The static control + * __month-dropdown: The absolutely positioned list + * __month-option: Each option in the list + * --selected_month + * --selected + * --preselected + + * __year-dropdown-container: Contains both static/selected control and the dropdown + * __year-read-view: The static control + * __year-dropdown: The absolutely positioned list + * __year-option: Each option in the list + * --selected_year + * --selected + * --preselected + */ +.react-datepicker__header__dropdown { + padding: 8px; + display: -webkit-flex; + display: flex; + gap: 4px; + position: absolute; + top: 0; + left: 36px; + right: 36px; + -webkit-justify-content: center; + justify-content: center; } + +/** + * Make the top selectors look like select inputs + */ +.react-datepicker__year-read-view, +.react-datepicker__month-read-view, +.react-datepicker__month-year-read-view { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; + height: 32px; + font-weight: 500; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + @supports (-moz-appearance: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + line-height: 1em; } } + .react-datepicker__year-read-view::-webkit-input-placeholder, + .react-datepicker__month-read-view::-webkit-input-placeholder, + .react-datepicker__month-year-read-view::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .react-datepicker__year-read-view::-moz-placeholder, + .react-datepicker__month-read-view::-moz-placeholder, + .react-datepicker__month-year-read-view::-moz-placeholder { + color: #69707D; + opacity: 1; } + .react-datepicker__year-read-view::-webkit-input-placeholder, .react-datepicker__month-read-view::-webkit-input-placeholder, .react-datepicker__month-year-read-view::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .react-datepicker__year-read-view::-moz-placeholder, .react-datepicker__month-read-view::-moz-placeholder, .react-datepicker__month-year-read-view::-moz-placeholder { + color: #69707D; + opacity: 1; } + .react-datepicker__year-read-view::placeholder, + .react-datepicker__month-read-view::placeholder, + .react-datepicker__month-year-read-view::placeholder { + color: #69707D; + opacity: 1; } + @supports (-moz-appearance: none) { + .react-datepicker__year-read-view, + .react-datepicker__month-read-view, + .react-datepicker__month-year-read-view { + transition-property: box-shadow, background-image, background-size; } } + .react-datepicker__year-read-view:hover, + .react-datepicker__month-read-view:hover, + .react-datepicker__month-year-read-view:hover { + cursor: pointer; + text-decoration: underline; } + .react-datepicker__year-read-view--down-arrow, + .react-datepicker__month-read-view--down-arrow, + .react-datepicker__month-year-read-view--down-arrow { + background-position: center; + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+); + right: 8px; + height: 12px; + width: 12px; + display: inline-block; + background-size: cover; } + .react-datepicker__year-read-view--selected-month, .react-datepicker__year-read-view--selected-year, + .react-datepicker__month-read-view--selected-month, + .react-datepicker__month-read-view--selected-year, + .react-datepicker__month-year-read-view--selected-month, + .react-datepicker__month-year-read-view--selected-year { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.react-datepicker__year-dropdown-container, +.react-datepicker__month-dropdown-container { + position: relative; + display: inline-block; + -webkit-flex-grow: 1; + flex-grow: 1; + max-width: 400px; } + +.react-datepicker__year-dropdown-container > div:not([class*='read-view']), +.react-datepicker__month-dropdown { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + height: auto; + max-height: 250px; + background-color: #FFF; + position: absolute; + z-index: 1; + border-radius: 6px; + min-width: 100px; + width: 100%; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar, + .react-datepicker__month-dropdown::-webkit-scrollbar { + width: 16px; + height: 16px; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-thumb, + .react-datepicker__month-dropdown::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-corner, .react-datepicker__year-dropdown-container > div:not([class*='read-view'])::-webkit-scrollbar-track, + .react-datepicker__month-dropdown::-webkit-scrollbar-corner, + .react-datepicker__month-dropdown::-webkit-scrollbar-track { + background-color: transparent; } + .react-datepicker__year-dropdown-container > div:not([class*='read-view']):focus, + .react-datepicker__month-dropdown:focus { + outline: none; + /* 1 */ } + .react-datepicker__year-dropdown-container > div:not([class*='read-view'])[tabindex='0']:focus:focus-visible, + .react-datepicker__month-dropdown[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.react-datepicker__year-dropdown-container > div:not([class*='read-view']) .react-datepicker__year-dropdown { + padding: 4px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; + -webkit-justify-content: flex-end; + justify-content: flex-end; } + +.react-datepicker__month-dropdown-container { + -webkit-flex-grow: 2; + flex-grow: 2; } + .react-datepicker__month-dropdown-container .react-datepicker__month-dropdown { + padding: 4px; + min-width: 140px; } + +.react-datepicker__year-option, +.react-datepicker__month-option, +.react-datepicker__month-year-option { + padding: 0 8px; + height: 24px; + line-height: 24px; + border-radius: 4px; + font-size: 14px; + margin: 4px 0; + cursor: pointer; } + .react-datepicker__year-option:hover, .react-datepicker__year-option:focus, + .react-datepicker__month-option:hover, + .react-datepicker__month-option:focus, + .react-datepicker__month-year-option:hover, + .react-datepicker__month-year-option:focus { + text-decoration: underline; } + .react-datepicker__year-option--selected, + .react-datepicker__month-option--selected, + .react-datepicker__month-year-option--selected { + display: none; } + +.react-datepicker__year-option--preselected, .react-datepicker__year-option--preselected:hover, +.react-datepicker__month-option--preselected, +.react-datepicker__month-option--preselected:hover { + background: rgba(0, 119, 204, 0.1); } + +.react-datepicker__year-option--selected_year, .react-datepicker__year-option--selected_year:hover, +.react-datepicker__month-option--selected_month, +.react-datepicker__month-option--selected_month:hover { + background-color: #07C; + color: #FFF; } + +.react-datepicker__navigation--next, +.react-datepicker__navigation--previous { + background-position: center; + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzM0Mzc0MSIgZD0iTTExLjY5MiA3SDMuNTU2QzMuMjQ5IDcgMyA3LjIyNCAzIDcuNXMuMjQ5LjUuNTU2LjVoOC4xMzZsLTQuMDk2IDQuMDk2YS41LjUgMCAwMC43MDcuNzA3bDQuMjQzLTQuMjQyYy4yNTgtLjI1OS40MDMtLjU4Ny40MzMtLjkyNWEuNDU0LjQ1NCAwIDAwMC0uMjcyIDEuNDk0IDEuNDk0IDAgMDAtLjQzMy0uOTI1TDguMzAzIDIuMTk3YS41LjUgMCAxMC0uNzA3LjcwN0wxMS42OTIgN3oiLz48L3N2Zz4=); + cursor: pointer; + position: absolute; + top: 8px; + height: 32px; + width: 32px; + z-index: 1; + text-indent: -999em; + overflow: hidden; + background-repeat: no-repeat; + border-radius: 4px; + background-position: center; } + .react-datepicker__navigation--next:hover, .react-datepicker__navigation--next:focus, + .react-datepicker__navigation--previous:hover, + .react-datepicker__navigation--previous:focus { + background-color: rgba(0, 119, 204, 0.1); } + +.react-datepicker__navigation--previous { + left: 8px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transform-origin: center; + transform-origin: center; } + +.react-datepicker__navigation--next { + right: 8px; } + +/* This file is a heavy retheme of react-datepicker's Sass as of v1.4.0 +** https://github.com/Hacker0x01/react-datepicker +*/ +.euiDatePicker { + display: block; } + .euiDatePicker .euiFormControlLayout { + height: auto; } + .euiDatePicker.euiDatePicker--inline .euiFormControlLayout { + width: auto; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); + border: 1px solid #D3DAE6; + background-color: #FFF; + border-radius: 0 0 6px 6px; } + .euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); + border: 1px solid #D3DAE6; + background-color: #FFF; + border-radius: 6px; } + +.react-datepicker { + font-size: 12px; + color: #343741; + display: -webkit-flex; + display: flex; + border-radius: 6px; + padding: 8px; + -webkit-justify-content: center; + justify-content: center; } + +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper { + z-index: 2000; + -webkit-animation: euiAnimFadeIn 150ms ease-in; + animation: euiAnimFadeIn 150ms ease-in; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='top'] { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.04), 0 0 17px rgba(0, 0, 0, 0.03); + border-radius: 6px 6px 0 0; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='right'] { + margin-left: 0; } + .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='left'] { + margin-right: 0; } + +.react-datepicker__current-month, +.react-datepicker-time__header { + display: none; } + +.react-datepicker__screenReaderOnly { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.react-datepicker__focusTrap { + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; } + +.react-datepicker__month-container { + -webkit-flex-grow: 1; + flex-grow: 1; + margin-top: 36px; } + +.react-datepicker__header { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + +.react-datepicker-time__header { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.react-datepicker__month { + text-align: center; + border-radius: 6px; } + +@media only screen and (max-width: 574px) { + .react-datepicker__focusTrap, + .react-datepicker { + -webkit-flex-direction: column; + flex-direction: column; } + .react-datepicker__time-box { + margin-top: 0; } } + +.euiScreenReaderOnly, +.euiScreenReaderOnly--showOnFocus:not(:focus):not(:active) { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiSkipLink { + transition: none !important; } + .euiSkipLink:focus { + -webkit-animation: none !important; + animation: none !important; } + .euiSkipLink.euiSkipLink--absolute:focus { + position: absolute; } + .euiSkipLink.euiSkipLink--fixed:focus { + position: fixed; + top: 4px; + left: 4px; + z-index: 1001; } + +.euiAccordion__triggerWrapper { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiAccordion__button { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + text-align: left; + width: 100%; + -webkit-flex-grow: 1; + flex-grow: 1; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiAccordion__button:hover, .euiAccordion__button:focus { + text-decoration: underline; + cursor: pointer; } + +.euiAccordion__iconButton { + margin-right: 4px; + -webkit-flex-shrink: 0; + flex-shrink: 0; + -webkit-transform: rotate(0deg) !important; + transform: rotate(0deg) !important; } + .euiAccordion__iconButton-isOpen { + -webkit-transform: rotate(90deg) !important; + transform: rotate(90deg) !important; } + .euiAccordion__iconButton--right { + margin-right: 0; + margin-left: 4px; } + +.euiAccordion__optionalAction { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiAccordion__childWrapper { + visibility: hidden; + height: 0; + opacity: 0; + overflow: hidden; + -webkit-transform: translatez(0); + transform: translatez(0); + transition: height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiAccordion__childWrapper:focus { + outline: none; } + +.euiAccordion__padding--xs { + padding: 4px; } + +.euiAccordion__padding--s { + padding: 8px; } + +.euiAccordion__padding--m { + padding: 16px; } + +.euiAccordion__padding--l { + padding: 24px; } + +.euiAccordion__padding--xl { + padding: 32px; } + +.euiAccordion.euiAccordion-isOpen .euiAccordion__childWrapper { + visibility: visible; + opacity: 1; + height: auto; } + +.euiAccordion__children-isLoading { + line-height: 1.5; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiAccordion__children-isLoading .euiAccordion__spinner { + margin-right: 4px; } + +.euiAccordionForm__extraAction { + opacity: 0; + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiAccordionForm__extraAction:focus { + opacity: 1; } + +.euiAccordionForm__title { + display: inline-block; } + +.euiAccordionForm__button { + padding: 16px 16px 16px 0; } + .euiAccordionForm__button:hover { + text-decoration: none; } + .euiAccordionForm__button:hover .euiAccordionForm__title { + text-decoration: underline; } + +.euiAccordionForm { + border-top: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; } + .euiAccordionForm + .euiAccordionForm { + border-top: none; } + .euiAccordionForm:hover .euiAccordionForm__extraAction { + opacity: 1; + visibility: visible; } + +.euiAspectRatio { + position: relative; } + .euiAspectRatio > * { + position: absolute !important; + top: 0 !important; + left: 0 !important; + width: 100% !important; + height: 100% !important; } + +.euiAvatar { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + background-size: cover; + text-align: center; + vertical-align: middle; + overflow-x: hidden; + font-weight: 500; } + +.euiAvatar--user { + position: relative; + border-radius: 50%; } + .euiAvatar--user:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 50%; + content: ''; + pointer-events: none; + border: 1px solid rgba(52, 55, 65, 0.05); } + +.euiAvatar--space { + position: relative; + border-radius: 6px; } + .euiAvatar--space:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 6px; + content: ''; + pointer-events: none; + border: 1px solid rgba(52, 55, 65, 0.05); } + +.euiAvatar-isDisabled { + cursor: not-allowed; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + +.euiAvatar--plain { + background-color: #FFF; } + +.euiAvatar--s { + width: 24px; + height: 24px; + line-height: 24px; + font-size: 12px; } + +.euiAvatar--m { + width: 32px; + height: 32px; + line-height: 32px; + font-size: 14.4px; } + +.euiAvatar--l { + width: 40px; + height: 40px; + line-height: 40px; + font-size: 19.2px; } + +.euiAvatar--xl { + width: 64px; + height: 64px; + line-height: 64px; + font-size: 25.6px; } + +/** + * 1. Accounts for the border + */ +.euiBadge { + font-size: 12px; + font-weight: 500; + line-height: 18px; + /* 1 */ + padding: 0 8px; + display: inline-block; + text-decoration: none; + border-radius: 3px; + border: solid 1px transparent; + background-color: transparent; + white-space: nowrap; + vertical-align: middle; + cursor: default; + max-width: 100%; + text-align: left; } + .euiBadge.euiBadge-isDisabled { + color: #717782 !important; + background-color: #ABB4C4 !important; } + .euiBadge:focus-within { + outline: 2px solid currentColor; } + .euiBadge:focus-within:focus-visible { + outline-style: auto; } + .euiBadge:focus-within:not(:focus-visible) { + outline: none; } + .euiBadge + .euiBadge { + margin-left: 4px; } + .euiBadge .euiBadge__content { + min-height: 18px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow: hidden; } + .euiBadge .euiBadge__childButton { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + text-align: inherit; + font-weight: inherit; + line-height: inherit; + color: inherit; } + .euiBadge .euiBadge__childButton:disabled { + cursor: not-allowed; } + .euiBadge .euiBadge__childButton:not(:disabled):hover, .euiBadge .euiBadge__childButton:not(:disabled):focus { + text-decoration: underline; } + .euiBadge .euiBadge__iconButton { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + font-size: 0; + margin-left: 4px; } + .euiBadge .euiBadge__iconButton:focus { + background-color: rgba(255, 255, 255, 0.8); + color: #000; + border-radius: 2px; } + .euiBadge .euiBadge__iconButton:disabled { + cursor: not-allowed; } + .euiBadge .euiBadge__iconButton .euiBadge__icon { + margin: 0 !important; } + .euiBadge .euiBadge__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + cursor: default; } + .euiBadge .euiBadge__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; } + .euiBadge .euiBadge__icon:not(:only-child) { + margin-left: 4px; } + .euiBadge.euiBadge--iconLeft .euiBadge__content { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + .euiBadge.euiBadge--iconLeft .euiBadge__iconButton, + .euiBadge.euiBadge--iconLeft .euiBadge__icon:not(:only-child) { + margin-right: 4px; + margin-left: 0; } + +.euiBadge-isClickable:not(:disabled):hover, .euiBadge-isClickable:not(:disabled):focus { + text-decoration: underline; } + +.euiBadge-isClickable.euiBadge-isDisabled { + cursor: not-allowed; } + +.euiBadge-isClickable:focus { + outline: 2px solid currentColor; } + .euiBadge-isClickable:focus:focus-visible { + outline-style: auto; } + .euiBadge-isClickable:focus:not(:focus-visible) { + outline: none; } + +.euiBadge-isClickable .euiBadge__text { + cursor: inherit; } + +.euiBadge--hollow { + background-color: #FFF; + border-color: #D3DAE6; + color: #343741; } + +.euiBadgeGroup__item { + display: inline-block; + max-width: 100%; } + +.euiBadgeGroup--gutterExtraSmall { + margin: -2px; } + .euiBadgeGroup--gutterExtraSmall > .euiBadgeGroup__item { + margin: 2px; + max-width: calc(100% - 4px); } + +.euiBadgeGroup--gutterSmall { + margin: -4px; } + .euiBadgeGroup--gutterSmall > .euiBadgeGroup__item { + margin: 4px; + max-width: calc(100% - 8px); } + +.euiBetaBadge { + display: inline-block; + padding: 0 16px; + border-radius: 24px; + box-shadow: inset 0 0 0 1px #D3DAE6; + vertical-align: super; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: .05em; + line-height: 24px; + text-align: center; + white-space: nowrap; + cursor: default; } + .euiBetaBadge:focus { + outline: 2px solid currentColor; + outline-color: #000; + outline-offset: 2px; } + .euiBetaBadge:focus:focus-visible { + outline-style: auto; } + .euiBetaBadge:focus:not(:focus-visible) { + outline: none; } + .euiBetaBadge:not(.euiBetaBadge--hollow) { + box-shadow: none; } + .euiBetaBadge.euiBetaBadge--small { + font-size: 8.75px; + font-size: 0.625rem; + line-height: 20px; + padding: 0 12px; } + +.euiBetaBadge--iconOnly { + padding: 0; + width: 24px; } + .euiBetaBadge--iconOnly .euiBetaBadge__icon { + position: relative; + -webkit-transform: translate(0, -1px); + transform: translate(0, -1px); } + .euiBetaBadge--iconOnly.euiBetaBadge--small { + width: 20px; + padding: 0; } + +.euiBetaBadge--singleLetter { + padding: 0; + width: 24px; } + .euiBetaBadge--singleLetter.euiBetaBadge--small { + width: 20px; + padding: 0; } + +.euiBetaBadge--subdued { + background: #e0e5ee; + color: #000; } + .euiBetaBadge--subdued.euiBetaBadge-isClickable { + color: #000; } + +.euiBetaBadge--hollow.euiBetaBadge-isClickable { + color: #000; } + +.euiBetaBadge--accent { + background: #c4407c; + color: #FFF; } + .euiBetaBadge--accent.euiBetaBadge-isClickable { + color: #FFF; } + +.euiNotificationBadge { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + border-radius: 6px; + font-size: 12px; + font-weight: 500; + line-height: 16px; + height: 16px; + min-width: 16px; + padding-left: 4px; + padding-right: 4px; + vertical-align: middle; + text-align: center; + transition: all 150ms ease-in; + cursor: default; + background: #c4407c; + color: #FFF; } + +.euiNotificationBadge--medium { + line-height: 20px; + height: 20px; + min-width: 24px; } + +.euiNotificationBadge--subdued { + background: #e0e5ee; + color: #000; } + +.euiBasicTable-loading { + position: relative; } + .euiBasicTable-loading tbody { + overflow: hidden; } + .euiBasicTable-loading tbody:before { + position: absolute; + content: ''; + width: 100%; + height: 2px; + background-color: #07C; + -webkit-animation: euiBasicTableLoading 1000ms linear; + animation: euiBasicTableLoading 1000ms linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; } + +@-webkit-keyframes euiBasicTableLoading { + from { + left: 0; + width: 0; } + 20% { + left: 0; + width: 40%; } + 80% { + left: 60%; + width: 40%; } + 100% { + left: 100%; + width: 0; } } + +@keyframes euiBasicTableLoading { + from { + left: 0; + width: 0; } + 20% { + left: 0; + width: 40%; } + 80% { + left: 60%; + width: 40%; } + 100% { + left: 100%; + width: 0; } } + +.euiBeacon { + position: relative; + background-color: #54B399; + border-radius: 50%; } + .euiBeacon:before, .euiBeacon:after { + position: absolute; + content: ''; + height: 100%; + width: 100%; + left: 0; + top: 0; + background-color: transparent; + border-radius: 50%; + box-shadow: 0 0 1px 1px #54B399; } + .euiBeacon:before { + -webkit-animation: euiBeaconPulseLarge 2.5s infinite ease-out; + animation: euiBeaconPulseLarge 2.5s infinite ease-out; } + .euiBeacon:after { + -webkit-animation: euiBeaconPulseSmall 2.5s infinite ease-out .25s; + animation: euiBeaconPulseSmall 2.5s infinite ease-out .25s; } + +@-webkit-keyframes euiBeaconPulseLarge { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(3); + transform: scale(3); + opacity: 0; } + 100% { + opacity: 0; } } + +@keyframes euiBeaconPulseLarge { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(3); + transform: scale(3); + opacity: 0; } + 100% { + opacity: 0; } } + +@-webkit-keyframes euiBeaconPulseSmall { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(2); + transform: scale(2); + opacity: 0; } + 100% { + opacity: 0; } } + +@keyframes euiBeaconPulseSmall { + 0% { + -webkit-transform: scale(0.1); + transform: scale(0.1); + opacity: 1; } + 70% { + -webkit-transform: scale(2); + transform: scale(2); + opacity: 0; } + 100% { + opacity: 0; } } + +.euiBottomBar { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.04), 0 0 17px rgba(0, 0, 0, 0.03); + background: #25282f; + color: #FFF; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiBottomBar { + -webkit-animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +.euiBottomBar--fixed { + position: fixed; + z-index: 998; } + +.euiBottomBar--sticky { + position: -webkit-sticky; + position: sticky; + z-index: 998; } + +.euiBottomBar--paddingSmall { + padding: 8px; } + +.euiBottomBar--paddingMedium { + padding: 16px; } + +.euiBottomBar--paddingLarge { + padding: 24px; } + +@-webkit-keyframes euiBottomBarAppear { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; } + 100% { + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; } } + +@keyframes euiBottomBarAppear { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; } + 100% { + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; } } + +.euiButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + border-radius: 6px; + min-width: 112px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButton { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButton:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButton:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButton:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButton:hover:not([class*='isDisabled']), .euiButton:focus { + text-decoration: underline; } + .euiButton .euiButton__content { + padding: 0 12px; } + .euiButton .euiButton__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButton.euiButton--small { + height: 32px; + line-height: 32px; } + .euiButton:hover, .euiButton:active { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); } + .euiButton:not([class*='isDisabled']):hover, .euiButton:not([class*='isDisabled']):focus, .euiButton:not([class*='isDisabled']):focus-within { + background-color: rgba(0, 119, 204, 0.1); } + .euiButton.euiButton-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #ABB4C4; + border-color: #ABB4C4; } + .euiButton.euiButton-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButton.euiButton-isDisabled .euiButtonContent__spinner { + border-color: #07C currentColor currentColor currentColor; } + .euiButton.euiButton-isDisabled.euiButton--fill { + color: #717782; + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButton.euiButton-isDisabled.euiButton--fill:hover, .euiButton.euiButton-isDisabled.euiButton--fill:focus, .euiButton.euiButton-isDisabled.euiButton--fill:focus-within { + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButton.euiButton-isDisabled:hover, .euiButton.euiButton-isDisabled:focus, .euiButton.euiButton-isDisabled:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + text-decoration: none; } + +.euiButton--primary { + color: #0071c2; + border-color: #07C; } + .euiButton--primary.euiButton--fill { + background-color: #07C; + border-color: #07C; + color: #FFF; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #0068b3; + border-color: #0068b3; } + .euiButton--primary:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(61, 109, 143, 0.04), 0 2.3px 2px rgba(61, 109, 143, 0.03); } + .euiButton--primary:not([class*='isDisabled']):hover, .euiButton--primary:not([class*='isDisabled']):focus, .euiButton--primary:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(61, 109, 143, 0.1), 0 3.6px 13px rgba(61, 109, 143, 0.07), 0 8.4px 23px rgba(61, 109, 143, 0.06), 0 23px 35px rgba(61, 109, 143, 0.05); + background-color: rgba(0, 119, 204, 0.1); } + +.euiButton--accent { + color: #c4407c; + border-color: #F04E98; } + .euiButton--accent.euiButton--fill { + background-color: #F04E98; + border-color: #F04E98; + color: #000; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #ee368a; + border-color: #ee368a; } + .euiButton--accent:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(182, 136, 157, 0.04), 0 2.3px 2px rgba(182, 136, 157, 0.03); } + .euiButton--accent:not([class*='isDisabled']):hover, .euiButton--accent:not([class*='isDisabled']):focus, .euiButton--accent:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(182, 136, 157, 0.1), 0 3.6px 13px rgba(182, 136, 157, 0.07), 0 8.4px 23px rgba(182, 136, 157, 0.06), 0 23px 35px rgba(182, 136, 157, 0.05); + background-color: rgba(240, 78, 152, 0.1); } + +.euiButton--success { + color: #007e77; + border-color: #00BFB3; } + .euiButton--success.euiButton--fill { + background-color: #00BFB3; + border-color: #00BFB3; + color: #000; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #00a69b; + border-color: #00a69b; } + .euiButton--success:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(57, 134, 129, 0.04), 0 2.3px 2px rgba(57, 134, 129, 0.03); } + .euiButton--success:not([class*='isDisabled']):hover, .euiButton--success:not([class*='isDisabled']):focus, .euiButton--success:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(57, 134, 129, 0.1), 0 3.6px 13px rgba(57, 134, 129, 0.07), 0 8.4px 23px rgba(57, 134, 129, 0.06), 0 23px 35px rgba(57, 134, 129, 0.05); + background-color: rgba(0, 191, 179, 0.1); } + +.euiButton--warning { + color: #8a6a0a; + border-color: #FEC514; } + .euiButton--warning.euiButton--fill { + background-color: #FEC514; + border-color: #FEC514; + color: #000; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f7bb01; + border-color: #f7bb01; } + .euiButton--warning:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(183, 161, 91, 0.04), 0 2.3px 2px rgba(183, 161, 91, 0.03); } + .euiButton--warning:not([class*='isDisabled']):hover, .euiButton--warning:not([class*='isDisabled']):focus, .euiButton--warning:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(183, 161, 91, 0.1), 0 3.6px 13px rgba(183, 161, 91, 0.07), 0 8.4px 23px rgba(183, 161, 91, 0.06), 0 23px 35px rgba(183, 161, 91, 0.05); + background-color: rgba(254, 197, 20, 0.1); } + +.euiButton--danger { + color: #BD271E; + border-color: #BD271E; } + .euiButton--danger.euiButton--fill { + background-color: #BD271E; + border-color: #BD271E; + color: #FFF; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #a7221b; + border-color: #a7221b; } + .euiButton--danger:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(123, 97, 96, 0.04), 0 2.3px 2px rgba(123, 97, 96, 0.03); } + .euiButton--danger:not([class*='isDisabled']):hover, .euiButton--danger:not([class*='isDisabled']):focus, .euiButton--danger:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(123, 97, 96, 0.1), 0 3.6px 13px rgba(123, 97, 96, 0.07), 0 8.4px 23px rgba(123, 97, 96, 0.06), 0 23px 35px rgba(123, 97, 96, 0.05); + background-color: rgba(189, 39, 30, 0.1); } + +.euiButton--subdued { + color: #69707D; + border-color: #69707D; } + .euiButton--subdued.euiButton--fill { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButton--subdued:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(115, 115, 115, 0.04), 0 2.3px 2px rgba(115, 115, 115, 0.03); } + .euiButton--subdued:not([class*='isDisabled']):hover, .euiButton--subdued:not([class*='isDisabled']):focus, .euiButton--subdued:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(115, 115, 115, 0.1), 0 3.6px 13px rgba(115, 115, 115, 0.07), 0 8.4px 23px rgba(115, 115, 115, 0.06), 0 23px 35px rgba(115, 115, 115, 0.05); + background-color: rgba(105, 112, 125, 0.1); } + +.euiButton--ghost { + color: #FFF; + border-color: #FFF; } + .euiButton--ghost.euiButton--fill { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButton--ghost:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); } + .euiButton--ghost:not([class*='isDisabled']):hover, .euiButton--ghost:not([class*='isDisabled']):focus, .euiButton--ghost:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.1); } + +.euiButton--text { + color: #343741; + border-color: #69707D; } + .euiButton--text.euiButton--fill { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButton--text.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButton--text:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(115, 115, 115, 0.04), 0 2.3px 2px rgba(115, 115, 115, 0.03); } + .euiButton--text:not([class*='isDisabled']):hover, .euiButton--text:not([class*='isDisabled']):focus, .euiButton--text:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(115, 115, 115, 0.1), 0 3.6px 13px rgba(115, 115, 115, 0.07), 0 8.4px 23px rgba(115, 115, 115, 0.06), 0 23px 35px rgba(115, 115, 115, 0.05); + background-color: rgba(105, 112, 125, 0.1); } + +.euiButton.euiButton-isDisabled.euiButton--ghost, .euiButton.euiButton-isDisabled.euiButton--ghost:hover, .euiButton.euiButton-isDisabled.euiButton--ghost:focus, .euiButton.euiButton-isDisabled.euiButton--ghost:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + color: #69707D; + border-color: #69707D; } + +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill { + background-color: #69707D; + color: #a1a5ae; } + +.euiButton--fullWidth { + display: block; + width: 100%; } + +.euiButtonContent { + height: 100%; + width: 100%; + vertical-align: middle; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + .euiButtonContent .euiButtonContent__icon, + .euiButtonContent .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiButtonContent > * + * { + -webkit-margin-start: 8px; + margin-inline-start: 8px; } + +.euiButtonContent--iconRight { + height: 100%; + width: 100%; + vertical-align: middle; + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + .euiButtonContent--iconRight .euiButtonContent__icon, + .euiButtonContent--iconRight .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiButtonContent--iconRight > * + * { + -webkit-margin-start: 0; + margin-inline-start: 0; + -webkit-margin-end: 8px; + margin-inline-end: 8px; } + +/** + * 1. We don't want any of the animations that come inherited from the mixin. + * These should act like normal links instead. + * 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash + */ +.euiButtonEmpty { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + border-color: transparent; + background-color: transparent; + box-shadow: none; + -webkit-transform: none !important; + transform: none !important; + /* 1 */ + -webkit-animation: none !important; + animation: none !important; + /* 1 */ + transition-timing-function: ease-in; + /* 2 */ + transition-duration: 150ms; + /* 2 */ } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButtonEmpty { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButtonEmpty:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButtonEmpty:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButtonEmpty:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButtonEmpty:hover:not([class*='isDisabled']), .euiButtonEmpty:focus { + text-decoration: underline; } + .euiButtonEmpty .euiButtonEmpty__content { + padding: 0 8px; } + .euiButtonEmpty .euiButtonEmpty__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButtonEmpty.euiButtonEmpty--small { + height: 32px; } + .euiButtonEmpty.euiButtonEmpty--xSmall { + height: 24px; + font-size: 14px; } + .euiButtonEmpty:disabled { + pointer-events: auto; + cursor: not-allowed; + color: #ABB4C4; } + .euiButtonEmpty:disabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonEmpty:disabled .euiButtonContent__spinner { + border-color: #07C currentColor currentColor currentColor; } + .euiButtonEmpty:disabled:focus { + background-color: transparent; } + .euiButtonEmpty:disabled:hover, .euiButtonEmpty:disabled:focus { + text-decoration: none; } + +.euiButtonEmpty--flushLeft .euiButtonEmpty__content, +.euiButtonEmpty--flushRight .euiButtonEmpty__content, +.euiButtonEmpty--flushBoth .euiButtonEmpty__content { + padding-left: 0; + padding-right: 0; } + +.euiButtonEmpty--flushLeft { + margin-right: 8px; } + +.euiButtonEmpty--flushRight { + margin-left: 8px; } + +.euiButtonEmpty--primary { + color: #0071c2; } + .euiButtonEmpty--primary:focus { + background-color: rgba(0, 113, 194, 0.1); } + +.euiButtonEmpty--danger { + color: #BD271E; } + .euiButtonEmpty--danger:focus { + background-color: rgba(189, 39, 30, 0.1); } + +.euiButtonEmpty--disabled { + color: #717782; } + .euiButtonEmpty--disabled:focus { + background-color: rgba(171, 180, 196, 0.1); } + .euiButtonEmpty--disabled:hover { + cursor: not-allowed; } + +.euiButtonEmpty--ghost { + color: #FFF; } + .euiButtonEmpty--ghost:focus { + background-color: rgba(255, 255, 255, 0.1); } + +.euiButtonEmpty--text { + color: #343741; } + .euiButtonEmpty--text:focus { + background-color: rgba(52, 55, 65, 0.1); } + +.euiButtonEmpty--success { + color: #007e77; } + .euiButtonEmpty--success:focus { + background-color: rgba(0, 126, 119, 0.1); } + +.euiButtonEmpty--warning { + color: #8a6a0a; } + .euiButtonEmpty--warning:focus { + background-color: rgba(138, 106, 10, 0.1); } + +.euiButtonIcon { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 500; + text-decoration: none; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; + outline-offset: -1px; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + border-radius: 6px; + width: 40px; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: space-around; + justify-content: space-around; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiButtonIcon { + transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out; + transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } + .euiButtonIcon:hover:not([class*='isDisabled']) { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + .euiButtonIcon:focus { + -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiButtonIcon:active:not([class*='isDisabled']) { + -webkit-transform: translateY(1px); + transform: translateY(1px); } } + .euiButtonIcon:hover:not([class*='isDisabled']), .euiButtonIcon:focus { + text-decoration: underline; } + .euiButtonIcon > svg { + pointer-events: none; } + .euiButtonIcon.euiButtonIcon--empty { + box-shadow: none !important; + border: none; } + .euiButtonIcon.euiButtonIcon-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #ABB4C4; + border-color: #ABB4C4; } + .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__spinner { + border-color: #07C currentColor currentColor currentColor; } + .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill { + color: #717782; + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:hover, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus-within { + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButtonIcon.euiButtonIcon-isDisabled:hover, .euiButtonIcon.euiButtonIcon-isDisabled:focus, .euiButtonIcon.euiButtonIcon-isDisabled:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + text-decoration: none; } + +.euiButtonIcon--xSmall { + height: 24px; + width: 24px; } + +.euiButtonIcon--small { + height: 32px; + width: 32px; } + +.euiButtonIcon--primary { + color: #0071c2; + border-color: #07C; } + .euiButtonIcon--primary.euiButtonIcon--fill { + background-color: #07C; + border-color: #07C; + color: #FFF; } + .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #0068b3; + border-color: #0068b3; } + .euiButtonIcon--primary:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(61, 109, 143, 0.04), 0 2.3px 2px rgba(61, 109, 143, 0.03); } + .euiButtonIcon--primary:not([class*='isDisabled']):hover, .euiButtonIcon--primary:not([class*='isDisabled']):focus, .euiButtonIcon--primary:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(61, 109, 143, 0.1), 0 3.6px 13px rgba(61, 109, 143, 0.07), 0 8.4px 23px rgba(61, 109, 143, 0.06), 0 23px 35px rgba(61, 109, 143, 0.05); + background-color: rgba(0, 119, 204, 0.1); } + +.euiButtonIcon--accent { + color: #c4407c; + border-color: #F04E98; } + .euiButtonIcon--accent.euiButtonIcon--fill { + background-color: #F04E98; + border-color: #F04E98; + color: #000; } + .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #ee368a; + border-color: #ee368a; } + .euiButtonIcon--accent:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(182, 136, 157, 0.04), 0 2.3px 2px rgba(182, 136, 157, 0.03); } + .euiButtonIcon--accent:not([class*='isDisabled']):hover, .euiButtonIcon--accent:not([class*='isDisabled']):focus, .euiButtonIcon--accent:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(182, 136, 157, 0.1), 0 3.6px 13px rgba(182, 136, 157, 0.07), 0 8.4px 23px rgba(182, 136, 157, 0.06), 0 23px 35px rgba(182, 136, 157, 0.05); + background-color: rgba(240, 78, 152, 0.1); } + +.euiButtonIcon--success { + color: #007e77; + border-color: #00BFB3; } + .euiButtonIcon--success.euiButtonIcon--fill { + background-color: #00BFB3; + border-color: #00BFB3; + color: #000; } + .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #00a69b; + border-color: #00a69b; } + .euiButtonIcon--success:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(57, 134, 129, 0.04), 0 2.3px 2px rgba(57, 134, 129, 0.03); } + .euiButtonIcon--success:not([class*='isDisabled']):hover, .euiButtonIcon--success:not([class*='isDisabled']):focus, .euiButtonIcon--success:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(57, 134, 129, 0.1), 0 3.6px 13px rgba(57, 134, 129, 0.07), 0 8.4px 23px rgba(57, 134, 129, 0.06), 0 23px 35px rgba(57, 134, 129, 0.05); + background-color: rgba(0, 191, 179, 0.1); } + +.euiButtonIcon--warning { + color: #8a6a0a; + border-color: #FEC514; } + .euiButtonIcon--warning.euiButtonIcon--fill { + background-color: #FEC514; + border-color: #FEC514; + color: #000; } + .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f7bb01; + border-color: #f7bb01; } + .euiButtonIcon--warning:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(183, 161, 91, 0.04), 0 2.3px 2px rgba(183, 161, 91, 0.03); } + .euiButtonIcon--warning:not([class*='isDisabled']):hover, .euiButtonIcon--warning:not([class*='isDisabled']):focus, .euiButtonIcon--warning:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(183, 161, 91, 0.1), 0 3.6px 13px rgba(183, 161, 91, 0.07), 0 8.4px 23px rgba(183, 161, 91, 0.06), 0 23px 35px rgba(183, 161, 91, 0.05); + background-color: rgba(254, 197, 20, 0.1); } + +.euiButtonIcon--danger { + color: #BD271E; + border-color: #BD271E; } + .euiButtonIcon--danger.euiButtonIcon--fill { + background-color: #BD271E; + border-color: #BD271E; + color: #FFF; } + .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #a7221b; + border-color: #a7221b; } + .euiButtonIcon--danger:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(123, 97, 96, 0.04), 0 2.3px 2px rgba(123, 97, 96, 0.03); } + .euiButtonIcon--danger:not([class*='isDisabled']):hover, .euiButtonIcon--danger:not([class*='isDisabled']):focus, .euiButtonIcon--danger:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(123, 97, 96, 0.1), 0 3.6px 13px rgba(123, 97, 96, 0.07), 0 8.4px 23px rgba(123, 97, 96, 0.06), 0 23px 35px rgba(123, 97, 96, 0.05); + background-color: rgba(189, 39, 30, 0.1); } + +.euiButtonIcon--subdued { + color: #69707D; + border-color: #69707D; } + .euiButtonIcon--subdued.euiButtonIcon--fill { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButtonIcon--subdued:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(115, 115, 115, 0.04), 0 2.3px 2px rgba(115, 115, 115, 0.03); } + .euiButtonIcon--subdued:not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not([class*='isDisabled']):focus, .euiButtonIcon--subdued:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(115, 115, 115, 0.1), 0 3.6px 13px rgba(115, 115, 115, 0.07), 0 8.4px 23px rgba(115, 115, 115, 0.06), 0 23px 35px rgba(115, 115, 115, 0.05); + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonIcon--ghost { + color: #FFF; + border-color: #FFF; } + .euiButtonIcon--ghost.euiButtonIcon--fill { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButtonIcon--ghost:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); } + .euiButtonIcon--ghost:not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not([class*='isDisabled']):focus, .euiButtonIcon--ghost:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.1); } + +.euiButtonIcon--text { + color: #343741; + border-color: #69707D; } + .euiButtonIcon--text.euiButtonIcon--fill { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus, .euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButtonIcon--text:not([class*='isDisabled']) { + box-shadow: 0 0.8px 0.8px rgba(115, 115, 115, 0.04), 0 2.3px 2px rgba(115, 115, 115, 0.03); } + .euiButtonIcon--text:not([class*='isDisabled']):hover, .euiButtonIcon--text:not([class*='isDisabled']):focus, .euiButtonIcon--text:not([class*='isDisabled']):focus-within { + box-shadow: 0 1px 5px rgba(115, 115, 115, 0.1), 0 3.6px 13px rgba(115, 115, 115, 0.07), 0 8.4px 23px rgba(115, 115, 115, 0.06), 0 23px 35px rgba(115, 115, 115, 0.05); + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:hover, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus-within { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + color: #69707D; + border-color: #69707D; } + +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButton--fill { + background-color: #69707D; + color: #a1a5ae; } + +.euiButtonGroup { + display: inline-block; + max-width: 100%; + position: relative; } + +.euiButtonGroup--fullWidth { + display: block; } + .euiButtonGroup--fullWidth .euiButtonGroup__buttons { + width: 100%; } + .euiButtonGroup--fullWidth .euiButtonGroup__buttons .euiButtonGroupButton { + -webkit-flex: 1; + flex: 1; } + +.euiButtonGroup__buttons { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + border-radius: 7px; + max-width: 100%; + display: -webkit-flex; + display: flex; + overflow: hidden; } + +.euiButtonGroup--isDisabled .euiButtonGroup__buttons { + box-shadow: none; } + +.euiButtonGroup--compressed .euiButtonGroup__buttons { + box-shadow: none !important; + border-radius: 4px; + background-color: #fbfcfd; + height: 32px; + border: 1px solid rgba(17, 43, 134, 0.1); + overflow: visible; } + +.euiButtonGroupButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out, color 250ms ease-in-out; + min-width: 0; + -webkit-flex-shrink: 1; + flex-shrink: 1; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiButtonGroupButton .euiButton__content { + padding: 0 12px; } + .euiButtonGroupButton-isIconOnly .euiButton__content { + padding: 0 8px; } + .euiButtonGroupButton .euiButton__text { + text-overflow: ellipsis; + overflow: hidden; } + .euiButtonGroupButton.euiButtonGroupButton--small { + height: 32px; + line-height: 32px; } + .euiButtonGroupButton:not([class*='isDisabled']):hover, .euiButtonGroupButton:not([class*='isDisabled']):focus, .euiButtonGroupButton:not([class*='isDisabled']):focus-within { + background-color: rgba(0, 119, 204, 0.1); + text-decoration: underline; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled { + pointer-events: auto; + cursor: not-allowed; + color: #ABB4C4; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__icon { + fill: currentColor; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__spinner { + border-color: #07C currentColor currentColor currentColor; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected { + color: #717782; + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus-within { + background-color: #ABB4C4; + border-color: #ABB4C4; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']) { + color: #0071c2; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #07C; + border-color: #07C; + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #0068b3; + border-color: #0068b3; } + .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within { + background-color: rgba(0, 119, 204, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']) { + color: #c4407c; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #F04E98; + border-color: #F04E98; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #ee368a; + border-color: #ee368a; } + .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within { + background-color: rgba(240, 78, 152, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']) { + color: #007e77; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #00BFB3; + border-color: #00BFB3; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #00a69b; + border-color: #00a69b; } + .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus-within { + background-color: rgba(0, 191, 179, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']) { + color: #8a6a0a; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #FEC514; + border-color: #FEC514; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f7bb01; + border-color: #f7bb01; } + .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within { + background-color: rgba(254, 197, 20, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']) { + color: #BD271E; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #BD271E; + border-color: #BD271E; + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #a7221b; + border-color: #a7221b; } + .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within { + background-color: rgba(189, 39, 30, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']) { + color: #69707D; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within { + background-color: rgba(105, 112, 125, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #FFF; + border-color: #FFF; + color: #000; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #f2f2f2; + border-color: #f2f2f2; } + .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within { + background-color: rgba(255, 255, 255, 0.1); } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']) { + color: #343741; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected { + background-color: #69707D; + border-color: #69707D; + color: #FFF; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within { + background-color: #5d646f; + border-color: #5d646f; } + .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus-within { + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonGroupButton__textShift::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + +/** + * Medium and Small sizing (regular button style) + */ +.euiButtonGroup--medium .euiButtonGroupButton, +.euiButtonGroup--small .euiButtonGroupButton { + border: 1px solid #D3DAE6; } + .euiButtonGroup--medium .euiButtonGroupButton:not(:first-child), + .euiButtonGroup--small .euiButtonGroupButton:not(:first-child) { + margin-left: -1px; } + .euiButtonGroup--medium .euiButtonGroupButton:first-child, + .euiButtonGroup--small .euiButtonGroupButton:first-child { + border-radius: 6px 0 0 6px; } + .euiButtonGroup--medium .euiButtonGroupButton:last-child, + .euiButtonGroup--small .euiButtonGroupButton:last-child { + border-radius: 0 6px 6px 0; } + +.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus, .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within { + color: #69707D; } + +.euiButtonGroup--isDisabled .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, .euiButtonGroup--isDisabled +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost { + border-color: #69707D; } + +.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected { + background-color: #69707D; + color: #a1a5ae; } + +.euiButtonGroup--medium .euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton-isSelected { + z-index: 0; } + +.euiButtonGroup--medium .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected, +.euiButtonGroup--small .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected { + box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1); } + +/** + * Compressed (form style) + */ +.euiButtonGroup--compressed .euiButtonGroupButton { + height: 30px; + line-height: 30px; + font-size: 14px; + border-radius: 6px; + padding: 2px; + background-clip: content-box; } + .euiButtonGroup--compressed .euiButtonGroupButton .euiButton__content { + padding-left: 8px; + padding-right: 8px; } + .euiButtonGroup--compressed .euiButtonGroupButton.euiButtonGroupButton-isSelected { + font-weight: 600; } + .euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus-within { + outline: 2px solid #0071c2; } + +/** + * 1. Add vertical space between breadcrumbs, + * but make sure the whole breadcrumb set doesn't add space below itself + */ +.euiBreadcrumbs__list { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + min-width: 0; + margin-bottom: -4px; + /* 1 */ } + +.euiBreadcrumb { + margin-bottom: 4px; + /* 1 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiBreadcrumb:not(.euiBreadcrumb--last) { + color: #69707D; } + .euiBreadcrumb:not(.euiBreadcrumb--last)::after { + content: ''; + margin: 4px 8px 0; + width: 1px; + height: 16px; + -webkit-transform: translateY(-1px) rotate(15deg); + transform: translateY(-1px) rotate(15deg); + background: #D3DAE6; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiBreadcrumb--collapsed { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiBreadcrumb--last { + font-weight: 500; } + +.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content { + font-weight: 400; + color: #69707D; } + +.euiBreadcrumbs--truncate .euiBreadcrumbs__list { + white-space: nowrap; + -webkit-flex-wrap: nowrap; + flex-wrap: nowrap; } + +.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) .euiBreadcrumb__content { + max-width: 160px; + overflow: hidden; + text-overflow: ellipsis; } + +.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last .euiBreadcrumb__content { + max-width: none; } + +.euiBreadcrumbs--truncate .euiBreadcrumb { + overflow: hidden; } + +.euiBreadcrumbs--truncate .euiBreadcrumb__content, +.euiBreadcrumb--truncate .euiBreadcrumb__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + max-width: 160px; + text-align: center; + vertical-align: baseline; } + +.euiCallOut { + padding: 16px; + border-left: 2px solid transparent; } + .euiCallOut.euiCallOut--small { + padding: 8px; } + .euiCallOut .euiCallOutHeader__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-transform: translateY(2px); + transform: translateY(2px); } + .euiCallOut .euiCallOutHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; + margin-bottom: 0; } + +.euiCallOut--small .euiCallOutHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; } + +.euiCallOut--primary { + border-color: #07C; + background-color: #e6f1fa; } + .euiCallOut--primary .euiCallOutHeader__icon { + fill: #006bb8; } + .euiCallOut--primary .euiCallOutHeader__title { + color: #006bb8; } + +.euiCallOut--success { + border-color: #00BFB3; + background-color: #e6f9f7; } + .euiCallOut--success .euiCallOutHeader__icon { + fill: #007e77; } + .euiCallOut--success .euiCallOutHeader__title { + color: #007e77; } + +.euiCallOut--warning { + border-color: #FEC514; + background-color: #fff9e8; } + .euiCallOut--warning .euiCallOutHeader__icon { + fill: #8a6a0a; } + .euiCallOut--warning .euiCallOutHeader__title { + color: #8a6a0a; } + +.euiCallOut--danger { + border-color: #BD271E; + background-color: #f8e9e9; } + .euiCallOut--danger .euiCallOutHeader__icon { + fill: #bd271e; } + .euiCallOut--danger .euiCallOutHeader__title { + color: #bd271e; } + +/** + * 1. Align icon with first line of title text if it wraps. + * 2. If content exists under the header, space it appropriately. + * 3. Apply margin to all but last item in the flex. + */ +.euiCallOutHeader { + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + /* 1 */ } + .euiCallOutHeader + * { + margin-top: 8px; + /* 1 */ } + .euiCallOutHeader > * + * { + margin-left: 8px; + /* 3 */ } + +/** + * 1. Footer is always at the bottom. + * 2. Fix for IE where the image correctly resizes in width but doesn't collapse its height + (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421) + * 3. Horizontal layouts should always top left align no matter the textAlign prop + */ +.euiCard { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + min-height: 1px; + /* 2 */ } + .euiCard.euiCard-isDisabled { + cursor: not-allowed !important; + -webkit-transform: none !important; + transform: none !important; + box-shadow: none !important; + text-decoration: none !important; + background-color: rgba(171, 180, 196, 0.1) !important; + color: #ABB4C4; } + .euiCard.euiCard-isDisabled .euiCard__top { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + .euiCard.euiCard-isDisabled .euiCard__titleAnchor, + .euiCard.euiCard-isDisabled .euiCard__titleButton { + color: #ABB4C4; + cursor: inherit; } + .euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable):not(.euiBetaBadge--hollow) { + box-shadow: inset 0 0 0 1px #D3DAE6; + background: transparent; + color: inherit; } + .euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable).euiBetaBadge--hollow { + background-color: #FFF; } + .euiCard.euiCard--isClickable { + display: -webkit-flex; + display: flex; + width: 100%; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + outline: 2px solid currentColor; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:focus-visible { + outline-style: auto; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:not(:focus-visible) { + outline: none; } + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__title, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleAnchor, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleButton, .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__title, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleAnchor, + .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleButton { + text-decoration: underline; } + .euiCard .euiCard__top, + .euiCard .euiCard__content, + .euiCard .euiCard__footer { + width: 100%; } + .euiCard.euiCard--leftAligned { + text-align: left; + -webkit-align-items: flex-start; + align-items: flex-start; } + .euiCard.euiCard--leftAligned .euiCard__titleButton { + text-align: left; } + .euiCard.euiCard--centerAligned { + text-align: center; + -webkit-align-items: center; + align-items: center; } + .euiCard.euiCard--rightAligned { + text-align: right; + -webkit-align-items: flex-end; + align-items: flex-end; } + .euiCard.euiCard--rightAligned .euiCard__titleButton { + text-align: right; } + .euiCard.euiCard-isSelected { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiCard--hasBetaBadge { + position: relative; + overflow: visible; } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper { + position: absolute; + top: -12px; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + z-index: 3; + min-width: 30%; + max-width: calc(100% - 32px); } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiToolTipAnchor, + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge { + width: 100%; } + .euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge { + overflow: hidden; + text-overflow: ellipsis; } + +.euiCard__betaBadge.euiBetaBadge--hollow { + background-color: #FFF; } + +.euiCard--isSelectable { + position: relative; } + +.euiCard[class*='paddingSmall'] { + padding: 8px; } + .euiCard[class*='paddingSmall'].euiCard--isSelectable { + padding-bottom: 48px; } + .euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image { + width: calc(100% + (8px * 2)); + left: -8px; + top: -8px; + margin-bottom: -8px; } + .euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -8px)); + transform: translate(-50%, calc(-50% + -8px)); } + +.euiCard[class*='paddingMedium'] { + padding: 16px; } + .euiCard[class*='paddingMedium'].euiCard--isSelectable { + padding-bottom: 56px; } + .euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image { + width: calc(100% + (16px * 2)); + left: -16px; + top: -16px; + margin-bottom: -16px; } + .euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -16px)); + transform: translate(-50%, calc(-50% + -16px)); } + +.euiCard[class*='paddingLarge'] { + padding: 24px; } + .euiCard[class*='paddingLarge'].euiCard--isSelectable { + padding-bottom: 64px; } + .euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image { + width: calc(100% + (24px * 2)); + left: -24px; + top: -24px; + margin-bottom: -24px; } + .euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image + .euiCard__icon { + -webkit-transform: translate(-50%, -75%); + transform: translate(-50%, -75%); + -webkit-transform: translate(-50%, calc(-50% + -24px)); + transform: translate(-50%, calc(-50% + -24px)); } + +.euiCard__top { + -webkit-flex-grow: 0; + flex-grow: 0; + /* 1 */ + position: relative; + min-height: 1px; + /* 2 */ + font-size: 0; } + .euiCard__top .euiCard__image { + position: relative; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + overflow: hidden; } + .euiCard__top .euiCard__image img { + width: 100%; } + .euiCard__top .euiCard__image + .euiCard__icon { + position: absolute; + top: 50%; + left: 50%; } + .euiCard__top .euiCard__icon { + margin-top: 8px; } + +.euiCard__footer:not(:empty) { + -webkit-flex-grow: 0; + flex-grow: 0; + /* 1 */ + margin-top: 16px; } + +.euiCard[class*='transparent'] .euiCard__image { + border-radius: 6px; } + +.euiCard--isSelectable--text.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #00BFB3 !important; } + +.euiCard--isSelectable--primary.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #07C !important; } + +.euiCard--isSelectable--success.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #00BFB3 !important; } + +.euiCard--isSelectable--danger.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #BD271E !important; } + +.euiCard--isSelectable--ghost.euiCard-isSelected:not(.euiCard-isDisabled) { + border-color: #69707D !important; } + +.euiCard__top + .euiCard__content { + margin-top: 16px; } + +.euiCard__content { + -webkit-flex-grow: 1; + flex-grow: 1; + /* 1 */ } + .euiCard__content .euiCard__description, + .euiCard__content .euiCard__children { + margin-top: 8px; } + .euiCard__content .euiCard__titleAnchor, + .euiCard__content .euiCard__titleButton { + font: inherit; + color: inherit; + letter-spacing: inherit; } + .euiCard__content .euiCard__titleAnchor:focus, + .euiCard__content .euiCard__titleButton:focus { + text-decoration: underline; } + +.euiCard.euiCard--horizontal .euiCard__content, +.euiCard.euiCard--horizontal .euiCard__titleButton { + text-align: left; + /* 3 */ } + +.euiCard.euiCard--horizontal.euiCard--hasIcon { + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: flex-start !important; + align-items: flex-start !important; + /* 3 */ } + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top, + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__content { + width: auto; + margin-top: 0; } + .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top .euiCard__icon { + margin-top: 0; + margin-right: 16px; } + +.euiCardSelect { + position: absolute; + bottom: 0; + left: 0; + height: 40px !important; + width: 100%; + overflow: hidden; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + font-weight: 700; } + .euiCardSelect--text:enabled { + background-color: #F5F7FA !important; } + .euiCardSelect--primary:enabled { + background-color: #e6f1fa !important; } + .euiCardSelect--success:enabled { + background-color: #e6f9f7 !important; + color: #007e77; } + .euiCardSelect--danger:enabled { + background-color: #f8e9e9 !important; } + .euiCardSelect--ghost:enabled { + background-color: #69707D !important; } + .euiCardSelect:disabled { + background-color: #fafbfd; } + +.euiCheckableCard { + transition: border-color 250ms ease-in; } + .euiCheckableCard:not(.euiCheckableCard-isDisabled).euiCheckableCard-isChecked { + border-color: #07C; } + +.euiCheckableCard__label { + cursor: pointer; + display: block; + width: calc(100% + 32px); + padding: 16px; + margin: -16px; } + +.euiCheckableCard__label-isDisabled { + color: #98A2B3; + cursor: not-allowed; } + +.euiCheckableCard__children { + margin-top: 16px; } + +.euiCodeBlock { + max-width: 100%; + display: block; + position: relative; + background: #F5F7FA; } + .euiCodeBlock .euiCodeBlock__pre { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow: auto; + display: block; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-corner, .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-track { + background-color: transparent; } + .euiCodeBlock .euiCodeBlock__pre--whiteSpacePre { + white-space: pre; } + .euiCodeBlock .euiCodeBlock__pre--whiteSpacePreWrap { + white-space: pre-wrap; } + .euiCodeBlock .euiCodeBlock__pre--isVirtualized .euiCodeBlock__code { + position: relative; } + .euiCodeBlock .euiCodeBlock__line { + display: block; } + .euiCodeBlock--hasLineNumbers .euiCodeBlock__line { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + .euiCodeBlock .euiCodeBlock__lineText, + .euiCodeBlock .euiCodeBlock__lineNumber { + display: inline-block; } + .euiCodeBlock .euiCodeBlock__lineText { + padding-left: 8px; + border-left: 1px solid #D3DAE6; + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; } + .euiCodeBlock .euiCodeBlock__lineNumber { + position: absolute; + height: 100%; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + padding-right: 8px; + box-sizing: content-box; } + .euiCodeBlock .euiCodeBlock__lineNumber:before { + content: attr(data-line-number); + color: #69707D; + text-align: right; + display: block; } + .euiCodeBlock .euiCodeBlock__line--isHighlighted .euiCodeBlock__lineText { + background: rgba(0, 119, 204, 0.1); + border-left: 2px solid #0071c2; } + .euiCodeBlock .euiCodeBlock__code { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + line-height: 1.5; + font-weight: 400; + font-size: inherit; + color: #343741; + display: block; } + .euiCodeBlock .euiCodeBlock__controls { + position: absolute; + top: 0; + right: 0; } + .euiCodeBlock .euiCodeBlock__fullScreenButton + .euiCodeBlock__copyButton { + margin-top: 4px; } + .euiCodeBlock.euiCodeBlock-isFullScreen { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; } + .euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__pre { + padding: 32px !important; } + .euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__controls { + top: 4px; + right: 4px; } + .euiCodeBlock.euiCodeBlock--fontSmall { + font-size: 12px; } + .euiCodeBlock.euiCodeBlock--fontMedium { + font-size: 14px; } + .euiCodeBlock.euiCodeBlock--fontLarge { + font-size: 14px; } + .euiCodeBlock.euiCodeBlock--hasControl { + min-height: 24px; } + .euiCodeBlock.euiCodeBlock--hasBothControls { + min-height: 52px; } + .euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 28px; } + .euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 28px; } + .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre { + padding: 8px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl { + min-height: 40px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasBothControls { + min-height: 68px; } + .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__controls { + top: 8px; + right: 8px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 36px; } + .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 36px; } + .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre { + padding: 16px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl { + min-height: 56px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasBothControls { + min-height: 84px; } + .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__controls { + top: 16px; + right: 16px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 44px; } + .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 44px; } + .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre { + padding: 24px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl { + min-height: 72px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasBothControls { + min-height: 100px; } + .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__controls { + top: 24px; + right: 24px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap { + padding-right: 52px; } + .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre { + margin-right: 52px; } + .euiCodeBlock.euiCodeBlock--transparentBackground { + background: transparent; } + .euiCodeBlock .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) { + opacity: .7; } + .euiCodeBlock .token.comment, + .euiCodeBlock .token.prolog, + .euiCodeBlock .token.doctype, + .euiCodeBlock .token.cdata, + .euiCodeBlock .token.coord, + .euiCodeBlock .token.blockquote { + color: #69707D; + font-style: italic; } + .euiCodeBlock .token.selector { + color: inherit; } + .euiCodeBlock .token.string, + .euiCodeBlock .token.interpolation, + .euiCodeBlock .token.interpolation-punctuation, + .euiCodeBlock .token.doc-comment .token.keyword, + .euiCodeBlock .token.attr-value, + .euiCodeBlock .token.url .token.content { + color: #ac4e6d; } + .euiCodeBlock .token.number, + .euiCodeBlock .token.boolean, + .euiCodeBlock .token.keyword.nil, + .euiCodeBlock .token.regex, + .euiCodeBlock .token.variable, + .euiCodeBlock .token.unit, + .euiCodeBlock .token.hexcode, + .euiCodeBlock .token.attr-name, + .euiCodeBlock .token.attr-equals { + color: #3b7d6a; } + .euiCodeBlock .token.atrule .token.rule, + .euiCodeBlock .token.keyword { + color: #7c609e; } + .euiCodeBlock .token.function { + color: inherit; } + .euiCodeBlock .token.tag { + color: #4a7194; } + .euiCodeBlock .token.class-name { + color: #4a7194; } + .euiCodeBlock .token.property { + color: inherit; } + .euiCodeBlock .token.console, + .euiCodeBlock .token.list-punctuation, + .euiCodeBlock .token.url-reference, + .euiCodeBlock .token.url .token.url { + color: #b34f3b; } + .euiCodeBlock .token.paramater { + color: inherit; } + .euiCodeBlock .token.meta, + .euiCodeBlock .token.important { + color: #69707D; } + .euiCodeBlock .token.title { + color: #996130; } + .euiCodeBlock .token.section { + color: #b34f3b; } + .euiCodeBlock .token.prefix.inserted, + .euiCodeBlock .token.prefix.deleted { + padding-left: 4px; + margin-left: -4px; } + .euiCodeBlock .token.prefix.inserted { + box-shadow: -4px 0 #3b7d6a; + color: #3b7d6a; } + .euiCodeBlock .token.prefix.deleted { + box-shadow: -4px 0 #BD271E; + color: #BD271E; } + .euiCodeBlock .token.selector .token.class { + color: inherit; } + .euiCodeBlock .token.selector .token.id { + color: inherit; } + .euiCodeBlock .token.italic { + font-style: italic; } + .euiCodeBlock .token.important, + .euiCodeBlock .token.bold { + font-weight: 700; } + .euiCodeBlock .token.url-reference, + .euiCodeBlock .token.url .token.url { + text-decoration: underline; } + .euiCodeBlock .token.entity { + cursor: help; } + +/* +* 1. Size the code against the text its embedded within. +*/ +.euiCode { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + font-size: .9em; + /* 1 */ + padding: .2em .5em; + /* 1 */ + background: #F5F7FA; } + .euiCode.euiCode--transparentBackground { + background: transparent; } + .euiCode .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) { + opacity: .7; } + .euiCode .token.comment, + .euiCode .token.prolog, + .euiCode .token.doctype, + .euiCode .token.cdata, + .euiCode .token.coord, + .euiCode .token.blockquote { + color: #69707D; + font-style: italic; } + .euiCode .token.selector { + color: inherit; } + .euiCode .token.string, + .euiCode .token.interpolation, + .euiCode .token.interpolation-punctuation, + .euiCode .token.doc-comment .token.keyword, + .euiCode .token.attr-value, + .euiCode .token.url .token.content { + color: #ac4e6d; } + .euiCode .token.number, + .euiCode .token.boolean, + .euiCode .token.keyword.nil, + .euiCode .token.regex, + .euiCode .token.variable, + .euiCode .token.unit, + .euiCode .token.hexcode, + .euiCode .token.attr-name, + .euiCode .token.attr-equals { + color: #3b7d6a; } + .euiCode .token.atrule .token.rule, + .euiCode .token.keyword { + color: #7c609e; } + .euiCode .token.function { + color: inherit; } + .euiCode .token.tag { + color: #4a7194; } + .euiCode .token.class-name { + color: #4a7194; } + .euiCode .token.property { + color: inherit; } + .euiCode .token.console, + .euiCode .token.list-punctuation, + .euiCode .token.url-reference, + .euiCode .token.url .token.url { + color: #b34f3b; } + .euiCode .token.paramater { + color: inherit; } + .euiCode .token.meta, + .euiCode .token.important { + color: #69707D; } + .euiCode .token.title { + color: #996130; } + .euiCode .token.section { + color: #b34f3b; } + .euiCode .token.prefix.inserted, + .euiCode .token.prefix.deleted { + padding-left: 4px; + margin-left: -4px; } + .euiCode .token.prefix.inserted { + box-shadow: -4px 0 #3b7d6a; + color: #3b7d6a; } + .euiCode .token.prefix.deleted { + box-shadow: -4px 0 #BD271E; + color: #BD271E; } + .euiCode .token.selector .token.class { + color: inherit; } + .euiCode .token.selector .token.id { + color: inherit; } + .euiCode .token.italic { + font-style: italic; } + .euiCode .token.important, + .euiCode .token.bold { + font-weight: 700; } + .euiCode .token.url-reference, + .euiCode .token.url .token.url { + text-decoration: underline; } + .euiCode .token.entity { + cursor: help; } + +.euiCollapsibleNav:not([class*='push']) { + z-index: 6000 !important; } + +.euiCollapsibleNavGroup:not(:first-child) { + border-top: 1px solid #D3DAE6; } + +.euiCollapsibleNavGroup .euiAccordion__triggerWrapper { + padding: 16px; } + +.euiCollapsibleNavGroup--light { + background-color: #fafbfd; } + +.euiCollapsibleNavGroup--dark { + background-color: #2a2c34; + color: #FFF; } + .euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__heading:focus .euiAccordion__iconWrapper { + color: #0d7ecf; + -webkit-animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important; + animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important; } + .euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__title { + color: inherit; + line-height: inherit; } + +.euiCollapsibleNavGroup__heading { + font-weight: 600; } + .euiCollapsibleNavGroup__heading:not(.euiAccordion__button) { + padding: 16px; } + +.euiCollapsibleNavGroup__children { + padding: 8px; } + +.euiCollapsibleNavGroup--withHeading .euiCollapsibleNavGroup__children { + padding-top: 0; } + +@-webkit-keyframes euiCollapsibleNavGroupDarkFocusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 2px #0d7ecf; } } + +@keyframes euiCollapsibleNavGroupDarkFocusRingAnimate { + 0% { + box-shadow: 0 0 0 2px rgba(0, 119, 204, 0); } + 100% { + box-shadow: 0 0 0 2px #0d7ecf; } } + +.euiColorPicker { + position: relative; + width: 152px; } + +.euiColorPicker__popoverAnchor .euiColorPicker__input { + padding-right: 40px; } + .euiColorPicker__popoverAnchor .euiColorPicker__input[class*='--compressed'] { + padding-right: 32px; } + .euiColorPicker__popoverAnchor .euiColorPicker__input + .euiFormControlLayoutIcons { + color: inherit; } + +.euiColorPicker__swatches { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin: -4px; } + +.euiColorPicker__swatch-item { + margin: 4px; } + +.euiSwatchInput__stroke { + fill: none; + stroke: rgba(0, 0, 0, 0.2); } + +.euiColorPicker__popoverPanel--pickerOnly { + padding-bottom: 0 !important; } + +.euiColorPicker__input--inGroup { + height: 38px !important; + box-shadow: none !important; + border-radius: 0; } + .euiColorPicker__input--inGroup.euiFieldText--compressed { + height: 30px !important; + border-radius: 0; } + +.euiColorPicker__alphaRange .euiRangeInput { + min-width: 0; } + +.euiColorPickerSwatch { + display: inline-block; + height: 24px; + width: 24px; + border-radius: 3px; + cursor: pointer; + border: solid 1px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); } + .euiColorPickerSwatch:disabled { + cursor: default; } + .euiColorPickerSwatch:focus { + outline: 2px solid currentColor; } + .euiColorPickerSwatch:focus:focus-visible { + outline-style: auto; } + .euiColorPickerSwatch:focus:not(:focus-visible) { + outline: none; } + +.euiHue { + background: linear-gradient(to right, #FF3232 0%, #FFF130 20%, #45FF30 35%, #28FFF0 52%, #282CFF 71%, #FF28FB 88%, #FF0094 100%); + height: 24px; + margin: 4px 0; + position: relative; } + .euiHue:before, .euiHue:after { + content: ''; + left: 0; + position: absolute; + height: 8px; + background: #FFF; + width: 100%; } + .euiHue:after { + bottom: 0; } + +.euiHue__range { + position: relative; + height: 24px; + width: calc(100% + 2px); + margin: 0 -1px; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: transparent; + z-index: 2; } + .euiHue__range::-webkit-slider-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-moz-range-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-ms-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiHue__range::-webkit-slider-thumb { + -webkit-appearance: none; + margin-top: 0; } + .euiHue__range::-ms-thumb { + margin-top: 0; } + .euiHue__range::-ms-track { + height: 24px; + background: transparent; + border-color: transparent; + color: transparent; } + .euiHue__range::-moz-focus-outer { + border: none; } + .euiHue__range::-ms-fill-lower, .euiHue__range::-ms-fill-upper { + background: transparent; } + .euiHue__range:focus { + outline: none; } + .euiHue__range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #0071c2; + border-color: #07C; } + .euiHue__range:focus::-moz-range-thumb { + box-shadow: 0 0 0 2px #0071c2; + border-color: #07C; } + .euiHue__range:focus::-ms-thumb { + box-shadow: 0 0 0 2px #0071c2; + border-color: #07C; } + +.euiSaturation { + position: relative; + width: 100%; + padding-bottom: 100%; + border-radius: 3px; + touch-action: none; + z-index: 3; } + .euiSaturation .euiSaturation__lightness, + .euiSaturation .euiSaturation__saturation { + position: absolute; + top: -1px; + bottom: 0; + left: 0; + right: 0; + border-radius: 3px; } + .euiSaturation .euiSaturation__lightness { + background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); } + .euiSaturation .euiSaturation__saturation { + background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); } + .euiSaturation .euiSaturation__indicator { + position: absolute; + height: 12px; + width: 12px; + border-radius: 100%; + margin-top: -6px; + margin-left: -6px; + border: 1px solid #343741; } + .euiSaturation .euiSaturation__indicator:before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 100%; + border: 1px solid #F5F7FA; } + .euiSaturation:focus { + outline: none; } + .euiSaturation:focus .euiSaturation__indicator { + box-shadow: 0 0 0 2px #0071c2; + border-color: #07C; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus { + outline: 2px solid #0071c2; } + +.euiColorStops__addContainer { + display: block; + position: absolute; + left: 0; + right: 0; + top: 50%; + height: 16px; + margin-top: -8px; } + .euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) { + cursor: pointer; } + .euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) .euiColorStops__addTarget { + opacity: .7; } + +.euiColorStops__addTarget { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; + position: absolute; + top: 0; + height: 16px; + width: 16px; + background-color: #F5F7FA; + pointer-events: none; + opacity: 0; + transition: opacity 150ms; } + +.euiColorStop { + width: 152px; } + +.euiColorStopPopover.euiPopover { + position: absolute; + top: 50%; + width: 16px; + height: 16px; + margin-top: -8px; } + +.euiColorStopPopover-hasFocus { + z-index: 1; } + +.euiColorStopPopover__anchor { + position: absolute; + width: 100%; + height: 100%; } + .euiColorStopPopover__anchor:before { + content: ''; + display: block; + position: absolute; + left: 0; + top: 0; + height: 16px; + width: 16px; + border-radius: 16px; + background: #FFF; } + +.euiColorStopThumb.euiRangeThumb:not(:disabled) { + top: 0; + margin-top: 0; + pointer-events: auto; + cursor: -webkit-grab; + cursor: grab; + border: solid 3px #FFF; + box-shadow: 0 0 0 1px #98A2B3, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiColorStopThumb.euiRangeThumb:not(:disabled):active { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiColorStopPopover-isLoadingPanel { + visibility: hidden !important; } + +.euiColorStops.euiColorStops-isDragging:not(.euiColorStops-isDisabled):not(.euiColorStops-isReadOnly) { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiColorStops__highlight { + color: #D3DAE6; } + +.euiColorPalettePicker__itemTitle { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiColorPalettePicker__itemTitle + .euiColorPaletteDisplay { + margin-top: 4px; } + +.euiColorPaletteDisplay { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + overflow: hidden; + height: 8px; } + +.euiColorPaletteDisplay--sizeExtraSmall { + position: relative; + height: 4px; + border-radius: 4px; } + .euiColorPaletteDisplay--sizeExtraSmall:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 4px; + content: ''; + pointer-events: none; + border: 1px solid rgba(52, 55, 65, 0.2); } + +.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea { + height: 4px; } + +.euiColorPaletteDisplay--sizeSmall { + position: relative; + height: 8px; + border-radius: 8px; } + .euiColorPaletteDisplay--sizeSmall:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 8px; + content: ''; + pointer-events: none; + border: 1px solid rgba(52, 55, 65, 0.2); } + +.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea { + height: 8px; } + +.euiColorPaletteDisplay--sizeMedium { + position: relative; + height: 16px; + border-radius: 16px; } + .euiColorPaletteDisplay--sizeMedium:after { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 16px; + content: ''; + pointer-events: none; + border: 1px solid rgba(52, 55, 65, 0.2); } + +.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea { + height: 16px; } + +.euiColorPaletteDisplayFixed__bleedArea { + position: absolute; + top: 0; + left: 0; + display: -webkit-flex; + display: flex; + height: 8px; + width: calc(100% + 1px); } + +.euiComboBox { + max-width: 400px; + width: 100%; + height: auto; + position: relative; + /** + * 1. Allow pills to truncate their text with an ellipsis. + * 2. Don't allow pills/placeholder to overlap with the caret, loading icon or clear button. + * 3. The height on combo can be larger than normal text inputs. + */ + /** + * 1. Force field height to match other field heights. + * 2. Force input height to expand to fill this element. + * 3. Reset appearance on Safari. + * 4. Fix react-input-autosize appearance. + * 5. Prevent a lot of input from causing the react-input-autosize to overflow the container. + */ } + .euiComboBox--fullWidth { + max-width: 100%; } + .euiComboBox--compressed { + height: 32px; } + .euiComboBox--inGroup { + height: 100%; } + .euiComboBox--compressed, + .euiComboBox .euiFormControlLayout { + height: auto; } + .euiComboBox .euiComboBox__inputWrap { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + max-width: 400px; + width: 100%; + height: auto; + padding: 4px 8px; + display: -webkit-flex; + display: flex; + /* 1 */ + outline: none; + padding-right: 40px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap--fullWidth { + max-width: 100%; } + .euiComboBox .euiComboBox__inputWrap--compressed { + height: 32px; } + .euiComboBox .euiComboBox__inputWrap--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiComboBox .euiComboBox__inputWrap { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiComboBox .euiComboBox__inputWrap { + line-height: 1em; } } + .euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap::placeholder { + color: #69707D; + opacity: 1; } + .euiComboBox .euiComboBox__inputWrap--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiComboBox .euiComboBox__inputWrap--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiComboBox .euiComboBox__inputWrap--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiComboBox .euiComboBox__inputWrap--withIcon { + padding-left: 40px; } + .euiComboBox .euiComboBox__inputWrap--fullWidth { + max-width: 100%; } + .euiComboBox .euiComboBox__inputWrap--compressed { + height: 32px; } + .euiComboBox .euiComboBox__inputWrap--inGroup { + height: 100%; } + .euiComboBox .euiComboBox__inputWrap .euiComboBoxPill { + max-width: calc(100% - 2px - 16px); } + .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap) { + padding-top: 4px; + padding-bottom: 4px; + padding-left: 4px; + height: auto; + /* 3 */ + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + /* 1 */ + -webkit-align-content: flex-start; + align-content: flex-start; } + .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover { + cursor: text; } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder { + padding-right: 62px; + /* 2 */ } + .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable { + padding-right: 84px; + /* 2 */ } + .euiComboBox .euiComboBox__input { + display: -webkit-inline-flex !important; + display: inline-flex !important; + /* 1 */ + height: 32px; + /* 2 */ + overflow: hidden; + /* 5 */ } + .euiComboBox .euiComboBox__input > input { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + /* 3 */ + padding: 0; + border: none; + background: transparent; + font-size: 14px; + color: #343741; + margin: 4px; + line-height: 1.5; + /* 4 */ } + .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + -webkit-text-fill-color: unset; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder { + color: #98A2B3; + opacity: 1; } + .euiComboBox.euiComboBox-isDisabled .euiComboBoxPlaceholder, + .euiComboBox.euiComboBox-isDisabled .euiComboBoxPill--plainText { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; } + .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover { + cursor: not-allowed; } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap { + line-height: 32px; + /* 2 */ + padding-top: 0; + padding-bottom: 0; + padding-right: 32px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder { + padding-right: 54px; + /* 2 */ } + .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable { + padding-right: 76px; + /* 2 */ } + .euiComboBox .euiFormControlLayout__prepend, + .euiComboBox .euiFormControlLayout__append { + height: auto !important; } + +.euiComboBox__input { + max-width: 100%; } + .euiComboBox__input input { + border: none !important; + box-shadow: none !important; + outline: none !important; } + +/* + * 1. Overwrites the base styling of EuiBadge, to give it a larger size and margins + * that make sense in the input wrap. + */ +.euiComboBoxPill { + height: 22px; + line-height: 22px; + vertical-align: baseline; } + .euiComboBoxPill, + .euiComboBoxPill + .euiComboBoxPill { + margin: 4px; } + .euiComboBox--compressed .euiComboBoxPill, + .euiComboBox--compressed .euiComboBoxPill + .euiComboBoxPill { + margin: 5px 4px 0 0; } + .euiComboBoxPill--plainText { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + line-height: 24px; + font-size: 14px; + padding: 0; + color: #343741; + vertical-align: middle; + display: inline-block; } + +.euiComboBoxPlaceholder { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + padding-right: 40px; + position: absolute; + pointer-events: none; + padding-left: 4px; + line-height: 32px; + color: #69707D; + margin-bottom: 0 !important; } + +/** + * 1. Using specificity to override panel shadow + * 2. Prevent really long input from overflowing the container. + */ +.euiComboBoxOptionsList { + -webkit-transform: none !important; + transform: none !important; + top: 0; } + .euiComboBoxOptionsList.euiPopover__panel-isAttached.euiComboBoxOptionsList--top { + /* 1 */ + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.04), 0 0 17px rgba(0, 0, 0, 0.03); } + +.euiComboBoxOptionsList__empty { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 2 */ + padding: 8px; + text-align: center; + word-wrap: break-word; } + +.euiComboBoxOptionsList__rowWrap { + padding: 0; + max-height: 200px; + overflow: hidden; } + .euiComboBoxOptionsList__rowWrap > div { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-corner, .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-track { + background-color: transparent; } + +.euiComboBoxOption { + font-size: 14px; + padding: 4px 8px 4px 16px; + width: 100%; + text-align: left; + border: 1px solid #D3DAE6; + border-color: transparent; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiComboBoxOption:hover { + text-decoration: underline; } + .euiComboBoxOption.euiComboBoxOption-isFocused { + cursor: pointer; + color: #0071c2; + background-color: rgba(0, 119, 204, 0.1); } + .euiComboBoxOption.euiComboBoxOption-isDisabled { + color: #98A2B3; + cursor: not-allowed; } + .euiComboBoxOption.euiComboBoxOption-isDisabled:hover { + text-decoration: none; } + +.euiComboBoxOption__contentWrapper { + display: -webkit-flex; + display: flex; } + .euiComboBoxOption__contentWrapper .euiComboBoxOption__emptyStateText { + -webkit-flex: 1; + flex: 1; + text-align: left; + margin-bottom: 0; } + .euiComboBoxOption__contentWrapper .euiComboBoxOption__enterBadge { + -webkit-align-self: flex-start; + align-self: flex-start; + margin-left: 4px; } + +.euiComboBoxOption__content { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + -webkit-flex: 1; + flex: 1; + text-align: left; } + +/** + * 1. Force each title to be the same height as an option, so that the virtualized scroll logic + * works. + */ +.euiComboBoxTitle { + font-size: 12px; + padding: 11px 8px 4px; + /* 1 */ + width: 100%; + font-weight: 700; + color: #000; } + +.euiComment { + font-size: 14px; + display: -webkit-flex; + display: flex; + padding-bottom: 16px; + min-height: 56px; } + .euiComment .euiCommentEvent { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiComment .euiCommentTimeline { + position: relative; + -webkit-flex-grow: 0; + flex-grow: 0; + margin-right: 16px; } + .euiComment .euiCommentTimeline::before { + content: ''; + position: absolute; + left: 20px; + top: 24px; + width: 2px; + background-color: #D3DAE6; + height: calc(100% + 24px); } + +.euiComment:last-of-type .euiCommentTimeline::before { + display: none; } + +.euiComment--update:not(.euiComment--hasBody) { + -webkit-align-items: center; + align-items: center; } + +.euiCommentEvent--regular { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiCommentEvent--regular.euiCommentEvent--regular--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiCommentEvent--regular.euiCommentEvent--regular--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiCommentEvent--regular.euiCommentEvent--regular--hasBorder { + border: 1px solid #D3DAE6; + box-shadow: none; } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:hover, .euiCommentEvent--regular.euiCommentEvent--regular--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusNone { + border-radius: 0; } + .euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusMedium { + border-radius: 6px; } + .euiCommentEvent--regular.euiCommentEvent--regular--transparent { + background-color: transparent; } + .euiCommentEvent--regular.euiCommentEvent--regular--plain { + background-color: #FFF; } + .euiCommentEvent--regular.euiCommentEvent--regular--subdued { + background-color: #fafbfd; } + .euiCommentEvent--regular.euiCommentEvent--regular--accent { + background-color: #feedf5; } + .euiCommentEvent--regular.euiCommentEvent--regular--primary { + background-color: #e6f1fa; } + .euiCommentEvent--regular.euiCommentEvent--regular--success { + background-color: #e6f9f7; } + .euiCommentEvent--regular.euiCommentEvent--regular--warning { + background-color: #fff9e8; } + .euiCommentEvent--regular.euiCommentEvent--regular--danger { + background-color: #f8e9e9; } + +.euiCommentEvent { + overflow: hidden; } + +.euiCommentEvent__header { + line-height: 1.5; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiCommentEvent__headerData { + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + .euiCommentEvent__headerData > div { + padding-right: 4px; } + +.euiCommentEvent__headerUsername { + font-weight: 600; } + +.euiCommentEvent--regular { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + border-radius: 6px; + border: 1px solid #D3DAE6; } + .euiCommentEvent--regular .euiCommentEvent__header { + min-height: 40px; + background-color: #F5F7FA; + border-bottom: 1px solid #D3DAE6; + padding: 4px 8px; + /** + * Fix for IE when using align-items:center in an item that has min-height + (https://github.com/philipwalton/flexbugs/issues/231#issuecomment-362790042) + */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiCommentEvent--regular .euiCommentEvent__header::after { + content: ''; + min-height: 32px; + font-size: 0; + display: block; } } + .euiCommentEvent--regular .euiCommentEvent__headerData { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiCommentEvent--regular .euiCommentEvent__body { + padding: 8px; } + +.euiCommentEvent--update .euiCommentEvent__header { + -webkit-justify-content: flex-start; + justify-content: flex-start; + padding: 4px 0; } + +.euiCommentEvent--update .euiCommentEvent__headerData { + padding-right: 8px; } + +.euiCommentEvent--update .euiCommentEvent__body { + padding-top: 4px; } + +.euiCommentTimeline__content { + min-width: 40px; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + position: relative; } + +.euiCommentTimeline__icon--default { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; + overflow-x: hidden; + border-radius: 50%; + background-color: #F5F7FA; } + .euiCommentTimeline__icon--default.euiCommentTimeline__icon--regular { + width: 40px; + height: 40px; } + .euiCommentTimeline__icon--default.euiCommentTimeline__icon--update { + width: 24px; + height: 24px; } + +.euiContextMenu { + width: 256px; + max-width: 100%; + position: relative; + overflow: hidden; + transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + border-radius: 6px; } + .euiContextMenu .euiContextMenu__content { + padding: 8px; } + +/** + * 1. When there are multiple ContextMenuPanels, the ContextMenu will absolutely + * position them. ContextMenuPanel will break the layout of a Popover if it's + * absolutely positioned by default. + */ +.euiContextMenu__panel { + position: absolute; + /* 1 */ } + +.euiContextMenu__icon { + margin-right: 8px; } + +.euiContextMenuPanel { + width: 100%; + visibility: visible; + outline-offset: -2px; } + .euiContextMenuPanel:focus { + outline: none; } + .euiContextMenuPanel.euiContextMenuPanel-txInLeft { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txOutLeft { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txInRight { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiContextMenuPanel.euiContextMenuPanel-txOutRight { + pointer-events: none; + -webkit-animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiContextMenuPanel--next { + -webkit-transform: translateX(256px); + transform: translateX(256px); + visibility: hidden; } + +.euiContextMenuPanel--previous { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); + visibility: hidden; } + +.euiContextMenuPanelTitle { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #D3DAE6; + padding: 12px; + width: 100%; + text-align: left; + outline-offset: -2px; } + .euiContextMenuPanelTitle:enabled:hover, .euiContextMenuPanelTitle:enabled:focus { + text-decoration: underline; } + .euiContextMenuPanelTitle--small { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #D3DAE6; + padding: 6px 8px; } + +@-webkit-keyframes euiContextMenuPanelTxInLeft { + 0% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiContextMenuPanelTxInLeft { + 0% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@-webkit-keyframes euiContextMenuPanelTxOutLeft { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } } + +@keyframes euiContextMenuPanelTxOutLeft { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } } + +@-webkit-keyframes euiContextMenuPanelTxInRight { + 0% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiContextMenuPanelTxInRight { + 0% { + -webkit-transform: translateX(-256px); + transform: translateX(-256px); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@-webkit-keyframes euiContextMenuPanelTxOutRight { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } } + +@keyframes euiContextMenuPanelTxOutRight { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); } + 100% { + -webkit-transform: translateX(256px); + transform: translateX(256px); } } + +.euiContextMenuItem { + display: block; + padding: 12px; + width: 100%; + text-align: left; + color: #343741; + outline-offset: -2px; } + .euiContextMenuItem:hover, .euiContextMenuItem:focus { + text-decoration: underline; } + .euiContextMenuItem:focus { + background-color: rgba(0, 119, 204, 0.1); } + .euiContextMenuItem.euiContextMenuItem-isDisabled { + color: #ABB4C4; + cursor: default; } + .euiContextMenuItem.euiContextMenuItem-isDisabled:hover, .euiContextMenuItem.euiContextMenuItem-isDisabled:focus { + text-decoration: none; } + .euiContextMenuItem--small { + padding: 6px 8px; } + .euiContextMenuItem--small .euiContextMenuItem__text { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiContextMenuItem__inner { + display: -webkit-flex; + display: flex; } + +.euiContextMenuItem__text { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; } + +.euiContextMenuItem__arrow { + -webkit-align-self: flex-end; + align-self: flex-end; } + +.euiContextMenu__itemLayout { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom { + -webkit-align-items: flex-end; + align-items: flex-end; } + .euiContextMenu__itemLayout.euiContextMenu__itemLayout--top { + -webkit-align-items: flex-start; + align-items: flex-start; } + .euiContextMenu__itemLayout .euiContextMenu__icon { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiControlBar { + background: #343741; + color: white; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + box-shadow: inset 0 40px 0 #343741, inset 0 600rem 0 #fafbfd; + bottom: 0; + -webkit-transform: translateY(0); + transform: translateY(0); + height: 40px; + max-height: calc(100vh - 80px); } + .euiControlBar--fixed { + position: fixed; + z-index: 6000; } + .euiControlBar--absolute { + position: absolute; + z-index: 1000; } + .euiControlBar--relative { + position: relative; } + .euiControlBar-isOpen { + -webkit-animation-duration: 250ms; + animation-duration: 250ms; + -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + .euiControlBar-isOpen.euiControlBar--large { + -webkit-animation-name: euiControlBarOpenPanelLarge; + animation-name: euiControlBarOpenPanelLarge; + height: calc(100vh - 80px); + bottom: -100vh; } + .euiControlBar-isOpen.euiControlBar--medium { + -webkit-animation-name: euiControlBarOpenPanelMedium; + animation-name: euiControlBarOpenPanelMedium; + height: 480px; + bottom: -480px; } + .euiControlBar-isOpen.euiControlBar--small { + -webkit-animation-name: euiControlBarOpenPanelSmall; + animation-name: euiControlBarOpenPanelSmall; + height: 240px; + bottom: -240px; } + +.euiControlBar__controls { + height: 40px; + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow-y: hidden; + overflow-x: auto; + padding: 0 12px; } + +.euiControlBar__content { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + width: 100%; + height: calc(100% - 40px); + background-color: #fafbfd; + -webkit-animation-name: euiControlBarShowContent; + animation-name: euiControlBarShowContent; + -webkit-animation-duration: 350ms; + animation-duration: 350ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1); + color: #343741; } + .euiControlBar__content::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiControlBar__content::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiControlBar__content::-webkit-scrollbar-corner, .euiControlBar__content::-webkit-scrollbar-track { + background-color: transparent; } + +.euiControlBar__icon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + margin-left: 8px; + margin-right: 8px; } + +.euiControlBar__buttonIcon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + min-width: 40px; + min-height: 40px; } + +.euiControlBar__button { + -webkit-flex-shrink: 0; + flex-shrink: 0; + border-radius: 3px; + margin-left: 4px; + font-size: 14px; } + .euiControlBar__button:enabled:hover { + -webkit-transform: none; + transform: none; + box-shadow: none; } + .euiControlBar__button:last-child { + margin-right: 4px; } + +.euiControlBar__breadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) .euiBreadcrumb__content { + color: #9ca0aa; } + +.euiControlBar__breadcrumbs .euiBreadcrumb::after { + background: rgba(255, 255, 255, 0.2); } + +.euiControlBar__spacer { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; } + +.euiControlBar__divider { + -webkit-flex-shrink: 0; + flex-shrink: 0; + height: 100%; + width: 1px; + background-color: rgba(255, 255, 255, 0.2); } + +.euiControlBar__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 0 8px; + color: white; } + .euiControlBar__text:last-child { + padding-right: 0; } + +.euiControlBar__tab { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: white; + padding: 0 16px; + text-align: center; + height: 100%; } + .euiControlBar__tab:hover, .euiControlBar__tab:focus { + text-decoration: underline; + cursor: pointer; } + .euiControlBar__tab.euiControlBar__tab--active { + background-color: #fafbfd; + box-shadow: inset 0 4px 0 #0071c2; + color: #0071c2; } + +.euiControlBar__controls .euiLink.euiLink--primary { + color: #5eaadf; } + .euiControlBar__controls .euiLink.euiLink--primary:hover { + color: #4da0db; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled:not(.euiButton--fill) { + color: #5eaadf; + border-color: #5eaadf; } + +.euiControlBar__controls .euiButtonIcon--primary { + color: #5eaadf; } + +.euiControlBar__controls .euiLink.euiLink--accent { + color: #f576af; } + .euiControlBar__controls .euiLink.euiLink--accent:hover { + color: #f583b7; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled:not(.euiButton--fill) { + color: #f576af; + border-color: #f576af; } + +.euiControlBar__controls .euiButtonIcon--accent { + color: #f576af; } + +.euiControlBar__controls .euiLink.euiLink--success { + color: #00BFB3; } + .euiControlBar__controls .euiLink.euiLink--success:hover { + color: #4dd2ca; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled:not(.euiButton--fill) { + color: #00BFB3; + border-color: #00BFB3; } + +.euiControlBar__controls .euiButtonIcon--success { + color: #00BFB3; } + +.euiControlBar__controls .euiLink.euiLink--warning { + color: #FEC514; } + .euiControlBar__controls .euiLink.euiLink--warning:hover { + color: #fed65b; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled:not(.euiButton--fill) { + color: #FEC514; + border-color: #FEC514; } + +.euiControlBar__controls .euiButtonIcon--warning { + color: #FEC514; } + +.euiControlBar__controls .euiLink.euiLink--danger { + color: #db8a85; } + .euiControlBar__controls .euiLink.euiLink--danger:hover { + color: #d16862; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled:not(.euiButton--fill) { + color: #db8a85; + border-color: #db8a85; } + +.euiControlBar__controls .euiButtonIcon--danger { + color: #db8a85; } + +.euiControlBar__controls .euiLink.euiLink--subdued { + color: #9ca0aa; } + .euiControlBar__controls .euiLink.euiLink--subdued:hover { + color: #969ba4; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled:not(.euiButton--fill) { + color: #9ca0aa; + border-color: #9ca0aa; } + +.euiControlBar__controls .euiButtonIcon--subdued { + color: #9ca0aa; } + +.euiControlBar__controls .euiLink.euiLink--ghost { + color: #FFF; } + .euiControlBar__controls .euiLink.euiLink--ghost:hover { + color: white; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled:not(.euiButton--fill) { + color: #FFF; + border-color: #FFF; } + +.euiControlBar__controls .euiButtonIcon--ghost { + color: #FFF; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #9ca0aa; } + .euiControlBar__controls .euiLink.euiLink--text:hover { + color: #969ba4; } + +.euiControlBar__controls .euiLink.euiLink--text { + color: #FFF; } + +.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled { + box-shadow: none; } + +.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled:not(.euiButton--fill) { + color: #9ca0aa; + border-color: #9ca0aa; } + +.euiControlBar__controls .euiButtonIcon--text { + color: #9ca0aa; } + +@media only screen and (max-width: 574px) { + .euiControlBar:not(.euiControlBar--showOnMobile) { + display: none; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiControlBar:not(.euiControlBar--showOnMobile) { + display: none; } } + +@-webkit-keyframes euiControlBarOpenPanelLarge { + 0% { + -webkit-transform: translateY(calc((40px * 3) * -1)); + transform: translateY(calc((40px * 3) * -1)); } + 100% { + -webkit-transform: translateY(-100vh); + transform: translateY(-100vh); } } + +@keyframes euiControlBarOpenPanelLarge { + 0% { + -webkit-transform: translateY(calc((40px * 3) * -1)); + transform: translateY(calc((40px * 3) * -1)); } + 100% { + -webkit-transform: translateY(-100vh); + transform: translateY(-100vh); } } + +@-webkit-keyframes euiControlBarOpenPanelMedium { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-480px); + transform: translateY(-480px); } } + +@keyframes euiControlBarOpenPanelMedium { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-480px); + transform: translateY(-480px); } } + +@-webkit-keyframes euiControlBarOpenPanelSmall { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-240px); + transform: translateY(-240px); } } + +@keyframes euiControlBarOpenPanelSmall { + 0% { + -webkit-transform: translateY(-40px); + transform: translateY(-40px); } + 100% { + -webkit-transform: translateY(-240px); + transform: translateY(-240px); } } + +@-webkit-keyframes euiControlBarShowContent { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +@keyframes euiControlBarShowContent { + 0% { + opacity: 0; } + 100% { + opacity: 1; } } + +/** + * 1. Account for inner box-shadow style border + */ +.euiDatePickerRange { + max-width: 400px; + width: 100%; + height: auto; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + padding: 1px; + /* 1 */ } + .euiDatePickerRange--fullWidth { + max-width: 100%; } + .euiDatePickerRange--compressed { + height: 32px; } + .euiDatePickerRange--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiDatePickerRange { + transition-property: box-shadow, background-image, background-size; } } + .euiDatePickerRange > * { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDatePickerRange .euiFieldText.euiDatePicker { + box-shadow: none !important; + text-align: center; } + .euiDatePickerRange .euiDatePickerRange__start { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .euiDatePickerRange .euiDatePickerRange__end { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .euiDatePickerRange .react-datepicker-popper .euiFieldText.euiDatePicker { + text-align: left; } + .euiDatePickerRange--inGroup { + box-shadow: none; + padding: 0; } + .euiDatePickerRange--inGroup .euiDatePicker { + height: 38px; } + .euiDatePickerRange > .euiDatePickerRange__delimeter { + background-color: transparent !important; + line-height: 1 !important; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + padding-left: 6px; + padding-right: 6px; } + +.euiDatePickerRange--readOnly { + background: #eef2f7; } + +.euiSuperDatePicker__absoluteDateFormRow { + padding: 0 8px 8px; } + +.euiDatePopoverButton { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + display: block; + width: 100%; + padding: 0 8px; + line-height: 38px; + height: 38px; + word-break: break-all; + transition: background 150ms ease-in; + background-size: 100%; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiDatePopoverButton { + line-height: 1em; } } + .euiDatePopoverButton::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiDatePopoverButton::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiDatePopoverButton::placeholder { + color: #69707D; + opacity: 1; } + .euiDatePopoverButton--compressed { + line-height: 30px; + height: 30px; } + .euiDatePopoverButton:focus, .euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton-needsUpdating { + background-color: #e6f9f7; + color: #007e77; } + .euiDatePopoverButton-needsUpdating:focus, .euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #00BFB3, #00BFB3 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton-isInvalid { + background-color: #f8e9e9; + color: #BD271E; } + .euiDatePopoverButton-isInvalid:focus, .euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); } + .euiDatePopoverButton:disabled { + background-color: #eef2f7; + color: #69707D; + cursor: default; } + +.euiDatePopoverButton--start { + text-align: right; } + +.euiDatePopoverButton--end { + text-align: left; } + +.euiDatePopoverContent { + width: 400px; + max-width: 100%; } + +.euiDatePopoverContent__padded { + padding: 8px; } + +.euiDatePopoverContent__padded--large { + padding: 16px; } + +@media only screen and (max-width: 574px) { + .euiDatePopoverContent { + width: 284px; } } + +.euiQuickSelectPopover__content { + width: 400px; + max-width: 100%; } + +.euiQuickSelectPopover__section { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + max-height: 132px; + overflow: hidden; + overflow-y: auto; + padding: 8px 0 4px; } + .euiQuickSelectPopover__section::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiQuickSelectPopover__section::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiQuickSelectPopover__section::-webkit-scrollbar-corner, .euiQuickSelectPopover__section::-webkit-scrollbar-track { + background-color: transparent; } + +.euiQuickSelectPopover__buttonText { + margin-right: 4px !important; } + +.euiQuickSelectPopover__anchor { + height: 100%; } + +.euiQuickSelectPopover__sectionItem { + font-size: 14px; + line-height: 14px; } + .euiQuickSelectPopover__sectionItem:not(:last-of-type) { + margin-bottom: 8px; } + +.euiQuickSelect__applyButton { + min-width: 0; } + +.euiRefreshInterval__startButton { + min-width: 90px; } + +.euiSuperDatePicker__flexWrapper { + max-width: calc(100% + 8px); + min-width: MIN(326px, 100%); + width: 606px; } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--fullWidth { + width: calc(100% + 8px); } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--isQuickSelectOnly { + min-width: 0; } + .euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--autoWidth { + display: -webkit-inline-flex; + display: inline-flex; + width: auto; } + +.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly { + min-width: MIN(200px, 100%); + width: 400px; } + +.euiSuperDatePicker__flexWrapper--noUpdateButton { + min-width: MIN(200px, 100%); + width: 480px; } + +.euiSuperDatePicker { + max-width: 100% !important; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper { + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + overflow: hidden; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper > .euiDatePickerRange { + max-width: none; + width: auto; + border-radius: 0 6px 6px 0; } + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange, + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiDatePopoverButton--end, + .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiSuperDatePicker__prettyFormat { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.euiSuperDatePicker__startPopoverButton { + margin-right: -12px; } + .euiFormControlLayout--compressed .euiSuperDatePicker__startPopoverButton { + margin-right: -8px; } + +.euiSuperDatePicker__prettyFormat { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + display: block; + width: 100%; + padding: 0 8px; + line-height: 38px; + height: 38px; + word-break: break-all; + transition: background 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + text-align: left; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSuperDatePicker__prettyFormat { + line-height: 1em; } } + .euiSuperDatePicker__prettyFormat::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiSuperDatePicker__prettyFormat::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiSuperDatePicker__prettyFormat::placeholder { + color: #69707D; + opacity: 1; } + .euiSuperDatePicker__prettyFormat:not(:disabled):hover, .euiSuperDatePicker__prettyFormat:focus { + text-decoration: none; } + .euiSuperDatePicker__prettyFormat:disabled { + background-color: #eef2f7; + color: #69707D; + cursor: not-allowed; } + +@media only screen and (max-width: 574px) { + .euiSuperDatePicker__flexWrapper { + width: calc(100% + 8px); } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiSuperDatePicker__flexWrapper { + width: calc(100% + 8px); } } + +.euiDataGrid { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + overflow: hidden; + height: 100%; } + +.euiDataGrid--fullScreen { + height: 100%; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 999; + background: #FFF; } + .euiDataGrid--fullScreen .euiDataGrid__pagination { + padding-bottom: 4px; + background: #F5F7FA; + box-shadow: 1px 0 0 1px #D3DAE6; } + +.euiDataGrid__content { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; + max-width: 100%; + width: 100%; + overflow: hidden; + z-index: 1; + position: relative; + background: #fafbfd; + font-feature-settings: 'tnum' 1; } + +.euiDataGrid__pagination { + z-index: 2; + padding-top: 4px; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDataGrid__restrictBody { + height: 100vh; + overflow: hidden; } + .euiDataGrid__restrictBody .euiHeader { + z-index: 998; } + +.euiDataGrid__focusWrap { + height: 100%; } + +.euiDataGrid__virtualized { + scrollbar-color: rgba(105, 112, 125, 0.5) #FFF; + scrollbar-width: thin; + scroll-padding: 0; } + .euiDataGrid__virtualized::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGrid__virtualized::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid #FFF; } + .euiDataGrid__virtualized::-webkit-scrollbar-corner, .euiDataGrid__virtualized::-webkit-scrollbar-track { + background-color: #FFF; } + +.euiDataGrid__scrollOverlay { + position: absolute; + top: -1px; + right: 0; + bottom: 0; + left: 0; + pointer-events: none; + box-shadow: inset 0 0 0 1px #D3DAE6; } + .euiDataGrid--bordersHorizontal .euiDataGrid__scrollOverlay { + box-shadow: inset 0 -2px 0 -1px #D3DAE6; } + .euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayBottom { + position: absolute; + width: 100%; + height: 1px; + background-color: #D3DAE6; } + .euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayRight { + position: absolute; + height: 100%; + width: 1px; + background-color: #D3DAE6; } + +.euiDataGridHeader { + display: -webkit-flex; + display: flex; + z-index: 3; + background: #FFF; + position: -webkit-sticky; + position: sticky; + top: 0; } + +.euiDataGridHeaderCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 6px; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; } + .euiDataGridHeaderCell > * { + max-width: 100%; + width: 100%; } + .euiDataGridHeaderCell.euiDataGridHeaderCell--numeric { + text-align: right; } + .euiDataGridHeaderCell.euiDataGridHeaderCell--currency { + text-align: right; } + .euiDataGridHeaderCell:focus { + outline: none; + border-top: none; } + .euiDataGridHeaderCell:focus::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #0071c2; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within { + outline: none; + border-top: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #0071c2; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow { + margin-right: 4px; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__anchor { + width: 100%; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + -webkit-align-items: center; + align-items: center; + display: -webkit-flex; + display: flex; + width: 100%; + font-weight: 700; + outline: none; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + overflow: hidden; + white-space: nowrap; + text-align: left; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-align-self: baseline; + align-self: baseline; } + .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon { + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-basis: auto; + flex-basis: auto; + width: auto; + padding-left: 4px; } + +.euiDataGridHeader__action--selected { + font-weight: 700 !important; } + +.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader { + background: #FFF; } + +.euiDataGrid--headerUnderline .euiDataGridHeaderCell { + border-top: none; + border-left: none; + border-right: none; + border-bottom: 2px solid #D3DAE6; + border-bottom-color: #343741; } + +.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell { + border-bottom: 2px solid #D3DAE6; + border-color: #343741; } + +.euiDataGrid--headerShade .euiDataGridHeaderCell { + background: #f5f7fa; } + +.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell { + border-right: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; + border-left: none; } + .euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type { + border-left: 1px solid #D3DAE6; } + +.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell { + border-top: none; + border-bottom: 1px solid #D3DAE6; } + +.euiDataGrid--bordersNone .euiDataGridHeaderCell { + border: none; } + +.euiDataGrid--borderhorizontal .euiDataGridHeaderCell { + border-top: none; + border-right: none; + border-left: none; } + +.euiDataGrid--fontSizeSmall .euiDataGridHeaderCell { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDataGrid--paddingSmall .euiDataGridHeaderCell { + padding: 4px; } + +.euiDataGrid--paddingLarge .euiDataGridHeaderCell { + padding: 8px; } + +.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell { + border-top: 1px solid #D3DAE6; } + +.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell { + border-top: 1px solid #D3DAE6; } + +.euiDataGridFooter { + display: -webkit-flex; + display: flex; } + +.euiDataGridRowCell.euiDataGridFooterCell { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + position: relative; + font-weight: 700; } + +.euiDataGrid--stickyFooter .euiDataGridFooter { + position: -webkit-sticky; + position: sticky; + bottom: 0; } + +.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell { + border-top: 2px solid #D3DAE6; + border-top-color: #343741 !important; + background: #FFF !important; } + +.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell { + border-left: none; + border-right: none; } + +.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell { + border-left: none; + border-right: none; } + +.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell { + background: #f5f7fa; } + +.euiDataGridColumnResizer { + position: absolute; + top: 0; + right: -8px; + height: 100%; + width: 16px; + cursor: ew-resize; + opacity: 0; + z-index: 2; } + .euiDataGridColumnResizer:after { + content: ''; + position: absolute; + left: 7px; + top: 0; + bottom: 0; + width: 3px; + background-color: #07C; } + .euiDataGridColumnResizer:hover, .euiDataGridColumnResizer:active { + opacity: 1; } + .euiDataGridColumnResizer:hover ~ .euiDataGridHeaderCell__content, .euiDataGridColumnResizer:active ~ .euiDataGridHeaderCell__content { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + +.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer { + right: 0; + width: 8px; } + .euiDataGridHeaderCell:last-child .euiDataGridColumnResizer:after { + left: auto; + right: 0; } + +.euiDataGridRow { + background-color: #FFF; } + +.euiDataGridRowCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 6px; + border-right: solid 1px #edf0f5; + border-bottom: 1px solid #D3DAE6; + overflow: hidden; } + .euiDataGridRowCell > * { + height: 100%; } + .euiDataGridRowCell.euiDataGridRowCell--firstColumn { + border-left: 1px solid #D3DAE6; } + .euiDataGridRowCell.euiDataGridRowCell--lastColumn { + border-right-color: #D3DAE6; } + .euiDataGridRowCell:focus { + outline: none; } + .euiDataGridRowCell:focus::after { + content: ''; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + border: 2px solid #0071c2; + border-radius: 4px; + z-index: 2; + pointer-events: none; } + .euiDataGridRowCell:hover .euiDataGridRowCell__actionButtonIcon { + -webkit-animation-duration: 90ms; + animation-duration: 90ms; + -webkit-animation-name: euiDataGridCellActionsSlideIn; + animation-name: euiDataGridCellActionsSlideIn; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-delay: 250ms; + animation-delay: 250ms; + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + .euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon, .euiDataGridRowCell:focus-within .euiDataGridRowCell__actionButtonIcon, .euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon { + -webkit-animation: none; + animation: none; + margin-left: 6px; + width: 12px; } + .euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon { + display: none; } + .euiDataGridRowCell.euiDataGridRowCell--numeric { + text-align: right; } + .euiDataGridRowCell.euiDataGridRowCell--currency { + text-align: right; } + .euiDataGridRowCell.euiDataGridRowCell--uppercase { + text-transform: uppercase; } + .euiDataGridRowCell.euiDataGridRowCell--lowercase { + text-transform: lowercase; } + .euiDataGridRowCell.euiDataGridRowCell--capitalize { + text-transform: capitalize; } + .euiDataGridRowCell .euiDataGridRowCell__definedHeight { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__content, + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__truncate, .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn).euiDataGridRowCell__truncate, + .euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__expandContent { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + overflow: hidden; + white-space: nowrap; } + +.euiDataGridRowCell__popover { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow: auto; + max-width: 400px !important; + max-height: 400px !important; + z-index: 1000 !important; } + .euiDataGridRowCell__popover::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridRowCell__popover::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridRowCell__popover::-webkit-scrollbar-corner, .euiDataGridRowCell__popover::-webkit-scrollbar-track { + background-color: transparent; } + +.euiDataGridRowCell__expandFlex { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + height: 100%; } + .euiDataGridRowCell--controlColumn .euiDataGridRowCell__expandFlex { + -webkit-align-items: center; + align-items: center; } + +.euiDataGridRowCell__expandContent { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiDataGridRowCell__contentByHeight { + -webkit-flex-grow: 1; + flex-grow: 1; + height: 100%; } + +.euiDataGridRowCell__expandActions { + display: -webkit-flex; + display: flex; } + +.euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #FFF; + position: absolute; + right: 0; + top: 0; + padding: 6px 0; } + +.euiDataGridRowCell__actionButtonIcon { + height: 12px; + border-radius: 3px; + width: 0; + overflow: hidden; + transition: none; + box-shadow: none !important; + border: none; } + +.euiDataGrid--stripes .euiDataGridRow--striped { + background-color: #F5F7FA; } + .euiDataGrid--stripes .euiDataGridRow--striped .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #F5F7FA; } + +.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover { + background-color: #fff9e8; } + .euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + background-color: #fff9e8; } + +.euiDataGrid--bordersNone .euiDataGridRowCell { + border-color: transparent !important; } + +.euiDataGrid--bordersHorizontal .euiDataGridRowCell { + border-right-color: transparent; + border-left-color: transparent; } + +.euiDataGrid--fontSizeSmall .euiDataGridRowCell { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGrid--fontSizeLarge .euiDataGridRowCell { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDataGrid--paddingSmall .euiDataGridRowCell { + padding: 4px; } + +.euiDataGrid--paddingLarge .euiDataGridRowCell { + padding: 8px; } + +.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions { + padding: 2px 0; } + +.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions { + -webkit-transform: translateY(1px); + transform: translateY(1px); } + +@-webkit-keyframes euiDataGridCellActionsSlideIn { + from { + margin-left: 0; + width: 0; } + to { + margin-left: 6px; + width: 12px; } } + +@keyframes euiDataGridCellActionsSlideIn { + from { + margin-left: 0; + width: 0; } + to { + margin-left: 6px; + width: 12px; } } + +.euiDataGrid__controls { + background: #fafbfd; + position: relative; + z-index: 2; + border: 1px solid #D3DAE6; + padding: 4px 4px 4px 0; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + +.euiDataGrid__rightControls { + white-space: nowrap; } + .euiDataGrid__rightControls:only-child { + margin-left: auto; } + .euiDataGrid__rightControls > * + * { + margin-left: 8px; } + +.euiDataGrid__leftControls > * + * { + margin-left: 2px; } + +.euiDataGrid__controlBtn--active, +.euiDataGrid__controlBtn--active:focus { + font-weight: 600; } + +.euiDataGrid--bordersNone .euiDataGrid__controls { + border: none; + background: #FFF; } + +.euiDataGrid--bordersHorizontal .euiDataGrid__controls { + border-right: none; + border-left: none; + border-top: none; + background: #FFF; } + +.euiDataGrid__controlPopoverWithDragDrop { + -webkit-transform: none !important; + transform: none !important; + transition: none !important; + margin-top: -8px; } + +.euiDataGrid__controlScroll { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + max-height: 400px; + padding: 8px; + margin: -8px; } + .euiDataGrid__controlScroll::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGrid__controlScroll::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGrid__controlScroll::-webkit-scrollbar-corner, .euiDataGrid__controlScroll::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGrid__controlScroll:focus { + outline: none; + /* 1 */ } + .euiDataGrid__controlScroll[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSelector__item { + padding: 4px; } + .euiDataGridColumnSelector__item-isDragging { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + background: #FFF; } + +.euiDataGridColumnSelector__columnList { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + max-height: 400px; + margin: 0 -8px; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner, .euiDataGridColumnSelector__columnList::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGridColumnSelector__columnList:focus { + outline: none; + /* 1 */ } + .euiDataGridColumnSelector__columnList[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSelector__itemLabel { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDataGridColumnSorting__item-isDragging { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + background: #FFF; } + +.euiDataGridColumnSorting__fieldList { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + padding-top: 4px; + padding-bottom: 4px; + max-height: 300px; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner, .euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track { + background-color: transparent; } + .euiDataGridColumnSorting__fieldList:focus { + outline: none; + /* 1 */ } + .euiDataGridColumnSorting__fieldList[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiDataGridColumnSorting__field { + display: block; + padding: 4px 8px; + width: 100%; + outline-offset: -2px; } + .euiDataGridColumnSorting__field:hover { + cursor: pointer; + text-decoration: underline; } + .euiDataGridColumnSorting__field:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(0, 119, 204, 0.1); } + .euiDataGridColumnSorting__field:disabled { + cursor: not-allowed; + text-decoration: none; + color: #ABB4C4; } + +.euiDataGridColumnSorting__orderButtons { + padding-left: 24px; } + @media only screen and (max-width: 574px) { + .euiDataGridColumnSorting__orderButtons { + padding-left: 4px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDataGridColumnSorting__orderButtons { + padding-left: 4px; } } + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: 200px; + border: none; } + @media only screen and (max-width: 574px) { + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: unset; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order { + min-width: unset; } } + .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order button { + font-size: 12px !important; } + +.euiDataGrid__displayPopoverPanel { + width: 416px; } + +.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; + margin-top: 16px; } + .euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title:first-of-type { + margin-top: 0; } + +.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center { + text-align: center; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title { + color: #343741; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title { + color: #343741; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +.euiDescriptionList.euiDescriptionList--column, .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + .euiDescriptionList.euiDescriptionList--column > *, .euiDescriptionList.euiDescriptionList--responsiveColumn > * { + margin-top: 16px; } + .euiDescriptionList.euiDescriptionList--column > *:first-child, + .euiDescriptionList.euiDescriptionList--column > :nth-child(2), .euiDescriptionList.euiDescriptionList--responsiveColumn > *:first-child, + .euiDescriptionList.euiDescriptionList--responsiveColumn > :nth-child(2) { + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; + width: 50%; + padding-right: 8px; } + .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + width: 50%; + padding-left: 8px; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--center .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title { + text-align: right; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + color: #343741; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title { + color: #343741; + font-weight: 400; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 1.5; } + +@media only screen and (max-width: 574px) { + .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: block; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + width: 100%; + padding: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description { + text-align: center; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDescriptionList.euiDescriptionList--responsiveColumn { + display: block; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + width: 100%; + padding: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 0; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title, + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description { + text-align: center; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } } + +.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: inline; + border-radius: 4px; + font-weight: 500; + background-color: #e9edf3; + padding: 1px 4px; + margin: 0 4px; } + .euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title:first-of-type { + margin-left: 0; } + +.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__description { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: inline; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 0 4px; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--center { + text-align: center; } + +.euiDraggable.euiDraggable--isDragging { + z-index: 9000 !important; } + +.euiDraggable.euiDraggable--hasClone:not(.euiDraggable--isDragging) { + -webkit-transform: none !important; + transform: none !important; } + +.euiDraggable.euiDraggable--withoutDropAnimation { + transition-duration: .001s !important; } + +.euiDraggable:focus > .euiDraggable__item, +.euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus { + outline: 2px solid currentColor; } + .euiDraggable:focus > .euiDraggable__item:focus-visible, + .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:focus-visible { + outline-style: auto; } + .euiDraggable:focus > .euiDraggable__item:not(:focus-visible), + .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:not(:focus-visible) { + outline: none; } + +.euiDraggable .euiDraggable__item.euiDraggable__item--isDisabled { + cursor: not-allowed; } + +.euiDraggable--s { + padding: 2px; } + +.euiDraggable--m { + padding: 4px; } + +.euiDraggable--l { + padding: 8px; } + +.euiDroppable { + transition: background-color 500ms ease; } + .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled) { + background-color: rgba(0, 191, 179, 0.1); } + .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver { + background-color: rgba(0, 191, 179, 0.25); } + .euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden { + display: none !important; } + +.euiDroppable--withPanel { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiDroppable--withPanel.euiDroppable--withPanel--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiDroppable--withPanel.euiDroppable--withPanel--hasBorder { + border: 1px solid #D3DAE6; + box-shadow: none; } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:hover, .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusNone { + border-radius: 0; } + .euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusMedium { + border-radius: 6px; } + .euiDroppable--withPanel.euiDroppable--withPanel--transparent { + background-color: transparent; } + .euiDroppable--withPanel.euiDroppable--withPanel--plain { + background-color: #FFF; } + .euiDroppable--withPanel.euiDroppable--withPanel--subdued { + background-color: #fafbfd; } + .euiDroppable--withPanel.euiDroppable--withPanel--accent { + background-color: #feedf5; } + .euiDroppable--withPanel.euiDroppable--withPanel--primary { + background-color: #e6f1fa; } + .euiDroppable--withPanel.euiDroppable--withPanel--success { + background-color: #e6f9f7; } + .euiDroppable--withPanel.euiDroppable--withPanel--warning { + background-color: #fff9e8; } + .euiDroppable--withPanel.euiDroppable--withPanel--danger { + background-color: #f8e9e9; } + +.euiDroppable--withPanel { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); + border-radius: 6px; } + +.euiDroppable--noGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiDroppable--grow { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiDroppable--s { + padding: 2px; } + +.euiDroppable--m { + padding: 4px; } + +.euiDroppable--l { + padding: 8px; } + +.euiEmptyPrompt { + text-align: center; + margin: auto; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt { + max-width: -webkit-max-content; + max-width: -moz-max-content; + max-width: max-content; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt { + max-width: -webkit-max-content; + max-width: -moz-max-content; + max-width: max-content; } } + .euiEmptyPrompt .euiEmptyPrompt__icon > * { + -webkit-flex-shrink: 1; + flex-shrink: 1; + max-width: 25.71429rem; } + .euiEmptyPrompt.euiPanel--transparent .euiEmptyPrompt__footer { + background-color: #fafbfd; } + .euiEmptyPrompt.euiPanel--transparent:not(.euiPanel--hasBorder) .euiEmptyPrompt__footer { + border-radius: 6px; } + .euiEmptyPrompt.euiPanel--transparent.euiPanel--hasBorder .euiEmptyPrompt__footer { + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--plain .euiEmptyPrompt__footer { + background-color: #fafbfd; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--subdued .euiEmptyPrompt__footer { + border-top: 1px solid #D3DAE6; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--accent .euiEmptyPrompt__footer { + border-top: 1px solid #fbbdda; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--primary .euiEmptyPrompt__footer { + border-top: 1px solid #bcd9f2; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--success .euiEmptyPrompt__footer { + border-top: 1px solid #bdefea; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--warning .euiEmptyPrompt__footer { + border-top: 1px solid #ffecb5; + border-radius: 0 0 6px 6px; } + .euiEmptyPrompt.euiPanel--danger .euiEmptyPrompt__footer { + border-top: 1px solid #ecc2c2; + border-radius: 0 0 6px 6px; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__main { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-justify-content: center; + justify-content: center; + min-height: 240px; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__contentInner { + max-width: 36em; + margin: auto; } + +.euiEmptyPrompt--vertical .euiEmptyPrompt__icon { + margin-bottom: 16px; } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal { + -webkit-justify-content: flex-start; + justify-content: flex-start; + text-align: left; } } + +@media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal { + -webkit-justify-content: flex-start; + justify-content: flex-start; + text-align: left; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + min-width: 40%; + max-width: 50%; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon { + min-width: 40%; + max-width: 50%; } } + +.euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + max-width: 36em; } + @media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + padding: 24px 0; } } + @media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__content { + padding: 24px 0; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +@media only screen and (min-width: 1200px) { + .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__footer { + padding: 8px; } + +.euiEmptyPrompt--paddingSmall.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 8px; } + +.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__footer { + padding: 16px; } + +.euiEmptyPrompt--paddingMedium.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 16px; } + +.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__main, +.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__footer { + padding: 24px; } + +.euiEmptyPrompt--paddingLarge.euiEmptyPrompt--horizontal .euiEmptyPrompt__main { + gap: 24px; } + +.euiErrorBoundary { + background: repeating-linear-gradient(45deg, rgba(189, 39, 30, 0.25), rgba(189, 39, 30, 0.25) 1px, rgba(189, 39, 30, 0.05) 1px, rgba(189, 39, 30, 0.05) 20px); + padding: 16px; } + +/** + * 1. Keep each expression's text together as much as possible, + * but then wrap long words + */ +.euiExpression { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 1 */ + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; + border-bottom: 2px solid transparent; + display: inline-block; + /* 1 */ + text-align: left; + padding: 2px 0; + transition: all 250ms ease-in-out; + color: #343741; } + .euiExpression:focus { + border-bottom-style: solid; } + .euiExpression + .euiExpression { + margin-left: 8px; } + .euiExpression.euiExpression--columns { + border-color: transparent; + border-bottom-style: solid; + margin-bottom: 4px; } + .euiExpression.euiExpression--truncate { + max-width: 100%; } + .euiExpression.euiExpression--truncate .euiExpression__description, + .euiExpression.euiExpression--truncate .euiExpression__value { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + display: inline-block; + vertical-align: bottom; } + +.euiExpression-isUppercase .euiExpression__description { + text-transform: uppercase; } + +.euiExpression-isClickable { + cursor: pointer; + border-bottom: 2px dotted #D3DAE6; } + .euiExpression-isClickable:hover:not(:disabled) { + border-bottom-style: solid; + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + +.euiExpression__icon { + margin-left: 4px; } + +.euiExpression-isActive { + border-bottom-style: solid; } + +.euiExpression--columns { + width: 100%; + display: -webkit-flex; + display: flex; + padding: 4px; + border-radius: 4px; } + .euiExpression--columns.euiExpression-isClickable { + background-color: #F5F7FA; } + .euiExpression--columns.euiExpression-isClickable:focus .euiExpression__description, + .euiExpression--columns.euiExpression-isClickable:focus .euiExpression__value, .euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__description, + .euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__value { + text-decoration: underline; } + .euiExpression--columns .euiExpression__description { + text-align: right; + margin-right: 8px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiExpression--columns .euiExpression__value { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiExpression--columns .euiExpression__icon { + margin-top: 4px; } + +.euiExpression--subdued:focus { + background-color: rgba(105, 112, 125, 0.1); } + +.euiExpression--subdued.euiExpression-isActive { + border-bottom-color: #69707D; + border-color: #69707D; } + +.euiExpression--subdued .euiExpression__description { + color: #69707D; } + +.euiExpression--primary:focus { + background-color: rgba(0, 113, 194, 0.1); } + +.euiExpression--primary.euiExpression-isActive { + border-bottom-color: #0071c2; + border-color: #0071c2; } + +.euiExpression--primary .euiExpression__description { + color: #0071c2; } + +.euiExpression--success:focus { + background-color: rgba(0, 126, 119, 0.1); } + +.euiExpression--success.euiExpression-isActive { + border-bottom-color: #007e77; + border-color: #007e77; } + +.euiExpression--success .euiExpression__description { + color: #007e77; } + +.euiExpression--warning:focus { + background-color: rgba(138, 106, 10, 0.1); } + +.euiExpression--warning.euiExpression-isActive { + border-bottom-color: #8a6a0a; + border-color: #8a6a0a; } + +.euiExpression--warning .euiExpression__description { + color: #8a6a0a; } + +.euiExpression--danger:focus { + background-color: rgba(189, 39, 30, 0.1); } + +.euiExpression--danger.euiExpression-isActive { + border-bottom-color: #BD271E; + border-color: #BD271E; } + +.euiExpression--danger .euiExpression__description { + color: #BD271E; } + +.euiExpression--accent:focus { + background-color: rgba(196, 64, 124, 0.1); } + +.euiExpression--accent.euiExpression-isActive { + border-bottom-color: #c4407c; + border-color: #c4407c; } + +.euiExpression--accent .euiExpression__description { + color: #c4407c; } + +/** + * 1. Make sure the quantity doesn't get an underline on hover + */ +.euiFacetButton { + display: inline-block; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; + height: 40px; + line-height: 40px; + text-align: center; + white-space: nowrap; + max-width: 100%; + vertical-align: middle; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + height: 32px; + text-align: left; + text-decoration: none; + transition: all 150ms ease-in; } + .euiFacetButton:hover:not(:disabled) .euiFacetButton__text, .euiFacetButton:focus:not(:disabled) .euiFacetButton__text { + text-decoration: underline; + /* 1 */ } + .euiFacetButton:focus { + background-color: rgba(0, 119, 204, 0.1); + box-shadow: -4px 0 rgba(0, 119, 204, 0.1), 4px 0 rgba(0, 119, 204, 0.1); } + .euiFacetButton:disabled { + color: #ABB4C4; + pointer-events: none; } + .euiFacetButton:disabled .euiFacetButton__content { + pointer-events: auto; + cursor: not-allowed; } + .euiFacetButton:disabled .euiFacetButton__icon, + .euiFacetButton:disabled .euiFacetButton__quantity { + opacity: .5; } + .euiFacetButton:disabled:focus { + background-color: transparent; } + .euiFacetButton:disabled:hover, .euiFacetButton:disabled:focus { + text-decoration: none; } + +.euiFacetButton__content { + height: 100%; + width: 100%; + vertical-align: middle; + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + .euiFacetButton__content .euiButtonContent__icon, + .euiFacetButton__content .euiButtonContent__spinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiFacetButton__content > * + * { + -webkit-margin-start: 8px; + margin-inline-start: 8px; } + +.euiFacetButton__text { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex-grow: 1; + flex-grow: 1; + vertical-align: middle; } + .euiFacetButton__text::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + .euiFacetButton--isSelected .euiFacetButton__text { + font-weight: 700; } + +.euiFacetButton__icon { + transition: all 150ms ease-in; } + +.euiFacetGroup--gutterNone .euiFacetButton { + margin-top: 0; + margin-bottom: 0; } + +.euiFacetGroup--gutterNone.euiFacetGroup--horizontal { + margin-left: -12px; } + .euiFacetGroup--gutterNone.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 12px; + max-width: calc(100% - 12px); } + +.euiFacetGroup--gutterSmall .euiFacetButton { + margin-top: 2px; + margin-bottom: 2px; } + +.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal { + margin-left: -16px; } + .euiFacetGroup--gutterSmall.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 16px; + max-width: calc(100% - 16px); } + +.euiFacetGroup--gutterMedium .euiFacetButton { + margin-top: 4px; + margin-bottom: 4px; } + +.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal { + margin-left: -20px; } + .euiFacetGroup--gutterMedium.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 20px; + max-width: calc(100% - 20px); } + +.euiFacetGroup--gutterLarge .euiFacetButton { + margin-top: 6px; + margin-bottom: 6px; } + +.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal { + margin-left: -24px; } + .euiFacetGroup--gutterLarge.euiFacetGroup--horizontal .euiFacetButton { + margin-left: 24px; + max-width: calc(100% - 24px); } + +.euiFilterGroup { + display: -webkit-inline-flex; + display: inline-flex; + max-width: 100%; + border-right: 1px solid rgba(17, 43, 134, 0.1); + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 0.2); + overflow: hidden; } + .euiFilterGroup > * { + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + min-width: 48px; } + .euiFilterGroup > .euiFilterButton--noGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiFilterGroup > .euiFilterButton-hasNotification { + min-width: 96px; } + .euiFilterGroup > .euiFilterButton--hasIcon { + min-width: 128px; } + .euiFilterGroup .euiPopover__anchor { + display: block; } + .euiFilterGroup .euiPopover__anchor .euiFilterButton { + width: 100%; } + +.euiFilterGroup--fullWidth { + display: -webkit-flex; + display: flex; } + +.euiFilterGroup__popoverPanel { + width: 288px; } + +@media only screen and (max-width: 574px) { + .euiFilterGroup { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFilterGroup { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } } + +@media only screen and (max-width: 574px) { + .euiFilterGroup { + display: -webkit-flex; + display: flex; } + .euiFilterGroup .euiFilterButton { + -webkit-flex-grow: 1 !important; + flex-grow: 1 !important; } } + +.euiFilterButton { + background-color: #fbfcfd; + height: 40px; + width: auto; + border: 1px solid rgba(17, 43, 134, 0.1); + border-right: none; + font-size: 14px; } + .euiFilterButton:disabled { + color: #ABB4C4; + pointer-events: none; } + .euiFilterButton:disabled .euiFilterButton__notification { + opacity: .5; } + .euiFilterButton:hover:not(:disabled), .euiFilterButton:focus:not(:disabled) { + text-decoration: none; } + .euiFilterButton:hover:not(:disabled) .euiFilterButton__textShift, .euiFilterButton:focus:not(:disabled) .euiFilterButton__textShift { + text-decoration: underline; } + +.euiFilterButton-hasActiveFilters { + font-weight: 700; } + +.euiFilterButton--hasIcon .euiButtonEmpty__content { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiFilterButton--withNext + .euiFilterButton { + margin-left: -4px; + border-left: none; } + +.euiFilterButton-isSelected { + background-color: #F5F7FA; } + +.euiFilterButton__text-hasNotification { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiFilterButton__notification { + margin-left: 8px; + vertical-align: text-bottom; } + +.euiFilterButton__textShift { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + min-width: 48px; } + .euiFilterButton__textShift::after { + display: block; + content: attr(data-text); + font-weight: 700; + height: 0; + overflow: hidden; + visibility: hidden; } + +.euiFilterSelectItem { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 4px 12px; + display: block; + width: 100%; + text-align: left; + color: #343741; + border-bottom: 1px solid #D3DAE6; + border-color: #eef2f7; + outline-offset: -2px; } + .euiFilterSelectItem:hover { + cursor: pointer; + text-decoration: underline; } + .euiFilterSelectItem:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(0, 119, 204, 0.1); } + .euiFilterSelectItem:disabled { + cursor: not-allowed; + text-decoration: none; + color: #ABB4C4; } + .euiFilterSelectItem:focus, .euiFilterSelectItem-isFocused { + background-color: rgba(0, 119, 204, 0.1); + color: #07C; } + +.euiFilterSelectItem__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiFilterSelect__items { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + max-height: 480px; } + .euiFilterSelect__items::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiFilterSelect__items::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiFilterSelect__items::-webkit-scrollbar-corner, .euiFilterSelect__items::-webkit-scrollbar-track { + background-color: transparent; } + +.euiFilterSelect__note { + height: 64px; + text-align: center; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: space-around; + justify-content: space-around; } + +.euiFilterSelect__noteContent { + color: #69707D; + font-size: 14px; } + +/** + * 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements. + * 2. IE requires a unit to grow. + */ +.euiFlexGroup { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex-grow: 1; + flex-grow: 1; + /* 1 */ } + .euiFlexGroup .euiFlexItem { + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-flex-basis: 0%; + flex-basis: 0%; + /* 2 */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFlexGroup .euiFlexItem { + min-width: 1px; } } + +.euiFlexGroup--gutterExtraSmall { + margin: -2px; } + .euiFlexGroup--gutterExtraSmall > .euiFlexItem { + margin: 2px; } + +.euiFlexGroup--gutterSmall { + margin: -4px; } + .euiFlexGroup--gutterSmall > .euiFlexItem { + margin: 4px; } + +.euiFlexGroup--gutterMedium { + margin: -8px; } + .euiFlexGroup--gutterMedium > .euiFlexItem { + margin: 8px; } + +.euiFlexGroup--gutterLarge { + margin: -12px; } + .euiFlexGroup--gutterLarge > .euiFlexItem { + margin: 12px; } + +.euiFlexGroup--gutterExtraLarge { + margin: -20px; } + .euiFlexGroup--gutterExtraLarge > .euiFlexItem { + margin: 20px; } + +.euiFlexGroup--justifyContentSpaceEvenly { + -webkit-justify-content: space-evenly; + justify-content: space-evenly; } + +.euiFlexGroup--justifyContentSpaceBetween { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiFlexGroup--justifyContentSpaceAround { + -webkit-justify-content: space-around; + justify-content: space-around; } + +.euiFlexGroup--justifyContentCenter { + -webkit-justify-content: center; + justify-content: center; } + +.euiFlexGroup--justifyContentFlexEnd { + -webkit-justify-content: flex-end; + justify-content: flex-end; } + +.euiFlexGroup--alignItemsFlexStart { + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiFlexGroup--alignItemsCenter { + -webkit-align-items: center; + align-items: center; } + +.euiFlexGroup--alignItemsFlexEnd { + -webkit-align-items: flex-end; + align-items: flex-end; } + +.euiFlexGroup--alignItemsBaseline { + -webkit-align-items: baseline; + align-items: baseline; } + +.euiFlexGroup--directionRow { + -webkit-flex-direction: row; + flex-direction: row; } + +.euiFlexGroup--directionRowReverse { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } + +.euiFlexGroup--directionColumn { + -webkit-flex-direction: column; + flex-direction: column; } + +.euiFlexGroup--directionColumnReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } + +.euiFlexGroup--wrap { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; } + +@media only screen and (max-width: 574px) { + .euiFlexGroup--responsive { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: 0; + margin-right: 0; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGroup--responsive { + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: 0; + margin-right: 0; } } + +.euiFlexGrid { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-bottom: 0; } + .euiFlexGrid > .euiFlexItem { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiFlexGrid > .euiFlexItem.euiFlexItem--flexGrowZero { + -webkit-flex-grow: 0 !important; + flex-grow: 0 !important; + -webkit-flex-basis: auto !important; + flex-basis: auto !important; } + +/** + * 1. For vertical layouts we use columns instead of flex + */ +.euiFlexGrid--directionColumn { + display: block; + /* 1 */ + -webkit-column-gap: 0; + -moz-column-gap: 0; + column-gap: 0; } + .euiFlexGrid--directionColumn > .euiFlexItem { + display: inline-block; + /* 1 */ + line-height: initial; } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterNone { + margin: 0px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterNone > .euiFlexItem { + margin: 0px; } + +.euiFlexGrid--gutterNone.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 0px); + flex-basis: calc(25% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 0px); + flex-basis: calc(33.3% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 0px); + flex-basis: calc(50% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 0px); + flex-basis: calc(100% - 0px); } + +.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 0px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterSmall { + margin: -4px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterSmall > .euiFlexItem { + margin: 4px; } + +.euiFlexGrid--gutterSmall.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 8px); + flex-basis: calc(25% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 8px); + flex-basis: calc(33.3% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 8px); + flex-basis: calc(50% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 8px); + flex-basis: calc(100% - 8px); } + +.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 8px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterMedium { + margin: -8px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterMedium > .euiFlexItem { + margin: 8px; } + +.euiFlexGrid--gutterMedium.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 16px); + flex-basis: calc(25% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 16px); + flex-basis: calc(33.3% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 16px); + flex-basis: calc(50% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 16px); + flex-basis: calc(100% - 16px); } + +.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 16px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterLarge { + margin: -12px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterLarge > .euiFlexItem { + margin: 12px; } + +.euiFlexGrid--gutterLarge.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 24px); + flex-basis: calc(25% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 24px); + flex-basis: calc(33.3% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 24px); + flex-basis: calc(50% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 24px); + flex-basis: calc(100% - 24px); } + +.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 24px); } + +/** + * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid + * without columns. + */ +.euiFlexGrid--gutterXLarge { + margin: -16px; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFlexGrid--gutterXLarge > .euiFlexItem { + margin: 16px; } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths > .euiFlexItem { + -webkit-flex-basis: calc(25% - 32px); + flex-basis: calc(25% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds > .euiFlexItem { + -webkit-flex-basis: calc(33.3% - 32px); + flex-basis: calc(33.3% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--halves > .euiFlexItem { + -webkit-flex-basis: calc(50% - 32px); + flex-basis: calc(50% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 2; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--single > .euiFlexItem { + -webkit-flex-basis: calc(100% - 32px); + flex-basis: calc(100% - 32px); } + +.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn { + /* 1 */ + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; } + .euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem { + width: calc(100% - 32px); } + +@media only screen and (max-width: 574px) { + .euiFlexGrid.euiFlexGrid--responsive { + margin-left: 0 !important; + margin-right: 0 !important; + -webkit-column-count: 1 !important; + -moz-column-count: 1 !important; + column-count: 1 !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGrid.euiFlexGrid--responsive { + margin-left: 0 !important; + margin-right: 0 !important; + -webkit-column-count: 1 !important; + -moz-column-count: 1 !important; + column-count: 1 !important; } } + +/** + * 1. Allow EuiPanels to expand to fill the item. + * 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and + * not cause weird wrapping issues. + */ +.euiFlexItem { + display: -webkit-flex; + display: flex; + /* 1 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 1 */ + /* + * 1. We need the extra specificity here to override the FlexGroup > FlexItem styles. + * 2. FlexItem can be manually set to not grow if needed. + */ } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFlexItem { + min-width: 1px; + /* 2 */ } } + .euiFlexItem.euiFlexItem--flexGrowZero { + /* 1 */ + -webkit-flex-grow: 0; + flex-grow: 0; + /* 2 */ + -webkit-flex-basis: auto; + flex-basis: auto; + /* 2 */ } + .euiFlexItem.euiFlexItem--flexGrow1 { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiFlexItem.euiFlexItem--flexGrow2 { + -webkit-flex-grow: 2; + flex-grow: 2; } + .euiFlexItem.euiFlexItem--flexGrow3 { + -webkit-flex-grow: 3; + flex-grow: 3; } + .euiFlexItem.euiFlexItem--flexGrow4 { + -webkit-flex-grow: 4; + flex-grow: 4; } + .euiFlexItem.euiFlexItem--flexGrow5 { + -webkit-flex-grow: 5; + flex-grow: 5; } + .euiFlexItem.euiFlexItem--flexGrow6 { + -webkit-flex-grow: 6; + flex-grow: 6; } + .euiFlexItem.euiFlexItem--flexGrow7 { + -webkit-flex-grow: 7; + flex-grow: 7; } + .euiFlexItem.euiFlexItem--flexGrow8 { + -webkit-flex-grow: 8; + flex-grow: 8; } + .euiFlexItem.euiFlexItem--flexGrow9 { + -webkit-flex-grow: 9; + flex-grow: 9; } + .euiFlexItem.euiFlexItem--flexGrow10 { + -webkit-flex-grow: 10; + flex-grow: 10; } + +@media only screen and (max-width: 574px) { + .euiFlexGroup--responsive > .euiFlexItem, + .euiFlexGrid--responsive > .euiFlexItem { + width: 100% !important; + -webkit-flex-basis: 100% !important; + flex-basis: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + margin-bottom: 16px !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlexGroup--responsive > .euiFlexItem, + .euiFlexGrid--responsive > .euiFlexItem { + width: 100% !important; + -webkit-flex-basis: 100% !important; + flex-basis: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + margin-bottom: 16px !important; } } + +.euiFlyout { + border-left: none; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.13), 0 9.4px 24px rgba(0, 0, 0, 0.09), 0 21.8px 43px rgba(0, 0, 0, 0.08); + position: fixed; + top: 0; + bottom: 0; + right: 0; + height: 100%; + z-index: 1000; + background: #FFF; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%); + clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%); + -webkit-animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFlyout:focus { + outline: none; } + +.euiFlyout__closeButton { + background-color: rgba(255, 255, 255, 0.9); + position: absolute; + right: 8px; + top: 8px; + z-index: 3; } + .euiFlyout__closeButton--outside { + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.13), 0 9.4px 24px rgba(0, 0, 0, 0.09), 0 21.8px 43px rgba(0, 0, 0, 0.08); + right: auto; + left: 0; + -webkit-transform: translateX(calc(-100% - 24px)) !important; + transform: translateX(calc(-100% - 24px)) !important; + -webkit-animation: none !important; + animation: none !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + left: auto; + right: 0; + -webkit-transform: translateX(calc(100% + 24px)) !important; + transform: translateX(calc(100% + 24px)) !important; } + +.euiFlyoutBody__banner { + overflow-x: hidden; } + +/** + * 1. Calculating the minimum width based on the screen takeover breakpoint + */ +.euiFlyout--small { + min-width: 384px; + width: 25vw; } + .euiFlyout--small.euiFlyout--maxWidth-default { + max-width: 403px; } + +.euiFlyout--medium { + min-width: 424px; + width: 50vw; } + .euiFlyout--medium.euiFlyout--maxWidth-default { + max-width: 768px; } + +.euiFlyout--large { + min-width: 691px; + width: 75vw; } + .euiFlyout--large.euiFlyout--maxWidth-default { + max-width: 992px; } + +.euiFlyout--paddingNone .euiFlyoutHeader { + padding: 0 0 0; } + +.euiFlyout--paddingNone .euiFlyoutHeader--hasBorder { + padding-bottom: 0; } + +.euiFlyout--paddingNone .euiFlyoutBody__overflowContent { + padding: 0; } + +.euiFlyout--paddingNone .euiFlyoutBody__banner .euiCallOut { + padding-left: 0; + padding-right: 0; } + +.euiFlyout--paddingNone .euiFlyoutFooter { + padding: 0; } + +.euiFlyout--paddingSmall .euiFlyoutHeader { + padding: 8px 8px 0; } + +.euiFlyout--paddingSmall .euiFlyoutHeader--hasBorder { + padding-bottom: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutBody__overflowContent { + padding: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutBody__banner .euiCallOut { + padding-left: 8px; + padding-right: 8px; } + +.euiFlyout--paddingSmall .euiFlyoutFooter { + padding: 8px; } + +.euiFlyout--paddingMedium .euiFlyoutHeader { + padding: 16px 16px 0; } + +.euiFlyout--paddingMedium .euiFlyoutHeader--hasBorder { + padding-bottom: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutBody__overflowContent { + padding: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutBody__banner .euiCallOut { + padding-left: 16px; + padding-right: 16px; } + +.euiFlyout--paddingMedium .euiFlyoutFooter { + padding: 12px 16px; } + +.euiFlyout--paddingLarge .euiFlyoutHeader { + padding: 24px 24px 0; } + +.euiFlyout--paddingLarge .euiFlyoutHeader--hasBorder { + padding-bottom: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutBody__overflowContent { + padding: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutBody__banner .euiCallOut { + padding-left: 24px; + padding-right: 24px; } + +.euiFlyout--paddingLarge .euiFlyoutFooter { + padding: 16px 24px; } + +@-webkit-keyframes euiFlyout { + 0% { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +@keyframes euiFlyout { + 0% { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +/** + * 1. Leave only a small sliver exposed on small screens so users understand that this is not a new page + * 2. If a custom maxWidth is set, we need to override it. + */ +@media only screen and (max-width: 574px) { + .euiFlyout { + max-width: 90vw !important; + /* 1, 2 */ } + .euiFlyout--small { + min-width: 0; + width: 384px; } + .euiFlyout--medium { + min-width: 0; + width: 424px; } + .euiFlyout--large { + min-width: 0; + width: 691px; } + .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(-100% - 4px)) !important; + transform: translateX(calc(-100% - 4px)) !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(100% + 4px)) !important; + transform: translateX(calc(100% + 4px)) !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiFlyout { + max-width: 90vw !important; + /* 1, 2 */ } + .euiFlyout--small { + min-width: 0; + width: 384px; } + .euiFlyout--medium { + min-width: 0; + width: 424px; } + .euiFlyout--large { + min-width: 0; + width: 691px; } + .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(-100% - 4px)) !important; + transform: translateX(calc(-100% - 4px)) !important; } + .euiFlyout--left .euiFlyout__closeButton--outside { + -webkit-transform: translateX(calc(100% + 4px)) !important; + transform: translateX(calc(100% + 4px)) !important; } } + +/** + * Left side flyout (should only be used for navigation) + */ +.euiFlyout--left { + border-right: none; + border-left: none; + right: auto; + left: 0; + -webkit-clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%); + clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%); + -webkit-animation-name: euiFlyoutLeft; + animation-name: euiFlyoutLeft; } + +@-webkit-keyframes euiFlyoutLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +@keyframes euiFlyoutLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } + 75% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); } } + +/** + * Pushed style (inside body) + */ +.euiFlyout.euiFlyout--push { + box-shadow: none; + -webkit-clip-path: none; + clip-path: none; + -webkit-animation-duration: 0s; + animation-duration: 0s; + border-left: 2px solid #D3DAE6; + z-index: 999; } + .euiFlyout.euiFlyout--push.euiFlyout--left { + border-left: none; + border-right: 2px solid #D3DAE6; } + +.euiFlyoutBody { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow-y: hidden; + height: 100%; } + .euiFlyoutBody .euiFlyoutBody__overflow { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-corner, .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-track { + background-color: transparent; } + .euiFlyoutBody .euiFlyoutBody__overflow:focus { + outline: none; + /* 1 */ } + .euiFlyoutBody .euiFlyoutBody__overflow[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + .euiFlyoutBody .euiFlyoutBody__overflow.euiFlyoutBody__overflow--hasBanner { + -webkit-mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); } + .euiFlyoutBody .euiFlyoutBody__banner .euiCallOut { + border: none; + border-radius: 0; } + +.euiFlyoutFooter { + background: #F5F7FA; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiFlyoutHeader { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiFlyoutHeader--hasBorder { + border-bottom: 1px solid #D3DAE6; } + +/** + * 1. Float above the visual radio and match its dimension, so that when users try to click it + * they actually click this input. + */ +.euiCheckbox { + position: relative; } + .euiCheckbox .euiCheckbox__input { + width: 16px; + height: 16px; + top: 3px; + cursor: pointer; + position: absolute; + /* 1 */ + opacity: 0; + /* 1 */ + z-index: 1; + /* 1 */ } + .euiCheckbox .euiCheckbox__input ~ .euiCheckbox__label { + display: inline-block; + padding-left: 24px; + line-height: 24px; + font-size: 14px; + position: relative; + z-index: 2; + cursor: pointer; } + .euiCheckbox .euiCheckbox__input + .euiCheckbox__square { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 4px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + display: inline-block; + position: absolute; + left: 0; + top: 3px; } + .euiCheckbox .euiCheckbox__input:checked + .euiCheckbox__square { + border-color: #07C; + background-color: #07C; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:indeterminate + .euiCheckbox__square { + border-color: #07C; + background-color: #07C; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28255, 255, 255%29' fill-rule='evenodd'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input[disabled] { + cursor: not-allowed !important; } + .euiCheckbox .euiCheckbox__input[disabled] ~ .euiCheckbox__label { + color: #98A2B3; + cursor: not-allowed !important; } + .euiCheckbox .euiCheckbox__input[disabled] + .euiCheckbox__square { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; } + .euiCheckbox .euiCheckbox__input:checked[disabled] + .euiCheckbox__square { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2894, 100, 111%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:indeterminate[disabled] + .euiCheckbox__square { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%2894, 100, 111%29' fill-rule='evenodd'/%3E%3C/svg%3E"); } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #07C; } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:focus-visible { + outline-style: auto; } + .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:not(:focus-visible) { + outline: none; } + .euiCheckbox.euiCheckbox--inList, .euiCheckbox.euiCheckbox--noLabel { + min-height: 16px; + min-width: 16px; } + .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, + .euiCheckbox.euiCheckbox--inList .euiCheckbox__square, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input, + .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square { + top: 0; } + .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input { + margin: 0; } + +.euiCheckboxGroup__item + .euiCheckboxGroup__item { + margin-top: 4px; } + .euiCheckboxGroup__item + .euiCheckboxGroup__item.euiCheckbox--compressed { + margin-top: 0; } + +.euiDescribedFormGroup { + max-width: 800px; } + .euiDescribedFormGroup + * { + margin-top: 24px; } + .euiDescribedFormGroup.euiDescribedFormGroup--fullWidth { + max-width: 100%; } + .euiDescribedFormGroup .euiDescribedFormGroup__description { + padding-top: 8px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + min-width: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxxsmall { + padding-top: 8px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxsmall { + padding-top: 11px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xsmall { + padding-top: 11px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small { + padding-top: 23px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium { + padding-top: 30.5px; } + .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large { + padding-top: 41px; } + @media only screen and (max-width: 574px) { + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + padding-top: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child { + padding-top: 0; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiDescribedFormGroup .euiDescribedFormGroup__fields { + padding-top: 0; } + .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child { + padding-top: 0; } } + +.euiFieldNumber { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; } + .euiFieldNumber--fullWidth { + max-width: 100%; } + .euiFieldNumber--compressed { + height: 32px; } + .euiFieldNumber--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldNumber { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldNumber { + line-height: 1em; } } + .euiFieldNumber::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldNumber::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldNumber::placeholder { + color: #69707D; + opacity: 1; } + .euiFieldNumber:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldNumber:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldNumber:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldNumber--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldNumber--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldNumber--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldNumber--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldNumber--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldNumber--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldNumber--withIcon { + padding-left: 40px; } + .euiFieldNumber-isLoading { + padding-right: 40px; } + .euiFieldNumber-isLoading.euiFieldNumber--compressed { + padding-right: 32px; } + +.euiFieldNumber--withIcon.euiFieldNumber--compressed { + padding-left: 32px; } + +.euiFieldPassword { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + padding-left: 40px; } + .euiFieldPassword--fullWidth { + max-width: 100%; } + .euiFieldPassword--compressed { + height: 32px; } + .euiFieldPassword--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldPassword { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldPassword { + line-height: 1em; } } + .euiFieldPassword::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldPassword::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldPassword::placeholder { + color: #69707D; + opacity: 1; } + .euiFieldPassword:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldPassword:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldPassword:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldPassword--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldPassword--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldPassword--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldPassword--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldPassword--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldPassword--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldPassword-isLoading { + padding-right: 40px; } + .euiFieldPassword-isLoading.euiFieldPassword--compressed { + padding-right: 32px; } + .euiFieldPassword.euiFieldPassword--compressed { + padding-left: 32px; } + +.euiFieldPassword--withToggle::-ms-reveal { + display: none; } + +/* + * 1. Fix for Safari to ensure that it renders like a normal text input + * and doesn't add extra spacing around text + * 2. Remove the X clear button from input type search in Chrome and IE +*/ +.euiFieldSearch { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + padding-left: 40px; + -webkit-appearance: textfield; + /* 1 */ } + .euiFieldSearch--fullWidth { + max-width: 100%; } + .euiFieldSearch--compressed { + height: 32px; } + .euiFieldSearch--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldSearch { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldSearch { + line-height: 1em; } } + .euiFieldSearch::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldSearch::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldSearch::placeholder { + color: #69707D; + opacity: 1; } + .euiFieldSearch:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldSearch:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldSearch:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldSearch--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldSearch--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldSearch--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldSearch--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldSearch--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldSearch--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldSearch-isLoading { + padding-right: 40px; } + .euiFieldSearch-isLoading.euiFieldSearch--compressed { + padding-right: 32px; } + .euiFieldSearch::-webkit-search-decoration, .euiFieldSearch::-webkit-search-cancel-button { + -webkit-appearance: none; + /* 1, 2 */ } + .euiFieldSearch::-ms-clear { + display: none; + /* 2 */ } + .euiFieldSearch.euiFieldSearch-isClearable { + padding-right: 40px; } + .euiFieldSearch.euiFieldSearch-isLoading { + padding-right: 40px; } + .euiFieldSearch.euiFieldSearch-isLoading.euiFieldSearch-isClearable { + padding-right: 62px; } + .euiFieldSearch.euiFieldSearch--compressed { + padding-left: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isClearable { + padding-right: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading { + padding-right: 32px; } + .euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading.euiFieldSearch-isClearable { + padding-right: 54px; } + +.euiFieldText { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + /* Invalid state normally comes from :invalid, but several components + /* like EuiDatePicker need it toggled through an extra class. + */ } + .euiFieldText--fullWidth { + max-width: 100%; } + .euiFieldText--compressed { + height: 32px; } + .euiFieldText--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiFieldText { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiFieldText { + line-height: 1em; } } + .euiFieldText::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldText::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiFieldText::placeholder { + color: #69707D; + opacity: 1; } + .euiFieldText:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldText:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiFieldText:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiFieldText--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFieldText--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFieldText--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiFieldText--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFieldText--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFieldText--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiFieldText--withIcon { + padding-left: 40px; } + .euiFieldText-isLoading { + padding-right: 40px; } + .euiFieldText-isLoading.euiFieldText--compressed { + padding-right: 32px; } + .euiFieldText.euiFieldText-isInvalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + +.euiFieldText--withIcon.euiFieldText--compressed { + padding-left: 32px; } + +.euiFieldText--isClearable { + padding-right: 40px; } + +.euiFieldText--isClearable.euiFieldText--compressed { + padding-right: 32px; } + +/** + * REMEMBER: --large modifiers must come last to override --compressed + */ +.euiFilePicker { + max-width: 400px; + width: 100%; + height: 40px; + position: relative; } + .euiFilePicker--fullWidth { + max-width: 100%; } + .euiFilePicker--compressed { + height: 32px; } + .euiFilePicker--inGroup { + height: 100%; } + .euiFilePicker.euiFilePicker--large { + border-radius: 6px; + overflow: hidden; + height: auto; } + .euiFilePicker.euiFilePicker--large.euiFilePicker--compressed { + border-radius: 4px; } + +.euiFilePicker__input { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + opacity: 0; + overflow: hidden; } + .euiFilePicker__input:hover { + cursor: pointer; } + .euiFilePicker__input:hover:disabled { + cursor: not-allowed; } + .euiFilePicker__input:disabled { + opacity: 0; } + .euiFilePicker__input:disabled ~ .euiFilePicker__prompt { + color: #98A2B3; } + +.euiFilePicker__icon { + position: absolute; + left: 12px; + top: 12px; + transition: -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFilePicker--compressed .euiFilePicker__icon { + top: 8px; + left: 8px; } + .euiFilePicker--large .euiFilePicker__icon { + position: static; + margin-bottom: 16px; } + +/** + * 1. Don't block the user from dropping files onto the filepicker. + * 2. Ensure space for import icon, loading spinner, and clear button (only if it has files) + * 3. Delay focus gradient or else it will only partially transition while file chooser opens + * 4. Static height so that it doesn't shift its surrounding contents around + */ +.euiFilePicker__prompt { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding-left: 40px; + /* 2 */ + height: 40px; + padding-top: 12px; + padding-right: 12px; + padding-bottom: 12px; + pointer-events: none; + /* 1 */ + border-radius: 6px; + transition: box-shadow 150ms ease-in, background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms; + /* 3 */ } + @supports (-moz-appearance: none) { + .euiFilePicker__prompt { + transition-property: box-shadow, background-image, background-size; } } + .euiFilePicker--compressed .euiFilePicker__prompt { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; + padding-left: 32px; + /* 2 */ + height: 32px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiFilePicker--compressed .euiFilePicker__prompt { + transition-property: box-shadow, background-image, background-size; } } + .euiFilePicker--large .euiFilePicker__prompt { + height: 128px; + /* 4 */ + padding: 0 24px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + .euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt { + height: 104px; + /* 4 */ } + .euiFilePicker-isInvalid .euiFilePicker__prompt { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + +.euiFilePicker__promptText { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + line-height: 16px; } + .euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText { + color: #98A2B3; } + +.euiFilePicker__clearButton, +.euiFilePicker__loadingSpinner { + position: absolute; + right: 12px; + top: 12px; } + .euiFilePicker--compressed .euiFilePicker__clearButton, .euiFilePicker--compressed + .euiFilePicker__loadingSpinner { + top: 8px; } + +/** + * 1. Undo the pointer-events: none applied to the enclosing prompt. + */ +.euiFilePicker__clearButton { + pointer-events: auto; + /* 1 */ } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton { + width: 16px; + height: 16px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 16px; + line-height: 0; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus { + outline: 2px solid currentColor; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:focus-visible { + outline-style: auto; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:not(:focus-visible) { + outline: none; } + .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon { + width: 8px; + height: 8px; + fill: #FFF; + stroke: #FFF; + stroke-width: 2px; } + .euiFilePicker--large .euiFilePicker__clearButton { + position: relative; + top: 0; + right: 0; } + +.euiFilePicker__showDrop .euiFilePicker__prompt, +.euiFilePicker__input:focus + .euiFilePicker__prompt { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFilePicker--compressed .euiFilePicker__showDrop .euiFilePicker__prompt, .euiFilePicker--compressed + .euiFilePicker__input:focus + .euiFilePicker__prompt { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + +.euiFilePicker__input:disabled + .euiFilePicker__prompt { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFilePicker__input:disabled + .euiFilePicker__prompt::placeholder { + color: #98A2B3; + opacity: 1; } + +.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt, +.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt { + padding-right: 40px; + /* 2 */ } + +.euiFilePicker-hasFiles .euiFilePicker__promptText { + color: #343741; } + +.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__promptText, +.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__promptText { + text-decoration: underline; } + +.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__icon, +.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__icon { + -webkit-transform: scale(1.1); + transform: scale(1.1); } + +.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText { + text-decoration: underline; } + +.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon { + -webkit-transform: scale(1.1); + transform: scale(1.1); } + +.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText { + font-weight: 700; } + +.euiForm__error { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + list-style: disc; } + +.euiForm__errors { + margin-bottom: 16px; } + +.euiFormControlLayout { + max-width: 400px; + width: 100%; + height: 40px; } + .euiFormControlLayout--fullWidth { + max-width: 100%; } + .euiFormControlLayout--compressed { + height: 32px; } + .euiFormControlLayout--inGroup { + height: 100%; } + +.euiFormControlLayout__childrenWrapper { + position: relative; } + +/** + * 1. Account for inner box-shadow style border + * 2. Ensure truncation works in children elements + */ +.euiFormControlLayout--group { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + padding: 1px; + /* 1 */ } + @supports (-moz-appearance: none) { + .euiFormControlLayout--group { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayout--group > *, + .euiFormControlLayout--group .euiPopover__anchor, + .euiFormControlLayout--group .euiButtonEmpty, + .euiFormControlLayout--group .euiText, + .euiFormControlLayout--group .euiFormLabel, + .euiFormControlLayout--group .euiButtonIcon { + height: 100%; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; + /* 2 */ } + .euiFormControlLayout--group .euiFormControlLayout__prepend, + .euiFormControlLayout--group .euiFormControlLayout__append { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + -webkit-flex-shrink: 0; + flex-shrink: 0; + height: 100%; + border-radius: 0; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiIcon { + padding: 0 8px; + width: 32px; + border-radius: 0; + background-color: #e9edf3; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon, .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty { + -webkit-transform: none !important; + transform: none !important; } + .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon .euiIcon, .euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon .euiIcon, + .euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty .euiIcon { + background: none !important; + padding: 0; + width: 16px; } + .euiFormControlLayout--group .euiButtonIcon { + padding: 0 8px; + width: 32px; + border-radius: 0; } + .euiFormControlLayout--group .euiButtonIcon:not(:focus) { + background-color: #e9edf3; } + .euiFormControlLayout--group .euiButtonIcon:focus-visible { + outline: 2px solid #0071c2; + outline-offset: -2px; } + .euiFormControlLayout--group .euiToolTipAnchor > .euiIcon { + height: 100%; + background-color: #e9edf3; + padding: 0 8px; + width: 32px; + border-radius: 0; } + .euiFormControlLayout--group > .euiFormControlLayout__prepend, + .euiFormControlLayout--group > .euiFormControlLayout__append { + max-width: 50%; } + .euiFormControlLayout--group .euiFormLabel, + .euiFormControlLayout--group .euiText { + background-color: #e9edf3; + padding: 12px; + line-height: 16px !important; + cursor: default !important; } + .euiFormControlLayout--group .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper):not(input), + .euiFormControlLayout--group .euiText + *:not(.euiFormControlLayout__childrenWrapper):not(input) { + margin-left: -12px; } + .euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel, + .euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiText { + margin-left: -12px; } + .euiFormControlLayout--group .euiButtonEmpty { + border-right: none; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ .euiButtonEmpty, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ * .euiButtonEmpty { + border-right: none; + border-left: none; } + .euiFormControlLayout--group.euiFormControlLayout--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + border-radius: 3px; + overflow: hidden; } + @supports (-moz-appearance: none) { + .euiFormControlLayout--group.euiFormControlLayout--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiText { + padding: 8px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper), + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiText + *:not(.euiFormControlLayout__childrenWrapper) { + margin-left: -8px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel, + .euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiText { + margin-left: -8px; } + .euiFormControlLayout--group.euiFormControlLayout--readOnly { + cursor: default; + background: #e9edf3; + border-color: transparent; + box-shadow: inset 0 0 0 1px #e9edf3; } + .euiFormControlLayout--group.euiFormControlLayout--readOnly input { + background-color: #FFF; } + +.euiFormControlLayoutDelimited { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + padding: 1px; + /* 1 */ } + @supports (-moz-appearance: none) { + .euiFormControlLayoutDelimited { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimeter { + background-color: #fbfcfd; } + .euiFormControlLayoutDelimited > .euiFormControlLayout__childrenWrapper { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + width: 100%; } + .euiFormControlLayoutDelimited[class*='--compressed'] { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + border-radius: 3px; } + @supports (-moz-appearance: none) { + .euiFormControlLayoutDelimited[class*='--compressed'] { + transition-property: box-shadow, background-image, background-size; } } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input { + height: 100%; + padding-top: 0; + padding-bottom: 0; + padding-left: 8px; + padding-right: 8px; } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutIcons { + padding-left: 8px; + padding-right: 8px; } + .euiFormControlLayoutDelimited[class*='--fullWidth'] .euiFormControlLayout__childrenWrapper, + .euiFormControlLayoutDelimited[class*='--fullWidth'] input { + width: 100%; + max-width: none; } + .euiFormControlLayoutDelimited[class*='-isDisabled'] { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFormControlLayoutDelimited[class*='-isDisabled']::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled']::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled']::placeholder { + color: #98A2B3; + opacity: 1; } + .euiFormControlLayoutDelimited[class*='-isDisabled'] .euiFormControlLayoutDelimited__delimeter { + background-color: #eef2f7; } + .euiFormControlLayoutDelimited[class*='--readOnly'] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiFormControlLayoutDelimited[class*='--readOnly'] input, + .euiFormControlLayoutDelimited[class*='--readOnly'] .euiFormControlLayoutDelimited__delimeter { + background-color: #FFF; } + .euiFormControlLayoutDelimited .euiFormControlLayoutIcons { + position: static; + padding-left: 12px; + padding-right: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right) { + -webkit-order: -1; + order: -1; } + +.euiFormControlLayoutDelimited__input { + box-shadow: none !important; + border-radius: 0 !important; + text-align: center; + height: 100%; + min-width: 0; } + .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input { + max-width: none; } + +.euiFormControlLayoutDelimited__delimeter { + line-height: 1 !important; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + padding-left: 6px; + padding-right: 6px; } + +.euiFormControlLayoutIcons { + pointer-events: none; + position: absolute; + top: 0; + bottom: 0; + left: 12px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiFormControlLayoutIcons > * + * { + margin-left: 6px; } + .euiFormControlLayout--compressed .euiFormControlLayoutIcons { + left: 8px; } + +.euiFormControlLayoutIcons--right { + left: auto; + right: 12px; } + .euiFormControlLayout--compressed .euiFormControlLayoutIcons--right { + left: auto; + right: 8px; } + +*:disabled + .euiFormControlLayoutIcons { + cursor: not-allowed; + color: #98A2B3; } + +.euiFormControlLayoutClearButton { + width: 16px; + height: 16px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 16px; + line-height: 0; } + .euiFormControlLayoutClearButton:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutClearButton:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutClearButton:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon { + width: 8px; + height: 8px; + fill: #FFF; + stroke: #FFF; + stroke-width: 2px; } + +.euiFormControlLayoutClearButton--small { + width: 12px; + height: 12px; + pointer-events: all; + background-color: #98A2B3; + border-radius: 12px; + line-height: 0; } + .euiFormControlLayoutClearButton--small:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutClearButton--small:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutClearButton--small:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon { + width: 6px; + height: 6px; + fill: #FFF; + stroke: #FFF; + stroke-width: 4px; } + +.euiFormControlLayoutCustomIcon { + pointer-events: none; + font-size: 0; } + +.euiFormControlLayoutCustomIcon--clickable { + width: 16px; + height: 16px; + pointer-events: all; } + .euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon { + vertical-align: baseline; + -webkit-transform: none; + transform: none; } + .euiFormControlLayoutCustomIcon--clickable:focus { + outline: 2px solid currentColor; } + .euiFormControlLayoutCustomIcon--clickable:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayoutCustomIcon--clickable:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayoutCustomIcon--clickable:disabled { + cursor: not-allowed; + color: #98A2B3; } + +.euiFormErrorText { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding-top: 4px; + color: #BD271E; } + +.euiFormLegend { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-weight: 600; } + .euiFormLegend:not(.euiFormLegend-isHidden) { + margin-bottom: 8px; } + .euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed { + margin-bottom: 4px; } + +.euiFormHelpText { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding-top: 4px; + color: #69707D; } + +/** + * 1. Focused state overrides invalid state. + * 2. Disabled state overrides pointer. + */ +.euiFormLabel { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-weight: 600; + display: inline-block; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiFormLabel.euiFormLabel-isInvalid { + color: #BD271E; + /* 1 */ } + .euiFormLabel.euiFormLabel-isFocused { + color: #07C; + /* 1 */ } + .euiFormLabel[for] { + cursor: pointer; + /* 2 */ } + .euiFormLabel[for].euiFormLabel-isDisabled { + cursor: default; + /* 2 */ } + +/** + * 1. Coerce inline form elements to behave as block-level elements. + * 2. For inline forms, we need to add margin if the label doesn't exist. + */ +.euiFormRow { + display: -webkit-flex; + display: flex; + /* 1 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 1 */ + max-width: 400px; } + .euiFormRow + .euiFormRow, + .euiFormRow + .euiButton { + margin-top: 16px; } + +.euiFormRow--fullWidth { + max-width: 100%; } + +.euiFormRow--hasEmptyLabelSpace { + margin-top: 22px; + /* 2 */ + min-height: 40px; + padding-bottom: 0; + -webkit-justify-content: center; + justify-content: center; } + +.euiFormRow__labelWrapper { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-justify-content: space-between; + justify-content: space-between; + margin-bottom: 4px; } + +.euiFormRow--horizontal { + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: stretch; + align-items: stretch; } + .euiFormRow--horizontal .euiFormRow__label { + -webkit-hyphens: auto; + hyphens: auto; + max-width: 100%; } + .euiFormRow--horizontal .euiFormRow__labelWrapper { + display: block; + line-height: 31px; + width: calc(33% - 8px); + margin-right: 8px; + margin-bottom: 0; } + .euiFormRow--horizontal .euiFormRow__fieldWrapper { + width: 67%; } + .euiFormRow--horizontal + .euiFormRow--horizontal { + margin-top: 8px; } + .euiFormRow--horizontal + .euiFormRow--horizontal.euiFormRow--hasSwitch { + margin-top: 12px; } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__labelWrapper { + line-height: 19px; + width: auto; + min-width: calc(33% - 8px); } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper { + width: auto; } + .euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper .euiSwitch--compressed { + margin-top: 2px; } + .euiFormRow--horizontal.euiFormRow--hasSwitch + .euiFormRow--horizontal { + margin-top: 12px; } + +.euiFormRow__fieldWrapperDisplayOnly { + min-height: 40px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace { + min-height: 32px; } + +.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly { + min-height: 32px; } + +/** + * 1. Float above the visual radio and match its dimension, so that when users try to click it + * they actually click this input. + */ +.euiRadio { + position: relative; } + .euiRadio .euiRadio__input { + width: 16px; + height: 16px; + top: 3px; + cursor: pointer; + position: absolute; + /* 1 */ + opacity: 0; + /* 1 */ + z-index: 1; + /* 1 */ } + .euiRadio .euiRadio__input ~ .euiRadio__label { + display: inline-block; + padding-left: 24px; + line-height: 24px; + font-size: 14px; + position: relative; + z-index: 2; + cursor: pointer; } + .euiRadio .euiRadio__input + .euiRadio__circle { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + display: inline-block; + position: absolute; + left: 0; + top: 3px; } + .euiRadio .euiRadio__input:checked + .euiRadio__circle { + border-color: #07C; + background-color: #07C; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28255, 255, 255%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); } + .euiRadio .euiRadio__input[disabled] { + cursor: not-allowed !important; } + .euiRadio .euiRadio__input[disabled] ~ .euiRadio__label { + color: #98A2B3; + cursor: not-allowed !important; } + .euiRadio .euiRadio__input[disabled] + .euiRadio__circle { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; } + .euiRadio .euiRadio__input:checked[disabled] + .euiRadio__circle { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2894, 100, 111%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); } + .euiRadio .euiRadio__input:focus + .euiRadio__circle { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #07C; } + .euiRadio .euiRadio__input:focus + .euiRadio__circle:focus-visible { + outline-style: auto; } + .euiRadio .euiRadio__input:focus + .euiRadio__circle:not(:focus-visible) { + outline: none; } + .euiRadio.euiRadio--inList, .euiRadio.euiRadio--noLabel { + min-height: 16px; + min-width: 16px; } + .euiRadio.euiRadio--inList .euiRadio__input, + .euiRadio.euiRadio--inList .euiRadio__circle, .euiRadio.euiRadio--noLabel .euiRadio__input, + .euiRadio.euiRadio--noLabel .euiRadio__circle { + top: 0; } + .euiRadio.euiRadio--inList .euiRadio__input, .euiRadio.euiRadio--noLabel .euiRadio__input { + margin: 0; } + +.euiRadioGroup__item + .euiRadioGroup__item { + margin-top: 4px; } + .euiRadioGroup__item + .euiRadioGroup__item.euiRadio--compressed { + margin-top: 0; } + +.euiRange__horizontalSpacer { + width: 16px; } + +.euiRange__slimHorizontalSpacer { + width: 8px; } + +.euiRangeDraggable { + height: 20px; + position: absolute; + top: 10px; + pointer-events: none; + z-index: 2; } + .euiRangeDraggable.euiRangeDraggable--compressed { + height: 16px; + top: 8px; } + .euiRangeDraggable.euiRangeDraggable--hasTicks { + top: 0; } + .euiRangeDraggable .euiRangeDraggle__inner { + position: absolute; + left: 16px; + right: 16px; + top: 0; + bottom: 0; } + .euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner { + cursor: -webkit-grab; + cursor: grab; + pointer-events: all; } + .euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner:active { + cursor: -webkit-grabbing; + cursor: grabbing; } + +.euiRangeHighlight { + position: absolute; + left: 0; + width: 100%; + top: calc(50% - 3px); + overflow: hidden; } + .euiRangeHighlight__progress { + height: 6px; + border-radius: 6px; + background-color: #D3DAE6; } + .euiRangeHighlight__progress--hasFocus { + background-color: #07C; } + .euiRangeHighlight--hasTicks { + top: 7px; } + .euiRangeHighlight--hasTicks.euiRangeHighlight--compressed { + top: 5px; } + +.euiRangeInput { + width: auto; + min-width: 64px; } + .euiRange__popover .euiRangeInput { + margin: 0 !important; + width: 100%; } + +.euiRangeLabel--min, .euiRangeLabel--max { + font-size: 12px; } + +.euiRangeLabel--min { + margin-right: 8px; } + +.euiRangeLabel--max { + margin-left: 8px; } + +.euiRangeLabel--isDisabled { + opacity: 0.25; } + +.euiRangeLevels { + display: -webkit-flex; + display: flex; + -webkit-justify-content: stretch; + justify-content: stretch; + position: absolute; + left: 0; + right: 0; + top: 22px; } + .euiRangeLevels--hasTicks { + top: 12px; } + .euiRangeLevels--compressed { + top: 18px; } + .euiRangeLevels--compressed.euiRangeLevels--hasTicks { + top: 10px; } + +.euiRangeLevel { + display: block; + position: absolute; + height: 6px; + border-radius: 6px; + margin: 2px; } + +.euiRangeLevel--primary { + background-color: rgba(0, 119, 204, 0.3); } + +.euiRangeLevel--success { + background-color: rgba(0, 191, 179, 0.3); } + +.euiRangeLevel--warning { + background-color: rgba(254, 197, 20, 0.3); } + +.euiRangeLevel--danger { + background-color: rgba(189, 39, 30, 0.3); } + +/* + * Input Range Customization by browser + */ +.euiRangeSlider { + height: 40px; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: transparent; + width: 100%; + position: relative; + cursor: pointer; + z-index: 1; } + .euiRangeSlider:disabled { + cursor: not-allowed; } + .euiRangeSlider:disabled::-webkit-slider-thumb { + cursor: not-allowed; + border-color: #FFF; + background-color: #FFF; + box-shadow: none; } + .euiRangeSlider:disabled::-moz-range-thumb { + cursor: not-allowed; + border-color: #FFF; + background-color: #FFF; + box-shadow: none; } + .euiRangeSlider:disabled::-ms-thumb { + cursor: not-allowed; + border-color: #FFF; + background-color: #FFF; + box-shadow: none; } + .euiRangeSlider:disabled ~ .euiRangeThumb { + cursor: not-allowed; + border-color: #FFF; + background-color: #FFF; + box-shadow: none; } + .euiRangeSlider::-webkit-slider-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-moz-range-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-ms-thumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; } + .euiRangeSlider::-webkit-slider-runnable-track { + height: 6px; + width: 100%; + background: #D3DAE6; + border: 0 solid #69707D; + border-radius: 4px; } + .euiRangeSlider::-moz-range-track { + height: 6px; + width: 100%; + background: #D3DAE6; + border: 0 solid #69707D; + border-radius: 4px; } + .euiRangeSlider::-ms-fill-lower { + height: 6px; + width: 100%; + background: #D3DAE6; + border: 0 solid #69707D; + border-radius: 4px; } + .euiRangeSlider::-ms-fill-upper { + height: 6px; + width: 100%; + background: #D3DAE6; + border: 0 solid #69707D; + border-radius: 4px; } + .euiRangeSlider:focus { + outline: none; } + .euiRangeSlider:focus-visible::-webkit-slider-thumb, .euiRangeSlider--hasFocus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #0071c2; } + .euiRangeSlider:focus-visible::-moz-range-thumb, .euiRangeSlider--hasFocus::-moz-range-thumb { + box-shadow: 0 0 0 2px #0071c2; } + .euiRangeSlider:focus-visible::-ms-thumb, .euiRangeSlider--hasFocus::-ms-thumb { + box-shadow: 0 0 0 2px #0071c2; } + .euiRangeSlider:focus-visible ~ .euiRangeThumb, .euiRangeSlider--hasFocus ~ .euiRangeThumb { + border-color: #FFF; } + .euiRangeSlider:focus-visible::-webkit-slider-runnable-track, .euiRangeSlider--hasFocus::-webkit-slider-runnable-track { + background-color: #07C; + border-color: #07C; } + .euiRangeSlider:focus-visible::-moz-range-track, .euiRangeSlider--hasFocus::-moz-range-track { + background-color: #07C; + border-color: #07C; } + .euiRangeSlider:focus-visible::-ms-fill-lower, .euiRangeSlider--hasFocus::-ms-fill-lower { + background-color: #07C; + border-color: #07C; } + .euiRangeSlider:focus-visible::-ms-fill-upper, .euiRangeSlider--hasFocus::-ms-fill-upper { + background-color: #07C; + border-color: #07C; } + .euiRangeSlider:focus-visible ~ .euiRangeHighlight .euiRangeHighlight__progress, .euiRangeSlider--hasFocus ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #07C; } + .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left { + -webkit-transform: translateX(0) translateY(-50%) scale(1.1); + transform: translateX(0) translateY(-50%) scale(1.1); } + .euiRangeSlider::-webkit-slider-thumb { + -webkit-appearance: none; + margin-top: -5px; } + .euiRangeSlider::-ms-thumb { + margin-top: 0; } + .euiRangeSlider::-moz-focus-outer { + border: none; } + .euiRangeSlider::-ms-track { + height: 6px; + width: 100%; + background: transparent; + border-color: transparent; + border-width: 8px 0; + color: transparent; } + .euiRangeSlider--hasTicks { + height: 20px; } + .euiRangeSlider--compressed { + height: 32px; } + .euiRangeSlider--compressed.euiRangeSlider--hasTicks { + height: 16px; } + +.euiRangeSlider--hasRange::-webkit-slider-runnable-track { + background-color: rgba(211, 218, 230, 0.4); + border-color: rgba(105, 112, 125, 0.4); } + +.euiRangeSlider--hasRange::-moz-range-track { + background-color: rgba(211, 218, 230, 0.4); + border-color: rgba(105, 112, 125, 0.4); } + +.euiRangeSlider--hasRange::-ms-fill-lower { + background-color: rgba(211, 218, 230, 0.4); + border-color: rgba(105, 112, 125, 0.4); } + +.euiRangeSlider--hasRange::-ms-fill-upper { + background-color: rgba(211, 218, 230, 0.4); + border-color: rgba(105, 112, 125, 0.4); } + +.euiRangeThumb { + padding: 7px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 14px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + cursor: pointer; + background-color: #69707D; + padding: 0; + height: 16px; + width: 16px; + box-sizing: border-box; + content: ''; + position: absolute; + left: 0; + top: 50%; + margin-top: -8px; + pointer-events: none; + z-index: 1; } + .euiRangeThumb:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #07C; } + .euiRangeThumb:focus:focus-visible { + outline-style: auto; } + .euiRangeThumb:focus:not(:focus-visible) { + outline: none; } + .euiRangeThumb--hasTicks { + top: 25%; } + +.euiRangeTicks { + position: absolute; + left: 0; + right: 0; + top: 8px; + display: -webkit-flex; + display: flex; } + .euiRangeTicks--isCustom { + left: 2px; + right: 2px; } + +.euiRangeTick { + overflow-x: hidden; + overflow-y: hidden; + text-overflow: ellipsis; + font-size: 12px; + position: absolute; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + padding-top: 16px; } + .euiRangeTick:not(.euiRangeTick--hasTickMark)::before { + width: 4px; + height: 4px; + background-color: #69707D; + border-radius: 100%; + position: absolute; + top: 0; + content: ''; + left: calc(50% - 2px); } + .euiRangeTick .euiRangeTick__pseudo { + width: 4px; + height: 4px; + background-color: #69707D; + border-radius: 100%; + position: absolute; + top: 0; } + .euiRangeTick--isCustom { + overflow-x: visible; } + .euiRangeTick--isMin, .euiRangeTick--isMax { + -webkit-transform: translateX(0); + transform: translateX(0); } + .euiRangeTick--isMin .euiRangeTick__pseudo { + left: 0; } + .euiRangeTick--isMax .euiRangeTick__pseudo { + right: 0; } + .euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected { + color: #07C; } + .euiRangeTick--selected { + font-weight: 500; } + .euiRangeTick:disabled { + cursor: not-allowed; } + +.euiRangeTicks--compressed { + top: 6px; } + .euiRangeTicks--compressed .euiRangeTick { + padding-top: 14px; } + +.euiRangeTick__label { + pointer-events: none; } + +.euiRangeTooltip { + display: block; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: calc(100% - 16px); + margin-left: 8px; + pointer-events: none; + z-index: 2; } + +.euiRangeTooltip__value { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + border: 1px solid #404040; + position: absolute; + border-radius: 6px; + padding: 2px 8px; + background-color: #404040; + color: #FFF; + max-width: 256px; + top: 50%; + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiRangeTooltip__value::after, .euiRangeTooltip__value::before { + content: ''; + position: absolute; + bottom: -6px; + left: 50%; + -webkit-transform-origin: center; + transform-origin: center; + background-color: #404040; + width: 12px; + height: 12px; + border-radius: 2px; } + .euiRangeTooltip__value::before { + background-color: #404040; } + .euiRangeTooltip__value.euiRangeTooltip__value--right { + margin-left: 24px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after { + left: -5px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right::before { + margin-left: -1px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left { + margin-right: 24px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after { + left: auto; + right: -5px; } + .euiRangeTooltip__value.euiRangeTooltip__value--left::before { + margin-right: -1px; } + .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeTooltip__value.euiRangeTooltip__value--left { + -webkit-transform: translateX(0) translateY(-50%); + transform: translateX(0) translateY(-50%); } + .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after, .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after { + bottom: 50%; + -webkit-transform: translateY(50%) rotateZ(45deg); + transform: translateY(50%) rotateZ(45deg); } + .euiRangeTooltip__value--hasTicks { + top: 10px; } + .euiRangeTooltip--compressed .euiRangeTooltip__value--hasTicks { + top: 8px; } + +.euiRangeTrack { + height: 100%; + -webkit-flex-grow: 1; + flex-grow: 1; + position: relative; + -webkit-align-self: flex-start; + align-self: flex-start; } + .euiRangeTrack--hasTicks { + margin-left: 1em; + margin-right: 1em; } + .euiRangeTrack--disabled { + opacity: 0.25; } + +/* + * 1. There's no way to target the layout of the extra input, so we must + * use the descendant selector to allow the width to shrink. + * + * 2. Prevent the prepend/append label from extending outside the parent element + */ +.euiRangeWrapper { + max-width: 400px; + width: 100%; + height: 40px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiRangeWrapper--fullWidth { + max-width: 100%; } + .euiRangeWrapper--compressed { + height: 32px; } + .euiRangeWrapper--inGroup { + height: 100%; } + .euiRangeWrapper > .euiFormControlLayout { + /* 1 */ + width: auto; } + .euiRangeWrapper > .euiFormControlLayout.euiFormControlLayout--group { + -webkit-flex-shrink: 0; + flex-shrink: 0; + /* 2 */ } + +.euiDualRange__slider::-webkit-slider-thumb { + visibility: hidden; } + +.euiDualRange__slider::-moz-range-thumb { + visibility: hidden; } + +.euiDualRange__slider::-ms-thumb { + visibility: hidden; } + +/** + * 1. Leave room for caret. + * 2. Ensure the descenders don't get cut off + */ +.euiSelect { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + padding-right: 40px; + /* 1 */ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + line-height: 40px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSelect--fullWidth { + max-width: 100%; } + .euiSelect--compressed { + height: 32px; } + .euiSelect--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiSelect { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSelect { + line-height: 1em; } } + .euiSelect::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiSelect::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiSelect::placeholder { + color: #69707D; + opacity: 1; } + .euiSelect:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSelect:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiSelect:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiSelect--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiSelect--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiSelect--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSelect--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiSelect--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSelect--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiSelect-isLoading { + padding-right: 62px; } + .euiSelect-isLoading.euiSelect--compressed { + padding-right: 54px; } + .euiSelect--compressed { + padding-right: 32px; + /* 1 */ + line-height: 32px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSelect--inGroup { + line-height: 38px; + /* 2 */ } + .euiSelect--inGroup.euiSelect--compressed { + line-height: 30px; + /* 2 */ } + .euiSelect::-ms-expand { + display: none; } + .euiSelect:focus::-ms-value { + color: #343741; + background: transparent; } + .euiSelect:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #343741; } + +.euiSuperSelect__listbox { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + max-height: 300px; + overflow: hidden; + overflow-y: auto; } + .euiSuperSelect__listbox::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiSuperSelect__listbox::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiSuperSelect__listbox::-webkit-scrollbar-corner, .euiSuperSelect__listbox::-webkit-scrollbar-track { + background-color: transparent; } + +.euiSuperSelect__item { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 8px; } + .euiSuperSelect__item:hover { + cursor: pointer; + text-decoration: underline; } + .euiSuperSelect__item:focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(0, 119, 204, 0.1); } + .euiSuperSelect__item:disabled { + cursor: not-allowed; + text-decoration: none; + color: #ABB4C4; } + +.euiSuperSelect__item--hasDividers:not(:last-of-type) { + border-bottom: 1px solid #D3DAE6; } + +/** + * 1. Leave room for caret. + * 2. Ensure the descenders don't get cut off + * 3. Makes sure the height is correct when there's no selection + */ +.euiSuperSelectControl { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + padding-right: 40px; + /* 1 */ + display: block; + /* 3 */ + text-align: left; + line-height: 40px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .euiSuperSelectControl--fullWidth { + max-width: 100%; } + .euiSuperSelectControl--compressed { + height: 32px; } + .euiSuperSelectControl--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiSuperSelectControl { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiSuperSelectControl { + line-height: 1em; } } + .euiSuperSelectControl::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiSuperSelectControl::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiSuperSelectControl::placeholder { + color: #69707D; + opacity: 1; } + .euiSuperSelectControl:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiSuperSelectControl:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiSuperSelectControl--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiSuperSelectControl--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiSuperSelectControl--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiSuperSelectControl--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiSuperSelectControl--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiSuperSelectControl-isLoading { + padding-right: 62px; } + .euiSuperSelectControl-isLoading.euiSuperSelectControl--compressed { + padding-right: 54px; } + .euiSuperSelectControl-isInvalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiSuperSelectControl--compressed { + padding-right: 32px; + /* 1 */ + line-height: 32px; + /* 2 */ + padding-top: 0; + /* 2 */ + padding-bottom: 0; + /* 2 */ } + .euiSuperSelectControl.euiSuperSelect--isOpen__button { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + +.euiSwitch { + position: relative; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: flex-start; + align-items: flex-start; + min-height: 20px; } + .euiSwitch .euiSwitch__label { + cursor: pointer; + padding-left: 8px; + line-height: 20px; + font-size: 14px; + vertical-align: middle; + display: inline-block; } + .euiSwitch .euiSwitch__button { + -webkit-flex-shrink: 0; + flex-shrink: 0; + line-height: 0; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track { + outline: 2px solid currentColor; + outline-offset: 2px; + border-color: #07C; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track:focus-visible { + outline-style: auto; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track:not(:focus-visible) { + outline: none; } + .euiSwitch .euiSwitch__button:disabled:hover, + .euiSwitch .euiSwitch__button:disabled ~ .euiSwitch__label:hover { + cursor: not-allowed; } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__body { + background-color: rgba(152, 162, 179, 0.2); } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb { + border-color: #D3DAE6; + background-color: #D3DAE6; + box-shadow: none; + background-color: rgba(152, 162, 179, 0.2); } + .euiSwitch .euiSwitch__button:disabled .euiSwitch__icon { + fill: #5e646f; } + .euiSwitch .euiSwitch__button:disabled + .euiSwitch__label { + color: #98A2B3; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__body { + background-color: rgba(152, 162, 179, 0.2); } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb { + left: 0; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon { + right: -8px; } + .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon.euiSwitch__icon--checked { + right: auto; + left: -34px; } + .euiSwitch .euiSwitch__body { + pointer-events: none; + width: 44px; + height: 20px; + background-color: #07C; + display: inline-block; + position: relative; + border-radius: 20px; + vertical-align: middle; } + .euiSwitch .euiSwitch__thumb { + padding: 9px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 18px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + position: absolute; + display: inline-block; + left: 24px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch .euiSwitch__track { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + overflow: hidden; + border-radius: 20px; } + .euiSwitch .euiSwitch__icon { + position: absolute; + right: -34px; + top: 2px; + bottom: 0; + width: 42px; + height: 16px; + transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + fill: #343741; } + .euiSwitch .euiSwitch__icon--checked { + right: auto; + left: -8px; + fill: #FFF; } + .euiSwitch:hover .euiSwitch__button:not(:disabled) .euiSwitch__thumb { + -webkit-transform: scale(1.05); + transform: scale(1.05); } + .euiSwitch:hover .euiSwitch__button:active .euiSwitch__thumb { + -webkit-transform: scale(0.95); + transform: scale(0.95); } + .euiSwitch.euiSwitch--compressed { + min-height: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__label { + line-height: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__body { + width: 28px; + height: 16px; + border-radius: 16px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__thumb { + padding: 6px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 12px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + left: 13px; + top: 1px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch.euiSwitch--compressed .euiSwitch__track { + border-radius: 16px; } + .euiSwitch.euiSwitch--mini { + min-height: 10px; } + .euiSwitch.euiSwitch--mini .euiSwitch__label { + line-height: 10px; + font-size: 12px; } + .euiSwitch.euiSwitch--mini .euiSwitch__body { + width: 22px; + height: 10px; + border-radius: 10px; } + .euiSwitch.euiSwitch--mini .euiSwitch__thumb { + padding: 3px; + border: 1px solid #c9cbcd; + background: #FFF no-repeat center; + border-radius: 6px; + transition: background-color 150ms ease-in, border-color 150ms ease-in; + left: 13px; + top: 1px; + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiSwitch.euiSwitch--mini .euiSwitch__track { + border-radius: 10px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb { + left: 1px; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb, + .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb { + border-color: #c9cbcd; } + .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb { + border-color: #07C; } + +.euiTextArea { + max-width: 400px; + width: 100%; + height: 40px; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + border: none; + border-radius: 6px; + padding: 12px; + line-height: 1.5; } + .euiTextArea--fullWidth { + max-width: 100%; } + .euiTextArea--compressed { + height: 32px; } + .euiTextArea--inGroup { + height: 100%; } + @supports (-moz-appearance: none) { + .euiTextArea { + transition-property: box-shadow, background-image, background-size; } } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiTextArea { + line-height: 1em; } } + .euiTextArea::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiTextArea::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiTextArea::placeholder { + color: #69707D; + opacity: 1; } + .euiTextArea:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiTextArea:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea:-webkit-autofill { + -webkit-text-fill-color: #343741; } + .euiTextArea:-webkit-autofill ~ .euiFormControlLayoutIcons { + color: #343741; } + .euiTextArea--compressed { + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; + padding: 8px; + border-radius: 4px; } + @supports (-moz-appearance: none) { + .euiTextArea--compressed { + transition-property: box-shadow, background-image, background-size; } } + .euiTextArea--compressed:invalid { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); + background-size: 100%; } + .euiTextArea--compressed:focus { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; + outline: none; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea--compressed:disabled { + color: #98A2B3; + -webkit-text-fill-color: #98A2B3; + cursor: not-allowed; + background: #eef2f7; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea--compressed:disabled::-webkit-input-placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea--compressed:disabled::-moz-placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea--compressed:disabled::placeholder { + color: #98A2B3; + opacity: 1; } + .euiTextArea--compressed[readOnly] { + cursor: default; + background: #FFF; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + .euiTextArea--inGroup { + box-shadow: none !important; + border-radius: 0; } + .euiTextArea, .euiTextArea--compressed { + height: auto; } + +.euiTextArea--resizeVertical { + resize: vertical; } + +.euiTextArea--resizeHorizontal { + resize: horizontal; } + +.euiTextArea--resizeBoth { + resize: both; } + +.euiTextArea--resizeNone { + resize: none; } + +.euiHeader { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + height: 49px; + position: relative; + z-index: 999; + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + background: #FFF; + border-bottom: 1px solid #cdd3df; } + .euiHeader--fixed { + z-index: 1000; + position: fixed; + top: 0; + left: 0; + right: 0; } + +.euiHeader--fixed + .euiHeader--fixed { + top: 48px; } + +.euiHeader--dark { + background-color: #25282f; + border-bottom-color: #25282f; } + .euiHeader--dark .euiHeaderLogo__text, + .euiHeader--dark .euiHeaderLink, + .euiHeader--dark .euiHeaderSectionItemButton { + color: #FFF; } + .euiHeader--dark .euiHeaderLink-isActive { + color: #3a96d7; } + .euiHeader--dark .euiHeaderSectionItem:after { + background: #69707D; } + .euiHeader--dark .euiHeaderLogo:focus, + .euiHeader--dark .euiHeaderLink:focus, + .euiHeader--dark .euiHeaderSectionItemButton:focus { + background: #003c66; } + .euiHeader--dark .euiHeaderSectionItemButton__notification--badge { + box-shadow: 0 0 0 1px #25282f; } + .euiHeader--dark .euiHeaderSectionItemButton__notification--dot { + stroke: #25282f; } + +.euiHeaderProfile { + padding: 16px; } + +.euiHeaderLinks { + display: -webkit-flex; + display: flex; } + +.euiHeaderLinks__list { + white-space: nowrap; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiHeaderLinks__list--gutterXS > * { + margin: 0 4px; } + +.euiHeaderLinks__list--gutterS > * { + margin: 0 8px; } + +.euiHeaderLinks__list--gutterM > * { + margin: 0 12px; } + +.euiHeaderLinks__list--gutterL > * { + margin: 0 24px; } + +.euiHeaderLinks__mobileList .euiHeaderLink { + display: block; + width: 100%; + padding: 8px; } + .euiHeaderLinks__mobileList .euiHeaderLink > span { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + +.euiHeaderLogo { + text-align: left; + font-weight: 500; + position: relative; + height: 40px; + line-height: 40px; + min-width: 41px; + padding: 0 13px 0 12px; + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + vertical-align: middle; + white-space: nowrap; } + .euiHeaderLogo:hover { + text-decoration: underline; } + .euiHeaderLogo:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiHeaderLogo:focus:focus-visible { + outline-style: auto; } + .euiHeaderLogo:focus:not(:focus-visible) { + outline: none; } + .euiHeaderLogo:focus, .euiHeaderLogo:hover { + text-decoration: none; } + +.euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; + padding-left: 16px; + font-weight: 300; } + +@media only screen and (max-width: 574px) { + .euiHeaderLogo { + padding: 0 12px; } + .euiHeaderLogo__icon.euiIcon--xLarge { + width: 24px; + height: 24px; } + .euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 400; } } + +.euiHeaderAlert { + min-width: 300px; + position: relative; + margin-bottom: 24px; + padding: 0 8px 24px; + border-bottom: 1px solid #D3DAE6; + border-top: none; } + .euiHeaderAlert .euiHeaderAlert__dismiss { + opacity: 0; + position: absolute; + right: 12px; + top: 12px; + transition: opacity 250ms ease-in; } + .euiHeaderAlert:hover .euiHeaderAlert__dismiss, + .euiHeaderAlert .euiHeaderAlert__dismiss:focus { + opacity: 1; } + .euiHeaderAlert .euiHeaderAlert__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + margin-bottom: 8px; } + .euiHeaderAlert .euiHeaderAlert__text { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-bottom: 16px; } + .euiHeaderAlert .euiHeaderAlert__action { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiHeaderAlert .euiHeaderAlert__date { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + color: #69707D; } + +.euiHeaderBreadcrumbs { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + margin-left: 12px; + margin-right: 12px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiHeaderSection { + display: -webkit-flex; + display: flex; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiHeaderSection--grow, +.euiHeaderSection--left { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiHeaderSection--dontGrow { + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiHeaderSectionItem { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + .euiHeaderSectionItem:after { + position: absolute; + content: ''; + top: 16px; + bottom: 0; + background: #D3DAE6; + left: 0; } + +.euiHeaderSectionItem--borderLeft:after { + left: 0; + width: 1px; } + +.euiHeaderSectionItem--borderRight:after { + width: 1px; + left: auto; + right: 0; } + +@media only screen and (max-width: 574px) { + .euiHeaderSectionItem { + min-width: 30px; } + .euiHeaderSectionItem--borderLeft:after, + .euiHeaderSectionItem--borderRight:after { + display: none; } } + +.euiHeaderSectionItemButton { + position: relative; + height: 40px; + min-width: 40px; + text-align: center; + font-size: 0; } + +.euiHeaderSectionItemButton__notification { + position: absolute; } + .euiHeaderSectionItemButton__notification--dot { + top: 0; + right: 0; + stroke: #FFF; } + .euiHeaderSectionItemButton__notification--badge { + top: 9%; + right: 9%; + box-shadow: 0 0 0 1px #FFF; } + +.euiHeaderSectionItemButton__content { + display: inline-block; } + +@media only screen and (max-width: 574px) { + .euiHeaderSectionItemButton { + min-width: 30px; } + .euiHeaderSectionItemButton__notification.euiHeaderSectionItemButton__notification--dot { + width: 16px; + height: 16px; + top: 9%; } } + +.euiHealth { + display: inline-block; } + +.euiHealth--textSizeXS { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; } + +.euiHealth--textSizeS { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiHealth--textSizeM { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + +.euiHealth--textSizeInherit { + font-size: inherit; } + +.euiHorizontalRule { + border: none; + height: 1px; + background-color: #D3DAE6; + -webkit-flex-shrink: 0; + flex-shrink: 0; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiHorizontalRule.euiHorizontalRule--full { + width: 100%; } + .euiHorizontalRule.euiHorizontalRule--half { + width: 50%; + margin-left: auto; + margin-right: auto; } + .euiHorizontalRule.euiHorizontalRule--quarter { + width: 25%; + margin-left: auto; + margin-right: auto; } + +.euiHorizontalRule--marginXSmall { + margin: 8px 0; } + +.euiHorizontalRule--marginSmall { + margin: 12px 0; } + +.euiHorizontalRule--marginMedium { + margin: 16px 0; } + +.euiHorizontalRule--marginLarge { + margin: 24px 0; } + +.euiHorizontalRule--marginXLarge { + margin: 32px 0; } + +.euiHorizontalRule--marginXXLarge { + margin: 40px 0; } + +.euiIcon { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + vertical-align: middle; + fill: currentColor; + -webkit-transform: translate(0, 0); + transform: translate(0, 0); } + .euiIcon:focus { + opacity: 1; + background: rgba(0, 119, 204, 0.1); } + +.euiIcon--app { + fill: #343741; } + .euiIcon--app .euiIcon__fillSecondary { + fill: #00a39a; } + +.euiIcon-isLoading { + opacity: 0.05; + background-color: currentColor; + border-radius: 6px; } + +.euiIcon-isLoaded { + -webkit-animation: euiIconLoading 250ms ease-in 0s 1 forwards; + animation: euiIconLoading 250ms ease-in 0s 1 forwards; } + +.euiIcon--accent { + color: #F04E98; } + +.euiIcon--danger { + color: #BD271E; } + +.euiIcon--ghost { + color: #FFF; } + +.euiIcon--primary { + color: #07C; } + +.euiIcon--success { + color: #00a39a; } + +.euiIcon--subdued { + color: #69707D; } + +.euiIcon--text { + color: #343741; } + +.euiIcon--warning { + color: #b28a0d; } + +.euiIcon--inherit { + color: inherit; } + +.euiIcon--ghost:not([data-type='logoElastic']) *[fill], +.euiIcon--ghost:not([data-type='logoElastic']) .euiIcon__fillNegative, +.euiIcon--text:not([data-type='logoElastic']) *[fill], +.euiIcon--text:not([data-type='logoElastic']) .euiIcon__fillNegative { + fill: currentColor !important; } + +.euiIcon--ghost[data-type='logoElastic'] *[fill], +.euiIcon--text[data-type='logoElastic'] *[fill] { + fill: none !important; } + +.euiIcon--ghost[data-type='logoElastic'] .outline, +.euiIcon--text[data-type='logoElastic'] .outline { + fill: currentColor !important; } + +.euiIcon__fillNegative { + fill: #343741; } + +.euiIcon--small { + width: 12px; + height: 12px; } + +.euiIcon--medium { + width: 16px; + height: 16px; } + +.euiIcon--large { + width: 24px; + height: 24px; } + +.euiIcon--xLarge { + width: 32px; + height: 32px; } + +.euiIcon--xxLarge { + width: 40px; + height: 40px; } + +@-webkit-keyframes euiIconLoading { + 0% { + opacity: 0.05; } + 100% { + opacity: 1; } } + +@keyframes euiIconLoading { + 0% { + opacity: 0.05; } + 100% { + opacity: 1; } } + +/** + * 1. Fix for IE where the image correctly resizes in width but doesn't collapse its height + (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421) + */ +.euiImage { + display: inline-block; + max-width: 100%; + position: relative; + min-height: 1px; + /* 1 */ + line-height: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiImage .euiImage__img { + margin-bottom: 0; + max-width: 100%; } + .euiImage.euiImage--hasShadow .euiImage__img { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiImage .euiImage__button { + position: relative; + cursor: pointer; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiImage .euiImage__button:focus { + outline: 2px solid #0071c2; } + .euiImage .euiImage__button:hover .euiImage__icon { + visibility: visible; + fill-opacity: 1; } + .euiImage .euiImage__button--fullWidth { + width: 100%; } + .euiImage.euiImage--allowFullScreen:hover .euiImage__caption { + text-decoration: underline; } + .euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:hover, + .euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:focus { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:hover, + .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); } + .euiImage.euiImage--small .euiImage__img { + width: 8.57143rem; } + .euiImage.euiImage--medium .euiImage__img { + width: 14.28571rem; } + .euiImage.euiImage--large .euiImage__img { + width: 25.71429rem; } + .euiImage.euiImage--xlarge .euiImage__img { + width: 42.85714rem; } + .euiImage.euiImage--fullWidth { + width: 100%; } + .euiImage.euiImage--original .euiImage__img { + width: auto; + max-width: 100%; } + .euiImage.euiImage--floatLeft { + float: left; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'] { + margin-left: 0; + margin-top: 0; } + .euiImage.euiImage--floatRight { + float: right; } + .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-right: 0; + margin-top: 0; } + .euiImage.euiImage--marginSmall { + margin: 8px; } + .euiImage.euiImage--marginMedium { + margin: 16px; } + .euiImage.euiImage--marginLarge { + margin: 24px; } + .euiImage.euiImage--marginXlarge { + margin: 32px; } + +.euiImage__img { + width: 100%; + vertical-align: middle; } + +.euiImage__caption { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + margin-top: 4px; + text-align: center; } + +.euiImage__icon { + visibility: hidden; + fill-opacity: 0; + position: absolute; + right: 16px; + top: 16px; + transition: fill-opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1); + cursor: pointer; } + +.euiImage-isFullScreen { + position: relative; + max-height: 80vh; + max-width: 80vw; + -webkit-animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1); } + .euiImage-isFullScreen:hover .euiImage__button { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); } + .euiImage-isFullScreen:hover .euiImage__caption { + text-decoration: underline; } + .euiImage-isFullScreen__img { + max-height: 80vh; + max-width: 80vw; + vertical-align: middle; + cursor: pointer; + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiImage-isFullScreenCloseIcon { + position: absolute; + right: 16px; + top: 16px; + pointer-events: none; } + +@-webkit-keyframes euiImageFullScreen { + 0% { + opacity: 0; + -webkit-transform: translateY(64px); + transform: translateY(64px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiImageFullScreen { + 0% { + opacity: 0; + -webkit-transform: translateY(64px); + transform: translateY(64px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@media only screen and (max-width: 574px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiImage.euiImage--floatLeft, .euiImage.euiImage--floatRight { + float: none; } + .euiImage.euiImage--floatLeft[class*='euiImage--margin'], .euiImage.euiImage--floatRight[class*='euiImage--margin'] { + margin-top: inherit; + margin-right: inherit; + margin-bottom: inherit; + margin-left: inherit; } } + +/** + * 1. Default to grid of 3 + */ +.euiKeyPadMenu { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + width: 300px; + max-width: 100%; + margin-bottom: -4px; + margin-right: -4px; } + .euiKeyPadMenu legend { + margin-bottom: 8px; } + .euiKeyPadMenu > *:not(legend) { + margin-bottom: 4px; + margin-right: 4px; } + +/** + * 1. If this class is applied to a button, we need to override the Chrome default font. + * 2. If it has a BetaBadge, make sure only the first letter shows + */ +.euiKeyPadMenuItem { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + /* 1 */ + display: block; + padding: 4px; + height: 96px; + width: 96px; + border: 1px solid #D3DAE6; + border-color: transparent; + border-radius: 6px; + color: #343741; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiKeyPadMenuItem { + transition: background-color 150ms ease-in, border-color 150ms ease-in, box-shadow 150ms ease-in; } } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within { + cursor: pointer; + text-decoration: underline; + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + border-color: #D3DAE6; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within .euiKeyPadMenuItem__icon { + -webkit-transform: translateY(0); + transform: translateY(0); } } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus { + cursor: pointer; + text-decoration: underline; + background-color: rgba(0, 119, 204, 0.1); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled { + cursor: not-allowed; + text-decoration: none; + color: #ABB4C4; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon svg * { + fill: #ABB4C4; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled) { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + color: #1a1c21; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected { + border-color: #D3DAE6; } + .euiKeyPadMenuItem:not(:hover):not(:focus):not(:focus-within):not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput, .euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled:not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiKeyPadMenuItem__inner { + width: 100%; + height: 100%; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; + position: relative; } + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput { + -webkit-transform: scale(0.75); + transform: scale(0.75); + -webkit-transform-origin: top right; + transform-origin: top right; } + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput, + .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadge { + position: absolute; + top: 4px; + right: 4px; + z-index: 3; } + +.euiKeyPadMenuItem__icon { + transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); + margin-bottom: 12px; + -webkit-transform: translateY(2px); + transform: translateY(2px); } + +.euiKeyPadMenuItem__label { + font-size: 12px; + font-weight: 500; + line-height: 16px; + text-align: center; } + +.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled), .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within { + background-color: rgba(0, 119, 204, 0.1); + color: #0071c2; + border-color: #0071c2; } + +.euiLink { + text-align: left; + font-weight: 500; } + .euiLink:hover { + text-decoration: underline; } + .euiLink:focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiLink:focus:focus-visible { + outline-style: auto; } + .euiLink:focus:not(:focus-visible) { + outline: none; } + .euiLink[target='_blank'] { + position: relative; } + .euiLink[target='_blank'] .euiScreenReaderOnly { + left: 0; } + .euiLink .euiLink__externalIcon { + margin-left: 4px; } + .euiLink.euiLink-disabled { + font-weight: inherit; + text-decoration: none; + cursor: default; } + .euiLink.euiLink--subdued { + color: #69707D; } + .euiLink.euiLink--subdued:hover, .euiLink.euiLink--subdued:focus, .euiLink.euiLink--subdued:target { + text-decoration: underline; } + .euiLink.euiLink--subdued:target { + color: #525761; } + .euiLink.euiLink--subdued:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--subdued:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--subdued:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--primary { + color: #0071c2; } + .euiLink.euiLink--primary:hover, .euiLink.euiLink--primary:focus, .euiLink.euiLink--primary:target { + text-decoration: underline; } + .euiLink.euiLink--primary:target { + color: #00538f; } + .euiLink.euiLink--primary:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--primary:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--primary:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--success { + color: #007e77; } + .euiLink.euiLink--success:hover, .euiLink.euiLink--success:focus, .euiLink.euiLink--success:target { + text-decoration: underline; } + .euiLink.euiLink--success:target { + color: #004b47; } + .euiLink.euiLink--success:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--success:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--success:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--accent { + color: #c4407c; } + .euiLink.euiLink--accent:hover, .euiLink.euiLink--accent:focus, .euiLink.euiLink--accent:target { + text-decoration: underline; } + .euiLink.euiLink--accent:target { + color: #a03163; } + .euiLink.euiLink--accent:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--accent:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--accent:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--warning { + color: #8a6a0a; } + .euiLink.euiLink--warning:hover, .euiLink.euiLink--warning:focus, .euiLink.euiLink--warning:target { + text-decoration: underline; } + .euiLink.euiLink--warning:target { + color: #5a4507; } + .euiLink.euiLink--warning:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--warning:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--warning:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--danger { + color: #BD271E; } + .euiLink.euiLink--danger:hover, .euiLink.euiLink--danger:focus, .euiLink.euiLink--danger:target { + text-decoration: underline; } + .euiLink.euiLink--danger:target { + color: #911e17; } + .euiLink.euiLink--danger:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--danger:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--danger:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--text { + color: #343741; } + .euiLink.euiLink--text:hover, .euiLink.euiLink--text:focus, .euiLink.euiLink--text:target { + text-decoration: underline; } + .euiLink.euiLink--text:target { + color: #1d1f25; } + .euiLink.euiLink--text:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--text:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--text:focus:not(:focus-visible) { + outline: none; } + .euiLink.euiLink--ghost { + color: #FFF; } + .euiLink.euiLink--ghost:hover, .euiLink.euiLink--ghost:focus, .euiLink.euiLink--ghost:target { + text-decoration: underline; } + .euiLink.euiLink--ghost:target { + color: #e6e6e6; } + .euiLink.euiLink--ghost:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiLink.euiLink--ghost:focus:focus-visible { + outline-style: auto; } + .euiLink.euiLink--ghost:focus:not(:focus-visible) { + outline: none; } + +button.euiLink { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; } + +/** + * The List Group component provides neatly styled lists containing plain text + * or links. The outer container can be bordered, with padding, or borderless + * with links flush to the sides. + */ +.euiListGroup.euiListGroup-flush { + padding: 0; + border: none; } + +.euiListGroup.euiListGroup-bordered { + border-radius: 6px; + border: 1px solid #D3DAE6; } + +.euiListGroup-maxWidthDefault { + max-width: 400px; } + +.euiListGroup--gutterSmall { + padding: 8px; } + .euiListGroup--gutterSmall .euiListGroupItem:not(:first-of-type) { + margin-top: 8px; } + +.euiListGroup--gutterMedium { + padding: 16px; } + .euiListGroup--gutterMedium .euiListGroupItem:not(:first-of-type) { + margin-top: 16px; } + +.euiListGroupItem { + padding: 0; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + transition: background-color 150ms; + position: relative; } + .euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover { + background-color: rgba(211, 218, 230, 0.25); } + .euiListGroupItem.euiListGroupItem-isClickable:focus-within { + background-color: rgba(211, 218, 230, 0.25); } + .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover { + background-color: rgba(255, 255, 255, 0.1); } + .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within { + background-color: rgba(255, 255, 255, 0.1); } + .euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button, + .euiListGroupItem .euiListGroupItem__button:hover, + .euiListGroupItem .euiListGroupItem__button:focus { + text-decoration: underline; } + .euiListGroupItem.euiListGroupItem-isDisabled, .euiListGroupItem.euiListGroupItem-isDisabled:hover, .euiListGroupItem.euiListGroupItem-isDisabled:focus, + .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:hover, + .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:focus { + color: #ABB4C4; + cursor: not-allowed; + background-color: transparent; + text-decoration: none; } + +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiListGroupItem__button:hover, + .euiListGroupItem__button:focus { + background-color: rgba(211, 218, 230, 0.25); + border-radius: 6px; } + .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover, + .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus, + .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover, + .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus { + background-color: rgba(255, 255, 255, 0.1); } } + +.euiListGroupItem__text, +.euiListGroupItem__button { + line-height: 24px; + padding: 4px 8px; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-flex: 1 0 auto; + flex: 1 0 auto; + text-align: left; + max-width: 100%; + font-weight: inherit; } + .euiListGroupItem-hasExtraAction .euiListGroupItem__text, .euiListGroupItem-hasExtraAction + .euiListGroupItem__button { + max-width: calc(100% - 32px); } + .euiListGroupItem--primary .euiListGroupItem__text:not(:disabled), .euiListGroupItem--primary + .euiListGroupItem__button:not(:disabled) { + color: #0071c2; } + .euiListGroupItem--text .euiListGroupItem__text:not(:disabled), .euiListGroupItem--text + .euiListGroupItem__button:not(:disabled) { + color: #343741; } + .euiListGroupItem--subdued .euiListGroupItem__text:not(:disabled), .euiListGroupItem--subdued + .euiListGroupItem__button:not(:disabled) { + color: #69707D; } + .euiListGroupItem--ghost .euiListGroupItem__text:not(:disabled), .euiListGroupItem--ghost + .euiListGroupItem__button:not(:disabled) { + color: #FFF; } + .euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__text, .euiListGroupItem-isActive:not(.euiListGroupItem--ghost) + .euiListGroupItem__button { + color: #343741; } + +.euiListGroupItem__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } + +.euiListGroupItem__extraAction { + opacity: 0; + margin-right: 8px; + transition: opacity 150ms; } + .euiListGroupItem:not(.euiListGroupItem-isDisabled):focus .euiListGroupItem__extraAction, + .euiListGroupItem:not(.euiListGroupItem-isDisabled):hover .euiListGroupItem__extraAction, .euiListGroupItem__extraAction.euiListGroupItem__extraAction-alwaysShow, .euiListGroupItem__extraAction:focus { + opacity: 1; } + +.euiListGroupItem__icon { + margin-right: 12px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiListGroupItem--xSmall { + font-size: 12px; } + +.euiListGroupItem--small { + font-size: 14px; } + +.euiListGroupItem--medium { + font-size: 14px; } + +.euiListGroupItem--large { + font-size: 22px; } + +.euiListGroupItem--xSmall, +.euiListGroupItem--small { + font-weight: 500; + letter-spacing: 0; } + +.euiListGroupItem--xSmall .euiListGroupItem__button, +.euiListGroupItem--xSmall .euiListGroupItem__text { + line-height: 16px; } + +.euiListGroupItem--large .euiListGroupItem__button, +.euiListGroupItem--large .euiListGroupItem__text { + line-height: 32px; } + +.euiListGroupItem--wrapText .euiListGroupItem__button, +.euiListGroupItem--wrapText .euiListGroupItem__text { + width: 100%; + word-break: break-word; } + +.euiListGroupItem--wrapText .euiListGroupItem__label { + white-space: inherit; } + +.euiListGroup-flush .euiListGroupItem { + border-radius: 0; } + +.euiListGroup-bordered .euiListGroupItem:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + +.euiListGroup-bordered .euiListGroupItem:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiListGroupItem__tooltip { + width: 100%; } + +.euiPinnableListGroup__itemExtraAction svg { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } + +.euiPinnableListGroup__itemExtraAction-pinned:not(:hover):not(:focus) { + color: #8c919a; } + +.euiLoadingElastic { + position: relative; + display: inline-block; } + +.euiLoadingElastic--medium { + width: 16px; } + +.euiLoadingElastic--large { + width: 24px; } + +.euiLoadingElastic--xLarge { + width: 32px; } + +.euiLoadingElastic--xxLarge { + width: 40px; } + +.euiLoadingElastic path { + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; + -webkit-animation-direction: alternate; + animation-direction: alternate; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1); + animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1); + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingElastic path { + -webkit-animation-name: euiLoadingElastic; + animation-name: euiLoadingElastic; } } + +.euiLoadingElastic path:nth-of-type(1) { + -webkit-animation-delay: 0s; + animation-delay: 0s; } + +.euiLoadingElastic path:nth-of-type(2) { + -webkit-animation-delay: .035s; + animation-delay: .035s; } + +.euiLoadingElastic path:nth-of-type(3) { + -webkit-animation-delay: .125s; + animation-delay: .125s; } + +.euiLoadingElastic path:nth-of-type(4) { + -webkit-animation-delay: .155s; + animation-delay: .155s; } + +.euiLoadingElastic path:nth-of-type(5) { + -webkit-animation-delay: .075s; + animation-delay: .075s; } + +.euiLoadingElastic path:nth-of-type(6) { + -webkit-animation-delay: .06s; + animation-delay: .06s; } + +@-webkit-keyframes euiLoadingElastic { + 0% { + -webkit-transform: scale3d(0, 0, -0.7); + transform: scale3d(0, 0, -0.7); + opacity: 0; } + 40% { + -webkit-transform: scale3d(1, 1, 2); + transform: scale3d(1, 1, 2); + opacity: 1; } + 50% { + -webkit-transform: scale3d(0.99, 0.99, 2); + transform: scale3d(0.99, 0.99, 2); } + 70% { + -webkit-transform: scale3d(0.96, 0.96, -2.5); + transform: scale3d(0.96, 0.96, -2.5); } + 100% { + -webkit-transform: scale3d(0.98, 0.98, 2); + transform: scale3d(0.98, 0.98, 2); } } + +@keyframes euiLoadingElastic { + 0% { + -webkit-transform: scale3d(0, 0, -0.7); + transform: scale3d(0, 0, -0.7); + opacity: 0; } + 40% { + -webkit-transform: scale3d(1, 1, 2); + transform: scale3d(1, 1, 2); + opacity: 1; } + 50% { + -webkit-transform: scale3d(0.99, 0.99, 2); + transform: scale3d(0.99, 0.99, 2); } + 70% { + -webkit-transform: scale3d(0.96, 0.96, -2.5); + transform: scale3d(0.96, 0.96, -2.5); } + 100% { + -webkit-transform: scale3d(0.98, 0.98, 2); + transform: scale3d(0.98, 0.98, 2); } } + +.euiLoadingChart { + height: 32px; + z-index: 500; + overflow: hidden; + display: inline-block; } + +/** + * 1. Without the animation, the bars are all the same height, + * so we apply transforms only if they can't animate + */ +.euiLoadingChart__bar { + height: 100%; + width: 8px; + display: inline-block; + margin-bottom: -16px; + margin-left: 2px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingChart__bar { + -webkit-animation: euiLoadingChart 1s infinite; + animation: euiLoadingChart 1s infinite; } } + .euiLoadingChart__bar:nth-child(1) { + background-color: #54B399; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(1) { + -webkit-transform: translateY(66%); + transform: translateY(66%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(2) { + background-color: #6092C0; + -webkit-animation-delay: .1s; + animation-delay: .1s; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(2) { + -webkit-transform: translateY(44%); + transform: translateY(44%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(3) { + background-color: #D36086; + -webkit-animation-delay: .2s; + animation-delay: .2s; } + @media screen and (prefers-reduced-motion: reduce) { + .euiLoadingChart__bar:nth-child(3) { + -webkit-transform: translateY(22%); + transform: translateY(22%); + /* 1 */ } } + .euiLoadingChart__bar:nth-child(4) { + background-color: #9170B8; + -webkit-animation-delay: .3s; + animation-delay: .3s; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1) { + background-color: #D3DAE6; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2) { + background-color: #cbd1dd; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3) { + background-color: #c2c9d4; } + +.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4) { + background-color: #bac0ca; } + +.euiLoadingChart--medium { + height: 16px; } + .euiLoadingChart--medium > span { + width: 2px; + margin-left: 2px; + margin-bottom: 8px; } + +.euiLoadingChart--large { + height: 24px; } + .euiLoadingChart--large > span { + width: 4px; + margin-left: 2px; + margin-bottom: 12px; } + +.euiLoadingChart--xLarge { + height: 32px; } + .euiLoadingChart--xLarge > span { + width: 8px; + margin-left: 4px; + margin-bottom: 16px; } + +@-webkit-keyframes euiLoadingChart { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 50% { + -webkit-transform: translateY(66%); + transform: translateY(66%); } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiLoadingChart { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 50% { + -webkit-transform: translateY(66%); + transform: translateY(66%); } + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } } + +.euiLoadingContent__loader { + display: block; + width: 100%; } + +.euiLoadingContent__singleLine { + display: block; + width: 100%; + height: 16px; + margin-bottom: 8px; + border-radius: 6px; + overflow: hidden; } + .euiLoadingContent__singleLine:last-child:not(:only-child) { + width: 75%; } + +.euiLoadingContent__singleLineBackground { + display: block; + width: 220%; + height: 100%; + background: linear-gradient(137deg, #f0f2f6 45%, #f6f8fa 50%, #f0f2f6 55%); } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingContent__singleLineBackground { + -webkit-animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + +@-webkit-keyframes euiLoadingContentGradientLoad { + 0% { + -webkit-transform: translateX(-53%); + transform: translateX(-53%); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +@keyframes euiLoadingContentGradientLoad { + 0% { + -webkit-transform: translateX(-53%); + transform: translateX(-53%); } + 100% { + -webkit-transform: translateX(0); + transform: translateX(0); } } + +.euiLoadingLogo { + position: relative; + display: inline-block; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingLogo:before, .euiLoadingLogo:after { + position: absolute; + content: ''; + width: 90%; + left: 5%; + border-radius: 50%; + opacity: .2; + z-index: 1; } + .euiLoadingLogo:before { + box-shadow: 0 0 8px #000; + -webkit-animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } + .euiLoadingLogo:after { + background-color: #000; + -webkit-animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + .euiLoadingLogo .euiLoadingLogo__icon { + display: block; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingLogo .euiLoadingLogo__icon { + -webkit-animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } } + +/** + * 1. Requires pixel math for animation. + */ +.euiLoadingLogo--medium { + width: 16px; } + .euiLoadingLogo--medium:before, .euiLoadingLogo--medium:after { + height: 3px; + /* 1 */ + bottom: -4px; } + .euiLoadingLogo--medium .euiLoadingLogo__icon { + z-index: 999; + -webkit-animation-name: euiLoadingKibanaBounceMedium; + animation-name: euiLoadingKibanaBounceMedium; } + +.euiLoadingLogo--large { + width: 24px; } + .euiLoadingLogo--large:before, .euiLoadingLogo--large:after { + height: 6px; + /* 1 */ + bottom: -8px; } + .euiLoadingLogo--large .euiLoadingLogo__icon { + -webkit-animation-name: euiLoadingKibanaBounceLarge; + animation-name: euiLoadingKibanaBounceLarge; } + +.euiLoadingLogo--xLarge { + width: 32px; } + .euiLoadingLogo--xLarge:before, .euiLoadingLogo--xLarge:after { + height: 8px; + bottom: -12px; } + .euiLoadingLogo--xLarge .euiLoadingLogo__icon { + -webkit-animation-name: euiLoadingKibanaBounceXLarge; + animation-name: euiLoadingKibanaBounceXLarge; } + +@-webkit-keyframes euiLoadingKibanaBounceMedium { + 50% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); } } + +@keyframes euiLoadingKibanaBounceMedium { + 50% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); } } + +@-webkit-keyframes euiLoadingKibanaBounceLarge { + 50% { + -webkit-transform: translateY(-12px); + transform: translateY(-12px); } } + +@keyframes euiLoadingKibanaBounceLarge { + 50% { + -webkit-transform: translateY(-12px); + transform: translateY(-12px); } } + +@-webkit-keyframes euiLoadingKibanaBounceXLarge { + 50% { + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } } + +@keyframes euiLoadingKibanaBounceXLarge { + 50% { + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } } + +@-webkit-keyframes euiLoadingKibanaPulsateAndFade { + 0% { + opacity: 0; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .1; } + 100% { + opacity: 0; } } + +@keyframes euiLoadingKibanaPulsateAndFade { + 0% { + opacity: 0; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .1; } + 100% { + opacity: 0; } } + +@-webkit-keyframes euiLoadingKibanaPulsate { + 0% { + opacity: .15; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .05; } + 100% { + opacity: .15; } } + +@keyframes euiLoadingKibanaPulsate { + 0% { + opacity: .15; } + 50% { + -webkit-transform: scale(0.5); + transform: scale(0.5); + opacity: .05; } + 100% { + opacity: .15; } } + +.euiLoadingSpinner { + -webkit-flex-shrink: 0; + flex-shrink: 0; + display: inline-block; + width: 32px; + height: 32px; + border-radius: 50%; + border: solid 2px #D3DAE6; + border-color: #07C #D3DAE6 #D3DAE6 #D3DAE6; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiLoadingSpinner { + -webkit-animation: euiLoadingSpinner .6s infinite linear; + animation: euiLoadingSpinner .6s infinite linear; } } + +.euiLoadingSpinner--small { + width: 12px; + height: 12px; } + +.euiLoadingSpinner--medium { + width: 16px; + height: 16px; } + +.euiLoadingSpinner--large { + width: 24px; + height: 24px; } + +.euiLoadingSpinner--xLarge { + width: 32px; + height: 32px; } + +.euiLoadingSpinner--xxLarge { + width: 40px; + height: 40px; } + +.euiLoadingSpinner--small, +.euiLoadingSpinner--medium { + border-width: 1px; } + +@-webkit-keyframes euiLoadingSpinner { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } + +@keyframes euiLoadingSpinner { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } + +.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer { + display: none; } + +.euiMarkdownEditor--fullHeight { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + height: 100%; } + .euiMarkdownEditor--fullHeight .euiMarkdownEditorTextArea { + resize: none; } + .euiMarkdownEditor--fullHeight .euiMarkdownEditorDropZone { + height: 100%; } + +.euiMarkdownEditorDropZone { + display: -webkit-flex; + display: flex; + position: relative; + -webkit-flex-direction: column; + flex-direction: column; + min-height: "150px"; } + .euiMarkdownEditorDropZone__input { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + opacity: 0; + overflow: hidden; } + .euiMarkdownEditorDropZone__input:hover { + cursor: pointer; } + .euiMarkdownEditorDropZone__input:hover:disabled { + cursor: not-allowed; } + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorFooter, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: rgba(0, 119, 204, 0.1) !important; } + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus { + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%) !important; } + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: rgba(189, 39, 30, 0.1) !important; } + .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea, + .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus { + background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%) !important; } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__blockquote { + border-left-color: rgba(0, 0, 0, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiHorizontalRule { + background-color: rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table { + border-left: 1px solid rgba(0, 0, 0, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td { + border-top: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.15); } + .euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td:last-child { + border-right: 1px solid rgba(0, 0, 0, 0.15); } + +.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table tr { + border-top: 1px solid rgba(0, 0, 0, 0.15); } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__blockquote { + border-left-color: #69707D; } + +.euiMarkdownFormat .euiTextColor--subdued .euiHorizontalRule { + background-color: #69707D; + color: #69707D; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table { + border-left: 1px solid #69707D; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td { + border-top: 1px solid #69707D; + border-bottom: 1px solid #69707D; } + .euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #69707D; } + +.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table tr { + border-top: 1px solid #69707D; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__blockquote { + border-left-color: #00BFB3; } + +.euiMarkdownFormat .euiTextColor--success .euiHorizontalRule { + background-color: #00BFB3; + color: #00BFB3; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table { + border-left: 1px solid #00BFB3; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td { + border-top: 1px solid #00BFB3; + border-bottom: 1px solid #00BFB3; } + .euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #00BFB3; } + +.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table tr { + border-top: 1px solid #00BFB3; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__blockquote { + border-left-color: #F04E98; } + +.euiMarkdownFormat .euiTextColor--accent .euiHorizontalRule { + background-color: #F04E98; + color: #F04E98; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table { + border-left: 1px solid #F04E98; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td { + border-top: 1px solid #F04E98; + border-bottom: 1px solid #F04E98; } + .euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #F04E98; } + +.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table tr { + border-top: 1px solid #F04E98; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__blockquote { + border-left-color: #FEC514; } + +.euiMarkdownFormat .euiTextColor--warning .euiHorizontalRule { + background-color: #FEC514; + color: #FEC514; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table { + border-left: 1px solid #FEC514; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td { + border-top: 1px solid #FEC514; + border-bottom: 1px solid #FEC514; } + .euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #FEC514; } + +.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table tr { + border-top: 1px solid #FEC514; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__blockquote { + border-left-color: #BD271E; } + +.euiMarkdownFormat .euiTextColor--danger .euiHorizontalRule { + background-color: #BD271E; + color: #BD271E; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table { + border-left: 1px solid #BD271E; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td { + border-top: 1px solid #BD271E; + border-bottom: 1px solid #BD271E; } + .euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #BD271E; } + +.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table tr { + border-top: 1px solid #BD271E; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__blockquote { + border-left-color: #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiHorizontalRule { + background-color: #FFF; + color: #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table { + border-left: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td { + border-top: 1px solid #FFF; + border-bottom: 1px solid #FFF; } + .euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td:last-child { + border-right: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table tr { + border-top: 1px solid #FFF; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__blockquote { + border-left-color: currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiHorizontalRule { + background-color: currentColor; + color: currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table { + border-left: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td { + border-top: 1px solid currentColor; + border-bottom: 1px solid currentColor; } + .euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td:last-child { + border-right: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table tr { + border-top: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__blockquote { + border-left-color: currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiHorizontalRule { + background-color: currentColor; + color: currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table { + border-left: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th, +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td { + border-top: 1px solid currentColor; + border-bottom: 1px solid currentColor; } + .euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th:last-child, + .euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td:last-child { + border-right: 1px solid currentColor; } + +.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table tr { + border-top: 1px solid currentColor; } + +.euiMarkdownFormat .euiMarkdownFormat__blockquote { + border-left-style: solid; } + +.euiMarkdownFormat .euiCheckbox { + margin-bottom: 0 !important; } + +.euiMarkdownFormat .euiCheckbox .euiCheckbox__input + .euiCheckbox__square { + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); } + +.euiMarkdownFormat .euiMarkdownFormat__table { + display: block; + width: 100%; + overflow: auto; + border-spacing: 0; + border-collapse: collapse; } + +.euiMarkdownEditorFooter { + display: -webkit-inline-flex; + display: inline-flex; + padding: 4px; + border: 1px solid #D3DAE6; + -webkit-align-items: center; + align-items: center; + background: #fafbfd; } + +.euiMarkdownEditorFooter__popover { + width: 300px; } + +.euiMarkdownEditorFooter__actions { + -webkit-flex: 1; + flex: 1; + display: -webkit-inline-flex; + display: inline-flex; } + .euiMarkdownEditorFooter__actions > button, + .euiMarkdownEditorFooter__actions > span { + margin-right: 4px; + -webkit-align-self: center; + align-self: center; } + .euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError { + position: relative; + left: -1px; + line-height: 1; + border-radius: 6px; } + .euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError > span { + padding: 0 4px; } + +.euiMarkdownEditorFooter__helpButton > svg { + width: 26px; } + +.euiMarkdownEditorPreview { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + background: #FFF; + min-height: "150px"; + overflow-y: auto; + border: 1px solid #D3DAE6; + padding: 12px; } + .euiMarkdownEditorPreview::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiMarkdownEditorPreview::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiMarkdownEditorPreview::-webkit-scrollbar-corner, .euiMarkdownEditorPreview::-webkit-scrollbar-track { + background-color: transparent; } + +.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input ~ .euiCheckbox__label { + cursor: default; } + +.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input:focus:not(:checked) + .euiCheckbox__square { + border-color: #c9cbcd; } + +.euiMarkdownEditorTextArea { + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + letter-spacing: normal; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-font-kerning: normal; + font-kerning: normal; + font-size: 14px; + color: #343741; + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + width: 100%; + height: 100%; + min-height: "150px"; + padding: 12px; + border: 1px solid #D3DAE6; + border-bottom: none; + line-height: 1.5; + resize: vertical; + background-color: #fbfcfd; + background-repeat: no-repeat; + background-size: 0% 100%; + margin: 0; + transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; } + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .euiMarkdownEditorTextArea { + line-height: 1em; } } + .euiMarkdownEditorTextArea::-webkit-input-placeholder { + color: #69707D; + opacity: 1; } + .euiMarkdownEditorTextArea::-moz-placeholder { + color: #69707D; + opacity: 1; } + .euiMarkdownEditorTextArea::placeholder { + color: #69707D; + opacity: 1; } + .euiMarkdownEditorTextArea::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiMarkdownEditorTextArea::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiMarkdownEditorTextArea::-webkit-scrollbar-corner, .euiMarkdownEditorTextArea::-webkit-scrollbar-track { + background-color: transparent; } + .euiMarkdownEditorTextArea:focus, + .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea { + background-color: white; + background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%); + background-size: 100% 100%; } + +.euiMarkdownEditorTextArea-isReadOnly { + background: #FFF; + cursor: unset; } + .euiMarkdownEditorTextArea-isReadOnly:focus, + .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea-isReadOnly { + background: none; } + +.euiMarkdownEditorToolbar { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + background: #F5F7FA; + border: 1px solid #D3DAE6; + border-color: #D3DAE6; + border-bottom: none; + padding: 4px; } + .euiMarkdownEditorToolbar__buttons { + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-flex: 1; + flex: 1; + -webkit-align-items: center; + align-items: center; } + .euiMarkdownEditorToolbar__buttons > * { + margin-right: 4px; } + .euiMarkdownEditorToolbar__divider { + content: ''; + height: 24px; + display: block; + margin-left: 4px; + padding-right: 4px; + border-left: 1px solid #D3DAE6; } + +.euiMarkdownTooltip__icon { + -webkit-transform: translateY(-1px); + transform: translateY(-1px); } + +/** + * 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the + * flex display. https://github.com/philipwalton/flexbugs#flexbug-3 + * 2. IE has trouble with min-widths on flex elements. Use the pixel value + * from our forms since that's usually the smallest we want them. + */ +.euiModal { + border: 1px solid #D3DAE6; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.13), 0 9.4px 24px rgba(0, 0, 0, 0.09), 0 21.8px 43px rgba(0, 0, 0, 0.08); + display: -webkit-flex; + display: flex; + /* 1 */ + position: relative; + background-color: #FFF; + border-radius: 6px; + z-index: 8000; + min-width: 400px; + -webkit-animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1); + max-width: calc(100vw - 16px); } + .euiModal:focus { + outline: none; } + .euiModal .euiModal__flex { + /* 1 */ + -webkit-flex: 1 1 auto; + flex: 1 1 auto; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + max-height: 75vh; + overflow: hidden; } + +.euiModal--maxWidth-default { + max-width: MIN(768px, calc(100vw - 16px)); } + +.euiModal--confirmation { + min-width: 400px; } + +.euiModalHeader { + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + padding: 24px 40px 16px 24px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiModalHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiModalBody { + -webkit-flex-grow: 1; + flex-grow: 1; + overflow: hidden; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + .euiModalBody .euiModalBody__overflow { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + padding: 8px 24px; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-corner, .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-track { + background-color: transparent; } + .euiModalBody .euiModalBody__overflow:focus { + outline: none; + /* 1 */ } + .euiModalBody .euiModalBody__overflow[tabindex='0']:focus:focus-visible { + outline-style: auto; + /* 2 */ } + +.euiModalFooter { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 16px 24px 24px; + -webkit-flex-grow: 0; + flex-grow: 0; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiModalFooter > * + * { + margin-left: 16px; } + +.euiModalHeader + .euiModalFooter { + padding-top: 8px; } + +.euiModalBody:last-of-type .euiModalBody__overflow { + padding-bottom: 24px; } + +.euiModal__closeIcon { + background-color: rgba(255, 255, 255, 0.9); + position: absolute; + right: 4px; + top: 4px; + z-index: 3; } + +@-webkit-keyframes euiModal { + 0% { + opacity: 0; + -webkit-transform: translateY(32px); + transform: translateY(32px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiModal { + 0% { + opacity: 0; + -webkit-transform: translateY(32px); + transform: translateY(32px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@media only screen and (max-width: 574px) { + .euiModal { + position: fixed; + width: 100vw !important; + max-width: none !important; + min-width: 0 !important; + left: 0; + right: 0; + bottom: 0; + top: 0; + border-radius: 0; + border: none; } + .euiModal.euiModal--confirmation { + box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.13), 0 -9.4px 24px rgba(0, 0, 0, 0.09), 0 -21.8px 43px rgba(0, 0, 0, 0.08); + top: auto; } + .euiModal .euiModal__flex { + /* 1 */ + max-height: 100vh; } + .euiModalHeader { + width: 100%; } + .euiModalFooter { + width: 100%; + background: #F5F7FA; + padding: 12px 24px !important; + -webkit-justify-content: stretch; + justify-content: stretch; } + .euiModalFooter > * { + -webkit-flex: 1; + flex: 1; } + .euiModalFooter > * + * { + margin-left: 0; } + .euiModalBody { + width: 100%; } + .euiModalBody .euiModalBody__overflow { + padding-bottom: 24px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiModal { + position: fixed; + width: 100vw !important; + max-width: none !important; + min-width: 0 !important; + left: 0; + right: 0; + bottom: 0; + top: 0; + border-radius: 0; + border: none; } + .euiModal.euiModal--confirmation { + box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.13), 0 -9.4px 24px rgba(0, 0, 0, 0.09), 0 -21.8px 43px rgba(0, 0, 0, 0.08); + top: auto; } + .euiModal .euiModal__flex { + /* 1 */ + max-height: 100vh; } + .euiModalHeader { + width: 100%; } + .euiModalFooter { + width: 100%; + background: #F5F7FA; + padding: 12px 24px !important; + -webkit-justify-content: stretch; + justify-content: stretch; } + .euiModalFooter > * { + -webkit-flex: 1; + flex: 1; } + .euiModalFooter > * + * { + margin-left: 0; } + .euiModalBody { + width: 100%; } + .euiModalBody .euiModalBody__overflow { + padding-bottom: 24px; } } + +.euiNotificationEvent { + display: -webkit-flex; + display: flex; + padding: 12px 0 12px 12px; + border-bottom: 1px solid #D3DAE6; } + .euiNotificationEvent:last-child { + border-bottom: none; } + .euiNotificationEvent--withReadState { + padding: 12px 0 12px 8px; } + +.euiNotificationEvent__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + display: -webkit-flex; + display: flex; } + .euiNotificationEvent__title.euiLink { + color: #0071c2; } + .euiNotificationEvent__title--isRead { + color: #69707D !important; } + +.euiNotificationEvent__readButton { + margin-right: 8px; } + +.euiNotificationEvent__content { + -webkit-flex: 1; + flex: 1; } + .euiNotificationEvent__content > * + * { + margin-top: 8px; + margin-right: 12px; } + +.euiNotificationEventMeta { + position: relative; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: 4px; + min-height: 24px; } + .euiNotificationEventMeta--hasContextMenu { + padding-right: 24px; } + .euiNotificationEventMeta__contextMenuWrapper { + position: absolute; + top: 0; + right: 0; } + .euiNotificationEventMeta__section { + margin-right: 8px; } + .euiNotificationEventMeta__section:first-child { + display: -webkit-flex; + display: flex; + -webkit-flex: 1; + flex: 1; + -webkit-align-items: center; + align-items: center; } + .euiNotificationEventMeta__icon { + margin-right: 8px; } + .euiNotificationEventMeta__badge { + max-width: 100%; + display: inline-grid; } + .euiNotificationEventMeta__time { + font-size: 12px; + color: #69707D; } + +.euiNotificationEventMessages { + font-size: 14px; } + .euiNotificationEventMessages__accordion { + color: #69707D; } + .euiNotificationEventMessages__accordionButton { + color: #0071c2; } + .euiNotificationEventMessages__accordionContent > * { + padding-top: 8px; } + +.euiNotificationEventReadButton--isRead svg { + fill: transparent; + stroke-width: 1px; + stroke: #D3DAE6; } + +.euiNotificationEventReadIcon { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + height: 24px; + margin: 0 4px; } + +.euiNotificationEventReadIcon--isRead svg { + fill: transparent; + stroke-width: 1px; + stroke: #D3DAE6; } + +.euiOverlayMask { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; + padding-bottom: 10vh; + -webkit-animation: euiAnimFadeIn 150ms ease-in; + animation: euiAnimFadeIn 150ms ease-in; + background: rgba(255, 255, 255, 0.8); } + +.euiBody-hasOverlayMask { + overflow: hidden; } + +.euiOverlayMask--aboveHeader { + z-index: 6000; } + +.euiOverlayMask--belowHeader { + z-index: 1000; } + +.euiPagination { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + overflow-y: hidden; + overflow-x: auto; } + .euiPagination::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPagination::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPagination::-webkit-scrollbar-corner, .euiPagination::-webkit-scrollbar-track { + background-color: transparent; } + .euiPagination__compressedText { + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + line-height: 1 !important; } + .euiPagination__compressedText > span { + margin-right: 8px; + margin-left: 8px; + font-weight: 600; } + .euiPagination__compressedText > span:first-of-type { + color: #0071c2; } + +.euiPagination__list { + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; } + +.euiPaginationButton { + font-size: 14px; + padding: 0; + text-align: center; + border-radius: 6px; + outline-offset: -2px; } + +.euiPaginationButton-isActive { + font-weight: 700; } + .euiPaginationButton-isActive.euiPaginationButton-isActive { + color: #07C; } + .euiPaginationButton-isActive.euiPaginationButton-isActive .euiButtonEmpty__content { + cursor: default; } + .euiPaginationButton-isActive.euiPaginationButton-isActive, .euiPaginationButton-isActive.euiPaginationButton-isActive:hover { + text-decoration: underline; } + +.euiPaginationArrowButton { + outline-offset: -2px; } + +.euiPaginationButton-isPlaceholder { + -webkit-align-items: baseline; + align-items: baseline; + color: #ABB4C4; + font-size: 14px; + padding: 0 8px; + height: 24px; + padding-top: 6px; } + +.euiPanel { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiPanel.euiPanel--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiPanel.euiPanel--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiPanel.euiPanel--hasBorder { + border: 1px solid #D3DAE6; + box-shadow: none; } + .euiPanel.euiPanel--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiPanel.euiPanel--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiPanel.euiPanel--isClickable:hover, .euiPanel.euiPanel--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiPanel.euiPanel--borderRadiusNone { + border-radius: 0; } + .euiPanel.euiPanel--borderRadiusMedium { + border-radius: 6px; } + .euiPanel.euiPanel--transparent { + background-color: transparent; } + .euiPanel.euiPanel--plain { + background-color: #FFF; } + .euiPanel.euiPanel--subdued { + background-color: #fafbfd; } + .euiPanel.euiPanel--accent { + background-color: #feedf5; } + .euiPanel.euiPanel--primary { + background-color: #e6f1fa; } + .euiPanel.euiPanel--success { + background-color: #e6f9f7; } + .euiPanel.euiPanel--warning { + background-color: #fff9e8; } + .euiPanel.euiPanel--danger { + background-color: #f8e9e9; } + +.euiPanel--paddingSmall { + padding: 8px; } + +.euiPanel--paddingMedium { + padding: 16px; } + +.euiPanel--paddingLarge { + padding: 24px; } + +.euiSplitPanel { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + min-width: 0; } + .euiSplitPanel .euiSplitPanel__inner { + -webkit-flex-basis: 0%; + flex-basis: 0%; + -webkit-transform: none !important; + transform: none !important; + box-shadow: none !important; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child, + .euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child { + border-radius: -1 -1 0 0; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child, + .euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child { + border-radius: 0 0 -1 -1; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child, + .euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child { + border-radius: 5px 5px 0 0; } + .euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child, + .euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child { + border-radius: 0 0 5px 5px; } + +.euiSplitPanel--row { + -webkit-flex-direction: row; + flex-direction: row; } + .euiSplitPanel--row.euiSplitPanel-isResponsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child { + border-radius: -1 0 0 -1; } + .euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child { + border-radius: 0 -1 -1 0; } + .euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child { + border-radius: 5px 0 0 5px; } + .euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child { + border-radius: 0 5px 5px 0; } + +.euiPage { + display: -webkit-flex; + display: flex; + background-color: #fafbfd; + -webkit-flex-shrink: 0; + flex-shrink: 0; + max-width: 100%; } + .euiPage--restrictWidth-default, .euiPage--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPage--restrictWidth-default { + max-width: 1200px; } + .euiPage--grow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiPage--column { + -webkit-flex-direction: column; + flex-direction: column; } + @media only screen and (max-width: 574px) { + .euiPage { + -webkit-flex-direction: column; + flex-direction: column; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage { + -webkit-flex-direction: column; + flex-direction: column; } } + +.euiPage--paddingSmall { + padding: 8px; } + .euiPage--paddingSmall .euiPageSideBar { + min-width: 192px; + margin-right: 8px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingSmall .euiPageSideBar { + margin-right: 0; + margin-bottom: 8px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingSmall .euiPageSideBar { + margin-right: 0; + margin-bottom: 8px; } } + .euiPage--paddingSmall .euiPageBody > .euiPageHeader { + margin-bottom: 8px; } + +.euiPage--paddingMedium { + padding: 16px; } + .euiPage--paddingMedium .euiPageSideBar { + min-width: 192px; + margin-right: 16px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingMedium .euiPageSideBar { + margin-right: 0; + margin-bottom: 16px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingMedium .euiPageSideBar { + margin-right: 0; + margin-bottom: 16px; } } + .euiPage--paddingMedium .euiPageBody > .euiPageHeader { + margin-bottom: 16px; } + +.euiPage--paddingLarge { + padding: 24px; } + .euiPage--paddingLarge .euiPageSideBar { + min-width: 192px; + margin-right: 24px; } + @media only screen and (max-width: 574px) { + .euiPage--paddingLarge .euiPageSideBar { + margin-right: 0; + margin-bottom: 24px; } } + @media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPage--paddingLarge .euiPageSideBar { + margin-right: 0; + margin-bottom: 24px; } } + .euiPage--paddingLarge .euiPageBody > .euiPageHeader { + margin-bottom: 24px; } + +.euiPageBody { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + max-width: 100%; + min-width: 0; } + .euiPageBody--restrictWidth-default, .euiPageBody--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPageBody--restrictWidth-default { + max-width: 1200px; } + .euiPageBody.euiPageBody--borderRadiusNone { + border-top-width: 0; + border-right-width: 0; + border-bottom-width: 0; } + +.euiPageBody--paddingSmall { + padding: 8px; } + .euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 8px; + border-bottom: 1px solid #D3DAE6; } + .euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 8px; } + .euiPageBody--paddingSmall > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageBody--paddingMedium { + padding: 16px; } + .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 16px; + border-bottom: 1px solid #D3DAE6; } + .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 16px; } + .euiPageBody--paddingMedium > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageBody--paddingLarge { + padding: 24px; } + .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']) { + margin-bottom: 24px; + border-bottom: 1px solid #D3DAE6; } + .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 24px; } + .euiPageBody--paddingLarge > .euiPageHeader.euiPageHeader--onlyTabs { + padding-top: 0; } + +.euiPageContent { + width: 100%; + min-width: 0; } + .euiPageContent.euiPageContent--borderRadiusNone { + border-left-width: 0; + border-right-width: 0; + border-bottom-width: 0; } + .euiPageContent.euiPageContent--verticalCenter { + -webkit-align-self: center; + align-self: center; + margin-top: auto; + margin-bottom: auto; + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiPageContent.euiPageContent--horizontalCenter { + width: auto; + max-width: 100%; + margin-left: auto; + margin-right: auto; + -webkit-flex-grow: 0; + flex-grow: 0; } + +.euiPageContentBody--restrictWidth-default, .euiPageContentBody--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + +.euiPageContentBody--restrictWidth-default { + max-width: 1200px; } + +.euiPageContentBody--paddingSmall { + padding: 8px; } + +.euiPageContentBody--paddingMedium { + padding: 16px; } + +.euiPageContentBody--paddingLarge { + padding: 24px; } + +.euiPageContentHeader { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; } + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader { + margin-bottom: 8px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader { + margin-bottom: 16px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader { + margin-bottom: 24px; } + +@media only screen and (max-width: 574px) { + .euiPageContentHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: flex-start; + align-items: flex-start; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageContentHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: flex-start; + align-items: flex-start; } } + +.euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 32px; } + +@media only screen and (max-width: 574px) { + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 4px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 8px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 12px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 4px; } + .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 8px; } + .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection { + margin-left: 0; + margin-top: 12px; } } + +/** + * Note: Margin is added in _page.scss when EuiPage has `paddingSize` + * 1. Prevent side bar width from changing when content width changes. + */ +.euiPageSideBar { + min-width: 240px; + -webkit-flex: 0 1 0%; + flex: 0 1 0%; + /* 1 */ } + +.euiPageSideBar--paddingSmall { + padding: 8px; } + +.euiPageSideBar--paddingMedium { + padding: 16px; } + +.euiPageSideBar--paddingLarge { + padding: 24px; } + +@media only screen and (max-width: 574px) { + .euiPageSideBar { + width: 100%; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageSideBar { + width: 100%; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +@media only screen and (min-width: 1200px) { + .euiPageSideBar--sticky { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; + -webkit-flex-grow: 1; + flex-grow: 1; + position: -webkit-sticky; + position: sticky; + max-height: 100vh; + top: 0; } + .euiPageSideBar--sticky::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiPageSideBar--sticky::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track { + background-color: transparent; } } + +/** + * Note: Bottom margin is added in _page.scss when EuiPage has `paddingSize` + * Or it's added in _page_body.scss when EuiPageBody has `paddingSize` + */ +.euiPageHeader { + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-justify-content: space-between; + justify-content: space-between; + -webkit-align-items: center; + align-items: center; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiPageHeader--restrictWidth-default, .euiPageHeader--restrictWidth-custom { + margin-left: auto; + margin-right: auto; + width: 100%; } + .euiPageHeader--restrictWidth-default { + max-width: 1200px; } + +.euiPageHeader--bottomBorder { + border-bottom: 1px solid #D3DAE6; } + .euiPageHeader--bottomBorder:not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) { + padding-bottom: 24px; } + +.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--onlyTabs .euiTabs--xlarge .euiTab { + line-height: 72px; + height: 72px; } + +.euiPageHeader--paddingSmall { + padding: 8px; } + .euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingSmall.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 8px; } + +.euiPageHeader--paddingMedium { + padding: 16px; } + .euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingMedium.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 16px; } + +.euiPageHeader--paddingLarge { + padding: 24px; } + .euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom, .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs { + padding-bottom: 0; } + .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs { + padding-top: 8px; } + .euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder, .euiPageHeader--paddingLarge.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder { + margin-bottom: 24px; } + +.euiPageHeader--top { + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiPageHeader--bottom { + -webkit-align-items: flex-end; + align-items: flex-end; } + +.euiPageHeader--stretch { + -webkit-align-items: stretch; + align-items: stretch; } + +@media only screen and (max-width: 574px) { + .euiPageHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiPageHeader--responsiveReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageHeader--responsive { + -webkit-flex-direction: column; + flex-direction: column; } + .euiPageHeader--responsiveReverse { + -webkit-flex-direction: column-reverse; + flex-direction: column-reverse; } } + +.euiPageHeader .euiPageHeaderContent { + width: 100%; } + +.euiPageHeaderContent__titleIcon { + top: -4px; + position: relative; + margin-right: 16px; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +@media only screen and (min-width: 1200px) { + .euiPageHeaderContent__rightSideItems { + -webkit-flex-direction: row-reverse; + flex-direction: row-reverse; } } + +.euiPageHeaderSection:not(:first-of-type) { + margin-left: 32px; } + +@media only screen and (max-width: 574px) { + .euiPageHeader--responsive .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; + margin-top: 16px; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) { + margin-top: 16px; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiPageHeader--responsive .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; + margin-top: 16px; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection { + width: 100%; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) { + margin-left: 0; } + .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) { + margin-top: 16px; } } + +.euiPopover { + display: inline-block; + position: relative; + vertical-align: middle; + max-width: 100%; } + +.euiPopover__anchor { + display: inline-block; } + +.euiPopover--displayBlock { + display: block; } + .euiPopover--displayBlock .euiPopover__anchor { + display: block; } + +/** + * 1. Can expand further, but it looks weird if it's smaller than the originating button. + * 2. Animation happens on the panel. But don't animate when using the attached mode like for inputs + * 3. Make sure the panel stays within the window. + */ +.euiPopover__panel { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + position: absolute; + min-width: 112px; + /* 1 */ + max-width: calc(100vw - 32px); + /* 3 */ + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + pointer-events: none; + opacity: 0; + /* 2 */ + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms; + /* 2 */ } + .euiPopover__panel:not(.euiPopover__panel-isAttached) { + -webkit-transform: translateY(0) translateX(0) translateZ(0); + transform: translateY(0) translateX(0) translateZ(0); + /* 2 */ + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; + transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms; } + .euiPopover__panel.euiPopover__panel-isOpen { + opacity: 1; + pointer-events: auto; } + .euiPopover__panel .euiPopover__panelArrow { + position: absolute; + width: 0; + height: 0; } + .euiPopover__panel .euiPopover__panelArrow:before { + position: absolute; + content: ''; + height: 0; + width: 0; } + .euiPopover__panel .euiPopover__panelArrow:after { + position: absolute; + content: ''; + height: 0; + width: 0; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before { + bottom: -10px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-top: 12px solid #D3DAE6; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + bottom: -9px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-top: 12px solid #FFF; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before { + left: -12px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-right: 12px solid #D3DAE6; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after { + left: -11px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-right: 12px solid #FFF; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before { + top: -12px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-bottom: 12px solid #D3DAE6; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after { + top: -11px; + border-left: 12px solid transparent; + border-right: 12px solid transparent; + border-bottom: 12px solid #FFF; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before { + right: -11px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #D3DAE6; } + .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after { + right: -10px; + top: 50%; + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #FFF; } + .euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow { + display: none; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom { + border-top-color: rgba(211, 218, 230, 0.8); + border-top-right-radius: 0; + border-top-left-radius: 0; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top { + box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.04), 0 0 17px rgba(0, 0, 0, 0.03); + border-bottom-color: rgba(211, 218, 230, 0.8); + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top, +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--top { + -webkit-transform: translateY(8px) translateZ(0); + transform: translateY(8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom, +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--bottom { + -webkit-transform: translateY(-8px) translateZ(0); + transform: translateY(-8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--left { + -webkit-transform: translateX(8px) translateZ(0); + transform: translateX(8px) translateZ(0); } + +.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--right { + -webkit-transform: translateX(-8px) translateZ(0); + transform: translateX(-8px) translateZ(0); } + +.euiPopoverTitle { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + padding: 12px; + border-bottom: 1px solid #D3DAE6; } + +.euiPopoverTitle--paddingNone { + padding: 0; } + +.euiPopoverTitle--paddingSmall { + padding: 8px; } + +.euiPopoverTitle--paddingMedium { + padding: 16px; } + +.euiPopoverTitle--paddingLarge { + padding: 24px; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle { + margin: -8px -8px 8px; } + .euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle { + margin: -16px -16px 16px; } + .euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle { + margin: -24px -24px 24px; } + .euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 12px 24px; } + +.euiPopoverFooter { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 12px; + border-top: 1px solid #D3DAE6; } + +.euiPopoverFooter--paddingNone { + padding: 0; } + +.euiPopoverFooter--paddingSmall { + padding: 8px; } + +.euiPopoverFooter--paddingMedium { + padding: 16px; } + +.euiPopoverFooter--paddingLarge { + padding: 24px; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter { + margin: 8px -8px -8px; } + .euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter { + margin: 16px -16px -16px; } + .euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter { + margin: 24px -24px -24px; } + .euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 12px 24px; } + +.euiInputPopover { + max-width: 400px; } + .euiInputPopover.euiInputPopover--fullWidth { + max-width: 100%; } + +/** + * 1. Portal content is absolutely positioned (e.g. tooltips, popovers, flyouts). + */ +.euiBody-hasPortalContent { + position: relative; + /* 1 */ } + +.euiProgress { + position: relative; + overflow: hidden; + background-color: #D3DAE6; } + +.euiProgress--xs { + height: 2px; } + +.euiProgress--s { + height: 4px; } + +.euiProgress--m { + height: 8px; } + +.euiProgress--l { + height: 16px; } + +.euiProgress--native { + display: block; + width: 100%; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border: none; } + .euiProgress--native::-webkit-progress-bar { + background-color: #D3DAE6; } + .euiProgress--native::-webkit-progress-value { + -webkit-transition: width 250ms linear; + transition: width 250ms linear; } + .euiProgress--native::-moz-progress-bar { + -moz-transition: width 250ms linear; + transition: width 250ms linear; } + +/** + * An indeterminate bar has an unreliable end time. Because of a Firefox animation issue, + * we apply this style to a
instead of a element. + * See https://css-tricks.com/html5-progress-element/ for more info. + */ +.euiProgress--indeterminate:before { + position: absolute; + content: ''; + width: 100%; + top: 0; + bottom: 0; + left: 0; + -webkit-transform: scaleX(0) translateX(0%); + transform: scaleX(0) translateX(0%); + -webkit-animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; + animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; } + +.euiProgress--fixed { + position: fixed; + z-index: 1001; } + +.euiProgress--absolute { + position: absolute; } + +.euiProgress--fixed, +.euiProgress--absolute { + top: 0; + left: 0; + right: 0; + background-color: transparent; } + .euiProgress--fixed.euiProgress--native::-webkit-progress-bar, + .euiProgress--absolute.euiProgress--native::-webkit-progress-bar { + background-color: transparent; } + .euiProgress--fixed.euiProgress--native::-moz-progress-bar, + .euiProgress--absolute.euiProgress--native::-moz-progress-bar { + background-color: transparent; } + +.euiProgress--primary.euiProgress--native::-webkit-progress-value { + background-color: #07C; } + +.euiProgress--primary.euiProgress--native::-moz-progress-bar { + background-color: #07C; } + +.euiProgress--primary.euiProgress--indeterminate:before { + background-color: #07C; } + +.euiProgress__data--primary .euiProgress__valueText { + color: #0071c2; } + +.euiProgress--success.euiProgress--native::-webkit-progress-value { + background-color: #00BFB3; } + +.euiProgress--success.euiProgress--native::-moz-progress-bar { + background-color: #00BFB3; } + +.euiProgress--success.euiProgress--indeterminate:before { + background-color: #00BFB3; } + +.euiProgress__data--success .euiProgress__valueText { + color: #007e77; } + +.euiProgress--warning.euiProgress--native::-webkit-progress-value { + background-color: #FEC514; } + +.euiProgress--warning.euiProgress--native::-moz-progress-bar { + background-color: #FEC514; } + +.euiProgress--warning.euiProgress--indeterminate:before { + background-color: #FEC514; } + +.euiProgress__data--warning .euiProgress__valueText { + color: #8a6a0a; } + +.euiProgress--danger.euiProgress--native::-webkit-progress-value { + background-color: #BD271E; } + +.euiProgress--danger.euiProgress--native::-moz-progress-bar { + background-color: #BD271E; } + +.euiProgress--danger.euiProgress--indeterminate:before { + background-color: #BD271E; } + +.euiProgress__data--danger .euiProgress__valueText { + color: #BD271E; } + +.euiProgress--accent.euiProgress--native::-webkit-progress-value { + background-color: #F04E98; } + +.euiProgress--accent.euiProgress--native::-moz-progress-bar { + background-color: #F04E98; } + +.euiProgress--accent.euiProgress--indeterminate:before { + background-color: #F04E98; } + +.euiProgress__data--accent .euiProgress__valueText { + color: #c4407c; } + +.euiProgress--subdued.euiProgress--native::-webkit-progress-value { + background-color: #69707D; } + +.euiProgress--subdued.euiProgress--native::-moz-progress-bar { + background-color: #69707D; } + +.euiProgress--subdued.euiProgress--indeterminate:before { + background-color: #69707D; } + +.euiProgress__data--subdued .euiProgress__valueText { + color: #69707D; } + +.euiProgress--vis0.euiProgress--native::-webkit-progress-value { + background-color: #54B399; } + +.euiProgress--vis0.euiProgress--native::-moz-progress-bar { + background-color: #54B399; } + +.euiProgress--vis0.euiProgress--indeterminate:before { + background-color: #54B399; } + +.euiProgress__data--vis0 .euiProgress__valueText { + color: #3b7d6a; } + +.euiProgress--vis1.euiProgress--native::-webkit-progress-value { + background-color: #6092C0; } + +.euiProgress--vis1.euiProgress--native::-moz-progress-bar { + background-color: #6092C0; } + +.euiProgress--vis1.euiProgress--indeterminate:before { + background-color: #6092C0; } + +.euiProgress__data--vis1 .euiProgress__valueText { + color: #4e779c; } + +.euiProgress--vis2.euiProgress--native::-webkit-progress-value { + background-color: #D36086; } + +.euiProgress--vis2.euiProgress--native::-moz-progress-bar { + background-color: #D36086; } + +.euiProgress--vis2.euiProgress--indeterminate:before { + background-color: #D36086; } + +.euiProgress__data--vis2 .euiProgress__valueText { + color: #b55273; } + +.euiProgress--vis3.euiProgress--native::-webkit-progress-value { + background-color: #9170B8; } + +.euiProgress--vis3.euiProgress--native::-moz-progress-bar { + background-color: #9170B8; } + +.euiProgress--vis3.euiProgress--indeterminate:before { + background-color: #9170B8; } + +.euiProgress__data--vis3 .euiProgress__valueText { + color: #8365a6; } + +.euiProgress--vis4.euiProgress--native::-webkit-progress-value { + background-color: #CA8EAE; } + +.euiProgress--vis4.euiProgress--native::-moz-progress-bar { + background-color: #CA8EAE; } + +.euiProgress--vis4.euiProgress--indeterminate:before { + background-color: #CA8EAE; } + +.euiProgress__data--vis4 .euiProgress__valueText { + color: #8d647a; } + +.euiProgress--vis5.euiProgress--native::-webkit-progress-value { + background-color: #D6BF57; } + +.euiProgress--vis5.euiProgress--native::-moz-progress-bar { + background-color: #D6BF57; } + +.euiProgress--vis5.euiProgress--indeterminate:before { + background-color: #D6BF57; } + +.euiProgress__data--vis5 .euiProgress__valueText { + color: #807234; } + +.euiProgress--vis6.euiProgress--native::-webkit-progress-value { + background-color: #B9A888; } + +.euiProgress--vis6.euiProgress--native::-moz-progress-bar { + background-color: #B9A888; } + +.euiProgress--vis6.euiProgress--indeterminate:before { + background-color: #B9A888; } + +.euiProgress__data--vis6 .euiProgress__valueText { + color: #7b705a; } + +.euiProgress--vis7.euiProgress--native::-webkit-progress-value { + background-color: #DA8B45; } + +.euiProgress--vis7.euiProgress--native::-moz-progress-bar { + background-color: #DA8B45; } + +.euiProgress--vis7.euiProgress--indeterminate:before { + background-color: #DA8B45; } + +.euiProgress__data--vis7 .euiProgress__valueText { + color: #a16633; } + +.euiProgress--vis8.euiProgress--native::-webkit-progress-value { + background-color: #AA6556; } + +.euiProgress--vis8.euiProgress--native::-moz-progress-bar { + background-color: #AA6556; } + +.euiProgress--vis8.euiProgress--indeterminate:before { + background-color: #AA6556; } + +.euiProgress__data--vis8 .euiProgress__valueText { + color: #a26052; } + +.euiProgress--vis9.euiProgress--native::-webkit-progress-value { + background-color: #E7664C; } + +.euiProgress--vis9.euiProgress--native::-moz-progress-bar { + background-color: #E7664C; } + +.euiProgress--vis9.euiProgress--indeterminate:before { + background-color: #E7664C; } + +.euiProgress__data--vis9 .euiProgress__valueText { + color: #bc533e; } + +.euiProgress--customColor.euiProgress--native::-webkit-progress-value { + background-color: currentColor; } + +.euiProgress--customColor.euiProgress--native::-moz-progress-bar { + background-color: currentColor; } + +.euiProgress--customColor.euiProgress--indeterminate:before { + background-color: currentColor; } + +@-webkit-keyframes euiProgress { + 0% { + -webkit-transform: scaleX(1) translateX(-100%); + transform: scaleX(1) translateX(-100%); } + 100% { + -webkit-transform: scaleX(1) translateX(100%); + transform: scaleX(1) translateX(100%); } } + +@keyframes euiProgress { + 0% { + -webkit-transform: scaleX(1) translateX(-100%); + transform: scaleX(1) translateX(-100%); } + 100% { + -webkit-transform: scaleX(1) translateX(100%); + transform: scaleX(1) translateX(100%); } } + +.euiProgress__data { + display: -webkit-flex; + display: flex; + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiProgress__label, +.euiProgress__valueText { + color: #343741; + font-weight: 400; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiProgress__label { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiProgress__label + .euiProgress__valueText { + padding-left: 4px; + -webkit-flex-grow: 1; + flex-grow: 1; + text-align: right; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiProgress__valueText { + font-feature-settings: 'tnum' 1; + margin-left: auto; } + +.euiProgress__data--l .euiProgress__label, +.euiProgress__data--l .euiProgress__valueText { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiTreeView__wrapper .euiTreeView { + margin: 0; + list-style-type: none; } + +.euiTreeView .euiTreeView { + padding-left: 24px; } + +.euiTreeView__node { + max-height: 32px; + line-height: 32px; } + +.euiTreeView__node--expanded { + max-height: 100vh; } + +.euiTreeView__nodeInner { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + padding-left: 8px; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + align-items: center; + height: 32px; + border-radius: 6px; + width: 100%; + -moz-text-align-last: left; + text-align-last: left; } + .euiTreeView__nodeInner:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiTreeView__nodeInner:focus:focus-visible { + outline-style: auto; } + .euiTreeView__nodeInner:focus:not(:focus-visible) { + outline: none; } + .euiTreeView__nodeInner:hover, .euiTreeView__nodeInner:active, .euiTreeView__nodeInner:focus { + background-color: rgba(52, 55, 65, 0.1); } + .euiTreeView__nodeInner .euiTreeView__iconPlaceholder { + width: 32px; } + +.euiTreeView__nodeLabel { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiTreeView__iconWrapper { + margin-top: -2px; + margin-right: 8px; } + .euiTreeView__iconWrapper .euiToken { + margin-top: 2px; } + +.euiTreeView--compressed .euiTreeView__node { + max-height: 24px; + line-height: 24px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeInner { + height: 24px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__iconWrapper { + margin: 0 6px 0 0; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeLabel { + margin-top: -1px; } + .euiTreeView--compressed .euiTreeView__node .euiTreeView__iconPlaceholder { + width: 24px; } + +.euiTreeView--compressed .euiTreeView__node--expanded { + max-height: 100vh; } + +.euiTreeView--withArrows .euiTreeView__expansionArrow { + margin-right: 4px; } + +.euiTreeView--withArrows.euiTreeView .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper { + margin-left: 0; } + +.euiTreeView--withArrows.euiTreeView .euiTreeView__iconWrapper { + margin-left: 20px; } + +.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper { + margin-left: 0; } + +.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__iconWrapper { + margin-left: 16px; } + +.euiResizableButton { + position: relative; + -webkit-flex-shrink: 0; + flex-shrink: 0; + z-index: 1; } + .euiResizableButton:before, .euiResizableButton:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + background-color: #343741; + transition: width 150ms ease, height 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease; } + .euiResizableButton.euiResizableButton--horizontal { + cursor: col-resize; + width: 16px; + margin-left: -8px; + margin-right: -8px; } + .euiResizableButton.euiResizableButton--horizontal:before, .euiResizableButton.euiResizableButton--horizontal:after { + width: 1px; + height: 12px; } + .euiResizableButton.euiResizableButton--horizontal:before { + -webkit-transform: translate(-2px, -50%); + transform: translate(-2px, -50%); } + .euiResizableButton.euiResizableButton--horizontal:after { + -webkit-transform: translate(1px, -50%); + transform: translate(1px, -50%); } + .euiResizableButton.euiResizableButton--vertical { + cursor: row-resize; + height: 16px; + margin-top: -8px; + margin-bottom: -8px; } + .euiResizableButton.euiResizableButton--vertical:before, .euiResizableButton.euiResizableButton--vertical:after { + width: 12px; + height: 1px; } + .euiResizableButton.euiResizableButton--vertical:before { + -webkit-transform: translate(-50%, -2px); + transform: translate(-50%, -2px); } + .euiResizableButton.euiResizableButton--vertical:after { + -webkit-transform: translate(-50%, 1px); + transform: translate(-50%, 1px); } + .euiResizableButton:hover:not(:disabled):before, .euiResizableButton:hover:not(:disabled):after { + background-color: #98A2B3; + transition-delay: 150ms; } + .euiResizableButton:focus:not(:disabled) { + background-color: rgba(0, 119, 204, 0.1); } + .euiResizableButton:focus:not(:disabled):before, .euiResizableButton:focus:not(:disabled):after { + background-color: #07C; + transition: width 150ms ease, height 150ms ease, -webkit-transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease; + transition: width 150ms ease, height 150ms ease, transform 150ms ease, -webkit-transform 150ms ease; + transition-delay: 75ms; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after { + height: 100%; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before { + -webkit-transform: translate(-1px, -50%); + transform: translate(-1px, -50%); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after { + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after { + width: 100%; } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before { + -webkit-transform: translate(-50%, -1px); + transform: translate(-50%, -1px); } + .euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after, .euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after { + -webkit-transform: translate(-50%, 0); + transform: translate(-50%, 0); } + .euiResizableButton:disabled { + display: none !important; } + +/** + * 1. The default position of the button should always be `middle`, so + * those position styles aren't restricted to a class + * 2. When collpsed, the button itself is the full collapsed area and we use + * flex to align the icon within + */ +.euiResizableToggleButton { + box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.04), 0 2.3px 2px rgba(0, 0, 0, 0.03); + position: absolute; + z-index: 2; + -webkit-animation: none !important; + animation: none !important; + transition-property: background, box-shadow; } + .euiResizableToggleButton:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); } + .euiResizableToggleButton-isCollapsed { + box-shadow: none; + background: transparent; + border-radius: 0; } + .euiResizableToggleButton:not(:focus):not(:active):not(.euiResizableToggleButton-isVisible):not(.euiResizableToggleButton-isCollapsed) { + position: absolute; + top: auto; + left: -10000px; + width: 1px; + height: 1px; + clip: rect(0 0 0 0); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + overflow: hidden; + margin: -1px; } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after { + right: 0; + top: 50%; + /* 1 */ + -webkit-transform: translate(50%, -50%); + transform: translate(50%, -50%); + /* 1 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--top { + top: 0; + -webkit-transform: translate(50%, 16px); + transform: translate(50%, 16px); } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--bottom { + top: auto; + bottom: 0; + -webkit-transform: translate(50%, -16px); + transform: translate(50%, -16px); } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before { + left: 0; + top: 50%; + /* 1 */ + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + /* 1 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--top { + top: 0; + -webkit-transform: translate(-50%, 16px); + transform: translate(-50%, 16px); } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--bottom { + top: auto; + bottom: 0; + -webkit-transform: translate(-50%, -16px); + transform: translate(-50%, -16px); } + +.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed { + top: 0 !important; + bottom: 0 !important; + -webkit-transform: none !important; + transform: none !important; + height: 100%; } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--top { + padding-top: 16px; + -webkit-align-items: flex-start; + align-items: flex-start; + /* 2 */ } + .euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--bottom { + padding-bottom: 16px; + -webkit-align-items: flex-end; + align-items: flex-end; + /* 2 */ } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after { + top: 100%; + left: 50%; + /* 1 */ + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + /* 1 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--left { + left: 0; + -webkit-transform: translate(16px, -50%); + transform: translate(16px, -50%); } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--right { + left: auto; + right: 0; + -webkit-transform: translate(-16px, -50%); + transform: translate(-16px, -50%); } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before { + bottom: 100%; + left: 50%; + /* 1 */ + -webkit-transform: translate(-50%, 50%); + transform: translate(-50%, 50%); + /* 1 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--left { + left: 0; + -webkit-transform: translate(16px, 50%); + transform: translate(16px, 50%); } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--right { + left: auto; + right: 0; + -webkit-transform: translate(-16px, 50%); + transform: translate(-16px, 50%); } + +.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed { + top: 0 !important; + bottom: 0 !important; + left: 0 !important; + -webkit-transform: none !important; + transform: none !important; + width: 100%; } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--left { + padding-left: 16px; + -webkit-justify-content: flex-start; + justify-content: flex-start; + /* 2 */ } + .euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--right { + padding-right: 16px; + -webkit-justify-content: flex-end; + justify-content: flex-end; + /* 2 */ } + +.euiResizableContainer { + display: -webkit-flex; + display: flex; + width: 100%; } + .euiResizableContainer--vertical { + -webkit-flex-direction: column; + flex-direction: column; } + +.euiResizablePanel { + position: relative; } + +.euiResizablePanel--paddingSmall { + padding: 8px; } + +.euiResizablePanel--paddingMedium { + padding: 16px; } + +.euiResizablePanel--paddingLarge { + padding: 24px; } + +.euiResizablePanel__content { + height: 100%; } + .euiResizablePanel__content:not([class*='plain']) { + border-width: 0; } + +.euiResizablePanel__content--scrollable { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + overflow-y: auto; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiResizablePanel__content--scrollable::-webkit-scrollbar-corner, .euiResizablePanel__content--scrollable::-webkit-scrollbar-track { + background-color: transparent; } + +.euiResizablePanel-isCollapsed { + overflow: hidden; } + .euiResizablePanel-isCollapsed .euiResizablePanel__content * { + display: none; } + +.euiResizableContainer--horizontal .euiResizablePanel-isCollapsed { + min-width: 0 !important; } + +.euiResizableContainer--horizontal .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed { + min-width: 24px !important; } + +.euiResizableContainer--vertical .euiResizablePanel-isCollapsed { + min-height: 0 !important; } + +.euiResizableContainer--vertical .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed { + min-height: 24px !important; } + +.euiSideNav__mobileToggle { + height: auto; + border-bottom: 1px solid #D3DAE6; + width: 100%; + text-align: left; + border-radius: 0 !important; + font-size: 16px; + padding: 0 16px; } + .euiSideNav__mobileToggle .euiSideNav__mobileToggleText { + padding: 16px 0; } + .euiSideNav__mobileToggle .euiSideNav__mobileToggleContent { + -webkit-justify-content: space-between; + justify-content: space-between; } + +.euiSideNav__heading { + margin-bottom: 24px; } + +@media only screen and (max-width: 574px) { + .euiSideNav__contentMobile-xs { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (max-width: 574px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiSideNav__contentMobile-s { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 575px) and (max-width: 767px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiSideNav__contentMobile-m { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 768px) and (max-width: 991px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiSideNav__contentMobile-l { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 992px) and (max-width: 1199px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +@media only screen and (min-width: 1200px) { + .euiSideNav__contentMobile-xl { + overflow: hidden; + visibility: hidden; + opacity: 0; + max-height: 0; + padding: 0 24px; } + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl { + visibility: visible; + opacity: 1; + padding: 24px; + max-height: 5000px; + /* 1 */ } } + @media only screen and (min-width: 1200px) and (prefers-reduced-motion: no-preference) { + .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl { + transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } } + +/** + * 1. Text-align defaults to center, so we have to override that. + * 2. Color the text at the item level and then have the button inherit so overrides are easier + * 3. Enable ellipsis overflow to work (https://css-tricks.com/flexbox-truncated-text/) + * 4. Restrict the underline to the button __label so it doesn't affect other components that might live within + */ +.euiSideNavItemButton { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + text-align: left; + /* 1 */ + display: block; + width: 100%; + padding: 2px 0; + color: inherit; + /* 2 */ } + .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover { + cursor: pointer; } + .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover .euiSideNavItemButton__label, .euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):focus .euiSideNavItemButton__label { + text-decoration: underline; + /* 4 */ } + .euiSideNavItemButton.euiSideNavItemButton-isSelected { + color: #006bb8; + font-weight: 700; } + .euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label { + text-decoration: underline; + /* 4 */ } + .euiSideNavItemButton:disabled { + cursor: not-allowed; + text-decoration: none; + color: #a2abba; } + +.euiSideNavItemButton__content { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiSideNavItemButton__icon { + margin-right: 8px; } + +.euiSideNavItemButton__labelContainer { + min-width: 0; + /* 3 */ } + +.euiSideNavItemButton__label { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSideNavItemButton__label--truncated { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +.euiSideNavItem--root { + /** + * 1. Create padding around focus area without indenting the item itself. + */ } + .euiSideNavItem--root.euiSideNavItem--rootIcon > .euiSideNavItem__items { + margin-left: 24px; } + .euiSideNavItem--root > .euiSideNavItemButton { + margin-bottom: 8px; + padding: 0; + padding-left: 8px; + /* 1 */ + padding-right: 8px; + /* 1 */ + margin-left: -8px; + /* 1 */ + width: calc(100% + 16px); + /* 1 */ } + .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + color: inherit; } + .euiSideNavItem--root > .euiSideNavItem__items { + position: static; + margin-left: 0; } + .euiSideNavItem--root > .euiSideNavItem__items:after { + display: none; } + .euiSideNavItem--root + .euiSideNavItem--root { + margin-top: 32px; } + +.euiSideNavItem--trunk { + color: #1a1c21; + /* 2 */ + /** + * 1. Create padding around focus area without indenting the item itself. + */ } + .euiSideNavItem--trunk > .euiSideNavItemButton { + padding-left: 8px; + /* 1 */ + padding-right: 8px; + /* 1 */ + margin-left: -8px; + /* 1 */ + width: calc(100% + 16px); + /* 1 */ } + .euiSideNavItem--trunk > .euiSideNavItem__items { + margin-left: 8px; + width: 100%; } + +.euiSideNavItem--branch { + /** + * 1. Draw the vertical line to group an expanded item's child items together. + */ + position: relative; + color: #646a77; + /* 2 */ + /** + * 2. Absolutely position the horizontal tick connecting the item to the vertical line. + */ } + .euiSideNavItem--branch::after { + /* 1 */ + position: absolute; + content: ''; + top: 0; + bottom: 0; + width: 1px; + background: #D3DAE6; + left: 0; } + .euiSideNavItem--branch:last-of-type::after { + height: 12px; } + .euiSideNavItem--branch > .euiSideNavItemButton { + position: relative; + /* 2 */ + padding-left: 8px; + padding-right: 8px; + /* 2 */ } + .euiSideNavItem--branch > .euiSideNavItemButton:after { + position: absolute; + /* 2 */ + content: ''; + top: 12px; + left: 0; + width: 4px; + height: 1px; + background: #D3DAE6; } + .euiSideNavItem--branch > .euiSideNavItem__items { + margin-left: 16px; } + +.euiSideNavItem--emphasized { + background: rgba(211, 218, 230, 0.3); + color: #1a1c21; + box-shadow: 100px 0 0 0 rgba(211, 218, 230, 0.3), -100px 0 0 0 rgba(211, 218, 230, 0.3); } + .euiSideNavItem--emphasized > .euiSideNavItemButton { + font-weight: 700; } + .euiSideNavItem--emphasized .euiSideNavItem--emphasized { + background: transparent; + box-shadow: none; } + +.euiSpacer { + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSpacer--xs { + height: 4px; } + +.euiSpacer--s { + height: 8px; } + +.euiSpacer--m { + height: 16px; } + +.euiSpacer--l { + height: 24px; } + +.euiSpacer--xl { + height: 32px; } + +.euiSpacer--xxl { + height: 40px; } + +.euiSearchBar__searchHolder { + min-width: 200px; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +@media only screen and (min-width: 1200px) { + .euiSearchBar__filtersHolder { + max-width: calc(100% - 16px); } } + +.euiSelectable { + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; } + +.euiSelectable-fullHeight { + height: 100%; } + +.euiSelectableList:focus-within { + outline: 2px solid currentColor; } + .euiSelectableList:focus-within:focus-visible { + outline-style: auto; } + .euiSelectableList:focus-within:not(:focus-visible) { + outline: none; } + +.euiSelectableList-fullHeight { + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSelectableList-bordered { + overflow: hidden; + border: 1px solid #D3DAE6; + border-radius: 6px; } + +.euiSelectableList__list { + -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%); + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; } + .euiSelectableList__list::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiSelectableList__list::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiSelectableList__list::-webkit-scrollbar-corner, .euiSelectableList__list::-webkit-scrollbar-track { + background-color: transparent; } + +.euiSelectableList__groupLabel { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + border-bottom: 1px solid #eef2f7; + padding: 4px 12px; } + +.euiSelectableListItem { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + display: -webkit-inline-flex; + display: inline-flex; + width: 100%; + text-align: left; + cursor: pointer; + overflow: hidden; } + .euiSelectableListItem:not(:last-of-type) { + border-bottom: 1px solid #eef2f7; } + .euiSelectableListItem-isFocused:not([aria-disabled='true']), .euiSelectableListItem:hover:not([aria-disabled='true']) { + color: #0071c2; + background-color: rgba(0, 119, 204, 0.1); } + .euiSelectableListItem-isFocused:not([aria-disabled='true']) .euiSelectableListItem__text, .euiSelectableListItem:hover:not([aria-disabled='true']) .euiSelectableListItem__text { + text-decoration: underline; } + .euiSelectableListItem[aria-disabled='true'] { + color: #98A2B3; + cursor: not-allowed; } + .euiSelectableListItem--paddingSmall .euiSelectableListItem__content { + padding: 4px 12px; } + +.euiSelectableListItem__content { + width: 100%; + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; } + +.euiSelectableListItem__icon, +.euiSelectableListItem__prepend { + margin-right: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSelectableListItem__append { + margin-left: 12px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + +.euiSelectableListItem__text { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiSelectableListItem__text--truncate { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +/** + * 1. Prevent really long input from overflowing the container. + */ +.euiSelectableMessage { + padding: 8px; + text-align: center; + word-wrap: break-word; + /* 1 */ + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: center; + align-items: center; } + +.euiSelectableMessage--bordered { + overflow: hidden; + border: 1px solid #D3DAE6; + border-radius: 6px; } + +.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout { + background-color: transparent; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout--group, + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout input { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) { + color: #FFF; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input { + color: inherit; + background-color: transparent; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-webkit-input-placeholder { + color: #bdc0c6; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-moz-placeholder { + color: #bdc0c6; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::placeholder { + color: #bdc0c6; + opacity: 1; } + .euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) .euiFormControlLayout__append { + background-color: transparent; + color: inherit; } + +.euiSelectableTemplateSitewide__listItem .euiSelectableListItem__text { + text-decoration: none !important; } + +.euiSelectableTemplateSitewide__listItem[class*='-isFocused']:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle, .euiSelectableTemplateSitewide__listItem:hover:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle { + text-decoration: underline; } + +.euiSelectableTemplateSitewide__optionMetasList { + display: block; + margin-top: 4px; + font-size: 12px; + color: #69707D; } + +.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type)::after { + content: '•'; + margin: 0 4px; + color: #69707D; } + +.euiSelectableTemplateSitewide__optionMeta--application { + color: #4e779c; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--deployment { + color: #3b7d6a; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--article { + color: #8365a6; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--case { + color: #bc533e; + font-weight: 500; } + +.euiSelectableTemplateSitewide__optionMeta--platform { + color: #807234; + font-weight: 500; } + +.euiStat .euiStat__title { + color: #000; } + .euiStat .euiStat__title--subdued { + color: #69707D; } + .euiStat .euiStat__title--primary { + color: #0071c2; } + .euiStat .euiStat__title--success { + color: #007e77; } + .euiStat .euiStat__title--danger { + color: #BD271E; } + .euiStat .euiStat__title--accent { + color: #c4407c; } + +.euiStat .euiStat__title-isLoading { + -webkit-animation: euiStatPulse 1.5s infinite ease-in-out; + animation: euiStatPulse 1.5s infinite ease-in-out; } + +.euiStat.euiStat--leftAligned { + text-align: left; + -webkit-align-items: flex-start; + align-items: flex-start; } + +.euiStat.euiStat--centerAligned { + text-align: center; + -webkit-align-items: center; + align-items: center; } + +.euiStat.euiStat--rightAligned { + text-align: right; + -webkit-align-items: flex-end; + align-items: flex-end; } + +@-webkit-keyframes euiStatPulse { + 0% { + opacity: 1; } + 50% { + opacity: .25; } + 100% { + opacity: 1; } } + +@keyframes euiStatPulse { + 0% { + opacity: 1; } + 50% { + opacity: .25; } + 100% { + opacity: 1; } } + +.euiStepNumber { + width: 32px; + height: 32px; + display: inline-block; + line-height: 32px; + border-radius: 32px; + text-align: center; + color: #FFF; + background-color: #07C; + font-size: 14px; + font-weight: 500; } + .euiStepNumber .euiStepNumber__icon { + vertical-align: middle; + position: relative; + top: -2px; } + .euiStepNumber--small { + width: 24px; + height: 24px; + display: inline-block; + line-height: 24px; + border-radius: 24px; + text-align: center; + color: #FFF; + background-color: #07C; + font-size: 12px; + font-weight: 500; } + .euiStepNumber--small .euiStepNumber__icon { + top: -1px; } + .euiStepNumber--complete .euiStepNumber__icon { + stroke: currentColor; + stroke-width: .5px; } + @media screen and (prefers-reduced-motion: no-preference) { + .euiStepNumber--complete, .euiStepNumber--warning, .euiStepNumber--danger { + -webkit-animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1); + animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1); } } + .euiStepNumber--loading { + background: transparent; } + .euiStepNumber.euiStepNumber-isHollow { + background-color: transparent; + border: 2px solid #07C; } + .euiStepNumber.euiStepNumber-isHollow .euiStepNumber__number { + display: none; } + .euiStepNumber--warning { + color: #8a6a0a; + background-color: #fff9e8; } + .euiStepNumber--danger { + color: #BD271E; + background-color: #f8e9e9; } + .euiStepNumber--disabled { + color: #646a77; + background-color: #f0f1f2; } + .euiStepNumber--incomplete { + color: #646a77; + background-color: #f0f1f2; } + +/** + * 1. Ensure that the step number vertically aligns with the title text + */ +.euiStep:not(:last-of-type) { + background-image: linear-gradient(to right, transparent 0, transparent 15px, #D3DAE6 15px, #D3DAE6 17px, transparent 17px, transparent 100%); + background-repeat: no-repeat; + background-position: left 40px; } + +.euiStep--small:not(:last-of-type) { + background-position: left -4px top 32px; } + +.euiStep--small .euiStep__content { + padding-left: 28px; + margin-left: 12px; } + +.euiStep__titleWrapper { + display: -webkit-flex; + display: flex; } + +.euiStep__circle { + -webkit-flex-shrink: 0; + flex-shrink: 0; + margin-right: 16px; + vertical-align: top; + /* 1 */ } + +.euiStep__title { + font-weight: 500; } + +.euiStep__content { + padding: 16px 16px 32px; + margin: 8px 0; + padding-left: 32px; + margin-left: 16px; } + +.euiSubSteps { + padding: 16px; + background-color: #F5F7FA; + margin-bottom: 16px; } + .euiSubSteps > *:last-child { + margin-bottom: 0; } + .euiText .euiSubSteps ol, + .euiSubSteps ol { + list-style-type: lower-alpha; } + +/** + * 1. Ensure the connecting lines stays behind the number + * 2. Make each step the same width + * 3. Make the content of each step align to the top, even if the steps are of varying heights, + * e.g. due to some of their titles wrapping to multiple lines + */ +.euiStepsHorizontal { + display: -webkit-flex; + display: flex; + -webkit-align-items: stretch; + align-items: stretch; + background: rgba(245, 247, 250, 0.5); } + +.euiStepHorizontal__item { + -webkit-flex-grow: 1; + flex-grow: 1; + /* 2 */ + -webkit-flex-basis: 0%; + flex-basis: 0%; + /* 2 */ } + .euiStepHorizontal__item:first-of-type > .euiStepHorizontal::before, + .euiStepHorizontal__item:last-of-type > .euiStepHorizontal::after { + display: none; } + +.euiStepHorizontal { + padding: 24px 16px 16px; + display: -webkit-flex; + display: flex; + /* 3 */ + -webkit-flex-direction: column; + flex-direction: column; + /* 3 */ + -webkit-align-items: center; + align-items: center; + /* 3 */ + -webkit-justify-content: flex-start; + justify-content: flex-start; + /* 3 */ + cursor: pointer; + position: relative; + width: 100%; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title, .euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title { + text-decoration: underline; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) { + outline: none; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number { + outline: 2px solid currentColor; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:focus-visible { + outline-style: auto; } + .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:not(:focus-visible) { + outline: none; } + .euiStepHorizontal.euiStepHorizontal-isDisabled { + cursor: not-allowed; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + content: ''; + position: absolute; + width: calc(50% - 16px); + height: 1px; + top: 40px; + background-color: #D3DAE6; + z-index: 0; + /* 1 */ } + .euiStepHorizontal::before { + left: 0; } + .euiStepHorizontal::after { + right: 0; } + +.euiStepHorizontal__number { + position: relative; + /* 1 */ + z-index: 1; + /* 1 */ + transition: all 150ms ease-in-out; } + +.euiStepHorizontal__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + margin-top: 8px; + font-weight: 400; + text-align: center; } + .euiStepHorizontal-isDisabled .euiStepHorizontal__title { + color: #69707D; } + +.euiStepHorizontal-isComplete::before, .euiStepHorizontal-isComplete::after { + height: 2px; + background-color: #07C; } + +.euiStepHorizontal-isSelected .euiStepHorizontal__number:not([class*='danger']):not([class*='warning']):not([class*='loading']) { + box-shadow: 0 0.8px 0.8px rgba(20, 116, 184, 0.04), 0 2.3px 2px rgba(20, 116, 184, 0.03); } + +.euiStepHorizontal-isSelected::before { + height: 2px; + background-color: #07C; } + +@media only screen and (max-width: 574px) { + .euiStepHorizontal { + padding-top: 16px; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + top: 32px; } + .euiStepHorizontal__title { + display: none; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiStepHorizontal { + padding-top: 16px; } + .euiStepHorizontal::before, .euiStepHorizontal::after { + top: 32px; } + .euiStepHorizontal__title { + display: none; } } + +.euiSuggestItem { + display: -webkit-flex; + display: flex; + -webkit-align-items: flex-start; + align-items: flex-start; + font-size: 12px; + line-height: 16px; + color: #343741; + -webkit-flex: 1 1 100%; + flex: 1 1 100%; + max-width: 100%; } + .euiSuggestItem--truncate .euiSuggestItem__label, + .euiSuggestItem--truncate .euiSuggestItem__description { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + +button.euiSuggestItem { + width: 100%; + text-align: left; } + button.euiSuggestItem:hover, button.euiSuggestItem:focus { + cursor: pointer; + background-color: rgba(0, 119, 204, 0.1); } + button.euiSuggestItem:hover .euiSuggestItem__label, button.euiSuggestItem:focus .euiSuggestItem__label { + text-decoration: underline; } + +.euiSuggestItem__type--tint0 { + background-color: #e0f1ed; + color: #357160; } + +.euiSuggestItem__type--tint1 { + background-color: #e2ebf4; + color: #466b8d; } + +.euiSuggestItem__type--tint2 { + background-color: #f7e2e9; + color: #a34a68; } + +.euiSuggestItem__type--tint3 { + background-color: #ebe5f2; + color: #765b96; } + +.euiSuggestItem__type--tint4 { + background-color: #f5ebf0; + color: #865f74; } + +.euiSuggestItem__type--tint5 { + background-color: #f8f3e1; + color: #7a6c31; } + +.euiSuggestItem__type--tint6 { + background-color: #f2efea; + color: #756a56; } + +.euiSuggestItem__type--tint7 { + background-color: #f8eade; + color: #915c2e; } + +.euiSuggestItem__type--tint8 { + background-color: #f0e3e1; + color: #92564a; } + +.euiSuggestItem__type--tint9 { + background-color: #fbe3df; + color: #aa4b38; } + +.euiSuggestItem__type--tint10 { + background-color: #e4e5e8; + color: #5f6571; } + +.euiSuggestItem__type { + display: -webkit-flex; + display: flex; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-justify-content: center; + justify-content: center; + -webkit-align-items: flex-start; + align-items: flex-start; + padding-top: 8px; + width: 32px; + min-height: 32px; + -webkit-align-self: stretch; + align-self: stretch; } + +.euiSuggestItem__label, +.euiSuggestItem__description { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + display: inline-block; + padding: 8px; + -webkit-flex-grow: 1; + flex-grow: 1; } + +.euiSuggestItem__label { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; } + .euiSuggestItem__label.euiSuggestItem__label--width20 { + -webkit-flex-basis: calc(20% - 16px); + flex-basis: calc(20% - 16px); + min-width: calc(20% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width21 { + -webkit-flex-basis: calc(21% - 16px); + flex-basis: calc(21% - 16px); + min-width: calc(21% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width22 { + -webkit-flex-basis: calc(22% - 16px); + flex-basis: calc(22% - 16px); + min-width: calc(22% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width23 { + -webkit-flex-basis: calc(23% - 16px); + flex-basis: calc(23% - 16px); + min-width: calc(23% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width24 { + -webkit-flex-basis: calc(24% - 16px); + flex-basis: calc(24% - 16px); + min-width: calc(24% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width25 { + -webkit-flex-basis: calc(25% - 16px); + flex-basis: calc(25% - 16px); + min-width: calc(25% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width26 { + -webkit-flex-basis: calc(26% - 16px); + flex-basis: calc(26% - 16px); + min-width: calc(26% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width27 { + -webkit-flex-basis: calc(27% - 16px); + flex-basis: calc(27% - 16px); + min-width: calc(27% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width28 { + -webkit-flex-basis: calc(28% - 16px); + flex-basis: calc(28% - 16px); + min-width: calc(28% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width29 { + -webkit-flex-basis: calc(29% - 16px); + flex-basis: calc(29% - 16px); + min-width: calc(29% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width30 { + -webkit-flex-basis: calc(30% - 16px); + flex-basis: calc(30% - 16px); + min-width: calc(30% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width31 { + -webkit-flex-basis: calc(31% - 16px); + flex-basis: calc(31% - 16px); + min-width: calc(31% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width32 { + -webkit-flex-basis: calc(32% - 16px); + flex-basis: calc(32% - 16px); + min-width: calc(32% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width33 { + -webkit-flex-basis: calc(33% - 16px); + flex-basis: calc(33% - 16px); + min-width: calc(33% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width34 { + -webkit-flex-basis: calc(34% - 16px); + flex-basis: calc(34% - 16px); + min-width: calc(34% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width35 { + -webkit-flex-basis: calc(35% - 16px); + flex-basis: calc(35% - 16px); + min-width: calc(35% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width36 { + -webkit-flex-basis: calc(36% - 16px); + flex-basis: calc(36% - 16px); + min-width: calc(36% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width37 { + -webkit-flex-basis: calc(37% - 16px); + flex-basis: calc(37% - 16px); + min-width: calc(37% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width38 { + -webkit-flex-basis: calc(38% - 16px); + flex-basis: calc(38% - 16px); + min-width: calc(38% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width39 { + -webkit-flex-basis: calc(39% - 16px); + flex-basis: calc(39% - 16px); + min-width: calc(39% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width40 { + -webkit-flex-basis: calc(40% - 16px); + flex-basis: calc(40% - 16px); + min-width: calc(40% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width41 { + -webkit-flex-basis: calc(41% - 16px); + flex-basis: calc(41% - 16px); + min-width: calc(41% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width42 { + -webkit-flex-basis: calc(42% - 16px); + flex-basis: calc(42% - 16px); + min-width: calc(42% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width43 { + -webkit-flex-basis: calc(43% - 16px); + flex-basis: calc(43% - 16px); + min-width: calc(43% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width44 { + -webkit-flex-basis: calc(44% - 16px); + flex-basis: calc(44% - 16px); + min-width: calc(44% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width45 { + -webkit-flex-basis: calc(45% - 16px); + flex-basis: calc(45% - 16px); + min-width: calc(45% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width46 { + -webkit-flex-basis: calc(46% - 16px); + flex-basis: calc(46% - 16px); + min-width: calc(46% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width47 { + -webkit-flex-basis: calc(47% - 16px); + flex-basis: calc(47% - 16px); + min-width: calc(47% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width48 { + -webkit-flex-basis: calc(48% - 16px); + flex-basis: calc(48% - 16px); + min-width: calc(48% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width49 { + -webkit-flex-basis: calc(49% - 16px); + flex-basis: calc(49% - 16px); + min-width: calc(49% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width50 { + -webkit-flex-basis: calc(50% - 16px); + flex-basis: calc(50% - 16px); + min-width: calc(50% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width51 { + -webkit-flex-basis: calc(51% - 16px); + flex-basis: calc(51% - 16px); + min-width: calc(51% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width52 { + -webkit-flex-basis: calc(52% - 16px); + flex-basis: calc(52% - 16px); + min-width: calc(52% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width53 { + -webkit-flex-basis: calc(53% - 16px); + flex-basis: calc(53% - 16px); + min-width: calc(53% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width54 { + -webkit-flex-basis: calc(54% - 16px); + flex-basis: calc(54% - 16px); + min-width: calc(54% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width55 { + -webkit-flex-basis: calc(55% - 16px); + flex-basis: calc(55% - 16px); + min-width: calc(55% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width56 { + -webkit-flex-basis: calc(56% - 16px); + flex-basis: calc(56% - 16px); + min-width: calc(56% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width57 { + -webkit-flex-basis: calc(57% - 16px); + flex-basis: calc(57% - 16px); + min-width: calc(57% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width58 { + -webkit-flex-basis: calc(58% - 16px); + flex-basis: calc(58% - 16px); + min-width: calc(58% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width59 { + -webkit-flex-basis: calc(59% - 16px); + flex-basis: calc(59% - 16px); + min-width: calc(59% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width60 { + -webkit-flex-basis: calc(60% - 16px); + flex-basis: calc(60% - 16px); + min-width: calc(60% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width61 { + -webkit-flex-basis: calc(61% - 16px); + flex-basis: calc(61% - 16px); + min-width: calc(61% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width62 { + -webkit-flex-basis: calc(62% - 16px); + flex-basis: calc(62% - 16px); + min-width: calc(62% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width63 { + -webkit-flex-basis: calc(63% - 16px); + flex-basis: calc(63% - 16px); + min-width: calc(63% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width64 { + -webkit-flex-basis: calc(64% - 16px); + flex-basis: calc(64% - 16px); + min-width: calc(64% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width65 { + -webkit-flex-basis: calc(65% - 16px); + flex-basis: calc(65% - 16px); + min-width: calc(65% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width66 { + -webkit-flex-basis: calc(66% - 16px); + flex-basis: calc(66% - 16px); + min-width: calc(66% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width67 { + -webkit-flex-basis: calc(67% - 16px); + flex-basis: calc(67% - 16px); + min-width: calc(67% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width68 { + -webkit-flex-basis: calc(68% - 16px); + flex-basis: calc(68% - 16px); + min-width: calc(68% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width69 { + -webkit-flex-basis: calc(69% - 16px); + flex-basis: calc(69% - 16px); + min-width: calc(69% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width70 { + -webkit-flex-basis: calc(70% - 16px); + flex-basis: calc(70% - 16px); + min-width: calc(70% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width71 { + -webkit-flex-basis: calc(71% - 16px); + flex-basis: calc(71% - 16px); + min-width: calc(71% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width72 { + -webkit-flex-basis: calc(72% - 16px); + flex-basis: calc(72% - 16px); + min-width: calc(72% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width73 { + -webkit-flex-basis: calc(73% - 16px); + flex-basis: calc(73% - 16px); + min-width: calc(73% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width74 { + -webkit-flex-basis: calc(74% - 16px); + flex-basis: calc(74% - 16px); + min-width: calc(74% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width75 { + -webkit-flex-basis: calc(75% - 16px); + flex-basis: calc(75% - 16px); + min-width: calc(75% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width76 { + -webkit-flex-basis: calc(76% - 16px); + flex-basis: calc(76% - 16px); + min-width: calc(76% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width77 { + -webkit-flex-basis: calc(77% - 16px); + flex-basis: calc(77% - 16px); + min-width: calc(77% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width78 { + -webkit-flex-basis: calc(78% - 16px); + flex-basis: calc(78% - 16px); + min-width: calc(78% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width79 { + -webkit-flex-basis: calc(79% - 16px); + flex-basis: calc(79% - 16px); + min-width: calc(79% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width80 { + -webkit-flex-basis: calc(80% - 16px); + flex-basis: calc(80% - 16px); + min-width: calc(80% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width81 { + -webkit-flex-basis: calc(81% - 16px); + flex-basis: calc(81% - 16px); + min-width: calc(81% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width82 { + -webkit-flex-basis: calc(82% - 16px); + flex-basis: calc(82% - 16px); + min-width: calc(82% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width83 { + -webkit-flex-basis: calc(83% - 16px); + flex-basis: calc(83% - 16px); + min-width: calc(83% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width84 { + -webkit-flex-basis: calc(84% - 16px); + flex-basis: calc(84% - 16px); + min-width: calc(84% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width85 { + -webkit-flex-basis: calc(85% - 16px); + flex-basis: calc(85% - 16px); + min-width: calc(85% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width86 { + -webkit-flex-basis: calc(86% - 16px); + flex-basis: calc(86% - 16px); + min-width: calc(86% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width87 { + -webkit-flex-basis: calc(87% - 16px); + flex-basis: calc(87% - 16px); + min-width: calc(87% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width88 { + -webkit-flex-basis: calc(88% - 16px); + flex-basis: calc(88% - 16px); + min-width: calc(88% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width89 { + -webkit-flex-basis: calc(89% - 16px); + flex-basis: calc(89% - 16px); + min-width: calc(89% - 16px); } + .euiSuggestItem__label.euiSuggestItem__label--width90 { + -webkit-flex-basis: calc(90% - 16px); + flex-basis: calc(90% - 16px); + min-width: calc(90% - 16px); } + .euiSuggestItem__label--expand { + -webkit-flex-basis: auto; + flex-basis: auto; } + +.euiSuggestItem__description { + color: #69707D; + padding-top: 9px; + -webkit-flex-basis: auto; + flex-basis: auto; + -webkit-align-self: baseline; + align-self: baseline; } + .euiSuggestItem__description.euiSuggestItem__description--wrap { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + white-space: normal !important; } + +.euiSuggestItemOption[class*='isFocused'] .euiSuggestItem__label, .euiSuggestItemOption:hover:not([aria-disabled='true']) .euiSuggestItem__label, .euiSuggestItemOption:focus .euiSuggestItem__label { + text-decoration: underline; } + +.euiSuggestInput__statusIcon { + background-color: transparent !important; } + +/** + * NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from + * specifying a column width, e.g. the checkbox column. + */ +.euiTable { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; + width: 100%; + table-layout: fixed; + border: none; + border-collapse: collapse; + background-color: #FFF; } + .euiTable.euiTable--auto { + table-layout: auto; } + +.euiTableCaption { + position: relative; } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +@media only screen and (min-width: 1200px) { + .euiTable--compressed .euiTableCellContent { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + padding: 4px; } } + +.euiTableFooterCell, +.euiTableHeaderCell { + vertical-align: middle; + border-top: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; + font-weight: inherit; + text-align: left; + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 500; + border-top: none; } + .euiTableFooterCell .euiTableHeaderButton, + .euiTableHeaderCell .euiTableHeaderButton { + text-align: left; + font-weight: 500; } + .euiTableFooterCell .euiTableCellContent__text, + .euiTableHeaderCell .euiTableCellContent__text { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 600; } + +.euiTableHeaderButton { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: inherit; + width: 100%; } + .euiTableHeaderButton:hover .euiTableCellContent__text, .euiTableHeaderButton:focus .euiTableCellContent__text { + text-decoration: underline; + color: #07C; } + .euiTableHeaderButton:hover .euiTableSortIcon, .euiTableHeaderButton:focus .euiTableSortIcon { + fill: #07C; } + +.euiTableSortIcon { + margin-left: 4px; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiTableHeaderButton-isSorted .euiTableSortIcon { + fill: #1a1c21; } + +.euiTableHeaderCellCheckbox { + vertical-align: middle; + border-top: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; + font-weight: inherit; + text-align: left; + width: 32px; + vertical-align: middle; + border-top: none; } + +.euiTableRow:hover { + background-color: #fafbfd; } + +.euiTableRow.euiTableRow-isClickable:hover { + background-color: rgba(0, 119, 204, 0.05); + cursor: pointer; } + +.euiTableRow.euiTableRow-isClickable:focus { + background-color: rgba(0, 119, 204, 0.1); } + +.euiTableRow.euiTableRow-isExpandedRow { + background-color: #fafbfd; } + .euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent { + padding-left: 40px; } + +.euiTableRow.euiTableRow-isSelected { + background-color: rgba(227, 240, 249, 0.37); } + .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(227, 240, 249, 0.37); } + .euiTableRow.euiTableRow-isSelected:hover, + .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(0, 119, 204, 0.1); } + +.euiTableRowCell { + vertical-align: middle; + border-top: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; + font-weight: inherit; + text-align: left; + color: #343741; } + .euiTableRowCell--top { + vertical-align: top; } + .euiTableRowCell--bottom { + vertical-align: bottom; } + .euiTableRowCell--baseline { + vertical-align: baseline; } + .euiTableRowCell.euiTableRowCell--isMobileHeader { + display: none; } + +.euiTableRowCellCheckbox { + vertical-align: middle; + border-top: 1px solid #D3DAE6; + border-bottom: 1px solid #D3DAE6; + font-weight: inherit; + text-align: left; + width: 32px; + vertical-align: middle; } + +.euiTableFooterCell { + background-color: #F5F7FA; + border-bottom: none; } + +/** + * 1. Vertically align all children. + * 2. The padding on this div allows the ellipsis to show if the content is truncated. If + * the padding was on the cell, the ellipsis would be cropped. + * 4. Prevent very long single words (e.g. the name of a field in a document) from overflowing + * the cell. + */ +.euiTableCellContent { + overflow: hidden; + /* 4 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + /* 1 */ + padding: 8px; + /* 2 */ } + +.euiTableCellContent__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + /* 4 */ + min-width: 0; + text-overflow: ellipsis; } + +.euiTableCellContent--alignRight { + -webkit-justify-content: flex-end; + justify-content: flex-end; + text-align: right; } + +.euiTableCellContent--alignCenter { + -webkit-justify-content: center; + justify-content: center; + text-align: center; } + +.euiTableHeaderCell, +.euiTableFooterCell, +.euiTableCellContent--truncateText { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; } + .euiTableHeaderCell .euiTableCellContent__text, + .euiTableFooterCell .euiTableCellContent__text, + .euiTableCellContent--truncateText .euiTableCellContent__text { + overflow: hidden; } + +.euiTableCellContent--overflowingContent { + overflow: visible; + white-space: normal; + word-break: break-all; + word-break: break-word; } + +.euiTableCellContent--showOnHover > *:not(:first-child) { + margin-left: 8px; } + +.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + -webkit-flex-shrink: 0; + flex-shrink: 0; + opacity: .7; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); + transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover, +.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus, +.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled { + -webkit-filter: grayscale(0%); + filter: grayscale(0%); + opacity: 0; } + +.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled), .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover, .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus { + opacity: 1; + -webkit-filter: grayscale(0%); + filter: grayscale(0%); } + +.euiTableRow-isExpandedRow .euiTableCellContent { + overflow: hidden; + -webkit-animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow; + animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow; } + +@-webkit-keyframes growExpandedRow { + 0% { + max-height: 0; } + 99% { + max-height: 100vh; } + 100% { + max-height: unset; } } + +@keyframes growExpandedRow { + 0% { + max-height: 0; } + 99% { + max-height: 100vh; } + 100% { + max-height: unset; } } + +.euiTableRowCell__mobileHeader { + display: none; } + +@media only screen and (max-width: 574px) { + .euiTableRowCell--hideForMobile { + display: none !important; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTableRowCell--hideForMobile { + display: none !important; } } + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (min-width: 1200px) { + .euiTableRowCell--hideForDesktop { + display: none !important; } } + +@media only screen and (max-width: 574px) { + .euiTable.euiTable--responsive thead { + display: none; } + .euiTable.euiTable--responsive tfoot { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 9.625px; + font-size: 0.6875rem; + display: block; + color: #69707D; + padding: 8px; + padding-bottom: 0; + margin-bottom: -8px; + min-height: 24px; } + .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + min-height: 0; } + .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + .euiTable.euiTable--responsive .euiTableRow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder { + border: 1px solid #D3DAE6; + box-shadow: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone { + border-radius: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium { + border-radius: 6px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent { + background-color: transparent; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued { + background-color: #fafbfd; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent { + background-color: #feedf5; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary { + background-color: #e6f1fa; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success { + background-color: #e6f9f7; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning { + background-color: #fff9e8; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger { + background-color: #f8e9e9; } + .euiTable.euiTable--responsive .euiTableRow { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + background-color: #FFF; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + padding: 8px; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableRow:hover { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions { + background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + padding-right: 40px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions { + min-width: 0; + width: 24px; + position: absolute; + top: 16px; + right: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent { + -webkit-flex-direction: column; + flex-direction: column; + padding: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink { + padding: 4px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander { + top: auto; + bottom: 16px; + right: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable { + padding-left: 36px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox { + position: absolute; + left: 4px; + top: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(227, 240, 249, 0.37); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow { + background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + margin-top: -16px; + position: relative; + z-index: 2; + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-left: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + width: calc(100% - 40px); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell { + display: block; + /* IE requires block to grow and wrap. */ + min-width: 50%; + border: none; } + .euiTable.euiTable--responsive .euiTableRowCellCheckbox { + border: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * { + margin-left: 0; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide { + display: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + opacity: 1; + -webkit-filter: none; + filter: none; + margin-left: 0; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableCellContent--alignRight { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + .euiTable.euiTable--responsive .euiTableCellContent--alignCenter { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTable.euiTable--responsive thead { + display: none; } + .euiTable.euiTable--responsive tfoot { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 9.625px; + font-size: 0.6875rem; + display: block; + color: #69707D; + padding: 8px; + padding-bottom: 0; + margin-bottom: -8px; + min-height: 24px; } + .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader { + min-height: 0; } + .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + .euiTable.euiTable--responsive .euiTableRow { + -webkit-flex-grow: 1; + flex-grow: 1; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero { + -webkit-flex-grow: 0; + flex-grow: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder { + border: 1px solid #D3DAE6; + box-shadow: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable { + transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled { + display: block; + width: 100%; + text-align: left; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + -webkit-transform: translateY(-2px); + transform: translateY(-2px); + cursor: pointer; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone { + border-radius: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium { + border-radius: 6px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent { + background-color: transparent; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued { + background-color: #fafbfd; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent { + background-color: #feedf5; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary { + background-color: #e6f1fa; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success { + background-color: #e6f9f7; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning { + background-color: #fff9e8; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger { + background-color: #f8e9e9; } + .euiTable.euiTable--responsive .euiTableRow { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + background-color: #FFF; + border-radius: 6px; + display: -webkit-flex; + display: flex; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + padding: 8px; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableRow:hover { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions { + background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + padding-right: 40px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions { + min-width: 0; + width: 24px; + position: absolute; + top: 16px; + right: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent { + -webkit-flex-direction: column; + flex-direction: column; + padding: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink { + padding: 4px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander { + top: auto; + bottom: 16px; + right: 0; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable { + padding-left: 36px; + position: relative; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox { + position: absolute; + left: 4px; + top: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow, + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + background-color: rgba(227, 240, 249, 0.37); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow { + background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%); + background-size: 40px 100%; + background-position-x: right; + background-repeat: no-repeat; + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); + margin-top: -16px; + position: relative; + z-index: 2; + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-left: 8px; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover { + background-color: #FFF; } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell { + width: calc(100% - 40px); } + .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before { + display: none; } + .euiTable.euiTable--responsive .euiTableRowCell { + display: block; + /* IE requires block to grow and wrap. */ + min-width: 50%; + border: none; } + .euiTable.euiTable--responsive .euiTableRowCellCheckbox { + border: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * { + margin-left: 0; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide { + display: none; } + .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem { + opacity: 1; + -webkit-filter: none; + filter: none; + margin-left: 0; + margin-bottom: 8px; } + .euiTable.euiTable--responsive .euiTableCellContent--alignRight { + -webkit-justify-content: flex-start; + justify-content: flex-start; } + .euiTable.euiTable--responsive .euiTableCellContent--alignCenter { + -webkit-justify-content: flex-start; + justify-content: flex-start; } } + +.euiTableHeaderMobile, +.euiTableHeaderCell--hideForDesktop { + display: none; } + +@media only screen and (max-width: 574px) { + .euiTableHeaderMobile { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 8px 0; } + .euiTableSortMobile { + display: block; } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + .euiTableHeaderMobile { + display: -webkit-flex; + display: flex; + -webkit-justify-content: flex-end; + justify-content: flex-end; + padding: 8px 0; } + .euiTableSortMobile { + display: block; } } + +.euiTabs { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + max-width: 100%; + overflow-x: auto; + overflow-y: hidden; + position: relative; + -webkit-flex-shrink: 0; + flex-shrink: 0; } + .euiTabs::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiTabs::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiTabs::-webkit-scrollbar-corner, .euiTabs::-webkit-scrollbar-track { + background-color: transparent; } + .euiTabs--bottomBorder { + box-shadow: inset 0 -1px 0 #D3DAE6; } + .euiTabs::-webkit-scrollbar { + height: 2px; } + +.euiTab { + color: #343741; + padding: 12px 16px; + cursor: pointer; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + align-items: center; } + .euiTab .euiTab__content { + max-width: 100%; + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + word-wrap: normal !important; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + color: #343741; + line-height: 1.5; + display: block; } + .euiTab:not(.euiTab-isDisabled):hover .euiTab__content, + .euiTab:not(.euiTab-isDisabled):focus .euiTab__content { + text-decoration: underline; } + .euiTab:focus { + background-color: rgba(0, 119, 204, 0.1); + outline-offset: -2px; } + .euiTab.euiTab-isSelected { + box-shadow: inset 0 -2px 0 #0071c2; } + .euiTab.euiTab-isSelected, + .euiTab.euiTab-isSelected .euiTab__content { + color: #0071c2 !important; } + .euiTab.euiTab-isDisabled, + .euiTab.euiTab-isDisabled .euiTab__content { + color: #ABB4C4 !important; } + .euiTab.euiTab-isDisabled:hover { + cursor: not-allowed; } + .euiTab.euiTab-isDisabled.euiTab-isSelected { + box-shadow: inset 0 -2px 0 #ABB4C4; } + .euiTabs--small .euiTab { + padding: 8px; } + .euiTabs--small .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + .euiTabs--large .euiTab { + padding: 12px 16px; } + .euiTabs--xlarge .euiTab { + padding: 8px 24px; } + .euiTabs--xlarge .euiTab .euiTab__content { + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; } + .euiTabs--expand .euiTab { + -webkit-flex-basis: 0%; + flex-basis: 0%; + -webkit-flex-grow: 1; + flex-grow: 1; + -webkit-justify-content: center; + justify-content: center; } + +.euiTab__prepend { + margin-right: 8px; } + +.euiTab__append { + margin-left: 8px; } + +.euiTabs--condensed .euiTab { + padding: 8px 4px; } + .euiTabs--condensed .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 600; } + .euiTabs--condensed .euiTab + .euiTab { + margin-left: 16px; } + +.euiTabs--condensed.euiTabs--small .euiTab { + padding: 6px 4px; } + .euiTabs--condensed.euiTabs--small .euiTab .euiTab__content { + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; } + +.euiTabs--condensed.euiTabs--large .euiTab + .euiTab { + margin-left: 24px; } + +.euiTabs--condensed.euiTabs--xlarge .euiTab { + padding: 12px 4px; } + .euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content { + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; } + .euiTabs--condensed.euiTabs--xlarge .euiTab + .euiTab { + margin-left: 24px; } + +.euiTextDiff del { + color: #BD271E; } + +.euiTextDiff ins { + color: #007e77; } + +.euiTitle + .euiTitle { + margin-top: 24px; } + +.euiTitle--uppercase { + text-transform: uppercase; } + +.euiTitle--xxxsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; } + +.euiTitle--xxsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiTitle--xsmall { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiTitle--small { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiTitle--medium { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + +.euiTitle--large { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 34px; + font-size: 2.42857rem; + line-height: 2.85714rem; + font-weight: 700; } + +/** + * 1. Allow list to expand as items are added, but cap it at the screen height. + * 2. Allow some padding for shadow + */ +.euiGlobalToastList { + scrollbar-color: rgba(105, 112, 125, 0.5) transparent; + scrollbar-width: thin; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + flex-direction: column; + -webkit-align-items: stretch; + align-items: stretch; + position: fixed; + z-index: 9000; + bottom: 0; + width: 400px; + /* 2 */ + max-height: 100vh; + /* 1 */ + overflow-y: auto; + scrollbar-width: none; } + .euiGlobalToastList::-webkit-scrollbar { + width: 16px; + height: 16px; } + .euiGlobalToastList::-webkit-scrollbar-thumb { + background-color: rgba(105, 112, 125, 0.5); + background-clip: content-box; + border-radius: 16px; + border: 6px solid transparent; } + .euiGlobalToastList::-webkit-scrollbar-corner, .euiGlobalToastList::-webkit-scrollbar-track { + background-color: transparent; } + .euiGlobalToastList::-webkit-scrollbar { + width: 0; + height: 0; } + .euiGlobalToastList:not(:empty) { + padding: 16px; } + +.euiGlobalToastList--right:not(:empty) { + right: 0; + padding-left: 64px; + /* 2 */ } + +.euiGlobalToastList--left:not(:empty) { + left: 0; + padding-right: 64px; + /* 2 */ } + +.euiGlobalToastListItem { + margin-bottom: 16px; + -webkit-animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1); + animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1); + opacity: 1; + /** + * 1. justify-content: flex-end interferes with overflowing content, so we'll use this to push + * items to the bottom instead. + */ } + .euiGlobalToastListItem:first-child { + margin-top: auto; + /* 1 */ } + .euiGlobalToastListItem:last-child { + margin-bottom: 0; } + .euiGlobalToastListItem.euiGlobalToastListItem-isDismissed { + transition: opacity 250ms; + opacity: 0; } + +@-webkit-keyframes euiShowToast { + from { + -webkit-transform: translateY(24px) scale(0.9); + transform: translateY(24px) scale(0.9); + opacity: 0; } + to { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 1; } } + +@keyframes euiShowToast { + from { + -webkit-transform: translateY(24px) scale(0.9); + transform: translateY(24px) scale(0.9); + opacity: 0; } + to { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 1; } } + +@media only screen and (max-width: 574px) { + /** + * 1. Mobile we make these 100%. Matching change happens on the item as well. + */ + .euiGlobalToastList:not(:empty) { + left: 0; + padding-left: 16px; + padding-right: 16px; + width: 100%; + /* 1 */ } } + +@media only screen and (min-width: 575px) and (max-width: 767px) { + /** + * 1. Mobile we make these 100%. Matching change happens on the item as well. + */ + .euiGlobalToastList:not(:empty) { + left: 0; + padding-left: 16px; + padding-right: 16px; + width: 100%; + /* 1 */ } } + +.euiToast { + border: 1px solid #D3DAE6; + box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.13), 0 9.4px 24px rgba(0, 0, 0, 0.09), 0 21.8px 43px rgba(0, 0, 0, 0.08); + position: relative; + padding: 16px; + background-color: #FFF; + width: 100%; } + .euiToast:hover .euiToast__closeButton, + .euiToast:focus .euiToast__closeButton { + opacity: 1; } + +/** + * 1. Fit button to icon. + */ +.euiToast__closeButton { + position: absolute; + top: 16px; + right: 16px; + line-height: 0; + /* 1 */ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + opacity: 0; + transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); } + .euiToast__closeButton svg { + fill: #8d8e90; } + .euiToast__closeButton:hover svg { + fill: #1a1c21; } + .euiToast__closeButton:focus { + background-color: rgba(0, 119, 204, 0.1); + opacity: 1; } + .euiToast__closeButton:focus svg { + fill: #07C; } + +.euiToast--primary { + border-top: 2px solid #07C; } + +.euiToast--success { + border-top: 2px solid #00a39a; } + +.euiToast--warning { + border-top: 2px solid #b28a0d; } + +.euiToast--danger { + border-top: 2px solid #BD271E; } + +/** + * 1. Align icon with first line of title text if it wraps. + * 2. Apply margin to all but last item in the flex. + * 3. Account for close button. + */ +.euiToastHeader { + padding-right: 24px; + /* 3 */ + display: -webkit-flex; + display: flex; + -webkit-align-items: baseline; + align-items: baseline; + /* 1 */ } + .euiToastHeader > * + * { + margin-left: 8px; + /* 2 */ } + +/** + * 1. Vertically center icon with first line of title. + */ +.euiToastHeader__icon { + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + fill: #1a1c21; + -webkit-transform: translateY(2px); + transform: translateY(2px); + /* 1 */ } + +.euiToastHeader__title { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + font-weight: 300; } + +.euiToastHeader--withBody { + margin-bottom: 8px; } + +/** + * 1. Prevent long lines from overflowing. + */ +.euiToastBody { + word-wrap: break-word; + /* 1 */ } + +.euiToken { + display: -webkit-inline-flex; + display: inline-flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; } + .euiToken svg { + height: 100%; + margin: auto; } + +.euiToken--circle { + border-radius: 50%; } + +.euiToken--square { + border-radius: 5px; } + +.euiToken--xsmall { + width: 12px; + height: 12px; } + .euiToken--xsmall.euiToken--rectangle { + padding: 0 4px; } + +.euiToken--small { + width: 16px; + height: 16px; } + .euiToken--small.euiToken--rectangle { + padding: 0 4px; } + +.euiToken--medium { + width: 24px; + height: 24px; } + .euiToken--medium.euiToken--rectangle { + padding: 0 8px; } + +.euiToken--large { + width: 32px; + height: 32px; } + .euiToken--large.euiToken--rectangle { + padding: 0 8px; } + +.euiToken--rectangle { + box-sizing: content-box; } + +.euiToken--euiColorVis0 { + color: #54B399; } + .euiToken--euiColorVis0.euiToken--light { + color: #387765; + background-color: #eef7f5; + box-shadow: inset 0 0 0 1px #cce8e0; } + .euiToken--euiColorVis0.euiToken--dark { + background-color: #6DCCB1; + color: #000; } + +.euiToken--euiColorVis1 { + color: #6092C0; } + .euiToken--euiColorVis1.euiToken--light { + color: #4a7194; + background-color: #eff4f9; + box-shadow: inset 0 0 0 1px #cfdeec; } + .euiToken--euiColorVis1.euiToken--dark { + background-color: #79AAD9; + color: #000; } + +.euiToken--euiColorVis2 { + color: #D36086; } + .euiToken--euiColorVis2.euiToken--light { + color: #ac4e6d; + background-color: #fbeff3; + box-shadow: inset 0 0 0 1px #f2cfdb; } + .euiToken--euiColorVis2.euiToken--dark { + background-color: #EE789D; + color: #000; } + +.euiToken--euiColorVis3 { + color: #9170B8; } + .euiToken--euiColorVis3.euiToken--light { + color: #7c609e; + background-color: #f4f1f8; + box-shadow: inset 0 0 0 1px #ded4ea; } + .euiToken--euiColorVis3.euiToken--dark { + background-color: #A987D1; + color: #000; } + +.euiToken--euiColorVis4 { + color: #CA8EAE; } + .euiToken--euiColorVis4.euiToken--light { + color: #8d647a; + background-color: #faf4f7; + box-shadow: inset 0 0 0 1px #efdde7; } + .euiToken--euiColorVis4.euiToken--dark { + background-color: #E4A6C7; + color: #000; } + +.euiToken--euiColorVis5 { + color: #D6BF57; } + .euiToken--euiColorVis5.euiToken--light { + color: #807234; + background-color: #fbf9ee; + box-shadow: inset 0 0 0 1px #f3eccd; } + .euiToken--euiColorVis5.euiToken--dark { + background-color: #F1D86F; + color: #000; } + +.euiToken--euiColorVis6 { + color: #B9A888; } + .euiToken--euiColorVis6.euiToken--light { + color: #7b705a; + background-color: #f8f6f3; + box-shadow: inset 0 0 0 1px #eae5db; } + .euiToken--euiColorVis6.euiToken--dark { + background-color: #D2C0A0; + color: #000; } + +.euiToken--euiColorVis7 { + color: #DA8B45; } + .euiToken--euiColorVis7.euiToken--light { + color: #996130; + background-color: #fbf3ec; + box-shadow: inset 0 0 0 1px #f4dcc7; } + .euiToken--euiColorVis7.euiToken--dark { + background-color: #F5A35C; + color: #000; } + +.euiToken--euiColorVis8 { + color: #AA6556; } + .euiToken--euiColorVis8.euiToken--light { + color: #9a5b4e; + background-color: #f7f0ee; + box-shadow: inset 0 0 0 1px #e6d1cc; } + .euiToken--euiColorVis8.euiToken--dark { + background-color: #C47C6C; + color: #000; } + +.euiToken--euiColorVis9 { + color: #E7664C; } + .euiToken--euiColorVis9.euiToken--light { + color: #b34f3b; + background-color: #fdf0ed; + box-shadow: inset 0 0 0 1px #f8d1c9; } + .euiToken--euiColorVis9.euiToken--dark { + background-color: #FF7E62; + color: #000; } + +.euiToken--gray { + color: #69707D; } + .euiToken--gray.euiToken--light { + color: #646a77; + background-color: #f0f1f2; + box-shadow: inset 0 0 0 1px #d2d4d8; } + .euiToken--gray.euiToken--dark { + background-color: #69707D; + color: #FFF; } + +/* + * 1. Shift arrow 1px more than half its size to account for border radius + */ +.euiToolTip { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05); + border-radius: 6px; + background-color: #404040; + color: #FFF; + z-index: 9000; + max-width: 256px; + overflow-wrap: break-word; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + padding: 12px; + -webkit-animation: euiToolTipTop 350ms ease-out 0s forwards; + animation: euiToolTipTop 350ms ease-out 0s forwards; + position: absolute; + opacity: 0; + /* 1 */ + /* 1 */ } + .euiToolTip .euiToolTip__arrow { + content: ''; + position: absolute; + -webkit-transform-origin: center; + transform-origin: center; + border-radius: 2px; + background-color: #404040; + width: 12px; + height: 12px; + -webkit-transform: translateY(-7px) rotateZ(45deg); + transform: translateY(-7px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--right { + -webkit-animation-name: euiToolTipRight; + animation-name: euiToolTipRight; } + .euiToolTip.euiToolTip--right .euiToolTip__arrow { + -webkit-transform: translateX(-5px) rotateZ(45deg); + transform: translateX(-5px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--bottom { + -webkit-animation-name: euiToolTipBottom; + animation-name: euiToolTipBottom; } + .euiToolTip.euiToolTip--bottom .euiToolTip__arrow { + -webkit-transform: translateY(-5px) rotateZ(45deg); + transform: translateY(-5px) rotateZ(45deg); + /* 1 */ } + .euiToolTip.euiToolTip--left { + -webkit-animation-name: euiToolTipLeft; + animation-name: euiToolTipLeft; } + .euiToolTip.euiToolTip--left .euiToolTip__arrow { + -webkit-transform: translateX(-7px) rotateZ(45deg); + transform: translateX(-7px) rotateZ(45deg); + /* 1 */ } + .euiToolTip .euiToolTip__title { + font-weight: 700; + border-bottom: solid 1px #595959; + padding-bottom: 4px; + margin-bottom: 4px; } + +.euiToolTipAnchor { + display: inline-block; } + .euiToolTipAnchor *[disabled] { + pointer-events: none; } + .euiToolTipAnchor.euiToolTipAnchor--displayBlock { + display: block; } + +@-webkit-keyframes euiToolTipTop { + 0% { + opacity: 0; + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipTop { + 0% { + opacity: 0; + -webkit-transform: translateY(-16px); + transform: translateY(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipBottom { + 0% { + opacity: 0; + -webkit-transform: translateY(16px); + transform: translateY(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipBottom { + 0% { + opacity: 0; + -webkit-transform: translateY(16px); + transform: translateY(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-16px); + transform: translateX(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-16px); + transform: translateX(-16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@-webkit-keyframes euiToolTipRight { + 0% { + opacity: 0; + -webkit-transform: translateX(16px); + transform: translateX(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +@keyframes euiToolTipRight { + 0% { + opacity: 0; + -webkit-transform: translateX(16px); + transform: translateX(16px); } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); } } + +.euiTourHeader { + border-bottom: none; + margin-bottom: 8px !important; } + .euiTourHeader .euiTourHeader__title { + margin-top: 0; } + +.euiTourHeader__subtitle { + color: #69707D; } + +.euiTourFooter { + background-color: #fafbfd; + border-radius: 0 0 6px 6px; } + +.euiTour .euiTour__beacon { + pointer-events: none; + position: absolute; + opacity: 0; + transition: opacity 0s 350ms; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--right .euiTour__beacon { + opacity: 1; + top: 6px; + left: -24px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--left .euiTour__beacon { + opacity: 1; + top: 6px; + left: 12px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + border-top-color: #F5F7FA; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top .euiTour__beacon { + opacity: 1; + top: 12px; + left: 6px; } + +.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--bottom .euiTour__beacon { + opacity: 1; + top: -24px; + left: 6px; } + +.euiTourStepIndicator { + display: inline-block; } + +.euiText { + color: #343741; + font-weight: 400; + color: inherit; + clear: both; } + .euiText a:not([class]) { + text-align: left; + font-weight: 500; } + .euiText a:not([class]):hover { + text-decoration: underline; } + .euiText a:not([class]):focus { + outline: 2px solid currentColor; + outline-offset: 2px; + text-decoration: underline; + text-decoration-thickness: 2px !important; } + .euiText a:not([class]):focus:focus-visible { + outline-style: auto; } + .euiText a:not([class]):focus:not(:focus-visible) { + outline: none; } + .euiText img { + display: block; + width: 100%; } + .euiText ul { + list-style: disc; } + .euiText ol { + list-style: decimal; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote) { + position: relative; + text-align: center; + margin-left: auto; + margin-right: auto; + font-family: Georgia, Times, Times New Roman, serif; + font-style: italic; + letter-spacing: normal; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote) p:last-child { + margin-bottom: 0; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):before, .euiText blockquote:not(.euiMarkdownFormat__blockquote):after { + position: absolute; + content: ''; + height: 2px; + width: 50%; + right: 0; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + background: #69707D; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):before { + top: 0; } + .euiText blockquote:not(.euiMarkdownFormat__blockquote):after { + bottom: 0; } + .euiText h1 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 34px; + font-size: 2.42857rem; + line-height: 2.85714rem; + font-weight: 700; } + .euiText h2 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 27px; + font-size: 1.92857rem; + line-height: 2.28571rem; + font-weight: 700; } + .euiText h3 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 22px; + font-size: 1.57143rem; + line-height: 2.28571rem; + font-weight: 700; } + .euiText h4, + .euiText dt { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; } + .euiText h5 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + .euiText h6 { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + text-transform: uppercase; } + .euiText h1, + .euiText h2, + .euiText h3, + .euiText h4, + .euiText h5, + .euiText h6, + .euiText dt { + color: inherit; } + .euiText pre { + white-space: pre-wrap; + background: #F5F7FA; + color: #343741; } + .euiText pre, + .euiText pre code { + display: block; } + .euiText code { + font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace; + letter-spacing: normal; } + .euiText.euiText--constrainedWidth { + max-width: 36em; + min-width: 75%; } + .euiText > :last-child, + .euiText .euiTextColor > :last-child { + margin-bottom: 0 !important; } + +.euiText--medium { + font-size: 14px; + font-size: 1rem; + line-height: 1.5; } + .euiText--medium p, + .euiText--medium ul, + .euiText--medium ol, + .euiText--medium dl, + .euiText--medium blockquote, + .euiText--medium img, + .euiText--medium pre { + margin-bottom: 1.5rem; } + .euiText--medium ul, + .euiText--medium ol { + margin-left: 1.5rem; } + .euiText--medium blockquote { + font-size: 1rem; + padding: 1.5rem; } + .euiText--medium h1 { + font-size: 2.125rem; + line-height: 1.41176; + margin-bottom: 0.5rem; } + .euiText--medium h2 { + font-size: 1.6875rem; + line-height: 1.48148; + margin-bottom: 0.5rem; } + .euiText--medium h3 { + font-size: 1.375rem; + line-height: 1.45455; + margin-bottom: 0.5rem; } + .euiText--medium h4 { + font-size: 1rem; + line-height: 1.5; + margin-bottom: 0.5rem; } + .euiText--medium h5 { + font-size: 0.875rem; + line-height: 1.14286; + margin-bottom: 0.5rem; } + .euiText--medium h6 { + font-size: 0.75rem; + line-height: 1.33333; + margin-bottom: 0.5rem; } + .euiText--medium * + h2 { + margin-top: 2rem; } + .euiText--medium * + h3 { + margin-top: 2rem; } + .euiText--medium * + h4 { + margin-top: 2rem; } + .euiText--medium * + h5 { + margin-top: 2rem; } + .euiText--medium * + h6 { + margin-top: 2rem; } + .euiText--medium dd + dt { + margin-top: 1rem; } + .euiText--medium dt, + .euiText--medium .eui-definitionListReverse dd { + font-size: 1rem; + line-height: 1.5; } + .euiText--medium .eui-definitionListReverse dt { + font-size: 0.75rem; + color: #343741; } + .euiText--medium small { + font-size: 0.875rem; } + .euiText--medium pre { + padding: 1rem; } + .euiText--medium code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1rem; + border-left-width: 0.25rem; + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox__label { + font-size: 1rem; + padding-left: 1.5rem; + line-height: 1.5; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25rem 0.5rem; } + +.euiText--small { + font-size: 14px; + font-size: 1rem; + line-height: 1.5; } + .euiText--small p, + .euiText--small ul, + .euiText--small ol, + .euiText--small dl, + .euiText--small blockquote, + .euiText--small img, + .euiText--small pre { + margin-bottom: 1.5rem; } + .euiText--small ul, + .euiText--small ol { + margin-left: 1.5rem; } + .euiText--small blockquote { + font-size: 1rem; + padding: 1.5rem; } + .euiText--small h1 { + font-size: 2.125rem; + line-height: 1.41176; + margin-bottom: 0.5rem; } + .euiText--small h2 { + font-size: 1.6875rem; + line-height: 1.48148; + margin-bottom: 0.5rem; } + .euiText--small h3 { + font-size: 1.375rem; + line-height: 1.45455; + margin-bottom: 0.5rem; } + .euiText--small h4 { + font-size: 1rem; + line-height: 1.5; + margin-bottom: 0.5rem; } + .euiText--small h5 { + font-size: 0.875rem; + line-height: 1.14286; + margin-bottom: 0.5rem; } + .euiText--small h6 { + font-size: 0.75rem; + line-height: 1.33333; + margin-bottom: 0.5rem; } + .euiText--small * + h2 { + margin-top: 2rem; } + .euiText--small * + h3 { + margin-top: 2rem; } + .euiText--small * + h4 { + margin-top: 2rem; } + .euiText--small * + h5 { + margin-top: 2rem; } + .euiText--small * + h6 { + margin-top: 2rem; } + .euiText--small dd + dt { + margin-top: 1rem; } + .euiText--small dt, + .euiText--small .eui-definitionListReverse dd { + font-size: 1rem; + line-height: 1.5; } + .euiText--small .eui-definitionListReverse dt { + font-size: 0.75rem; + color: #343741; } + .euiText--small small { + font-size: 0.875rem; } + .euiText--small pre { + padding: 1rem; } + .euiText--small code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1rem; + border-left-width: 0.25rem; + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--small.euiMarkdownFormat .euiCheckbox__label { + font-size: 1rem; + padding-left: 1.5rem; + line-height: 1.5; } + .euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1rem; } + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--small.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25rem 0.5rem; } + +.euiText--extraSmall { + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.5; } + .euiText--extraSmall p, + .euiText--extraSmall ul, + .euiText--extraSmall ol, + .euiText--extraSmall dl, + .euiText--extraSmall blockquote, + .euiText--extraSmall img, + .euiText--extraSmall pre { + margin-bottom: 1.28571rem; } + .euiText--extraSmall ul, + .euiText--extraSmall ol { + margin-left: 1.28571rem; } + .euiText--extraSmall blockquote { + font-size: 0.85714rem; + padding: 1.28571rem; } + .euiText--extraSmall h1 { + font-size: 1.82143rem; + line-height: 1.41176; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h2 { + font-size: 1.44643rem; + line-height: 1.48148; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h3 { + font-size: 1.17857rem; + line-height: 1.45455; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h4 { + font-size: 0.85714rem; + line-height: 1.5; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h5 { + font-size: 0.75rem; + line-height: 1.14286; + margin-bottom: 0.42857rem; } + .euiText--extraSmall h6 { + font-size: 0.64286rem; + line-height: 1.33333; + margin-bottom: 0.42857rem; } + .euiText--extraSmall * + h2 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h3 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h4 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h5 { + margin-top: 1.71429rem; } + .euiText--extraSmall * + h6 { + margin-top: 1.71429rem; } + .euiText--extraSmall dd + dt { + margin-top: 0.85714rem; } + .euiText--extraSmall dt, + .euiText--extraSmall .eui-definitionListReverse dd { + font-size: 0.85714rem; + line-height: 1.5; } + .euiText--extraSmall .eui-definitionListReverse dt { + font-size: 0.64286rem; + color: #343741; } + .euiText--extraSmall small { + font-size: 0.75rem; } + .euiText--extraSmall pre { + padding: 0.85714rem; } + .euiText--extraSmall code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.77143rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 0.85714rem; + border-left-width: 0.21429rem; + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox__label { + font-size: 0.85714rem; + padding-left: 1.28571rem; + line-height: 1.5; } + .euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 0.85714rem; } + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.21429rem 0.42857rem; } + +.euiText--relative { + font-size: 1em; + line-height: 1.5; } + .euiText--relative p, + .euiText--relative ul, + .euiText--relative ol, + .euiText--relative dl, + .euiText--relative blockquote, + .euiText--relative img, + .euiText--relative pre { + margin-bottom: 1.5em; } + .euiText--relative ul, + .euiText--relative ol { + margin-left: 1.5em; } + .euiText--relative blockquote { + font-size: 1em; + padding: 1.5em; } + .euiText--relative h1 { + font-size: 2.125em; + line-height: 1.41176; + margin-bottom: 0.23529em; } + .euiText--relative h2 { + font-size: 1.6875em; + line-height: 1.48148; + margin-bottom: 0.2963em; } + .euiText--relative h3 { + font-size: 1.375em; + line-height: 1.45455; + margin-bottom: 0.36364em; } + .euiText--relative h4 { + font-size: 1em; + line-height: 1.5; + margin-bottom: 0.5em; } + .euiText--relative h5 { + font-size: 0.875em; + line-height: 1.14286; + margin-bottom: 0.57143em; } + .euiText--relative h6 { + font-size: 0.75em; + line-height: 1.33333; + margin-bottom: 0.66667em; } + .euiText--relative * + h2 { + margin-top: 1.18519em; } + .euiText--relative * + h3 { + margin-top: 1.45455em; } + .euiText--relative * + h4 { + margin-top: 2em; } + .euiText--relative * + h5 { + margin-top: 2.28571em; } + .euiText--relative * + h6 { + margin-top: 2.66667em; } + .euiText--relative dd + dt { + margin-top: 14pxem; } + .euiText--relative dt, + .euiText--relative .eui-definitionListReverse dd { + font-size: 1em; + line-height: 1.5; } + .euiText--relative .eui-definitionListReverse dt { + font-size: 0.75em; + color: #343741; } + .euiText--relative small { + font-size: 0.875em; } + .euiText--relative pre { + padding: 1em; } + .euiText--relative code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 0.9em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1em; + border-left-width: 0.25em; + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1em; } + .euiText--relative.euiMarkdownFormat .euiCheckbox__label { + font-size: 1em; + padding-left: 1.5em; + line-height: 1.5; } + .euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1em; } + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.25em 0.5em; } + +.euiTextColor--default { + color: #343741; } + +.euiTextColor--subdued { + color: #69707D; } + +.euiTextColor--success { + color: #00857d; } + +.euiTextColor--accent { + color: #c4407c; } + +.euiTextColor--warning { + color: #91700a; } + +.euiTextColor--danger { + color: #BD271E; } + +.euiTextColor--ghost { + color: #717171; + color: #FFF !important; } + +.euiTextColor--inherit { + color: inherit; } + +.euiTextAlign--left { + text-align: left; } + +.euiTextAlign--right { + text-align: right; } + +.euiTextAlign--center { + text-align: center; } + +.euiAvatar--space:after, +.euiAvatar--user:after { + display: none; } + +.euiBreadcrumb__content.euiLink:focus { + outline-offset: -1px; } + +.euiBreadcrumb--last, +.euiBreadcrumb__content, +.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content { + font-weight: 500; } + +.euiButton, +.euiButtonIcon { + box-shadow: none !important; } + +.euiButton.euiButton-isDisabled:not(.euiButton--ghost), .euiButton.euiButton-isDisabled:not(.euiButton--ghost):hover, +.euiButtonIcon.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost), +.euiButtonIcon.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost):hover { + background-color: rgba(171, 180, 196, 0.1); + color: #a2abba; } + +.euiButtonIcon--empty.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost), .euiButtonIcon--empty.euiButtonIcon-isDisabled:not(.euiButtonIcon--ghost):hover { + background-color: transparent; + color: #ABB4C4; } + +.euiButton--small, +.euiButtonIcon--small, +.euiButtonIcon--xSmall { + border-radius: 4px; } + +.euiButton--primary { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); } + .euiButton--primary:not([class*='isDisabled']):hover, .euiButton--primary:not([class*='isDisabled']):focus { + background-color: rgba(0, 119, 204, 0.2); } + .euiButton--primary.euiButton--fill:focus { + outline-color: #000; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButton--primary.euiButton--fill:not([class*='isDisabled']), .euiButton--primary.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #07C; } + +.euiButton--accent { + color: #a8376a; + background-color: rgba(240, 78, 152, 0.2); } + .euiButton--accent:not([class*='isDisabled']):hover, .euiButton--accent:not([class*='isDisabled']):focus { + background-color: rgba(240, 78, 152, 0.2); } + .euiButton--accent.euiButton--fill:focus { + outline-color: #000; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--accent.euiButton--fill:not([class*='isDisabled']), .euiButton--accent.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #F04E98; } + +.euiButton--success { + color: #00726b; + background-color: rgba(0, 191, 179, 0.2); } + .euiButton--success:not([class*='isDisabled']):hover, .euiButton--success:not([class*='isDisabled']):focus { + background-color: rgba(0, 191, 179, 0.2); } + .euiButton--success.euiButton--fill:focus { + outline-color: #000; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--success.euiButton--fill:not([class*='isDisabled']), .euiButton--success.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--success.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #00BFB3; } + +.euiButton--warning { + color: #83650a; + background-color: rgba(254, 197, 20, 0.2); } + .euiButton--warning:not([class*='isDisabled']):hover, .euiButton--warning:not([class*='isDisabled']):focus { + background-color: rgba(254, 197, 20, 0.2); } + .euiButton--warning.euiButton--fill:focus { + outline-color: #000; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--warning.euiButton--fill:not([class*='isDisabled']), .euiButton--warning.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #FEC514; } + +.euiButton--danger { + color: #b4251d; + background-color: rgba(189, 39, 30, 0.2); } + .euiButton--danger:not([class*='isDisabled']):hover, .euiButton--danger:not([class*='isDisabled']):focus { + background-color: rgba(189, 39, 30, 0.2); } + .euiButton--danger.euiButton--fill:focus { + outline-color: #000; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButton--danger.euiButton--fill:not([class*='isDisabled']), .euiButton--danger.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #BD271E; } + +.euiButton--subdued { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); } + .euiButton--subdued:not([class*='isDisabled']):hover, .euiButton--subdued:not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + .euiButton--subdued.euiButton--fill:focus { + outline-color: #000; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButton--subdued.euiButton--fill:not([class*='isDisabled']), .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #69707D; } + +.euiButton--ghost { + color: #717171; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButton--ghost:not([class*='isDisabled']):hover, .euiButton--ghost:not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']) { + color: #000; } + .euiButton--ghost.euiButton--fill:not([class*='isDisabled']), .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #FFF; } + +.euiButton--text { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); + color: #343741; } + .euiButton--text:not([class*='isDisabled']):hover, .euiButton--text:not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + .euiButton--text.euiButton--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButton--text.euiButton--fill:not([class*='isDisabled']), .euiButton--text.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--text.euiButton--fill:not([class*='isDisabled']):focus { + background-color: #69707D; } + +.euiButton.euiButton-isDisabled.euiButton--ghost, .euiButton.euiButton-isDisabled.euiButton--ghost:focus, +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill, +.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill:focus { + color: #69707D; + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonIcon--primary:not(.euiButtonIcon--empty) { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); } + .euiButtonIcon--primary:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--primary:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(0, 119, 204, 0.2); } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--primary:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #07C; } + +.euiButtonIcon--accent:not(.euiButtonIcon--empty) { + color: #a8376a; + background-color: rgba(240, 78, 152, 0.2); } + .euiButtonIcon--accent:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--accent:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(240, 78, 152, 0.2); } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--accent:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #F04E98; } + +.euiButtonIcon--success:not(.euiButtonIcon--empty) { + color: #00726b; + background-color: rgba(0, 191, 179, 0.2); } + .euiButtonIcon--success:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--success:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(0, 191, 179, 0.2); } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--success:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #00BFB3; } + +.euiButtonIcon--warning:not(.euiButtonIcon--empty) { + color: #83650a; + background-color: rgba(254, 197, 20, 0.2); } + .euiButtonIcon--warning:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--warning:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(254, 197, 20, 0.2); } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--warning:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #FEC514; } + +.euiButtonIcon--danger:not(.euiButtonIcon--empty) { + color: #b4251d; + background-color: rgba(189, 39, 30, 0.2); } + .euiButtonIcon--danger:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--danger:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(189, 39, 30, 0.2); } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--danger:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #BD271E; } + +.euiButtonIcon--subdued:not(.euiButtonIcon--empty) { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:focus { + outline-color: #000; } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #69707D; } + +.euiButtonIcon--ghost:not(.euiButtonIcon--empty) { + color: #717171; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #000; } + .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #FFF; } + +.euiButtonIcon--text:not(.euiButtonIcon--empty) { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); + color: #343741; } + .euiButtonIcon--text:not(.euiButtonIcon--empty):not([class*='isDisabled']):hover, .euiButtonIcon--text:not(.euiButtonIcon--empty):not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']) { + color: #FFF; } + .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']), .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):hover, .euiButtonIcon--text:not(.euiButtonIcon--empty).euiButtonIcon--fill:not([class*='isDisabled']):focus { + background-color: #69707D; } + +.euiButtonIcon:not(.euiButtonIcon--empty).euiButtonIcon-isDisabled.euiButtonIcon--ghost, .euiButtonIcon:not(.euiButtonIcon--empty).euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus, +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButtonIcon--fill, +.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButtonIcon--fill:focus { + color: #69707D; + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonEmpty { + border-radius: 6px; } + .euiButtonEmpty.euiButtonEmpty--small, .euiButtonEmpty.euiButtonEmpty--xSmall { + border-radius: 4.002px; } + .euiButtonEmpty.euiButtonEmpty--xSmall { + font-size: 12px; } + +.euiButtonEmpty--primary:enabled:focus { + background-color: rgba(0, 119, 204, 0.1); } + +.euiButtonEmpty--accent:enabled:focus { + background-color: rgba(240, 78, 152, 0.1); } + +.euiButtonEmpty--success:enabled:focus { + background-color: rgba(0, 191, 179, 0.1); } + +.euiButtonEmpty--warning:enabled:focus { + background-color: rgba(254, 197, 20, 0.1); } + +.euiButtonEmpty--danger:enabled:focus { + background-color: rgba(189, 39, 30, 0.1); } + +.euiButtonEmpty--subdued:enabled:focus { + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonEmpty--ghost:enabled:focus { + background-color: rgba(255, 255, 255, 0.1); } + +.euiButtonEmpty--text:enabled:focus { + background-color: rgba(105, 112, 125, 0.1); } + +.euiButtonGroup__buttons { + box-shadow: none !important; } + +.euiButtonGroup--medium .euiButtonGroupButton, +.euiButtonGroup--small .euiButtonGroupButton { + border: none !important; + border-radius: 0 !important; + font-weight: 500; } + .euiButtonGroup--medium .euiButtonGroupButton:focus, .euiButtonGroup--medium .euiButtonGroupButton:focus-within, + .euiButtonGroup--small .euiButtonGroupButton:focus, + .euiButtonGroup--small .euiButtonGroupButton:focus-within { + outline-style: solid; + outline-color: #000; + outline-offset: -2px; } + .euiButtonGroup--medium .euiButtonGroupButton:focus:focus-visible, .euiButtonGroup--medium .euiButtonGroupButton:focus-within:focus-visible, + .euiButtonGroup--small .euiButtonGroupButton:focus:focus-visible, + .euiButtonGroup--small .euiButtonGroupButton:focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--medium .euiButtonGroupButton:focus:not(:focus-visible), + .euiButtonGroup--small .euiButtonGroupButton:focus:not(:focus-visible) { + outline: none; } + +.euiButtonGroup--medium .euiButtonGroupButton-isDisabled:not(.euiButtonGroupButton--ghost):not(.euiButtonGroupButton-isSelected), +.euiButtonGroup--small .euiButtonGroupButton-isDisabled:not(.euiButtonGroupButton--ghost):not(.euiButtonGroupButton-isSelected) { + background-color: rgba(171, 180, 196, 0.3); + color: #9aa2b1; } + +.euiButtonGroup--medium .euiButtonGroupButton--primary, +.euiButtonGroup--small .euiButtonGroupButton--primary { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--primary:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--primary:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--primary:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--primary:not([class*='isDisabled']):focus { + background-color: rgba(0, 119, 204, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--accent, +.euiButtonGroup--small .euiButtonGroupButton--accent { + color: #a8376a; + background-color: rgba(240, 78, 152, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--accent:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--accent:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--accent:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--accent:not([class*='isDisabled']):focus { + background-color: rgba(240, 78, 152, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--success, +.euiButtonGroup--small .euiButtonGroupButton--success { + color: #00726b; + background-color: rgba(0, 191, 179, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--success:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--success:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--success:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--success:not([class*='isDisabled']):focus { + background-color: rgba(0, 191, 179, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--warning, +.euiButtonGroup--small .euiButtonGroupButton--warning { + color: #83650a; + background-color: rgba(254, 197, 20, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--warning:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--warning:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--warning:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--warning:not([class*='isDisabled']):focus { + background-color: rgba(254, 197, 20, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--danger, +.euiButtonGroup--small .euiButtonGroupButton--danger { + color: #b4251d; + background-color: rgba(189, 39, 30, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--danger:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--danger:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--danger:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--danger:not([class*='isDisabled']):focus { + background-color: rgba(189, 39, 30, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--subdued, +.euiButtonGroup--small .euiButtonGroupButton--subdued { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--subdued:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--ghost, +.euiButtonGroup--small .euiButtonGroupButton--ghost { + color: #717171; + background-color: rgba(255, 255, 255, 0.2); + color: #FFF; } + .euiButtonGroup--medium .euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--ghost:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus { + background-color: rgba(255, 255, 255, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton--text, +.euiButtonGroup--small .euiButtonGroupButton--text { + color: #5a606b; + background-color: rgba(105, 112, 125, 0.2); } + .euiButtonGroup--medium .euiButtonGroupButton--text:not([class*='isDisabled']):hover, .euiButtonGroup--medium .euiButtonGroupButton--text:not([class*='isDisabled']):focus, + .euiButtonGroup--small .euiButtonGroupButton--text:not([class*='isDisabled']):hover, + .euiButtonGroup--small .euiButtonGroupButton--text:not([class*='isDisabled']):focus { + background-color: rgba(105, 112, 125, 0.2); } + +.euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected), .euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):hover, .euiButtonGroup--medium .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):focus, +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected), +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):hover, +.euiButtonGroup--small .euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:not(.euiButtonGroupButton-isSelected):focus { + background-color: rgba(105, 112, 125, 0.3); } + +.euiButtonGroup--small .euiButtonGroup__buttons { + border-radius: 4px; } + +.euiButtonGroup--compressed .euiButtonGroupButton { + border-radius: 5px; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within { + outline-color: #07C; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--primary:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within { + outline-color: #F04E98; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--accent:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus-within { + outline-color: #00BFB3; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--success:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within { + outline-color: #FEC514; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--warning:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within { + outline-color: #BD271E; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--danger:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within { + outline-color: #69707D; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--subdued:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within { + outline-color: #FFF; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--ghost:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus, .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus-within { + outline-color: #69707D; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus:focus-visible, .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus-within:focus-visible { + outline-style: auto; } + .euiButtonGroup--compressed .euiButtonGroupButton--text:not([class*='isDisabled']):focus:not(:focus-visible) { + outline: none; } + +.euiCallOut { + border-left: none; } + .euiCallOut .euiCallOutHeader__title { + font-weight: 500; } + +.euiCard .euiCardSelect { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.euiCode { + border-radius: 4px; + font-weight: 700; + color: #7c609e; } + +.euiCodeBlock.euiCodeBlock--fontLarge { + font-size: 16px; } + +.euiColorStops__addTarget, +.euiColorStops__addContainer { + z-index: 1; } + +.euiColorStops__addTarget { + border: 1px solid #69707D; + box-shadow: none; } + +.euiColorStopThumb.euiRangeThumb:not(:disabled) { + border: 2px solid #FFF; + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiColorStopThumb.euiRangeThumb:not(:disabled):focus { + box-shadow: 0 0 0 2px #0071c2; + outline: none; } + .euiColorStopThumb.euiRangeThumb:not(:disabled):focus:not(:focus-visible) { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + outline: none; } + +.euiColorStops:not(.euiColorStops-isDisabled) .euiRangeTrack::after { + transition-property: box-shadow; + transition-delay: 90ms; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus { + outline: none; } + .euiColorStops:not(.euiColorStops-isDisabled):focus .euiRangeTrack::after { + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 3px #0071c2; } + +.euiColorStops:not(.euiColorStops-isDisabled):focus:not(:focus-visible) .euiRangeTrack::after { + box-shadow: none; } + +.euiColorStops__highlight { + color: #D3DAE6; } + .euiColorStops__highlight .euiRangeHighlight__progress { + background-color: #D3DAE6; } + +.euiComboBox--appended .euiFormControlLayout__childrenWrapper { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; } + +.euiComboBox--appended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + +.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout__childrenWrapper { + border-radius: 0; } + +.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-radius: 0; } + +.euiComboBox--prepended .euiFormControlLayout__childrenWrapper { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } + +.euiCommentEvent--regular { + box-shadow: none; } + +.euiDataGrid--fontSizeLarge .euiDataGridRowCell { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; } + +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper, +.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^='top'] { + border: none; + border-radius: 6px; } + +.euiDatePickerRange { + border-radius: 6px; } + +.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker { + border: none; } + +.euiSuperDatePicker__prettyFormat { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiFormControlLayout--compressed.euiSuperDatePicker .euiSuperDatePicker__prettyFormat { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } + +.euiDatePopoverButton--start { + text-align: center; } + +.euiDatePopoverButton--end { + text-align: center; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + +.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title { + line-height: 1.5; } + +.euiFacetButton:focus { + background-color: transparent; + box-shadow: none; } + .euiFacetButton:focus:not(:disabled) .euiFacetButton__text { + text-decoration: underline; + text-decoration-thickness: 2px !important; } + +.euiFilterGroup { + border: none; + border-radius: 6px; + background-color: #fbfcfd; + box-shadow: inset 0 0 0 1px rgba(17, 43, 134, 0.1); } + +.euiFilterGroup--compressed { + border-radius: 4px; } + .euiFilterGroup--compressed .euiFilterButton { + height: 32px; } + +.euiFilterButton { + border-radius: 0; + border: none; + background-color: transparent; + box-shadow: 0 1px 0 0 rgba(17, 43, 134, 0.1), -1px 0 0 0 rgba(17, 43, 134, 0.1); } + .euiFilterButton--withNext + .euiFilterButton { + box-shadow: 0 1px 0 0 rgba(17, 43, 134, 0.1); } + +.euiFormControlLayout--group { + border-radius: 6px; + background-color: #e9edf3; } + .euiFormControlLayout--group .euiFormControlLayout__prepend:first-child { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiFormControlLayout__prepend:first-child [class*='euiButton'] { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiFormControlLayout__append:last-child { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiFormControlLayout__append:last-child [class*='euiButton'] { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group [class*='euiButton']:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiFormControlLayout--group [class*='euiButton']:focus:focus-visible { + outline-style: auto; } + .euiFormControlLayout--group [class*='euiButton']:focus:not(:focus-visible) { + outline: none; } + .euiFormControlLayout--group .euiToolTipAnchor > .euiIcon { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiToolTipAnchor:first-child [class*='euiButton'] { + border-radius: 5px 0 0 5px; } + .euiFormControlLayout--group .euiToolTipAnchor:last-child [class*='euiButton'], + .euiFormControlLayout--group .euiToolTipAnchor:last-child .euiText { + border-radius: 0 5px 5px 0; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(2) [class*='euiField'], + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(3) [class*='euiField'] { + border-radius: 0; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child .euiSelect, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child [class*='euiField'] { + border-radius: 6px 0 0 6px; } + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child .euiSelect, + .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child [class*='euiField'] { + border-radius: 0 6px 6px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed { + border-radius: 4px; + background-color: #e9edf3; } + .euiFormControlLayout--group.euiFormControlLayout--compressed.euiFormControlLayout--readOnly input { + background-color: #FFF; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child [class*='euiButton'] { + border-radius: 4px 0 0 4px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child [class*='euiButton'] { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor > .euiIcon { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:first-child [class*='euiButton'] { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child [class*='euiButton'], + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child .euiText { + border-radius: 0 3px 3px 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(2) [class*='euiField'], + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(3) [class*='euiField'] { + border-radius: 0; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child .euiSelect, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child [class*='euiField'] { + border-radius: 3px 0 0 3px; } + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child .euiSelect, + .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child [class*='euiField'] { + border-radius: 0 3px 3px 0; } + +.euiFormControlLayoutDelimited { + border-radius: 6px; } + .euiFormControlLayoutDelimited.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child { + border-radius: 6px 0 0 6px; } + .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper:only-child { + border-radius: 6px; + overflow: hidden; } + .euiFormControlLayoutDelimited .euiFormControlLayout__prepend + +.euiFormControlLayout__childrenWrapper:last-child { + border-radius: 0 6px 6px 0; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child { + border-radius: 4px 0 0 4px; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:only-child { + border-radius: 4px; + overflow: hidden; } + .euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__prepend + +.euiFormControlLayout__childrenWrapper:last-child { + border-radius: 0 4px 4px 0; } + +.euiRadio .euiRadio__input:focus + .euiRadio__circle { + outline: 2px solid #0071c2; + outline-offset: 2px; } + +.euiRadio .euiRadio__input:focus:focus-visible + .euiRadio__circle { + outline: 2px solid #0071c2; + outline-offset: 2px; } + +.euiRadio .euiRadio__input:focus:not(:focus-visible) + .euiRadio__circle { + outline: none; } + +.euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square { + outline: 2px solid #0071c2; + outline-offset: 2px; } + +.euiCheckbox .euiCheckbox__input:focus:focus-visible + .euiCheckbox__square { + outline: 2px solid #0071c2; + outline-offset: 2px; } + +.euiCheckbox .euiCheckbox__input:focus:not(:focus-visible) + .euiCheckbox__square { + outline: none; } + +.euiSwitch .euiSwitch__button:focus { + outline: 2px solid currentColor; + outline-offset: 2px; } + .euiSwitch .euiSwitch__button:focus:focus-visible { + outline-style: auto; } + .euiSwitch .euiSwitch__button:focus:not(:focus-visible) { + outline: none; } + .euiSwitch .euiSwitch__button:focus .euiSwitch__track { + outline: none; } + +.euiHeaderBreadcrumbs { + line-height: 16px; + margin-left: 8px; + margin-right: 8px; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content { + color: #343741; + background-color: rgba(52, 55, 65, 0.2); + font-size: 12px; + line-height: 16px; + font-weight: 500; + padding: 4px 16px; + -webkit-clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%); + clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content:not([class*='isDisabled']):hover, .euiHeaderBreadcrumbs .euiBreadcrumb__content:not([class*='isDisabled']):focus { + background-color: rgba(52, 55, 65, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink { + color: #0061a6; + background-color: rgba(0, 119, 204, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:not([class*='isDisabled']):hover, .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:not([class*='isDisabled']):focus { + background-color: rgba(0, 119, 204, 0.2); } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus { + outline: 2px solid currentColor; + outline-offset: -2px; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:focus-visible { + outline-style: auto; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:not(:focus-visible) { + outline: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb__content.euiLink:focus:focus-visible { + border-radius: 6px; + -webkit-clip-path: none; + clip-path: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb::after { + display: none; } + .euiHeaderBreadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) { + margin-right: -4px; } + .euiHeaderBreadcrumbs .euiBreadcrumb:first-child .euiBreadcrumb__content { + padding-left: 12px; + border-radius: 6px 0 0 6px; + -webkit-clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%); + clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%); } + .euiHeaderBreadcrumbs .euiBreadcrumb:only-child .euiBreadcrumb__content { + -webkit-clip-path: none; + clip-path: none; + padding-left: 12px; + padding-right: 12px; + border-radius: 6px; } + .euiHeaderBreadcrumbs .euiBreadcrumb--last .euiBreadcrumb__content { + border-radius: 0 6px 6px 0; + padding-right: 12px; + -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8px 50%); + clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8px 50%); } + +/* + * Creates the Amsterdam style of button with a transparent background + */ +/* + * Creates the Amsterdam style of fill button + */ +.euiHeader { + height: 48px; + padding-left: 8px; + padding-right: 8px; } + +.euiHeaderSectionItem:after { + display: none !important; } + +.euiHeaderLogo { + padding-left: 8px; + padding-right: 8px; + min-width: 40px; } + @media only screen and (max-width: 574px) { + .euiHeaderLogo { + padding-left: 4px; } } + +.euiHeaderLogo__text { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; } + +.euiHeader--default + .euiHeader--default { + border-top: 1px solid #D3DAE6; } + +.euiHue { + position: relative; + height: 12px; + border-radius: 12px; + margin: 8px 0; } + .euiHue::before, .euiHue::after { + display: none; } + .euiHue__range { + top: -6px; } + .euiHue__range::-webkit-slider-thumb { + border: 3px solid #FFF; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range::-moz-range-thumb { + border: 3px solid #FFF; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range::-ms-thumb { + border: 3px solid #FFF; + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: inherit; } + .euiHue__range:focus { + outline: none; } + .euiHue__range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 2px #0071c2; + border: 3px solid #FFF; } + .euiHue__range:focus::-moz-range-thumb { + box-shadow: 0 0 0 2px #0071c2; + border: 3px solid #FFF; } + .euiHue__range:focus::-ms-thumb { + box-shadow: 0 0 0 2px #0071c2; + border: 3px solid #FFF; } + .euiHue__range:focus:not(:focus-visible)::-webkit-slider-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:not(:focus-visible)::-moz-range-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:not(:focus-visible)::-ms-thumb { + box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); } + .euiHue__range:focus:focus-visible { + outline: none; } + +.euiListGroupItem--medium { + font-size: 16px; } + +.euiImage-isFullScreen .euiImage__caption { + color: #FFF; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } + +.euiImage-isFullScreenCloseIcon { + fill: #FFF; } + +.euiKeyPadMenuItem { + border: none !important; + box-shadow: none; } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus:hover, .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); } + .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus { + box-shadow: none; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled) { + box-shadow: none; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover { + box-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.07), 0 1.9px 4px rgba(0, 0, 0, 0.05), 0 4.5px 10px rgba(0, 0, 0, 0.05); } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled), .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover, .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus, .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within { + background-color: rgba(0, 119, 204, 0.1); + color: #006bb8; } + .euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected.euiKeyPadMenuItem-isDisabled { + background-color: rgba(171, 180, 196, 0.1); + color: #a2abba; } + +.euiKeyPadMenuItem__label { + font-weight: 600; } + +.euiMarkdownEditorToolbar { + border-radius: 6px 6px 0 0; } + +.euiMarkdownEditorTextArea:focus { + outline: none; } + +.euiMarkdownEditorTextArea:focus:focus-visible { + outline-style: none; } + +.euiMarkdownEditorPreview, +.euiMarkdownEditorFooter { + border-radius: 0 0 6px 6px; } + +.euiModal { + border: none; } + +.euiNotificationBadge { + font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1; + border-radius: 4px; } + +.euiOverlayMask { + background: rgba(0, 0, 0, 0.5); } + +.euiPopover__panel:focus { + outline-offset: 0; } + +.euiPopover__panel.euiPopover__panel-isAttached { + box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04); } + .euiPopover__panel.euiPopover__panel-isAttached.euiPanel--borderRadiusNone { + border-radius: 0; } + .euiPopover__panel.euiPopover__panel-isAttached.euiPanel--borderRadiusMedium { + border-radius: 6px; } + +.euiPopover__panel .euiPopover__panelArrow:before { + -webkit-filter: blur(3px); + filter: blur(3px); + opacity: .2; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before { + bottom: -12px; + border-top-color: #000; + -webkit-clip-path: polygon(-4px 0, 28px 0, 28px 16px, -4px 16px); + clip-path: polygon(-4px 0, 28px 0, 28px 16px, -4px 16px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after { + bottom: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before { + border-right-color: #000; + -webkit-clip-path: polygon(-4px -4px, 12px -4px, 12px 28px, -4px 28px); + clip-path: polygon(-4px -4px, 12px -4px, 12px 28px, -4px 28px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after { + left: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before { + border-bottom-color: #000; + -webkit-clip-path: polygon(-4px -4px, 28px -4px, 28px 12px, -4px 12px); + clip-path: polygon(-4px -4px, 28px -4px, 28px 12px, -4px 12px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after { + top: -11px; } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before { + right: -12px; + border-left-color: #000; + -webkit-clip-path: polygon(0 -4px, 16px -4px, 16px 28px, 0 28px); + clip-path: polygon(0 -4px, 16px -4px, 16px 28px, 0 28px); } + +.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after { + right: -11px; } + +.euiPopover__panel:not([class*='euiPanel--padding']) .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 0; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) { + padding: 24px; } + +/** + * Footer specific overrides + */ +.euiPopover__panel:not([class*='euiPanel--padding']) .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 0; } + +.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 8px; } + +.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 16px; } + +.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) { + padding: 24px; } + +.euiProgress--native { + border-radius: 8px; } + +.euiRangeTooltip__value { + border-radius: 4px; } + +.euiRangeDraggable:focus { + outline: none; } + .euiRangeDraggable:focus ~ .euiRangeThumb { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; } + +.euiRangeDraggable:focus:not(:focus-visible) ~ .euiRangeThumb { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + outline: none; } + +.euiRangeDraggable:focus-visible { + outline: none; } + .euiRangeDraggable:focus-visible ~ .euiRangeThumb { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; } + +.euiRangeHighlight { + z-index: 1; + pointer-events: none; } + .euiRangeHighlight__progress { + background-color: #69707D; + border-color: #69707D; } + .euiRangeHighlight__progress--hasFocus { + background-color: #07C; } + .euiRangeHighlight--compressed { + top: calc(50% - 2px); } + .euiRangeHighlight--compressed .euiRangeHighlight__progress { + height: 4px; } + .euiRangeHighlight--compressed.euiRangeHighlight--hasTicks { + top: 6px; } + .euiRangeHighlight:not(.euiRangeHighlight--compressed).euiRangeHighlight--hasTicks { + top: 5px; } + +.euiRangeLevels .euiRangeLevel { + margin-top: 0; + margin-bottom: 0; } + .euiRangeLevels .euiRangeLevel:first-child { + margin-left: 0; } + .euiRangeLevels .euiRangeLevel:last-child { + margin-right: 0; } + +.euiRangeLevels--compressed .euiRangeLevel { + height: 4px; } + .euiRangeLevels--compressed .euiRangeLevel:first-child { + margin-left: 0; } + .euiRangeLevels--compressed .euiRangeLevel:last-child { + margin-right: 0; } + +.euiRangeLevels--compressed .euiRangeThumb--hasTicks { + top: 0; } + +.euiRangeSlider { + z-index: 2; } + .euiRangeSlider::-webkit-slider-runnable-track { + background-color: transparent; } + .euiRangeSlider::-moz-range-track { + background-color: transparent; } + .euiRangeSlider::-ms-fill-lower { + background-color: transparent; } + .euiRangeSlider::-ms-fill-upper { + background-color: transparent; } + .euiRangeSlider--hasTicks { + height: 16px; } + .euiRangeSlider:focus { + outline: none; } + .euiRangeSlider:focus::-webkit-slider-thumb { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; } + .euiRangeSlider:focus::-moz-range-thumb { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; } + .euiRangeSlider:focus::-ms-thumb { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; } + .euiRangeSlider:focus::-webkit-slider-runnable-track { + background-color: transparent; } + .euiRangeSlider:focus::-moz-range-track { + background-color: transparent; } + .euiRangeSlider:focus::-ms-fill-lower { + background-color: transparent; } + .euiRangeSlider:focus::-ms-fill-upper { + background-color: transparent; } + .euiRangeSlider:focus ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #07C; } + .euiRangeSlider:focus:not(:focus-visible)::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #69707D; } + .euiRangeSlider:focus:not(:focus-visible)::-moz-range-thumb { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #69707D; } + .euiRangeSlider:focus:not(:focus-visible)::-ms-thumb { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + background-color: #69707D; } + .euiRangeSlider:focus:not(:focus-visible) ~ .euiRangeHighlight .euiRangeHighlight__progress { + background-color: #69707D; } + .euiRangeSlider:disabled::-webkit-slider-thumb { + background-color: #69707D; } + .euiRangeSlider:disabled::-moz-range-thumb { + background-color: #69707D; } + .euiRangeSlider:disabled::-ms-thumb { + background-color: #69707D; } + .euiRangeSlider:disabled ~ .euiRangeThumb { + background-color: #69707D; } + +.euiRangeThumb { + box-shadow: 0 0 0 1px #FFF, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 0.2); + border: 2px solid #FFF; + background-color: #69707D; + z-index: 2; + pointer-events: none; } + .euiRangeThumb--hasTicks { + top: 0; + margin-top: 0; } + .euiRangeThumb:focus { + border: 2px solid #FFF; + box-shadow: 0 0 0 2px #0071c2; + background-color: #07C; + outline: none; } + .euiRangeThumb:focus:focus-visible { + outline: none; } + +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick { + padding-top: 0; } + +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick:not(.euiRangeTick--hasTickMark)::before, +.euiRangeTicks:not(.euiRangeTicks--compressed) .euiRangeTick__pseudo { + width: 4px; + height: 6px; + background-color: #D3DAE6; + border-radius: 4px; } + +.euiRangeTicks--compressed .euiRangeTick { + padding-top: 14px; } + .euiRangeTicks--compressed .euiRangeTick::before, + .euiRangeTicks--compressed .euiRangeTick .euiRangeTick__pseudo { + background-color: #D3DAE6; + border-radius: 4px; } + +.euiRangeTick::before { + background-color: #D3DAE6; + border-radius: 4px; } + +.euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected { + color: #07C; } + +.euiRangeTick--selected { + font-weight: 500; } + +.euiRangeTrack::after { + content: ''; + display: block; + background: #D3DAE6; + border: 0 solid #69707D; + border-radius: 4px; + position: absolute; + left: 0; } + +.euiRangeTrack:not(.euiRangeTrack--compressed)::after { + height: 6px; + width: 100%; } + +.euiRangeTrack--compressed::after { + height: 6px; + width: 100%; + height: 4px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasLevels .euiRangeTicks { + height: 18px; + top: 16px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasLevels .euiRangeTick { + padding-top: 4px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasLevels) .euiRangeTicks { + height: 20px; + top: 12px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasLevels) .euiRangeTick { + padding-top: 6px; } + +.euiRangeTrack--compressed.euiRangeTrack--hasTicks::after { + top: 6px; } + +.euiRangeTrack--compressed:not(.euiRangeTrack--hasTicks)::after { + top: calc(50% - 2px); } + +.euiRangeTrack--compressed .euiRangeThumb--hasTicks { + top: 0; } + +.euiRangeTrack--compressed .euiRangeLevels:not(.euiRangeLevels--hasTicks) { + top: 19px; } + +.euiRangeTrack--compressed .euiRangeLevels--hasTicks { + top: 11px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasLevels .euiRangeTicks { + height: 20px; + top: 20px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasLevels .euiRangeTick { + padding-top: 6px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasLevels) .euiRangeTicks { + height: 24px; + top: 16px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasLevels) .euiRangeTick { + padding-top: 11px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasTicks .euiRangeTooltip { + top: -2px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed).euiRangeTrack--hasTicks::after { + top: 5px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed):not(.euiRangeTrack--hasTicks)::after { + top: calc(50% - 3px); } + +.euiRangeTrack:not(.euiRangeTrack--compressed) .euiRangeLevels:not(.euiRangeLevels--hasTicks) { + top: 24px; } + +.euiRangeTrack:not(.euiRangeTrack--compressed) .euiRangeLevels--hasTicks { + top: 12px; } + +.euiRangeTooltip { + z-index: 3; } + +.euiSideNavItem--root { + padding-bottom: 8px; } + .euiSideNavItem--root + .euiSideNavItem--root { + padding-top: 8px; + margin-top: 8px; } + .euiSideNavItem--root > .euiSideNavItemButton { + margin-bottom: 4px; } + .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + color: inherit; } + +.euiStepHorizontal-isDisabled .euiStepHorizontal__title, +.euiStep-isDisabled .euiStep__title { + color: #ABB4C4; } + +.euiStepNumber { + outline-color: #07C; } + .euiStepNumber .euiStepNumber__icon { + position: relative; + top: -1px; } + .euiStepNumber--small .euiStepNumber__icon { + top: -1px; } + .euiStepNumber--complete .euiStepNumber__icon, .euiStepNumber--danger .euiStepNumber__icon { + stroke: currentColor; + stroke-width: .5px; } + .euiStepNumber--default { + background-color: #07C; + color: #FFF; + outline-color: #000 !important; } + .euiStepNumber--complete { + background-color: #00BFB3; + color: #000; + outline-color: #000 !important; } + .euiStepNumber--warning { + background-color: #FEC514; + color: #000; + outline-color: #000 !important; } + .euiStepNumber--danger { + background-color: #BD271E; + color: #FFF; + outline-color: #000 !important; } + .euiStepNumber.euiStepNumber--incomplete { + background-color: transparent; + color: #343741; + border: 2px solid #D3DAE6; } + .euiStepNumber.euiStepNumber--incomplete .euiStepNumber__number { + display: unset; + position: relative; + top: -2px; } + +.euiStepNumber--disabled { + background-color: rgba(171, 180, 196, 0.1); + color: #a2abba; } + +.euiStepHorizontal__title { + font-weight: 700; } + +.euiStepHorizontal::before, .euiStepHorizontal::after { + height: 2px; + background-color: #07C; + background-color: #D3DAE6; } + +.euiStep:not(:last-of-type) { + background-position: left 32px; } + +.euiStep--small:not(:last-of-type) { + background-position: -4px 24px; } + +.euiStep__content { + padding-bottom: 40px; + margin-bottom: 0; } + +.euiStepsHorizontal { + background: none; } + +.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:not(:focus-visible) { + outline: 2px solid #07C; } + +.euiTab, +.euiTabs--condensed .euiTab { + padding: 0 4px; } + .euiTab .euiTab__content, + .euiTabs--condensed .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 14px; + font-size: 1rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 40px; } + .euiTab + .euiTab, + .euiTabs--condensed .euiTab + .euiTab { + margin-left: 16px; } + .euiTab:focus, + .euiTabs--condensed .euiTab:focus { + background-color: transparent; } + +.euiTabs--small .euiTab, +.euiTabs--condensed.euiTabs--small .euiTab { + padding: 0 4px; } + .euiTabs--small .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--small .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 12px; + font-size: 0.85714rem; + line-height: 1.14286rem; + font-weight: 700; + line-height: 32px; } + .euiTabs--small .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--small .euiTab + .euiTab { + margin-left: 12px; } + +.euiTabs--large .euiTab, +.euiTabs--condensed.euiTabs--large .euiTab { + padding: 0 4px; } + .euiTabs--large .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--large .euiTab .euiTab__content { + overflow-wrap: break-word !important; + word-wrap: break-word !important; + word-break: break-word; + color: #1a1c21; + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.71429rem; + font-weight: 700; + line-height: 48px; } + .euiTabs--large .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--large .euiTab + .euiTab { + margin-left: 24px; } + +.euiTabs--xlarge .euiTab, +.euiTabs--condensed.euiTabs--xlarge .euiTab { + padding: 0 4px; } + .euiTabs--xlarge .euiTab .euiTab__content, + .euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content { + font-size: 20px; + font-size: 1.42857rem; + line-height: 48px; } + .euiTabs--xlarge .euiTab + .euiTab, + .euiTabs--condensed.euiTabs--xlarge .euiTab + .euiTab { + margin-left: 32px; } + +.euiTabs .euiTab-isSelected, +.euiTabs--condensed.euiTabs .euiTab-isSelected { + color: #0071c2; } + .euiTabs .euiTab-isSelected:hover, .euiTabs .euiTab-isSelected:focus, + .euiTabs--condensed.euiTabs .euiTab-isSelected:hover, + .euiTabs--condensed.euiTabs .euiTab-isSelected:focus { + text-decoration: underline; + cursor: pointer; } + .euiTabs .euiTab-isSelected:focus-visible, + .euiTabs--condensed.euiTabs .euiTab-isSelected:focus-visible { + box-shadow: none; } + +.euiText--medium { + font-size: 16px; + font-size: 1.14286rem; + line-height: 1.5; } + .euiText--medium p, + .euiText--medium ul, + .euiText--medium ol, + .euiText--medium dl, + .euiText--medium blockquote, + .euiText--medium img, + .euiText--medium pre { + margin-bottom: 1.71429rem; } + .euiText--medium ul, + .euiText--medium ol { + margin-left: 1.71429rem; } + .euiText--medium blockquote { + font-size: 1.14286rem; + padding: 1.71429rem; } + .euiText--medium h1 { + font-size: 2.42857rem; + line-height: 1.41176; + margin-bottom: 0.57143rem; } + .euiText--medium h2 { + font-size: 1.92857rem; + line-height: 1.48148; + margin-bottom: 0.57143rem; } + .euiText--medium h3 { + font-size: 1.57143rem; + line-height: 1.45455; + margin-bottom: 0.57143rem; } + .euiText--medium h4 { + font-size: 1.14286rem; + line-height: 1.5; + margin-bottom: 0.57143rem; } + .euiText--medium h5 { + font-size: 1rem; + line-height: 1.14286; + margin-bottom: 0.57143rem; } + .euiText--medium h6 { + font-size: 0.85714rem; + line-height: 1.33333; + margin-bottom: 0.57143rem; } + .euiText--medium * + h2 { + margin-top: 2.28571rem; } + .euiText--medium * + h3 { + margin-top: 2.28571rem; } + .euiText--medium * + h4 { + margin-top: 2.28571rem; } + .euiText--medium * + h5 { + margin-top: 2.28571rem; } + .euiText--medium * + h6 { + margin-top: 2.28571rem; } + .euiText--medium dd + dt { + margin-top: 1.14286rem; } + .euiText--medium dt, + .euiText--medium .eui-definitionListReverse dd { + font-size: 1.14286rem; + line-height: 1.5; } + .euiText--medium .eui-definitionListReverse dt { + font-size: 0.85714rem; + color: #343741; } + .euiText--medium small { + font-size: 1rem; } + .euiText--medium pre { + padding: 1.14286rem; } + .euiText--medium code:not(.euiCode):not(.euiCodeBlock__code) { + font-size: 1.02857rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote { + padding: 0 1.14286rem; + border-left-width: 0.28571rem; + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiCheckbox__label { + font-size: 1.14286rem; + padding-left: 1.71429rem; + line-height: 1.5; } + .euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) { + margin-top: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper { + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table { + margin-bottom: 1.14286rem; } + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th, + .euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td { + padding: 0.28571rem 0.57143rem; } + +.euiToast { + border: none; + border-radius: 6px; } + +.euiToast--primary { + border-top: 2px solid #07C; } + +.euiToast--success { + border-top: 2px solid #00BFB3; } + +.euiToast--warning { + border-top: 2px solid #FEC514; } + +.euiToast--danger { + border-top: 2px solid #BD271E; } + +.euiToastHeader__title { + font-weight: 700; } + +.euiToken--square { + border-radius: 3px; } + +.euiToolTip { + padding: 8px; } + .euiToolTip .euiHorizontalRule { + background-color: #595959; } diff --git a/public/light.css b/public/light.css new file mode 100644 index 00000000..959f2cc6 --- /dev/null +++ b/public/light.css @@ -0,0 +1,12 @@ +body { + font-family: "Roboto", Sans-serif; + font-size: 15px; + line-height: 18px; + -webkit-font-smoothing: antialiased; + color: #1a1c21; + background-color: #ffffff; +} +.euiLink--primary { + color: #33abff; + font-weight: bold; +} diff --git a/src/__tests__/components/UserProfile.test.tsx b/src/__tests__/components/UserProfile.test.tsx index 732405ff..5236c15e 100644 --- a/src/__tests__/components/UserProfile.test.tsx +++ b/src/__tests__/components/UserProfile.test.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/utils/ApplyIdNamingConvention.test.ts b/src/__tests__/utils/ApplyIdNamingConvention.test.ts index 2503ac8a..ae4d7415 100644 --- a/src/__tests__/utils/ApplyIdNamingConvention.test.ts +++ b/src/__tests__/utils/ApplyIdNamingConvention.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/utils/QueryParameters.test.ts b/src/__tests__/utils/QueryParameters.test.ts index d262327f..8d41f909 100644 --- a/src/__tests__/utils/QueryParameters.test.ts +++ b/src/__tests__/utils/QueryParameters.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/utils/TimezoneSetup.test.ts b/src/__tests__/utils/TimezoneSetup.test.ts index 32bfcec7..c6d32fe2 100644 --- a/src/__tests__/utils/TimezoneSetup.test.ts +++ b/src/__tests__/utils/TimezoneSetup.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/validations/UserInput.test.ts b/src/__tests__/validations/UserInput.test.ts index 37440763..3a6c40f5 100644 --- a/src/__tests__/validations/UserInput.test.ts +++ b/src/__tests__/validations/UserInput.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/waitForComponentToPaint.ts b/src/__tests__/waitForComponentToPaint.ts index d00f0a2e..af783aa0 100644 --- a/src/__tests__/waitForComponentToPaint.ts +++ b/src/__tests__/waitForComponentToPaint.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/__tests__/withApplicationContext.tsx b/src/__tests__/withApplicationContext.tsx index 8108cf1f..8b295ce6 100644 --- a/src/__tests__/withApplicationContext.tsx +++ b/src/__tests__/withApplicationContext.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/api/filterable.ts b/src/api/filterable.ts index 2f9c1825..f429c727 100644 --- a/src/api/filterable.ts +++ b/src/api/filterable.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/api/index.ts b/src/api/index.ts index 09e83d52..acb2da8c 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -111,6 +111,7 @@ abstract class ApiClientInterface extends BaseApiClient { ) => Promise; abstract subscriptionWorkflows: (subscription_id: string) => Promise; abstract inUseBySubscriptions: (subscriptionId: string) => Promise; + abstract subscriptionsByInUsedByIds: (subscriptionInstanceIds: string[]) => Promise; abstract processSubscriptionsBySubscriptionId: (subscriptionId: string) => Promise; abstract processSubscriptionsByProcessId: (processId: string) => Promise; abstract assignees: () => Promise; @@ -237,6 +238,16 @@ export class ApiClient extends ApiClientInterface { return this.fetchJson(`subscriptions/in_use_by/${subscriptionId}`); }; + subscriptionsByInUsedByIds = (subscriptionInstanceIds: string[]) => { + return this.postPutJson( + "subscriptions/subscriptions_for_in_used_by_ids", + subscriptionInstanceIds, + "post", + true, + false + ); + }; + processSubscriptionsBySubscriptionId = (subscriptionId: string): Promise => { return this.fetchJsonWithCustomErrorHandling( `processes/process-subscriptions-by-subscription-id/${subscriptionId}` diff --git a/src/components/ActionContainer.scss b/src/components/ActionContainer.scss index 8265d19b..0ca9e78e 100644 --- a/src/components/ActionContainer.scss +++ b/src/components/ActionContainer.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ActionContainer.tsx b/src/components/ActionContainer.tsx index 5a4fb9ca..a0d63c7c 100644 --- a/src/components/ActionContainer.tsx +++ b/src/components/ActionContainer.tsx @@ -1,7 +1,7 @@ import "components/ActionContainer.scss"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/CheckBox.scss b/src/components/CheckBox.scss index e6a311ba..1682cc49 100644 --- a/src/components/CheckBox.scss +++ b/src/components/CheckBox.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/CheckBox.tsx b/src/components/CheckBox.tsx index bb0c6981..eb967184 100644 --- a/src/components/CheckBox.tsx +++ b/src/components/CheckBox.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/DropDownActions.scss b/src/components/DropDownActions.scss index bde11ab8..68675edb 100644 --- a/src/components/DropDownActions.scss +++ b/src/components/DropDownActions.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/DropDownActions.tsx b/src/components/DropDownActions.tsx index 71f14737..876a75a9 100644 --- a/src/components/DropDownActions.tsx +++ b/src/components/DropDownActions.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/EditProduct.tsx b/src/components/EditProduct.tsx index 46c8dfa5..3273646f 100644 --- a/src/components/EditProduct.tsx +++ b/src/components/EditProduct.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Explain.scss b/src/components/Explain.scss index 331e29f4..f5669b5a 100644 --- a/src/components/Explain.scss +++ b/src/components/Explain.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Explain.tsx b/src/components/Explain.tsx index 6cc9a1fb..3ad2fb38 100644 --- a/src/components/Explain.tsx +++ b/src/components/Explain.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/FixedInputConfiguration.scss b/src/components/FixedInputConfiguration.scss index 08362811..d356a509 100644 --- a/src/components/FixedInputConfiguration.scss +++ b/src/components/FixedInputConfiguration.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/FixedInputConfiguration.tsx b/src/components/FixedInputConfiguration.tsx index e401b9a3..7370daa3 100644 --- a/src/components/FixedInputConfiguration.tsx +++ b/src/components/FixedInputConfiguration.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Flash.scss b/src/components/Flash.scss index eaad8ef2..38650937 100644 --- a/src/components/Flash.scss +++ b/src/components/Flash.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Flash.tsx b/src/components/Flash.tsx index e36092e8..07f3a8f2 100644 --- a/src/components/Flash.tsx +++ b/src/components/Flash.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Header.scss b/src/components/Header.scss index 17c993c6..28cf9711 100644 --- a/src/components/Header.scss +++ b/src/components/Header.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -18,32 +18,39 @@ @use "../stylesheets/vars"; .euiHeader { - height: 92px; + min-height: 80px; } + .header { &__app-title { margin: 0; - font-size: 1.3rem !important; + font-size: 1.4rem !important; font-weight: normal !important; - border-left: 1px solid vars.$primary; + //border-left: 2px solid vars.$primary; padding-left: 0.5rem; &.staging, &.local, &.development { color: vars.$danger; + margin-top: 0.26rem !important; + //font-style: italic; + padding-left: 0.65rem; + font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1.1rem !important; } } - &__container { - } - &__logo { - } &__logo-img { - padding-left: 0.5rem; + padding-left: 0.2rem; padding-right: 0.5rem; - margin-top: 1.5rem; - width: 16rem; + margin-top: 1rem; + width: 6rem; + height: 60px; } } +#switchTheme { + margin-right: -20px; +} .flash.hide + div.header-container { .header { diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 91e0fc4e..ba415b8a 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,11 +15,11 @@ import "components/Header.scss"; -import { EuiHeader, EuiHeaderLink, EuiHeaderLinks, EuiHeaderSectionItem, EuiText } from "@elastic/eui"; +import { EuiButtonIcon, EuiHeader, EuiHeaderLink, EuiHeaderLinks, EuiHeaderSectionItem, EuiText } from "@elastic/eui"; import EngineStatusBanner from "components/engineStatusBanner"; import FailedTaskBanner from "components/failedTaskBanner"; import UserProfile from "components/UserProfile"; -import logo from "images/network-automation.png"; +import logo from "images/logo.svg"; import { Profile } from "oidc-client"; import { AuthContextProps, withAuth } from "oidc-react"; import React from "react"; @@ -29,6 +29,7 @@ import ApplicationContext from "utils/ApplicationContext"; interface IState { dropDownActive: boolean; + darkMode: boolean | string; environment: string; } @@ -40,6 +41,7 @@ class Header extends React.PureComponent { const hostname = window.location.hostname; this.state = { dropDownActive: false, + darkMode: localStorage.getItem("darkMode") || false, environment: hostname.indexOf("staging") > -1 ? "staging" @@ -72,6 +74,16 @@ class Header extends React.PureComponent { ); } + switchTheme = () => { + if (this.state.darkMode) { + localStorage.removeItem("darkMode"); + window.location.reload(); + } else { + localStorage.setItem("darkMode", "yes"); + window.location.reload(); + } + }; + renderDropDownIndicator() { return this.state.dropDownActive ? : ; } @@ -85,15 +97,19 @@ class Header extends React.PureComponent { const { environment } = this.state; return ( - + logo -

+

+

+
+ +

{environment !== "production" && ` ${environment}`}

@@ -104,9 +120,11 @@ class Header extends React.PureComponent { - + + + - + {currentUser && ( diff --git a/src/components/HighlightCode.tsx b/src/components/HighlightCode.tsx index e6df9cf9..6d393d84 100644 --- a/src/components/HighlightCode.tsx +++ b/src/components/HighlightCode.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Message.scss b/src/components/Message.scss index 61be101c..4ac7d8b3 100644 --- a/src/components/Message.scss +++ b/src/components/Message.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Navigation.scss b/src/components/Navigation.scss index fbfcd5c7..f75c63e4 100644 --- a/src/components/Navigation.scss +++ b/src/components/Navigation.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 3e45c48c..f8b86281 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -27,7 +27,7 @@ import { EuiToast, } from "@elastic/eui"; import { Control } from "@elastic/eui/src/components/control_bar/control_bar"; -import { disabledMenuItems } from "custom/manifest.json"; +import manifest from "custom/manifest.json"; import mySpinner from "lib/Spin"; import React, { useContext, useEffect, useRef, useState } from "react"; import { FormattedMessage } from "react-intl"; @@ -47,7 +47,7 @@ const Navigation = ({ extraPages = [] }: { extraPages: string[] }) => { const navItems = ["processes", "subscriptions", "metadata", "tasks", "settings"] .filter( // @ts-ignore - (i) => !disabledMenuItems.includes(i) + (i) => !manifest.disabledMenuItems.includes(i) ) .concat(extraPages); const [isModalVisible, setIsModalVisible] = useState(false); @@ -121,7 +121,7 @@ const Navigation = ({ extraPages = [] }: { extraPages: string[] }) => { id="main-navigation-new-process-tab-button" iconType="plusInCircle" size="s" - color="accent" + color="text" fill > diff --git a/src/components/ProcessStateDetails.scss b/src/components/ProcessStateDetails.scss index 7f02c407..1bc9eee1 100644 --- a/src/components/ProcessStateDetails.scss +++ b/src/components/ProcessStateDetails.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -47,7 +47,7 @@ section.process-state-detail { h3 { font-size: larger; padding: 0px 15px 0 3px; - color: vars.$dark-grey; + //color: vars.$dark-grey; } li { display: inline-block; @@ -62,7 +62,7 @@ section.process-state-detail { section.traceback-container { padding: 5px; - background-color: vars.$light-grey; + //background-color: vars.$light-grey; } section.process-summary { @@ -75,7 +75,7 @@ section.process-state-detail { padding: 3px 40px 3px 15px; text-transform: uppercase; font-weight: bold; - color: vars.$medium-grey; + //color: vars.$medium-grey; } } } @@ -116,7 +116,7 @@ section.process-state-detail { section.state-delta { // @include mixins.card; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); - background-color: vars.$lightest-grey; + //background-color: #444444; margin-bottom: 25px; table { td { diff --git a/src/components/ProcessStateDetails.tsx b/src/components/ProcessStateDetails.tsx index 662b4a92..63956e50 100644 --- a/src/components/ProcessStateDetails.tsx +++ b/src/components/ProcessStateDetails.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -35,13 +35,14 @@ import { import HighlightCode from "components/HighlightCode"; import ProcessSubscriptionLink from "components/ProcessSubscriptionLink"; import StepDetails from "components/Step"; -import { HIDDEN_KEYS } from "pages/ProcessDetail"; import React, { useState } from "react"; import { FormattedMessage } from "react-intl"; import { capitalize, renderDateTime } from "utils/Lookups"; import { ProcessSubscription, ProcessWithDetails, Step, prop } from "utils/types"; import { applyIdNamingConvention, isEmpty, stateDelta } from "utils/Utils"; +const HIDDEN_KEYS = ["label_", "divider_", "__"]; + function StateChanges({ steps, index, diff --git a/src/components/Product.scss b/src/components/Product.scss index 8623ef58..eb485829 100644 --- a/src/components/Product.scss +++ b/src/components/Product.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProductBlock.scss b/src/components/ProductBlock.scss index 12fefabc..398f4e83 100644 --- a/src/components/ProductBlock.scss +++ b/src/components/ProductBlock.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProductBlock.tsx b/src/components/ProductBlock.tsx index 64fb31e8..0ec2934b 100644 --- a/src/components/ProductBlock.tsx +++ b/src/components/ProductBlock.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProductBlocks.tsx b/src/components/ProductBlocks.tsx index 72742c94..244b15c1 100644 --- a/src/components/ProductBlocks.tsx +++ b/src/components/ProductBlocks.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProductWorkflowsValidation.scss b/src/components/ProductWorkflowsValidation.scss index 5a4d7628..05381774 100644 --- a/src/components/ProductWorkflowsValidation.scss +++ b/src/components/ProductWorkflowsValidation.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProductWorkflowsValidation.tsx b/src/components/ProductWorkflowsValidation.tsx index fba547cd..2cde65b5 100644 --- a/src/components/ProductWorkflowsValidation.tsx +++ b/src/components/ProductWorkflowsValidation.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Products.tsx b/src/components/Products.tsx index 8484109f..b6be9700 100644 --- a/src/components/Products.tsx +++ b/src/components/Products.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ProtectedRoute.tsx b/src/components/ProtectedRoute.tsx index a0029869..5dd72ac3 100644 --- a/src/components/ProtectedRoute.tsx +++ b/src/components/ProtectedRoute.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ResourceTypes.tsx b/src/components/ResourceTypes.tsx index b116515d..832a7422 100644 --- a/src/components/ResourceTypes.tsx +++ b/src/components/ResourceTypes.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Step.scss b/src/components/Step.scss index 6f38b875..9ceedb1b 100644 --- a/src/components/Step.scss +++ b/src/components/Step.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/Step.tsx b/src/components/Step.tsx index eb4a388d..dedd177d 100644 --- a/src/components/Step.tsx +++ b/src/components/Step.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/SubscriptionValidation.scss b/src/components/SubscriptionValidation.scss index 6a09b846..149ed6dd 100644 --- a/src/components/SubscriptionValidation.scss +++ b/src/components/SubscriptionValidation.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/SubscriptionValidation.tsx b/src/components/SubscriptionValidation.tsx index 9a53cf20..022def97 100644 --- a/src/components/SubscriptionValidation.tsx +++ b/src/components/SubscriptionValidation.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/UserProfile.scss b/src/components/UserProfile.scss index 3ea727d2..6110753a 100644 --- a/src/components/UserProfile.scss +++ b/src/components/UserProfile.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/UserProfile.tsx b/src/components/UserProfile.tsx index d24cf14d..07683b8b 100644 --- a/src/components/UserProfile.tsx +++ b/src/components/UserProfile.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/ViewProduct.tsx b/src/components/ViewProduct.tsx index d13e4486..abdeeb92 100644 --- a/src/components/ViewProduct.tsx +++ b/src/components/ViewProduct.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/WorkFlows.tsx b/src/components/WorkFlows.tsx index 3b148952..473bc2a7 100644 --- a/src/components/WorkFlows.tsx +++ b/src/components/WorkFlows.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,7 +13,7 @@ * */ -import { EuiBadge, EuiInMemoryTable, EuiPageContent, EuiPageContentHeader, EuiSpacer } from "@elastic/eui"; +import { EuiBadge, EuiIcon, EuiInMemoryTable, EuiPageContent, EuiPageContentHeader, EuiSpacer } from "@elastic/eui"; import React from "react"; import ApplicationContext from "utils/ApplicationContext"; import { renderDateTime } from "utils/Lookups"; @@ -50,6 +50,21 @@ export default class WorkFlows extends React.Component { }; const columns = [ + { + field: "name", + name: "DOCS", + sortable: false, + truncateText: false, + render: (name: any) => { + // Todo: make configurable + return ( + + + + ); + }, + width: "5%", + }, { field: "name", name: "UNIQUE KEY", @@ -61,8 +76,9 @@ export default class WorkFlows extends React.Component { name: "DESCRIPTION", sortable: true, truncateText: false, - width: "30%", + width: "25%", }, + { field: "target", name: "TARGET", diff --git a/src/components/engineStatusBanner/EngineStatusBanner.scss b/src/components/engineStatusBanner/EngineStatusBanner.scss index f807afe4..0dd58bca 100644 --- a/src/components/engineStatusBanner/EngineStatusBanner.scss +++ b/src/components/engineStatusBanner/EngineStatusBanner.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/engineStatusBanner/index.tsx b/src/components/engineStatusBanner/index.tsx index c122574c..4947722b 100644 --- a/src/components/engineStatusBanner/index.tsx +++ b/src/components/engineStatusBanner/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,6 +15,7 @@ import "./EngineStatusBanner.scss"; +import { EuiText } from "@elastic/eui"; import EngineSettingsContext from "contextProviders/engineSettingsProvider"; import { useContext } from "react"; import { FormattedMessage } from "react-intl"; @@ -24,9 +25,9 @@ export default function EngineStatusBanner() { const globalStatus = engineStatus.global_status.toLocaleLowerCase(); return ( -
+ -
+ ); } diff --git a/src/components/failedTaskBanner/FailedTaskBanner.scss b/src/components/failedTaskBanner/FailedTaskBanner.scss index c7442d69..2733f10a 100644 --- a/src/components/failedTaskBanner/FailedTaskBanner.scss +++ b/src/components/failedTaskBanner/FailedTaskBanner.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,6 +17,9 @@ @use "../../stylesheets/media_queries.scss"; @use "../../stylesheets/vars"; +.failed-task-container { + cursor: pointer; +} .failed-task-banner { display: flex; align-items: center; @@ -33,5 +36,6 @@ &__counter { margin-left: 5px; + margin-right: -15px; } } diff --git a/src/components/failedTaskBanner/index.tsx b/src/components/failedTaskBanner/index.tsx index cdbc1c54..7c8bff49 100644 --- a/src/components/failedTaskBanner/index.tsx +++ b/src/components/failedTaskBanner/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -18,7 +18,8 @@ import "./FailedTaskBanner.scss"; import { EuiText, EuiToolTip } from "@elastic/eui"; import RunningProcessesContext from "contextProviders/runningProcessesProvider"; import { groupBy } from "lodash"; -import { useContext, useEffect, useState } from "react"; +import { useCallback, useContext, useEffect, useState } from "react"; +import { useHistory } from "react-router"; import { Process, ProcessStatus } from "utils/types"; import useHttpIntervalFallback from "utils/useHttpIntervalFallback"; import { FailedProcess } from "websocketService/useRunningProcesses"; @@ -66,6 +67,8 @@ export default function FailedTaskBanner() { const [data, , fetchData] = useFailedTaskFetcher("processes/"); const [failedProcesses, setFailedProcesses] = useState([]); const [failedTasks, setFailedTasks] = useState(countFailedProcesses([])); + const history = useHistory(); + const handleOnClick = useCallback(() => history.push("/tasks"), [history]); useHttpIntervalFallback(useFallback, () => fetchData(0, 10, [], filterFailedTasks)); @@ -93,13 +96,15 @@ export default function FailedTaskBanner() { const showTasksStatus = () => (failedTasks.all ? CheckboxStatus.FAILED : CheckboxStatus.OK); return ( - -
- - - {failedTasks.all} - -
-
+
+ +
+ + + {failedTasks.all} + +
+
+
); } diff --git a/src/components/failedTaskBanner/useFailedTaskFetcher.ts b/src/components/failedTaskBanner/useFailedTaskFetcher.ts index ffbe73ed..1676f5bd 100644 --- a/src/components/failedTaskBanner/useFailedTaskFetcher.ts +++ b/src/components/failedTaskBanner/useFailedTaskFetcher.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/inputForms/UserInputForm.scss b/src/components/inputForms/UserInputForm.scss index d4423f56..a2ddccbf 100644 --- a/src/components/inputForms/UserInputForm.scss +++ b/src/components/inputForms/UserInputForm.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -19,11 +19,9 @@ .user-input-form { h3 { padding: 20px 0; - font-size: larger; font-weight: bold; margin-bottom: 15px; - color: vars.$dark-grey; } .form-fieldset { diff --git a/src/components/inputForms/UserInputForm.tsx b/src/components/inputForms/UserInputForm.tsx index cf97da60..c4c25e2a 100644 --- a/src/components/inputForms/UserInputForm.tsx +++ b/src/components/inputForms/UserInputForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -414,6 +414,8 @@ class UserInputForm extends React.Component {
{stepUserInput.title && stepUserInput.title !== "unknown" &&

{stepUserInput.title}

} + {/* + // @ts-ignore */} { + onNodeClick = (item: EuiSuggestionProps) => { const { nodes } = this.state; const selectedNode = nodes.find((node) => node.description.replace("Node Planned", "") === item.label); this.setState({ selectedNode: selectedNode }); @@ -274,8 +274,10 @@ export default class ServicePortSelector extends React.PureComponent diff --git a/src/components/subscriptionContext.tsx b/src/components/subscriptionContext.tsx index 2f348e41..e595519c 100644 --- a/src/components/subscriptionContext.tsx +++ b/src/components/subscriptionContext.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/subscriptionDetail/Renderers.tsx b/src/components/subscriptionDetail/Renderers.tsx index 9d72318d..fb11b25b 100644 --- a/src/components/subscriptionDetail/Renderers.tsx +++ b/src/components/subscriptionDetail/Renderers.tsx @@ -34,7 +34,7 @@ export function RenderActions({ confirmation?: (message: string, callback: () => void) => void; }) { const intl = useIntl(); - const { organisations, redirect, allowed } = useContext(ApplicationContext); + const { allowed, organisations, redirect, theme } = useContext(ApplicationContext); if (!confirmation) { return null; @@ -85,7 +85,7 @@ export function RenderActions({ workflows.terminate .sort((a, b) => a.name.localeCompare(b.name)) .map((wf, index: number) => ( - + {!wf.reason && ( @@ -116,7 +116,7 @@ export function RenderActions({ ))} {isEmpty(workflows.terminate) && ( - + @@ -128,7 +128,7 @@ export function RenderActions({ workflows.modify .sort((a, b) => a.name.localeCompare(b.name)) .map((wf, index: number) => ( - + {!wf.reason && ( ))} {isEmpty(workflows.modify) && ( - + @@ -176,7 +176,7 @@ export function RenderActions({ workflows.system .sort((a, b) => a.name.localeCompare(b.name)) .map((wf, index: number) => ( - + {!wf.reason && ( ))} {isEmpty(workflows.system) && ( - + @@ -219,9 +219,11 @@ export function RenderActions({ } export function RenderFixedInputs({ product }: { product?: Product }) { + const { theme } = useContext(ApplicationContext); if (!product || !product.fixed_inputs.length) { return null; } + return ( } @@ -233,7 +235,7 @@ export function RenderFixedInputs({ product }: { product?: Product }) { {product.fixed_inputs .sort((a, b) => a.name.localeCompare(b.name)) .map((fi, index) => ( - + {fi.name} {fi.value} @@ -245,9 +247,11 @@ export function RenderFixedInputs({ product }: { product?: Product }) { } export function RenderProduct({ product }: { product?: Product }) { + const { theme } = useContext(ApplicationContext); if (!product) { return null; } + return ( } @@ -256,7 +260,7 @@ export function RenderProduct({ product }: { product?: Product }) { - + @@ -270,37 +274,37 @@ export function RenderProduct({ product }: { product?: Product }) { - + - + - + - + - + - + @@ -313,6 +317,7 @@ export function RenderProduct({ product }: { product?: Product }) { } export function RenderProcesses({ subscriptionProcesses }: { subscriptionProcesses: SubscriptionProcesses[] }) { + const { theme } = useContext(ApplicationContext); const columns = ["target", "name", "id", "status", "started_at", "modified_at"]; const th = (index: number) => { @@ -339,7 +344,7 @@ export function RenderProcesses({ subscriptionProcesses }: { subscriptionProcess {subscriptionProcesses.map((ps, index) => ( - + ))} {isEmpty(subscriptionProcesses) && ( - + {filteredSubscriptions.map((subscription: SubscriptionWithDetails, index: number) => ( - + + + + + + + + ); + isSubscriptionInfoSection = true; + } + // @ts-ignore + const value = inUseBySubscriptions.hasOwnProperty(entry[1]) + ? // @ts-ignore + inUseBySubscriptions[entry[1]] + : entry[1]; + + return ( + <> + {SubscriptionInfoExpandButton} + {isExpanded && ( + + )} + + ); + } + return ( + + ); + })}
{product.description}
{product.product_type}
{product.tag || ""}
{product.status || ""}
{renderDateTime(product.created_at)}
{ps.workflow_target} {ps.process.workflow} @@ -353,7 +358,7 @@ export function RenderProcesses({ subscriptionProcesses }: { subscriptionProcess
@@ -368,6 +373,7 @@ export function RenderProcesses({ subscriptionProcesses }: { subscriptionProcess } export function RenderSubscriptions({ inUseBySubscriptions }: { inUseBySubscriptions?: SubscriptionWithDetails[] }) { + const { theme } = useContext(ApplicationContext); const intl = useIntl(); const [filterTerminated, setFilterTerminated] = useState(true); @@ -425,7 +431,7 @@ export function RenderSubscriptions({ inUseBySubscriptions }: { inUseBySubscript
(); const [notFound, setNotFound] = useState(false); const [workflows, setWorkflows] = useState(); + const [inUseBySubscriptions, setInUseBySubscriptions] = useState({}); const [enrichedInUseBySubscriptions, setEnrichedInUseBySubscriptions] = useState(); const [viewTypes, setViewTypes] = useStorageState( localStorage, @@ -115,9 +116,9 @@ function SubscriptionDetail({ subscriptionId, confirmation }: IProps) { useEffect(() => { if (loadedSubscriptionModel && subscription) { async function loadViews() { - if (plugins.hasOwnProperty("subscriptionDetailPlugins")) { + if (manifest.plugins.hasOwnProperty("subscriptionDetailPlugins")) { // @ts-ignore - const componentPromises = plugins["subscriptionDetailPlugins"].map(async (plugin) => { + const componentPromises = manifest.plugins["subscriptionDetailPlugins"].map(async (plugin) => { const View = await importPlugin(plugin); return ( { + if (loadedSubscriptionModel && subscription) { + const inUseByIds = findObjects(subscription, "in_use_by_ids"); + apiClient.subscriptionsByInUsedByIds(inUseByIds).then((i) => setInUseBySubscriptions(i)); + } + }, [loadedSubscriptionModel, subscription, apiClient]); + if (notFound) { return (

@@ -208,11 +216,8 @@ function SubscriptionDetail({ subscriptionId, confirmation }: IProps) { const renderedSubscriptionDetails = (
- - {plugins.hasOwnProperty("subscriptionDetailPlugins") && ( + + {manifest.plugins.hasOwnProperty("subscriptionDetailPlugins") && ( {loadedPlugins} )}
@@ -313,6 +318,7 @@ function SubscriptionDetail({ subscriptionId, confirmation }: IProps) { key={index} subscription_instance={entry[1]} field_name={entry[0]} + inUseBySubscriptions={inUseBySubscriptions} /> ))} @@ -323,6 +329,7 @@ function SubscriptionDetail({ subscriptionId, confirmation }: IProps) { )} diff --git a/src/components/subscriptionDetail/SubscriptionDetails.tsx b/src/components/subscriptionDetail/SubscriptionDetails.tsx index 62930307..38e8cd98 100644 --- a/src/components/subscriptionDetail/SubscriptionDetails.tsx +++ b/src/components/subscriptionDetail/SubscriptionDetails.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -53,7 +53,7 @@ interface IProps { } export default function SubscriptionDetails({ subscription, className = "", subscriptionProcesses = [] }: IProps) { - const { organisations, allowed } = useContext(ApplicationContext); + const { allowed, organisations, theme } = useContext(ApplicationContext); // handle global errors const [errorMessage, setErrorMessage] = useState(""); const closeErrorModal = () => { @@ -140,7 +140,7 @@ export default function SubscriptionDetails({ subscription, className = "", subs - + @@ -202,37 +202,37 @@ export default function SubscriptionDetails({ subscription, className = "", subs - + - + - + - + - + - + @@ -268,21 +268,21 @@ export default function SubscriptionDetails({ subscription, className = "", subs {customer_name && customer_name !== subscription.customer_id && ( - + )} - + {subscription.customer_descriptions && ( - + @@ -298,7 +298,7 @@ export default function SubscriptionDetails({ subscription, className = "", subs )} - + diff --git a/src/components/subscriptionDetail/SubscriptionInfo.tsx b/src/components/subscriptionDetail/SubscriptionInfo.tsx new file mode 100644 index 00000000..4a274579 --- /dev/null +++ b/src/components/subscriptionDetail/SubscriptionInfo.tsx @@ -0,0 +1,68 @@ +/* + * Copyright 2019-2022 SURF. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +import { + EuiDescriptionList, + EuiDescriptionListDescription, + EuiDescriptionListTitle, + EuiFlexGroup, + EuiFlexItem, + EuiLink, +} from "@elastic/eui"; +import React, { useContext } from "react"; +import ApplicationContext from "utils/ApplicationContext"; + +interface IProps { + label: string; + value: any; +} + +export default function SubscriptionInfo({ label, value }: IProps) { + const { theme } = useContext(ApplicationContext); + + return ( + + + + + + + ); +} diff --git a/src/components/subscriptionDetail/SubscriptionInstance.tsx b/src/components/subscriptionDetail/SubscriptionInstance.tsx index aeea6451..bec66097 100644 --- a/src/components/subscriptionDetail/SubscriptionInstance.tsx +++ b/src/components/subscriptionDetail/SubscriptionInstance.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,21 +13,30 @@ * */ +import { EuiButton } from "@elastic/eui"; +import SubscriptionInfo from "components/subscriptionDetail/SubscriptionInfo"; import SubscriptionInstanceValue from "custom/components/subscriptionDetail/SubscriptionInstanceValue"; import { isArray, partition } from "lodash"; +import React, { useContext, useState } from "react"; import { FormattedMessage } from "react-intl"; +import ApplicationContext from "utils/ApplicationContext"; import { ISubscriptionInstance } from "utils/types"; interface IProps { subscription_instance: ISubscriptionInstance; field_name?: string; + inUseBySubscriptions: {}; } -export default function SubscriptionInstance({ subscription_instance, field_name }: IProps) { +export default function SubscriptionInstance({ subscription_instance, field_name, inUseBySubscriptions }: IProps) { + const { theme } = useContext(ApplicationContext); + const [subscriptionInfoExpanded, setSubscriptionInfoExpanded] = useState(false); + if (!subscription_instance) { return null; } - + let isSubscriptionInfoSection = false; + const subscriptionInstanceId = subscription_instance.subscription_instance_id; const fields = Object.entries(subscription_instance) .filter((entry) => !["label", "subscription_instance_id", "name"].includes(entry[0])) .map<[string, any]>((entry) => (isArray(entry[1]) ? entry : [entry[0], [entry[1]]])); @@ -49,9 +58,57 @@ export default function SubscriptionInstance({ subscription_instance, field_name {value_fields .sort((entryA, entryB) => entryA[0].localeCompare(entryB[0])) .flatMap((entry) => entry[1].map((value: any) => [entry[0], value])) - .map((entry, i) => ( - - ))} + .map((entry, i) => { + if (entry[0] === "in_use_by_ids") { + let SubscriptionInfoExpandButton = <>; + if (!isSubscriptionInfoSection) { + // render button once per product block + SubscriptionInfoExpandButton = ( + + + + + + + + ); + isSubscriptionInfoSection = true; + } + // @ts-ignore + const value = inUseBySubscriptions.hasOwnProperty(entry[1]) + ? // @ts-ignore + inUseBySubscriptions[entry[1]] + : entry[1]; + return ( + <> + {SubscriptionInfoExpandButton} + {subscriptionInfoExpanded && ( + + )} + + ); + } + return ( + + ); + })}
{subscription.product?.name}
{subscription.description}
{renderDate(subscription.start_date)}
{renderDate(subscription.end_date)}
{subscription.status}
{customer_name}
{subscription.customer_id}
{label.toUpperCase()} + + + + Description + {value.description} + Product + + {value.product?.description} + + + + + + Status + {value.status} + Subscription ID + + + {value.subscription_id?.slice(0, 8)} + + + + + +
USED_BY_SUBSCRIPTIONSShow info about subscriptions that use this product block + + setSubscriptionInfoExpanded(!subscriptionInfoExpanded) + } + > + {subscriptionInfoExpanded ? "collapse" : "expand"} + +
{instance_fields .flatMap((entry) => entry[1].map((value: any) => [entry[0], value])) @@ -60,6 +117,7 @@ export default function SubscriptionInstance({ subscription_instance, field_name key={i} subscription_instance={entry[1]} field_name={field_name ? `${field_name}.${entry[0]}` : entry[0]} + inUseBySubscriptions={inUseBySubscriptions} /> ))} diff --git a/src/components/subscriptionDetail/templates/ServiceConfiguration.tsx b/src/components/subscriptionDetail/templates/ServiceConfiguration.tsx index 4ff41057..5b020472 100644 --- a/src/components/subscriptionDetail/templates/ServiceConfiguration.tsx +++ b/src/components/subscriptionDetail/templates/ServiceConfiguration.tsx @@ -1,20 +1,39 @@ +import { EuiButton } from "@elastic/eui"; +import SubscriptionInfo from "components/subscriptionDetail/SubscriptionInfo"; import { TabbedSection } from "components/subscriptionDetail/TabbedSection"; import SubscriptionInstanceValue from "custom/components/subscriptionDetail/SubscriptionInstanceValue"; import { isArray, partition } from "lodash"; +import React, { useContext, useState } from "react"; +import ApplicationContext from "utils/ApplicationContext"; import { ISubscriptionInstance, TabView } from "utils/types"; interface IProps { subscriptionInstances: any[][]; viewType?: string; subscription_id: string; + inUseBySubscriptions: {}; } -export function RenderServiceConfiguration({ subscriptionInstances, viewType, subscription_id }: IProps) { +export function RenderServiceConfiguration({ + subscriptionInstances, + viewType, + subscription_id, + inUseBySubscriptions, +}: IProps) { + // Todo: remove surf specific code const tabOrder = ["ip_gw_endpoint", "l3_endpoints", "l2_endpoints"]; + const { theme } = useContext(ApplicationContext); + const [subscriptionInfoExpanded, setSubscriptionInfoExpanded] = useState([]); - const splitValueAndInstanceFields = (instance: ISubscriptionInstance) => { - if (instance === null) debugger; + const toggleExpand = (id: string) => { + if (subscriptionInfoExpanded.includes(id)) { + setSubscriptionInfoExpanded(subscriptionInfoExpanded.filter((i) => i !== id)); + } else { + setSubscriptionInfoExpanded(subscriptionInfoExpanded.concat(id)); + } + }; + const splitValueAndInstanceFields = (instance: ISubscriptionInstance) => { const fields = Object.entries(instance) .filter(([key]) => !["label", "subscription_instance_id", "name"].includes(key)) .filter(([key, value]) => (key === "owner_subscription_id" ? value !== subscription_id : true)) @@ -41,6 +60,8 @@ export function RenderServiceConfiguration({ subscriptionInstances, viewType, su instances.forEach((inst: ISubscriptionInstance) => { const splitFields = splitValueAndInstanceFields(inst); const subTabs: TabView[] = level < 4 ? parseToTabs(splitFields.instance_fields, level + 1) : []; + let isSubscriptionInfoSection = false; + const subscriptionInstanceId = inst.subscription_instance_id; tabs.push({ id: `${field}-${inst.subscription_instance_id}`, name: splitFields.tabName, @@ -58,13 +79,66 @@ export function RenderServiceConfiguration({ subscriptionInstances, viewType, su .flatMap((entry) => entry[1].map((value: any) => [entry[0], value !== null ? value : "NULL"]) ) - .map((entry, i) => ( - - ))} + .map((entry, i) => { + if (entry[0] === "in_use_by_ids") { + const isExpanded = subscriptionInfoExpanded.includes( + subscriptionInstanceId + ); + let SubscriptionInfoExpandButton = <>; + if (!isSubscriptionInfoSection) { + // render button once per product block + SubscriptionInfoExpandButton = ( +

USED_BY_SUBSCRIPTIONS + Show info about subscriptions that use this product + block + + + toggleExpand(subscriptionInstanceId) + } + > + {isExpanded ? "collapse" : "expand"} + +
{subTabs.length > 0 && (
diff --git a/src/components/tables/AdvancedSearch.tsx b/src/components/tables/AdvancedSearch.tsx index d7a153c1..74250111 100644 --- a/src/components/tables/AdvancedSearch.tsx +++ b/src/components/tables/AdvancedSearch.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/DropDownContainer.scss b/src/components/tables/DropDownContainer.scss index 182069af..71689037 100644 --- a/src/components/tables/DropDownContainer.scss +++ b/src/components/tables/DropDownContainer.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/DropDownContainer.tsx b/src/components/tables/DropDownContainer.tsx index e8e9ec1c..cdf9cb6e 100644 --- a/src/components/tables/DropDownContainer.tsx +++ b/src/components/tables/DropDownContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/MiniPaginator.tsx b/src/components/tables/MiniPaginator.tsx index f7a98693..5294bc53 100644 --- a/src/components/tables/MiniPaginator.tsx +++ b/src/components/tables/MiniPaginator.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/NwaTable.scss b/src/components/tables/NwaTable.scss index da2bf96b..1de6bdd3 100644 --- a/src/components/tables/NwaTable.scss +++ b/src/components/tables/NwaTable.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -22,9 +22,6 @@ padding: 20px 0 5px 0; margin: 0 0 5px 0; font-size: larger; - &.minimized { - background-color: white; - } .icon-right { float: right; } @@ -44,7 +41,7 @@ } } div.advanced-search-container { - padding: 0px 0px 10px 0px; + padding: 0 0 10px 0; } .preferences { @@ -82,6 +79,7 @@ table.nwa-table { th { text-align: left; vertical-align: middle; + color: white; } th:first-child { border-radius: 10px 0 0 0; @@ -91,20 +89,6 @@ table.nwa-table { border-right: none; } tr { - border-bottom: 1px solid vars.$light-grey; - background-color: white; - &.suspended { - background-color: vars.$lightest-gold; - } - &.running { - background-color: vars.$lightest-success; - } - &.api_unavailable { - background-color: vars.$lightest-primary; - } - &.inconsistent_data { - background-color: vars.$lightest-danger; - } &.highlighted { border: 2px solid vars.$primary; } @@ -114,20 +98,17 @@ table.nwa-table { th { padding: 5px 5px 10px 5px; background-color: vars.$primary; - color: white; } } span { font-weight: bold; font-size: larger; - color: vars.$medium-grey; padding: 7px 2px 7px 0; } input { font-size: 14px; } tr.filters { - background-color: white; th { border-right: none; border-left: none; @@ -146,7 +127,6 @@ table.nwa-table { i.fa { margin-top: 6px; - color: vars.$primary; float: left; font-size: 18px; &.active { @@ -158,26 +138,6 @@ table.nwa-table { } } tbody { - tr { - &:hover { - background-color: vars.$hover; - &.suspended { - background-color: color.adjust(vars.$lightest-gold, $lightness: -3%); - } - &.running { - background-color: color.adjust(vars.$lightest-success, $lightness: -3%); - } - &.api_unavailable { - background-color: color.adjust(vars.$lightest-primary, $lightness: -3%); - } - &.inconsistent_data { - background-color: color.adjust(vars.$lightest-danger, $lightness: -3%); - } - td.actions i.fa-ellipsis-h { - color: vars.$primary; - } - } - } td { i.fa-info-circle { @include mixins.info-icon; @@ -231,7 +191,6 @@ table.nwa-table { } } td.assignee { - color: vars.$primary; font-weight: bold; padding-right: 15px; } diff --git a/src/components/tables/NwaTable.tsx b/src/components/tables/NwaTable.tsx index b5e857a8..e89d4a18 100644 --- a/src/components/tables/NwaTable.tsx +++ b/src/components/tables/NwaTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,8 +16,9 @@ import "stylesheets/buttons.scss"; import "components/tables/NwaTable.scss"; -import { EuiFlexGroup, EuiFlexItem } from "@elastic/eui"; +import { EuiFlexGroup, EuiFlexItem, EuiPanel } from "@elastic/eui"; import AdvancedSearch from "components/tables/AdvancedSearch"; +import MiniPaginator from "components/tables/MiniPaginator"; import Paginator from "components/tables/Paginator"; import Preferences from "components/tables/Preferences"; import { TableRenderer } from "components/tables/TableRenderer"; @@ -43,8 +44,6 @@ import { } from "react-table"; import useHttpIntervalFallback from "utils/useHttpIntervalFallback"; -import MiniPaginator from "./MiniPaginator"; - /* * Reusable NWA table implementation using react-table 7. * @@ -323,7 +322,7 @@ export function NwaTable({ }, [runningProcesses]); // eslint-disable-line react-hooks/exhaustive-deps return ( -
+ {...preferencesProps} /> @@ -342,6 +341,6 @@ export function NwaTable({
)} {!minimized && showPaginator && } -
+ ); } diff --git a/src/components/tables/Paginator.scss b/src/components/tables/Paginator.scss index a8ed30b7..b1629053 100644 --- a/src/components/tables/Paginator.scss +++ b/src/components/tables/Paginator.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -31,5 +31,5 @@ } .mini-paginator { - margin-top: 8px; + margin-top: 5px !important; } diff --git a/src/components/tables/Paginator.tsx b/src/components/tables/Paginator.tsx index b382b3ea..6a4d7a19 100644 --- a/src/components/tables/Paginator.tsx +++ b/src/components/tables/Paginator.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/Preferences.scss b/src/components/tables/Preferences.scss index 594ae287..c9725d21 100644 --- a/src/components/tables/Preferences.scss +++ b/src/components/tables/Preferences.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/Preferences.tsx b/src/components/tables/Preferences.tsx index 1bc3ec6f..718a172c 100644 --- a/src/components/tables/Preferences.tsx +++ b/src/components/tables/Preferences.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -77,7 +77,6 @@ function Preferences({ dispatch({ type: ActionType.OVERRIDE, settings: initialTableSettings })} - color="warning" iconType="refresh" > diff --git a/src/components/tables/Processes.tsx b/src/components/tables/Processes.tsx index 269d0b9a..f59d7e8d 100644 --- a/src/components/tables/Processes.tsx +++ b/src/components/tables/Processes.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/Subscriptions.tsx b/src/components/tables/Subscriptions.tsx index 82f741bb..a9f9ae8c 100644 --- a/src/components/tables/Subscriptions.tsx +++ b/src/components/tables/Subscriptions.tsx @@ -1,3 +1,18 @@ +/* + * Copyright 2019-2022 SURF. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import SubscriptionDetail from "components/subscriptionDetail/SubscriptionDetail"; import { renderInsyncCell, @@ -36,20 +51,6 @@ import { useQueryParam } from "use-query-params"; import ApplicationContext from "utils/ApplicationContext"; import { CommaSeparatedNumericArrayParam, CommaSeparatedStringArrayParam } from "utils/QueryParameters"; import { Subscription } from "utils/types"; -/* - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ export function initialSubscriptionsFilterAndSort(showTasks: boolean, statuses: string[]) { const initialFilterBy = [{ id: "status", values: statuses }]; diff --git a/src/components/tables/TableRenderer.tsx b/src/components/tables/TableRenderer.tsx index 01f3851d..05a94da3 100644 --- a/src/components/tables/TableRenderer.tsx +++ b/src/components/tables/TableRenderer.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,8 +15,10 @@ import "stylesheets/buttons.scss"; -import React from "react"; +import React, { useContext } from "react"; import { ColumnInstance, HeaderGroup, Row, TableBodyProps, TableProps } from "react-table"; +import ApplicationContext from "utils/ApplicationContext"; +import { DARK_ROW_BORDER_COLOR, LIGHT_ROW_BORDER_COLOR } from "utils/Colors"; interface ITableRendererProps { renderSubComponent: ({ row }: { row: Row }) => JSX.Element; @@ -37,6 +39,8 @@ export function TableRenderer({ page, visibleColumns, }: ITableRendererProps) { + const { theme } = useContext(ApplicationContext); + const sortIcon = (col: ColumnInstance) => { if (!col.canSort) { return ""; @@ -51,6 +55,7 @@ export function TableRenderer({ return ; } }; + const rowBorderColor = theme === "light" ? LIGHT_ROW_BORDER_COLOR : DARK_ROW_BORDER_COLOR; return ( @@ -64,7 +69,7 @@ export function TableRenderer({ ))} - + {headerGroup.headers.map((column) => ( + {row.cells.map((cell) => { return ( + + {sortedPrefixes.map((prefix) => ( - + - {labels && } - + {labels && } + {extra_columns_data && extra_columns_data.map((cell, idx) => ( - ))} diff --git a/src/lib/uniforms-surfnet/src/TextField.tsx b/src/lib/uniforms-surfnet/src/TextField.tsx index 57b53f29..e525c17d 100644 --- a/src/lib/uniforms-surfnet/src/TextField.tsx +++ b/src/lib/uniforms-surfnet/src/TextField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/index.ts b/src/lib/uniforms-surfnet/src/index.ts index 0328096c..8c4f4c1b 100644 --- a/src/lib/uniforms-surfnet/src/index.ts +++ b/src/lib/uniforms-surfnet/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -38,7 +38,7 @@ export { default as OptGroupField } from "lib/uniforms-surfnet/src/OptGroupField export { default as SubscriptionField } from "lib/uniforms-surfnet/src/SubscriptionField"; export { default as SubscriptionSummaryField } from "lib/uniforms-surfnet/src/SubscriptionSummaryField"; export { default as SummaryField } from "lib/uniforms-surfnet/src/SummaryField"; -// ??? + export { default as LocationCodeField } from "lib/uniforms-surfnet/src/logic/LocationCodeField"; export { default as OrganisationField } from "lib/uniforms-surfnet/src/logic/OrganisationField"; export { default as ProductField } from "lib/uniforms-surfnet/src/logic/ProductField"; diff --git a/src/lib/uniforms-surfnet/src/logic/LocationCodeField.tsx b/src/lib/uniforms-surfnet/src/logic/LocationCodeField.tsx index adca683d..dd7b9ba6 100644 --- a/src/lib/uniforms-surfnet/src/logic/LocationCodeField.tsx +++ b/src/lib/uniforms-surfnet/src/logic/LocationCodeField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/logic/OrganisationField.tsx b/src/lib/uniforms-surfnet/src/logic/OrganisationField.tsx index 268da38f..767a1f80 100644 --- a/src/lib/uniforms-surfnet/src/logic/OrganisationField.tsx +++ b/src/lib/uniforms-surfnet/src/logic/OrganisationField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/logic/ProductField.tsx b/src/lib/uniforms-surfnet/src/logic/ProductField.tsx index 7a8682aa..1781f14d 100644 --- a/src/lib/uniforms-surfnet/src/logic/ProductField.tsx +++ b/src/lib/uniforms-surfnet/src/logic/ProductField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/types.ts b/src/lib/uniforms-surfnet/src/types.ts index bb162fc3..28e5378b 100644 --- a/src/lib/uniforms-surfnet/src/types.ts +++ b/src/lib/uniforms-surfnet/src/types.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/locale/en.ts b/src/locale/en.ts index 7aa9c4ca..1794caa0 100644 --- a/src/locale/en.ts +++ b/src/locale/en.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/locale/i18n.ts b/src/locale/i18n.ts index b432396e..3888653c 100644 --- a/src/locale/i18n.ts +++ b/src/locale/i18n.ts @@ -1,12 +1,13 @@ import en from "locale/en"; import { merge } from "lodash"; import { createIntl, createIntlCache } from "react-intl"; - -import { apiClient } from "../utils/ApplicationContext"; +import { apiClient } from "utils/ApplicationContext"; async function loadLocaleData(locale: string): Promise> { let backend_messages; try { + backend_messages = {}; + // circular import backend_messages = await apiClient.translations(locale); } catch (e) { backend_messages = {}; diff --git a/src/locale/nl.ts b/src/locale/nl.ts index 6fbbeb51..5a410ef8 100644 --- a/src/locale/nl.ts +++ b/src/locale/nl.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/App.scss b/src/pages/App.scss index 60567b6d..0eeab5ff 100644 --- a/src/pages/App.scss +++ b/src/pages/App.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,25 +13,26 @@ * */ -@use "../lib/themes/theme.css"; -@use "../lib/themes/vars.scss"; +//@use "../lib/themes/theme.css"; +//@use "../lib/themes/vars.scss"; @use "../stylesheets/application.scss"; -body { - font-family: "Roboto", Sans-serif; - font-weight: 400; - font-size: 15px; - line-height: 20px; - color: vars.$dark-grey; - -webkit-font-smoothing: antialiased; - background-color: vars.$background; -} - -a { - cursor: pointer; - color: vars.$primary; - font-weight: bold; -} +//body { +// font-family: "Roboto", Sans-serif; +// //font-weight: 400; +// font-size: 15px; +// line-height: 19px; +// //color: white; +// //color: vars.$dark-grey; +// -webkit-font-smoothing: antialiased; +// //background-color: vars.$background; +//} +// +//a { +// cursor: pointer; +// //color: vars.$primary; +// font-weight: bold; +//} *, *:before, @@ -39,58 +40,51 @@ a { box-sizing: border-box; } -::-webkit-input-placeholder, -div.Select-placeholder { - color: vars.$primary; -} +//::-webkit-input-placeholder, +//div.Select-placeholder { +// color: vars.$primary; +//} +// +//::-moz-placeholder { +// color: vars.$primary; +// opacity: 1; +//} -::-moz-placeholder { - color: vars.$primary; - opacity: 1; -} - -.App { - text-align: center; -} - -.App-header { - background-color: vars.$primary; - height: 150px; - padding: 20px; - color: white; -} - -.App-intro { - font-size: large; -} - -@keyframes spinner-line-fade-more { - 0%, - 100% { - opacity: 0; /* minimum opacity */ - } - 1% { - opacity: 1; - } -} - -@keyframes spinner-line-fade-quick { - 0%, - 39%, - 100% { - opacity: 0.25; /* minimum opacity */ - } - 40% { - opacity: 1; - } -} - -@keyframes spinner-line-fade-default { - 0%, - 100% { - opacity: 0.22; /* minimum opacity */ - } - 1% { - opacity: 1; - } -} +//.App { +// text-align: center; +//} +// +//.App-intro { +// font-size: large; +//} +// +//@keyframes spinner-line-fade-more { +// 0%, +// 100% { +// opacity: 0; /* minimum opacity */ +// } +// 1% { +// opacity: 1; +// } +//} +// +//@keyframes spinner-line-fade-quick { +// 0%, +// 39%, +// 100% { +// opacity: 0.25; /* minimum opacity */ +// } +// 40% { +// opacity: 1; +// } +//} +// +//@keyframes spinner-line-fade-default { +// 0%, +// 100% { +// opacity: 0.22; /* minimum opacity */ +// } +// 1% { +// opacity: 1; +// } +//} diff --git a/src/pages/App.tsx b/src/pages/App.tsx index ef6ce6b3..8aee2b86 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,7 +17,7 @@ import "locale/en"; import "locale/nl"; import "pages/App.scss"; -import { EuiLoadingSpinner, EuiToast } from "@elastic/eui"; +import { EuiLoadingSpinner, EuiProvider, EuiToast } from "@elastic/eui"; import * as Sentry from "@sentry/react"; import EditProduct from "components/EditProduct"; import Flash from "components/Flash"; @@ -28,7 +28,7 @@ import ProductBlock from "components/ProductBlock"; import ProtectedRoute from "components/ProtectedRoute"; import ViewProduct from "components/ViewProduct"; import GlobalContextProviders from "contextProviders/globalContextProviders"; -import { customPages, disabledRoutes } from "custom/manifest.json"; +import manifest from "custom/manifest.json"; import { ENV } from "env"; import { createBrowserHistory } from "history"; import { intl, setLocale } from "locale/i18n"; @@ -87,6 +87,7 @@ class App extends React.PureComponent { importedModules: [], importedPlugins: [], applicationContext: { + theme: localStorage.getItem("darkMode") || false ? "dark" : "light", organisations: [], locationCodes: [], assignees: [], @@ -137,10 +138,10 @@ class App extends React.PureComponent { } importCustomPages = () => { - if (customPages) { + if (manifest.customPages) { try { const importedModules: any[] = []; - const importPromises = customPages.map((page) => + const importPromises = manifest.customPages.map((page) => // @ts-ignore import(`../custom/${page.path}/${page.file}`).then((module) => { // @ts-ignore @@ -208,11 +209,14 @@ class App extends React.PureComponent { const filteredProducts = (allProducts || []).sort((a, b) => a.name.localeCompare(b.name)); + console.log("Theme before load: ", this.state.applicationContext.theme); + this.setState({ loading: false, loaded: true, intl: language, applicationContext: { + theme: this.state.applicationContext.theme, organisations: allOrganisations || [], locationCodes: allLocationCodes || [], assignees: allAssignees || [], @@ -236,145 +240,158 @@ class App extends React.PureComponent { if (loading || !intl) { return null; // render null when app is not ready yet for static mySpinner } - + console.log(applicationContext.theme); return ( - - - - - - {loading && ( - - -
Syncing
-
- )} -
- + + + + + + + {loading && ( + + +
Syncing
+
+ )}
- -
- i.name)} /> - -
- - } /> - } /> - ( - - )} - /> - ( - +
+ +
+ i.name)} /> + +
+ + } /> + } /> + ( + + )} + /> + ( + - )} - /> - ( - + )} + /> + ( + + )} + /> + ( + + )} + /> + } + /> + } /> + ( + + )} + /> + {!manifest.disabledRoutes.includes("/subscriptions/:id") && ( + } /> )} - /> - ( - + {!manifest.disabledRoutes.includes("/subscriptions") && ( + } + /> )} - /> - } - /> - } /> - ( - + {!manifest.disabledRoutes.includes("/metadata") && ( + } + /> )} - /> - {!disabledRoutes.includes("/subscriptions/:id") && ( - } + } /> - )} - {!disabledRoutes.includes("/subscriptions") && ( - } + } /> - )} - {!disabledRoutes.includes("/metadata") && ( - } + } /> - )} - } - /> - } - /> - } - /> - ( - + ( + + )} + /> + {!manifest.disabledRoutes.includes("/metadata") && ( + } /> )} - /> - {!disabledRoutes.includes("/metadata") && ( - } /> - )} - {!isEmpty(importedModules) && - importedModules.map(({ path, name, Component }) => ( - - ))} + {!isEmpty(importedModules) && + importedModules.map(({ path, name, Component }) => ( + + ))} - } /> + } /> - } /> - } /> - } /> - } /> - } /> - - -
-
-
-
-
-
+ } /> + } + /> + } /> + } /> + } + /> + + + + + + + + +
); } diff --git a/src/pages/ModifySubscription.scss b/src/pages/ModifySubscription.scss index c22b6742..2826e7e4 100644 --- a/src/pages/ModifySubscription.scss +++ b/src/pages/ModifySubscription.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/ModifySubscription.tsx b/src/pages/ModifySubscription.tsx index 412732a6..5810a86e 100644 --- a/src/pages/ModifySubscription.tsx +++ b/src/pages/ModifySubscription.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NewProcess.scss b/src/pages/NewProcess.scss index 4bef107b..ea1d8ff2 100644 --- a/src/pages/NewProcess.scss +++ b/src/pages/NewProcess.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NewProcess.tsx b/src/pages/NewProcess.tsx index ff3c5568..446625ef 100644 --- a/src/pages/NewProcess.tsx +++ b/src/pages/NewProcess.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NewTask.scss b/src/pages/NewTask.scss index c5e9be97..30c9f399 100644 --- a/src/pages/NewTask.scss +++ b/src/pages/NewTask.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NewTask.tsx b/src/pages/NewTask.tsx index 7b2da763..b1665e54 100644 --- a/src/pages/NewTask.tsx +++ b/src/pages/NewTask.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NotAllowed.tsx b/src/pages/NotAllowed.tsx index ab37dd3d..4f53d346 100644 --- a/src/pages/NotAllowed.tsx +++ b/src/pages/NotAllowed.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NotFound.scss b/src/pages/NotFound.scss index 51ca1522..49af68c5 100644 --- a/src/pages/NotFound.scss +++ b/src/pages/NotFound.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/NotFound.tsx b/src/pages/NotFound.tsx index c4539c03..1afd69e2 100644 --- a/src/pages/NotFound.tsx +++ b/src/pages/NotFound.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/ProcessDetail.scss b/src/pages/ProcessDetail.scss index 3fb44ff6..e58eda79 100644 --- a/src/pages/ProcessDetail.scss +++ b/src/pages/ProcessDetail.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/ProcessDetail.tsx b/src/pages/ProcessDetail.tsx index 359c6f31..64e38173 100644 --- a/src/pages/ProcessDetail.tsx +++ b/src/pages/ProcessDetail.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -33,8 +33,6 @@ import { InputForm, ProcessSubscription, ProcessWithDetails, Product, Step, WsPr import { stop } from "utils/Utils"; import { actionOptions } from "validations/Processes"; -export const HIDDEN_KEYS = ["label_", "divider_", "__"]; - const queryConfig: QueryParamConfigMap = { collapsed: CommaSeparatedNumericArrayParam, scrollToStep: NumberParam }; interface MatchParams { diff --git a/src/pages/Processes.scss b/src/pages/Processes.scss index 9c9b51f7..f138a922 100644 --- a/src/pages/Processes.scss +++ b/src/pages/Processes.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -24,6 +24,8 @@ div.actions { right: 16px; transform: translateY(-10px); .explain { + margin-right: 10px; + margin-top: -5px; cursor: pointer; font-size: 22px; i { diff --git a/src/pages/Processes.tsx b/src/pages/Processes.tsx index 0242b6b1..25792fd4 100644 --- a/src/pages/Processes.tsx +++ b/src/pages/Processes.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/ServerError.tsx b/src/pages/ServerError.tsx index cebda6eb..27045a1a 100644 --- a/src/pages/ServerError.tsx +++ b/src/pages/ServerError.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/Settings.scss b/src/pages/Settings.scss index d2e1bbaa..e58956bc 100644 --- a/src/pages/Settings.scss +++ b/src/pages/Settings.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index d84210e5..48a9482b 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/StyleGuide.tsx b/src/pages/StyleGuide.tsx index 90eee79b..56e1e387 100644 --- a/src/pages/StyleGuide.tsx +++ b/src/pages/StyleGuide.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/SubscriptionDetailPage.tsx b/src/pages/SubscriptionDetailPage.tsx index 37c91625..2d51f352 100644 --- a/src/pages/SubscriptionDetailPage.tsx +++ b/src/pages/SubscriptionDetailPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/Subscriptions.scss b/src/pages/Subscriptions.scss index c92c8174..a02d18d3 100644 --- a/src/pages/Subscriptions.scss +++ b/src/pages/Subscriptions.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -26,6 +26,8 @@ div.actions { margin: 10px 0px -40px 10px; text-align: right; .explain { + margin-right: 10px; + margin-top: -5px; cursor: pointer; font-size: 22px; i { diff --git a/src/pages/Subscriptions.tsx b/src/pages/Subscriptions.tsx index 4212be0e..d2c36c3b 100644 --- a/src/pages/Subscriptions.tsx +++ b/src/pages/Subscriptions.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/Tasks.scss b/src/pages/Tasks.scss index b324f79d..d74db9f3 100644 --- a/src/pages/Tasks.scss +++ b/src/pages/Tasks.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,14 +17,14 @@ @use "../stylesheets/media_queries.scss"; .tasks-container { - background-color: white; + //background-color: white; } .actions-buttons { justify-content: end; - transform: translateY(-20px) !important; + transform: translateY(-12px) !important; .explain { - transform: translateY(-5px); + transform: translateY(6px) !important; } } diff --git a/src/pages/Tasks.tsx b/src/pages/Tasks.tsx index f37ef975..17090eae 100644 --- a/src/pages/Tasks.tsx +++ b/src/pages/Tasks.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -199,7 +199,7 @@ class Tasks extends React.PureComponent { )} {allowed("/orchestrator/processes/create/task") && ( - + diff --git a/src/pages/TerminateSubscription.scss b/src/pages/TerminateSubscription.scss index 10197275..0dc63859 100644 --- a/src/pages/TerminateSubscription.scss +++ b/src/pages/TerminateSubscription.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/pages/TerminateSubscription.tsx b/src/pages/TerminateSubscription.tsx index ac6f90f8..65bd8035 100644 --- a/src/pages/TerminateSubscription.tsx +++ b/src/pages/TerminateSubscription.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index 5a02660e..7bf6c4fd 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/react-scroll-up-button.d.ts b/src/react-scroll-up-button.d.ts index 09e7f077..8c5a4eac 100644 --- a/src/react-scroll-up-button.d.ts +++ b/src/react-scroll-up-button.d.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/setupProxy.js b/src/setupProxy.js deleted file mode 100644 index 975e42f4..00000000 --- a/src/setupProxy.js +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -const { createProxyMiddleware } = require("http-proxy-middleware"); - -//@ts-ignore -module.exports = function (app) { - app.use("/api", createProxyMiddleware({ target: process.env.BACKEND_URL, changeOrigin: true, ws: true })); -}; diff --git a/src/setupTests.ts b/src/setupTests.ts index ac9a0c3e..d9fe5613 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/AllWidgetsForm.stories.tsx b/src/stories/AllWidgetsForm.stories.tsx index 52702c14..d68fad11 100644 --- a/src/stories/AllWidgetsForm.stories.tsx +++ b/src/stories/AllWidgetsForm.stories.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/IpPrefixTable.stories.disabled b/src/stories/IpPrefixTable.stories.disabled index ba67c6d1..0338bb0c 100644 --- a/src/stories/IpPrefixTable.stories.disabled +++ b/src/stories/IpPrefixTable.stories.disabled @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/NewProcess.stories.tsx b/src/stories/NewProcess.stories.tsx index d65439df..1b6429d8 100644 --- a/src/stories/NewProcess.stories.tsx +++ b/src/stories/NewProcess.stories.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/ProcessDetail.stories.tsx b/src/stories/ProcessDetail.stories.tsx index aca98220..6483882e 100644 --- a/src/stories/ProcessDetail.stories.tsx +++ b/src/stories/ProcessDetail.stories.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/SubscriptionDetail.stories.disabled b/src/stories/SubscriptionDetail.stories.disabled index 5155f784..1b85ca00 100644 --- a/src/stories/SubscriptionDetail.stories.disabled +++ b/src/stories/SubscriptionDetail.stories.disabled @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/UserInputContainer.tsx b/src/stories/UserInputContainer.tsx index ca4af991..c2bcb122 100644 --- a/src/stories/UserInputContainer.tsx +++ b/src/stories/UserInputContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/UserInputFormWizard.stories.tsx b/src/stories/UserInputFormWizard.stories.tsx index b2f82bd3..b7a189de 100644 --- a/src/stories/UserInputFormWizard.stories.tsx +++ b/src/stories/UserInputFormWizard.stories.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/__tests__/storyshots.test.ts.disabled b/src/stories/__tests__/storyshots.test.ts.disabled index 0ef1ffc4..25aa2fc9 100644 --- a/src/stories/__tests__/storyshots.test.ts.disabled +++ b/src/stories/__tests__/storyshots.test.ts.disabled @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/data/UserInputForm.data.ts b/src/stories/data/UserInputForm.data.ts index dcffd382..2fa7d211 100644 --- a/src/stories/data/UserInputForm.data.ts +++ b/src/stories/data/UserInputForm.data.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/formDate.stories.tsx b/src/stories/formDate.stories.tsx index 02bcb6fc..27804273 100644 --- a/src/stories/formDate.stories.tsx +++ b/src/stories/formDate.stories.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stories/utils.ts b/src/stories/utils.ts index 82e83884..7df48fd6 100644 --- a/src/stories/utils.ts +++ b/src/stories/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/application.scss b/src/stylesheets/application.scss index cf9e90b6..0c5d92f1 100644 --- a/src/stylesheets/application.scss +++ b/src/stylesheets/application.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -14,7 +14,7 @@ */ @use "node_modules/@fortawesome/fontawesome-free/css/all.css"; -@use "reset.scss"; +//@use "reset.scss"; @use "vars.scss"; @use "base.scss"; @use "loader.scss"; diff --git a/src/stylesheets/base.scss b/src/stylesheets/base.scss index a3b2e42a..d22ed51b 100644 --- a/src/stylesheets/base.scss +++ b/src/stylesheets/base.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,15 +15,15 @@ @use "../stylesheets/vars.scss"; -body { - font-family: "Roboto", Sans-serif; - font-weight: 400; - font-size: 14px; - line-height: 20px; - color: vars.$dark-grey; - -webkit-font-smoothing: antialiased; - background-color: vars.$background; -} +//body { +// font-family: "Roboto", Sans-serif; +// font-weight: 400; +// font-size: 14px; +// line-height: 20px; +// //color: vars.$dark-grey; +// -webkit-font-smoothing: antialiased; +// //background-color: vars.$background; +//} a { cursor: pointer; diff --git a/src/stylesheets/buttons.scss b/src/stylesheets/buttons.scss index 2e6922ee..866bd479 100644 --- a/src/stylesheets/buttons.scss +++ b/src/stylesheets/buttons.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/fonts/roboto.scss b/src/stylesheets/fonts/roboto.scss index 86c82819..6d5e3cbd 100644 --- a/src/stylesheets/fonts/roboto.scss +++ b/src/stylesheets/fonts/roboto.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/loader.scss b/src/stylesheets/loader.scss index c91e7e38..12757099 100644 --- a/src/stylesheets/loader.scss +++ b/src/stylesheets/loader.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/media_queries.scss b/src/stylesheets/media_queries.scss index e5bc3c70..dd4c4a22 100644 --- a/src/stylesheets/media_queries.scss +++ b/src/stylesheets/media_queries.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/mixins.scss b/src/stylesheets/mixins.scss index 33f1b54e..67b677fb 100644 --- a/src/stylesheets/mixins.scss +++ b/src/stylesheets/mixins.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -18,7 +18,7 @@ @use "vars.scss"; @mixin card { - background-color: white; + //background-color: white; border-bottom-left-radius: vars.$br; border-bottom-right-radius: vars.$br; padding: 0 15px; @@ -32,7 +32,7 @@ font-size: 14px !important; pointer-events: auto !important; color: vars.$dark-grey !important; - background-color: white !important; + //background-color: white !important; &.show { opacity: 1 !important; } @@ -56,7 +56,7 @@ div.Select-control { border-radius: vars.$br; - border: 1px solid vars.$lighter-grey; + //border: 1px solid vars.$lighter-grey; margin-top: 5px; display: table; border-spacing: 0; @@ -68,7 +68,7 @@ span.Select-arrow-zone { padding: 0 12px; - background-color: vars.$light-grey; + //background-color: vars.$light-grey; } span.select-option { diff --git a/src/stylesheets/reset.scss b/src/stylesheets/reset.scss index 971904ad..5510c121 100644 --- a/src/stylesheets/reset.scss +++ b/src/stylesheets/reset.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/stylesheets/vars.scss b/src/stylesheets/vars.scss index bcb86fa8..b8d23206 100644 --- a/src/stylesheets/vars.scss +++ b/src/stylesheets/vars.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,4 +13,98 @@ * */ -@import "../lib/themes/vars.scss"; +// Colors +$primary: #0077cc; +$darker-primary: #0077cc; +$lighter-primary: #a8d9e6; +$light-primary: #cbe7fb; +$lightest-primary: #fcfdff; +$darkest-primary: #08314bff; + +$accent: #274b72; + +$danger: #bd271e; +$light-danger: #ffcdc6; +$lightest-danger: #ffddd6; + +$success: #00bfb3; +$dark-success: #034b43; +$light-success: #d0ffd9; +$lightest-success: #e5ffed; + +$warning: #fec514; +$light-warning: #ffe4ab; + +$background: #f9f9f9; + +$medium-grey: #a6b6be; +$dark-grey: #565656; +$darkest-grey: #414141; +$light-grey: #eff2f3; +$lighter-grey: #d9d9d8; +$lightest-grey: #fbfbfb; + +$hover: #f9fcfd; + +$gold: #d4af37; +$dark-gold: #524217; +$light-gold: #fdf6d4; +$lightest-gold: #fdfde3; + +$table-odd-even: #fbfbfb; + +// borders +$border: rgba(black, 0.1); +$border-light: rgba(white, 0.2); + +// Sizes +$br: 3px; + +// Screen +$medium: 1680px; + +// Z-index +$z-index: ( + "sync": 900, + "flash": 1020, + "explain": 1010, +); + +// Overrides +// Force button text color +.euiButton--primary.euiButton--fill { + color: #fff !important; +} + +.euiButton--warning.euiButton--fill { + color: #fff !important; +} + +.euiButton--danger.euiButton--fill { + color: #fff !important; +} +.euiButton--secondary.euiButton--fill { + color: #fff !important; +} + +.euiButton--accent.euiButton { + background-color: #e39846 !important; +} +.euiButton--accent.euiButton--fill { + color: #fff !important; +} + +.euiButton--warning.euiButton { + background-color: #e39846 !important; +} +.euiButton--warning.euiButton--fill { + color: #fff !important; +} + +//.euiTitle { +// color: $dark-grey; +//} + +.euiTab { + color: red; +} diff --git a/src/types/react-table-config.d.ts b/src/types/react-table-config.d.ts index 2b22a2ac..0315d62e 100644 --- a/src/types/react-table-config.d.ts +++ b/src/types/react-table-config.d.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/utils/ApplicationContext.ts b/src/utils/ApplicationContext.ts index 8ccce2e1..74bbdb68 100644 --- a/src/utils/ApplicationContext.ts +++ b/src/utils/ApplicationContext.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -14,11 +14,12 @@ */ import { ApiClient } from "api"; -import { CustomApiClient } from "custom/api"; +import { CustomApiClient } from "custom/api/index"; import React from "react"; -import { Organization, Product } from "utils/types"; +import { Organization, Product, Theme } from "utils/types"; export interface ApplicationContextInterface { + theme: Theme; organisations?: Organization[]; locationCodes?: string[]; products: Product[]; @@ -36,6 +37,7 @@ export const customApiClient: CustomApiClient = new CustomApiClient(); // Don't just add stuff here. This is reserved for things that don't change during the lifetime of the application let ApplicationContext = React.createContext({ + theme: "light", organisations: [], locationCodes: [], products: [], diff --git a/src/utils/Colors.ts b/src/utils/Colors.ts new file mode 100644 index 00000000..bc64b896 --- /dev/null +++ b/src/utils/Colors.ts @@ -0,0 +1,47 @@ +import { Theme } from "utils/types"; + +export const DARK_ROW_BORDER_COLOR = "#555555"; +export const LIGHT_ROW_BORDER_COLOR = "#cccccc"; +export const DARK_BACKGROUND_COLOR = "#1D1E24"; +export const LIGHT_BACKGROUND_COLOR = "#f6f6f6"; +export const DARK_FONT_COLOR = "#ffffff"; +export const LIGHT_FONT_COLOR = "#111111"; +export const DARK_SELECTED_FONT_COLOR = "#0799fc"; +export const LIGHT_SELECTED_FONT_COLOR = "#0077CCFF"; + +export function getReactSelectTheme(theme: Theme) { + const seperatorColor = theme === "light" ? LIGHT_ROW_BORDER_COLOR : DARK_ROW_BORDER_COLOR; + const backgroundColor = theme === "light" ? LIGHT_BACKGROUND_COLOR : DARK_BACKGROUND_COLOR; + const fontColor = theme === "light" ? LIGHT_FONT_COLOR : DARK_FONT_COLOR; + const selectedFontColor = theme === "light" ? LIGHT_SELECTED_FONT_COLOR : DARK_SELECTED_FONT_COLOR; + + const customStyles = { + option: (provided: any, state: { isSelected: boolean; isDisabled: boolean }) => ({ + ...provided, + borderBottom: `1px solid ${seperatorColor}`, + backgroundColor: backgroundColor, + color: state.isSelected ? selectedFontColor : fontColor, + cursor: state.isDisabled ? "not-allowed" : "default", + }), + control: (provided: any) => ({ + ...provided, + backgroundColor: backgroundColor, + color: fontColor, + border: `1px solid ${seperatorColor}`, + }), + input: (provided: any) => ({ + ...provided, + color: fontColor, + }), + singleValue: (provided: any, state: { isDisabled: any }) => { + const opacity = state.isDisabled ? 0.3 : 1; + const transition = "opacity 300ms"; + return { ...provided, opacity, transition, color: fontColor }; + }, + menu: (provided: any) => ({ + ...provided, + backgroundColor: backgroundColor, + }), + }; + return customStyles; +} diff --git a/src/utils/Flash.ts b/src/utils/Flash.ts index d9d466c5..ee869706 100644 --- a/src/utils/Flash.ts +++ b/src/utils/Flash.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/utils/Lookups.ts b/src/utils/Lookups.ts index 42b5ee88..458db434 100644 --- a/src/utils/Lookups.ts +++ b/src/utils/Lookups.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/utils/QueryParameters.ts b/src/utils/QueryParameters.ts index 02342ee4..b2686d2d 100644 --- a/src/utils/QueryParameters.ts +++ b/src/utils/QueryParameters.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/utils/Utils.ts b/src/utils/Utils.ts index 7cc6a07c..bcece58e 100644 --- a/src/utils/Utils.ts +++ b/src/utils/Utils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -99,3 +99,25 @@ export const stateDelta = (prev: State, curr: State) => { }, {}); return newState; }; + +export function findObjects(obj: Object, targetProp: string) { + let finalResult: any[] = []; + function getObject(theObject: any) { + for (let prop in theObject) { + if (theObject.hasOwnProperty(prop)) { + if (prop === targetProp) { + finalResult.push(theObject[prop]); + } + if (theObject[prop] instanceof Object || theObject[prop] instanceof Array) { + getObject(theObject[prop]); + } + } + } + } + + getObject(obj); + if (finalResult.length) { + return finalResult[0]; + } + return []; +} diff --git a/src/utils/types.ts b/src/utils/types.ts index 342801a8..bc9a6a31 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,6 +15,8 @@ import { JSONSchema6 } from "json-schema"; +export type Theme = "light" | "dark"; + export enum ProcessStatus { "CREATED" = "created", "RUNNING" = "running", diff --git a/src/utils/useHttpIntervalFallback.ts b/src/utils/useHttpIntervalFallback.ts index 9fab8222..512e43a5 100644 --- a/src/utils/useHttpIntervalFallback.ts +++ b/src/utils/useHttpIntervalFallback.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/validations/Processes.ts b/src/validations/Processes.ts index 24181ba3..64a9acf7 100644 --- a/src/validations/Processes.ts +++ b/src/validations/Processes.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/validations/Products.ts b/src/validations/Products.ts index ad14c623..f45693a5 100644 --- a/src/validations/Products.ts +++ b/src/validations/Products.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/validations/UserInput.ts b/src/validations/UserInput.ts index 9f773494..a4dce8d7 100644 --- a/src/validations/UserInput.ts +++ b/src/validations/UserInput.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/websocketService/useRunningProcesses/index.ts b/src/websocketService/useRunningProcesses/index.ts index c2874dd6..366c50ab 100644 --- a/src/websocketService/useRunningProcesses/index.ts +++ b/src/websocketService/useRunningProcesses/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/websocketService/useWebsocket.ts b/src/websocketService/useWebsocket.ts index b0a5e525..c11152cb 100644 --- a/src/websocketService/useWebsocket.ts +++ b/src/websocketService/useWebsocket.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/yarn.lock b/yarn.lock index 63db00ff..113a19d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,19 +2,21 @@ # yarn lockfile v1 -"@babel/code-frame@7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== +"@ampproject/remapping@^2.1.0": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" + integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== dependencies: - "@babel/highlight" "^7.10.4" + "@jridgewell/trace-mapping" "^0.3.0" -"@babel/code-frame@7.12.11": - version "7.12.11" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" - integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== +"@apideck/better-ajv-errors@^0.3.1": + version "0.3.3" + resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.3.tgz#ab0b1e981e1749bf59736cf7ebe25cfc9f949c15" + integrity sha512-9o+HO2MbJhJHjDYZaDxJmSDckvDpiuItEsrIShV0DXeCshXWRHhqYyU/PKHMkuClOmFnZhRd6wzv4vpDu/dRKg== dependencies: - "@babel/highlight" "^7.10.4" + json-schema "^0.4.0" + jsonpointer "^5.0.0" + leven "^3.1.0" "@babel/code-frame@7.5.5": version "7.5.5" @@ -23,39 +25,34 @@ dependencies: "@babel/highlight" "^7.0.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.8.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== dependencies: "@babel/highlight" "^7.12.13" -"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0": +"@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.5.5": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== + dependencies: + "@babel/highlight" "^7.16.7" + +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== -"@babel/core@7.12.3": - version "7.12.3" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" - integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.12.1" - "@babel/helper-module-transforms" "^7.12.1" - "@babel/helpers" "^7.12.1" - "@babel/parser" "^7.12.3" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.12.1" - "@babel/types" "^7.12.1" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.2" - lodash "^4.17.19" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" +"@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" + integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng== + +"@babel/compat-data@^7.17.7": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" + integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== "@babel/core@7.12.9": version "7.12.9" @@ -79,7 +76,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.2.2", "@babel/core@^7.4.5", "@babel/core@^7.7.5", "@babel/core@^7.8.4": +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.2.2": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88" integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw== @@ -100,7 +97,67 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.14.0": +"@babel/core@^7.11.1", "@babel/core@^7.16.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0": + version "7.17.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" + integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== + dependencies: + "@ampproject/remapping" "^2.1.0" + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.17.3" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helpers" "^7.17.2" + "@babel/parser" "^7.17.3" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + +"@babel/core@^7.12.10", "@babel/core@^7.13.16", "@babel/core@^7.4.5", "@babel/core@^7.7.5": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a" + integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ== + dependencies: + "@ampproject/remapping" "^2.1.0" + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.17.7" + "@babel/helper-compilation-targets" "^7.17.7" + "@babel/helper-module-transforms" "^7.17.7" + "@babel/helpers" "^7.17.8" + "@babel/parser" "^7.17.8" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + +"@babel/eslint-parser@^7.16.3": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6" + integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA== + dependencies: + eslint-scope "^5.1.1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.0" + +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.7": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" + integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== + dependencies: + "@babel/types" "^7.17.0" + jsesc "^2.5.1" + source-map "^0.5.0" + +"@babel/generator@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be" integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg== @@ -109,6 +166,15 @@ jsesc "^2.5.1" source-map "^0.5.0" +"@babel/generator@^7.17.3", "@babel/generator@^7.7.2": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== + dependencies: + "@babel/types" "^7.17.0" + jsesc "^2.5.1" + source-map "^0.5.0" + "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" @@ -116,6 +182,13 @@ dependencies: "@babel/types" "^7.12.13" +"@babel/helper-annotate-as-pure@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc" @@ -124,7 +197,15 @@ "@babel/helper-explode-assignable-expression" "^7.12.13" "@babel/types" "^7.12.13" -"@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8": +"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" + integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8": version "7.13.16" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== @@ -134,7 +215,27 @@ browserslist "^4.14.5" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.13.11", "@babel/helper-create-class-features-plugin@^7.14.0": +"@babel/helper-compilation-targets@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== + dependencies: + "@babel/compat-data" "^7.16.4" + "@babel/helper-validator-option" "^7.16.7" + browserslist "^4.17.5" + semver "^6.3.0" + +"@babel/helper-compilation-targets@^7.17.7": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" + integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== + dependencies: + "@babel/compat-data" "^7.17.7" + "@babel/helper-validator-option" "^7.16.7" + browserslist "^4.17.5" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.0.tgz#38367d3dab125b12f94273de418f4df23a11a15e" integrity sha512-6pXDPguA5zC40Y8oI5mqr+jEUpjMJonKvknvA+vD8CYDz5uuXEwWBK8sRAsE/t3gfb1k15AQb9RhwpscC4nUJQ== @@ -146,6 +247,19 @@ "@babel/helper-replace-supers" "^7.13.12" "@babel/helper-split-export-declaration" "^7.12.13" +"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.1", "@babel/helper-create-class-features-plugin@^7.17.6": + version "7.17.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9" + integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-create-regexp-features-plugin@^7.12.13": version "7.12.17" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7" @@ -154,6 +268,14 @@ "@babel/helper-annotate-as-pure" "^7.12.13" regexpu-core "^4.7.1" +"@babel/helper-create-regexp-features-plugin@^7.16.7": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1" + integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + regexpu-core "^5.0.1" + "@babel/helper-define-polyfill-provider@^0.1.5": version "0.1.5" resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz#3c2f91b7971b9fc11fe779c945c014065dea340e" @@ -182,6 +304,27 @@ resolve "^1.14.2" semver "^6.1.2" +"@babel/helper-define-polyfill-provider@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" + integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== + dependencies: + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" + +"@babel/helper-environment-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-explode-assignable-expression@^7.12.13": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f" @@ -189,6 +332,13 @@ dependencies: "@babel/types" "^7.13.0" +"@babel/helper-explode-assignable-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" + integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-function-name@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" @@ -198,6 +348,15 @@ "@babel/template" "^7.12.13" "@babel/types" "^7.12.13" +"@babel/helper-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== + dependencies: + "@babel/helper-get-function-arity" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/types" "^7.16.7" + "@babel/helper-get-function-arity@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" @@ -205,6 +364,13 @@ dependencies: "@babel/types" "^7.12.13" +"@babel/helper-get-function-arity@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-hoist-variables@^7.13.0": version "7.13.16" resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30" @@ -213,6 +379,13 @@ "@babel/traverse" "^7.13.15" "@babel/types" "^7.13.16" +"@babel/helper-hoist-variables@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-member-expression-to-functions@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" @@ -220,14 +393,42 @@ dependencies: "@babel/types" "^7.13.12" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": +"@babel/helper-member-expression-to-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" + integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== dependencies: "@babel/types" "^7.13.12" -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0": +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.17.7": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" + integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-simple-access" "^7.17.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" + +"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad" integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw== @@ -241,6 +442,20 @@ "@babel/traverse" "^7.14.0" "@babel/types" "^7.14.0" +"@babel/helper-module-transforms@^7.16.7": + version "7.17.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz#3c3b03cc6617e33d68ef5a27a67419ac5199ccd0" + integrity sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" + "@babel/helper-optimise-call-expression@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" @@ -248,6 +463,13 @@ dependencies: "@babel/types" "^7.12.13" +"@babel/helper-optimise-call-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" + integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-plugin-utils@7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" @@ -258,6 +480,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== +"@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" + integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== + "@babel/helper-remap-async-to-generator@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209" @@ -267,6 +494,15 @@ "@babel/helper-wrap-function" "^7.13.0" "@babel/types" "^7.13.0" +"@babel/helper-remap-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" + integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-wrap-function" "^7.16.8" + "@babel/types" "^7.16.8" + "@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.0", "@babel/helper-replace-supers@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" @@ -277,6 +513,17 @@ "@babel/traverse" "^7.13.0" "@babel/types" "^7.13.12" +"@babel/helper-replace-supers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" + integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + "@babel/helper-simple-access@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" @@ -284,6 +531,20 @@ dependencies: "@babel/types" "^7.13.12" +"@babel/helper-simple-access@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-simple-access@^7.17.7": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" + integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== + dependencies: + "@babel/types" "^7.17.0" + "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf" @@ -291,6 +552,13 @@ dependencies: "@babel/types" "^7.12.1" +"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": + version "7.16.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" + integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== + dependencies: + "@babel/types" "^7.16.0" + "@babel/helper-split-export-declaration@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" @@ -298,16 +566,33 @@ dependencies: "@babel/types" "^7.12.13" +"@babel/helper-split-export-declaration@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== + dependencies: + "@babel/types" "^7.16.7" + "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== -"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.17": +"@babel/helper-validator-identifier@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== + +"@babel/helper-validator-option@^7.12.17": version "7.12.17" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== +"@babel/helper-validator-option@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== + "@babel/helper-wrap-function@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4" @@ -318,7 +603,26 @@ "@babel/traverse" "^7.13.0" "@babel/types" "^7.13.0" -"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.14.0": +"@babel/helper-wrap-function@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" + integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== + dependencies: + "@babel/helper-function-name" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" + integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== + dependencies: + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" + +"@babel/helpers@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg== @@ -327,7 +631,25 @@ "@babel/traverse" "^7.14.0" "@babel/types" "^7.14.0" -"@babel/highlight@^7.0.0", "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": +"@babel/helpers@^7.17.2": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" + integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== + dependencies: + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.0" + "@babel/types" "^7.17.0" + +"@babel/highlight@^7.0.0", "@babel/highlight@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" + integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/highlight@^7.12.13": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf" integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg== @@ -336,11 +658,28 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.0.0-beta.54", "@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.13", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.13.9", "@babel/parser@^7.14.0", "@babel/parser@^7.7.0": +"@babel/parser@^7.0.0-beta.54", "@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.9", "@babel/parser@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380" integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q== +"@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.16", "@babel/parser@^7.17.8": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240" + integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ== + +"@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" + integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" @@ -350,7 +689,16 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" "@babel/plugin-proposal-optional-chaining" "^7.13.12" -"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.13.15": +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9" + integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + +"@babel/plugin-proposal-async-generator-functions@^7.13.15": version "7.13.15" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b" integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA== @@ -359,15 +707,24 @@ "@babel/helper-remap-async-to-generator" "^7.13.0" "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-proposal-class-properties@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de" - integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== +"@babel/plugin-proposal-async-generator-functions@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8" + integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.12.1" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + "@babel/plugin-syntax-async-generators" "^7.8.4" + +"@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.7.0": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" + integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.7.0": +"@babel/plugin-proposal-class-properties@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== @@ -383,25 +740,38 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-class-static-block" "^7.12.13" -"@babel/plugin-proposal-decorators@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz#59271439fed4145456c41067450543aee332d15f" - integrity sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ== +"@babel/plugin-proposal-class-static-block@^7.16.7": + version "7.17.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz#164e8fd25f0d80fa48c5a4d1438a6629325ad83c" + integrity sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA== dependencies: - "@babel/helper-create-class-features-plugin" "^7.12.1" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-decorators" "^7.12.1" + "@babel/helper-create-class-features-plugin" "^7.17.6" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-proposal-decorators@^7.12.12": - version "7.13.15" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz#e91ccfef2dc24dd5bd5dcc9fc9e2557c684ecfb8" - integrity sha512-ibAMAqUm97yzi+LPgdr5Nqb9CMkeieGHvwPg1ywSGjZrZHQEGqE01HmOio8kxRpA/+VtOHouIVy2FMpBbtltjA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.11" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-decorators" "^7.12.13" - -"@babel/plugin-proposal-dynamic-import@^7.12.1", "@babel/plugin-proposal-dynamic-import@^7.13.8": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.8.tgz#4f0444e896bee85d35cf714a006fc5418f87ff00" + integrity sha512-U69odN4Umyyx1xO1rTII0IDkAEC+RNlcKXtqOblfpzqy1C+aOplb76BQNq0+XdpVkOaPlpEDwd++joY8FNFJKA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.17.6" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/plugin-syntax-decorators" "^7.17.0" + charcodes "^0.2.0" + +"@babel/plugin-proposal-decorators@^7.16.4": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.2.tgz#c36372ddfe0360cac1ee331a238310bddca11493" + integrity sha512-WH8Z95CwTq/W8rFbMqb9p3hicpt4RX4f0K659ax2VHxgOyT6qQmUaEVEjIh4WR9Eh9NymkVn5vwsrE68fAQNUw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.17.1" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/plugin-syntax-decorators" "^7.17.0" + charcodes "^0.2.0" + +"@babel/plugin-proposal-dynamic-import@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d" integrity sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== @@ -409,15 +779,23 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-dynamic-import" "^7.8.3" +"@babel/plugin-proposal-dynamic-import@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2" + integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-proposal-export-default-from@^7.12.1": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.12.13.tgz#f110284108a9b2b96f01b15b3be9e54c2610a989" - integrity sha512-idIsBT+DGXdOHL82U+8bwX4goHm/z10g8sGGrQroh+HCRcm7mDv/luaGdWJQMTuCX2FsdXS7X0Nyyzp4znAPJA== + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz#a40ab158ca55627b71c5513f03d3469026a9e929" + integrity sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/plugin-syntax-export-default-from" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-export-default-from" "^7.16.7" -"@babel/plugin-proposal-export-namespace-from@^7.12.1", "@babel/plugin-proposal-export-namespace-from@^7.12.13": +"@babel/plugin-proposal-export-namespace-from@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d" integrity sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== @@ -425,7 +803,15 @@ "@babel/helper-plugin-utils" "^7.12.13" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-proposal-json-strings@^7.12.1", "@babel/plugin-proposal-json-strings@^7.13.8": +"@babel/plugin-proposal-export-namespace-from@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163" + integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-proposal-json-strings@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz#bf1fb362547075afda3634ed31571c5901afef7b" integrity sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== @@ -433,7 +819,15 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.12.1", "@babel/plugin-proposal-logical-assignment-operators@^7.13.8": +"@babel/plugin-proposal-json-strings@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8" + integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-proposal-logical-assignment-operators@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz#93fa78d63857c40ce3c8c3315220fd00bfbb4e1a" integrity sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== @@ -441,15 +835,23 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-proposal-nullish-coalescing-operator@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz#3ed4fff31c015e7f3f1467f190dbe545cd7b046c" - integrity sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== +"@babel/plugin-proposal-logical-assignment-operators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea" + integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" + integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": +"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3" integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== @@ -457,15 +859,7 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-numeric-separator@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6" - integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-proposal-numeric-separator@^7.12.1", "@babel/plugin-proposal-numeric-separator@^7.12.13": +"@babel/plugin-proposal-numeric-separator@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz#bd9da3188e787b5120b4f9d465a8261ce67ed1db" integrity sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== @@ -473,6 +867,14 @@ "@babel/helper-plugin-utils" "^7.12.13" "@babel/plugin-syntax-numeric-separator" "^7.10.4" +"@babel/plugin-proposal-numeric-separator@^7.16.0", "@babel/plugin-proposal-numeric-separator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9" + integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-proposal-object-rest-spread@7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" @@ -482,7 +884,18 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.12.1" -"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.13.8", "@babel/plugin-proposal-object-rest-spread@^7.6.2": +"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.16.7", "@babel/plugin-proposal-object-rest-spread@^7.6.2": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390" + integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw== + dependencies: + "@babel/compat-data" "^7.17.0" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.16.7" + +"@babel/plugin-proposal-object-rest-spread@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz#5d210a4d727d6ce3b18f9de82cc99a3964eed60a" integrity sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== @@ -493,7 +906,7 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-transform-parameters" "^7.13.0" -"@babel/plugin-proposal-optional-catch-binding@^7.12.1", "@babel/plugin-proposal-optional-catch-binding@^7.13.8": +"@babel/plugin-proposal-optional-catch-binding@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz#3ad6bd5901506ea996fc31bdcf3ccfa2bed71107" integrity sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== @@ -501,16 +914,24 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797" - integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== +"@babel/plugin-proposal-optional-catch-binding@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" + integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-proposal-optional-chaining@^7.12.7", "@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" + integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.12.1", "@babel/plugin-proposal-optional-chaining@^7.12.7", "@babel/plugin-proposal-optional-chaining@^7.13.12": +"@babel/plugin-proposal-optional-chaining@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866" integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ== @@ -519,7 +940,15 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-private-methods@^7.12.1", "@babel/plugin-proposal-private-methods@^7.13.0": +"@babel/plugin-proposal-private-methods@^7.12.1", "@babel/plugin-proposal-private-methods@^7.16.0", "@babel/plugin-proposal-private-methods@^7.16.11": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.10" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-proposal-private-methods@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787" integrity sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== @@ -527,6 +956,16 @@ "@babel/helper-create-class-features-plugin" "^7.13.0" "@babel/helper-plugin-utils" "^7.13.0" +"@babel/plugin-proposal-private-property-in-object@^7.12.1", "@babel/plugin-proposal-private-property-in-object@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce" + integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-proposal-private-property-in-object@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz#b1a1f2030586b9d3489cc26179d2eb5883277636" @@ -537,7 +976,7 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-private-property-in-object" "^7.14.0" -"@babel/plugin-proposal-unicode-property-regex@^7.12.1", "@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": +"@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" integrity sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== @@ -545,7 +984,15 @@ "@babel/helper-create-regexp-features-plugin" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4": +"@babel/plugin-proposal-unicode-property-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2" + integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== @@ -559,7 +1006,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-class-properties@^7.12.1", "@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3": +"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== @@ -573,26 +1020,33 @@ dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-syntax-decorators@^7.12.1", "@babel/plugin-syntax-decorators@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz#fac829bf3c7ef4a1bc916257b403e58c6bdaf648" - integrity sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-decorators@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz#a2be3b2c9fe7d78bd4994e790896bc411e2f166d" + integrity sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": +"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-export-default-from@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.12.13.tgz#3c807d37efaf0a806f1deb556ccb3b2f562ae9c2" - integrity sha512-gVry0zqoums0hA+EniCYK3gABhjYSLX1dVuwYpPw9DrLNA4/GovXySHVg4FGRsZht09ON/5C2NVx3keq+qqVGQ== +"@babel/plugin-syntax-export-default-from@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz#fa89cf13b60de2c3f79acdc2b52a21174c6de060" + integrity sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-export-namespace-from@^7.8.3": version "7.8.3" @@ -601,12 +1055,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86" - integrity sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA== +"@babel/plugin-syntax-flow@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz#202b147e5892b8452bbb0bb269c7ed2539ab8832" + integrity sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" @@ -615,7 +1069,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": +"@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== @@ -636,6 +1090,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.12.13" +"@babel/plugin-syntax-jsx@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" + integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" @@ -643,7 +1104,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== @@ -664,14 +1125,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3": +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": +"@babel/plugin-syntax-optional-chaining@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== @@ -685,28 +1146,49 @@ dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.8.3": +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.8.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" integrity sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-syntax-typescript@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" - integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8" + integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.13.0": +"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" + integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-arrow-functions@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz#10a59bebad52d637a027afa692e8d5ceff5e3dae" integrity sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-async-to-generator@^7.12.1", "@babel/plugin-transform-async-to-generator@^7.13.0": +"@babel/plugin-transform-async-to-generator@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" integrity sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== @@ -715,21 +1197,58 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/helper-remap-async-to-generator" "^7.13.0" -"@babel/plugin-transform-block-scoped-functions@^7.12.1", "@babel/plugin-transform-block-scoped-functions@^7.12.13": +"@babel/plugin-transform-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" + integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + +"@babel/plugin-transform-block-scoped-functions@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz#a9bf1836f2a39b4eb6cf09967739de29ea4bf4c4" integrity sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-block-scoping@^7.12.1", "@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.13.16": +"@babel/plugin-transform-block-scoped-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" + integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" + integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-block-scoping@^7.13.16": version "7.13.16" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892" integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.13.0": +"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" + integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + globals "^11.1.0" + +"@babel/plugin-transform-classes@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b" integrity sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== @@ -742,21 +1261,42 @@ "@babel/helper-split-export-declaration" "^7.12.13" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.12.1", "@babel/plugin-transform-computed-properties@^7.13.0": +"@babel/plugin-transform-computed-properties@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz#845c6e8b9bb55376b1fa0b92ef0bdc8ea06644ed" integrity sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.13.17": +"@babel/plugin-transform-computed-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" + integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-destructuring@^7.12.1": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz#49dc2675a7afa9a5e4c6bdee636061136c3408d1" + integrity sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-destructuring@^7.13.17": version "7.13.17" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-dotall-regex@^7.12.1", "@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": +"@babel/plugin-transform-destructuring@^7.16.7": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.3.tgz#c445f75819641788a27a0a3a759d9df911df6abc" + integrity sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad" integrity sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== @@ -764,14 +1304,29 @@ "@babel/helper-create-regexp-features-plugin" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-duplicate-keys@^7.12.1", "@babel/plugin-transform-duplicate-keys@^7.12.13": +"@babel/plugin-transform-dotall-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241" + integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-duplicate-keys@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz#6f06b87a8b803fd928e54b81c258f0a0033904de" integrity sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-exponentiation-operator@^7.12.1", "@babel/plugin-transform-exponentiation-operator@^7.12.13": +"@babel/plugin-transform-duplicate-keys@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9" + integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-exponentiation-operator@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz#4d52390b9a273e651e4aba6aee49ef40e80cd0a1" integrity sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== @@ -779,30 +1334,37 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-flow-strip-types@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz#8430decfa7eb2aea5414ed4a3fa6e1652b7d77c4" - integrity sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg== +"@babel/plugin-transform-exponentiation-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" + integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-flow" "^7.12.1" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-flow-strip-types@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz#58177a48c209971e8234e99906cb6bd1122addd3" - integrity sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg== +"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz#291fb140c78dabbf87f2427e7c7c332b126964b8" + integrity sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-flow" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-flow" "^7.16.7" -"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.13.0": +"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" + integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-for-of@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz#c799f881a8091ac26b54867a845c3e97d2696062" integrity sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-function-name@^7.12.1", "@babel/plugin-transform-function-name@^7.12.13": +"@babel/plugin-transform-function-name@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz#bb024452f9aaed861d374c8e7a24252ce3a50051" integrity sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== @@ -810,21 +1372,44 @@ "@babel/helper-function-name" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-literals@^7.12.1", "@babel/plugin-transform-literals@^7.12.13": +"@babel/plugin-transform-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" + integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== + dependencies: + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-literals@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz#2ca45bafe4a820197cf315794a4d26560fe4bdb9" integrity sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-member-expression-literals@^7.12.1", "@babel/plugin-transform-member-expression-literals@^7.12.13": +"@babel/plugin-transform-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" + integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-member-expression-literals@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz#5ffa66cd59b9e191314c9f1f803b938e8c081e40" integrity sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-modules-amd@^7.12.1", "@babel/plugin-transform-modules-amd@^7.14.0": +"@babel/plugin-transform-member-expression-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" + integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-modules-amd@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.0.tgz#589494b5b290ff76cf7f59c798011f6d77026553" integrity sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ== @@ -833,7 +1418,26 @@ "@babel/helper-plugin-utils" "^7.13.0" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.12.1", "@babel/plugin-transform-modules-commonjs@^7.14.0": +"@babel/plugin-transform-modules-amd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186" + integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-commonjs@^7.13.8": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz#d86b217c8e45bb5f2dbc11eefc8eab62cf980d19" + integrity sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA== + dependencies: + "@babel/helper-module-transforms" "^7.17.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-simple-access" "^7.17.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-commonjs@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161" integrity sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ== @@ -843,7 +1447,17 @@ "@babel/helper-simple-access" "^7.13.12" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.12.1", "@babel/plugin-transform-modules-systemjs@^7.13.8": +"@babel/plugin-transform-modules-commonjs@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" + integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-systemjs@^7.13.8": version "7.13.8" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz#6d066ee2bff3c7b3d60bf28dec169ad993831ae3" integrity sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== @@ -854,7 +1468,18 @@ "@babel/helper-validator-identifier" "^7.12.11" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-umd@^7.12.1", "@babel/plugin-transform-modules-umd@^7.14.0": +"@babel/plugin-transform-modules-systemjs@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7" + integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw== + dependencies: + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-umd@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz#2f8179d1bbc9263665ce4a65f305526b2ea8ac34" integrity sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw== @@ -862,21 +1487,43 @@ "@babel/helper-module-transforms" "^7.14.0" "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": +"@babel/plugin-transform-modules-umd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618" + integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz#2213725a5f5bbbe364b50c3ba5998c9599c5c9d9" integrity sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.12.13" -"@babel/plugin-transform-new-target@^7.12.1", "@babel/plugin-transform-new-target@^7.12.13": +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252" + integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + +"@babel/plugin-transform-new-target@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz#e22d8c3af24b150dd528cbd6e685e799bf1c351c" integrity sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-object-super@^7.12.1", "@babel/plugin-transform-object-super@^7.12.13": +"@babel/plugin-transform-new-target@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244" + integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-object-super@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz#b4416a2d63b8f7be314f3d349bd55a9c1b5171f7" integrity sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== @@ -884,63 +1531,96 @@ "@babel/helper-plugin-utils" "^7.12.13" "@babel/helper-replace-supers" "^7.12.13" -"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.13.0": +"@babel/plugin-transform-object-super@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" + integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + +"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" + integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-parameters@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz#8fa7603e3097f9c0b7ca1a4821bc2fb52e9e5007" integrity sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-property-literals@^7.12.1", "@babel/plugin-transform-property-literals@^7.12.13": +"@babel/plugin-transform-property-literals@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz#4e6a9e37864d8f1b3bc0e2dce7bf8857db8b1a81" integrity sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-react-constant-elements@^7.0.0", "@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.2.0", "@babel/plugin-transform-react-constant-elements@^7.6.3": +"@babel/plugin-transform-property-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" + integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-react-constant-elements@^7.0.0", "@babel/plugin-transform-react-constant-elements@^7.2.0", "@babel/plugin-transform-react-constant-elements@^7.6.3": + version "7.17.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.17.6.tgz#6cc273c2f612a6a50cb657e63ee1303e5e68d10a" + integrity sha512-OBv9VkyyKtsHZiHLoSfCn+h6yU7YKX8nrs32xUmOa1SRSk+t03FosB6fBZ0Yz4BpD1WV7l73Nsad+2Tz7APpqw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-react-constant-elements@^7.12.1": version "7.13.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.13.13.tgz#0208b1d942bf939cd4f7aa5b255d42602aa4a920" integrity sha512-SNJU53VM/SjQL0bZhyU+f4kJQz7bQQajnrZRSaU21hruG/NWY41AEM9AWXeXX90pYr/C2yAmTgI6yW3LlLrAUQ== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-react-display-name@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz#1cbcd0c3b1d6648c55374a22fc9b6b7e5341c00d" - integrity sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-transform-react-display-name@^7.12.1", "@babel/plugin-transform-react-display-name@^7.12.13": +"@babel/plugin-transform-react-display-name@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz#c28effd771b276f4647411c9733dbb2d2da954bd" integrity sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-react-jsx-development@^7.12.1", "@babel/plugin-transform-react-jsx-development@^7.12.17": +"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340" + integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-react-jsx-development@^7.12.17": version "7.12.17" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447" integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== dependencies: "@babel/plugin-transform-react-jsx" "^7.12.17" -"@babel/plugin-transform-react-jsx-self@^7.12.1": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.13.tgz#422d99d122d592acab9c35ea22a6cfd9bf189f60" - integrity sha512-FXYw98TTJ125GVCCkFLZXlZ1qGcsYqNQhVBQcZjyrwf8FEUtVfKIoidnO8S0q+KBQpDYNTmiGo1gn67Vti04lQ== +"@babel/plugin-transform-react-jsx-development@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8" + integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/plugin-transform-react-jsx" "^7.16.7" -"@babel/plugin-transform-react-jsx-source@^7.12.1": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.13.tgz#051d76126bee5c9a6aa3ba37be2f6c1698856bcb" - integrity sha512-O5JJi6fyfih0WfDgIJXksSPhGP/G0fQpfxYy87sDc+1sFmsCS6wr3aAn+whbzkhbjtq4VMqLRaSzR6IsshIC0Q== +"@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.16.7": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz#eac1565da176ccb1a715dae0b4609858808008c1" + integrity sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-jsx" "^7.16.7" + "@babel/types" "^7.17.0" -"@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12": +"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3" integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA== @@ -959,38 +1639,77 @@ "@babel/helper-annotate-as-pure" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-regenerator@^7.12.1", "@babel/plugin-transform-regenerator@^7.13.15": +"@babel/plugin-transform-react-pure-annotations@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67" + integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-regenerator@^7.13.15": version "7.13.15" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39" integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ== dependencies: regenerator-transform "^0.14.2" -"@babel/plugin-transform-reserved-words@^7.12.1", "@babel/plugin-transform-reserved-words@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695" +"@babel/plugin-transform-regenerator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" + integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== + dependencies: + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695" integrity sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-runtime@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5" - integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg== +"@babel/plugin-transform-reserved-words@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586" + integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg== dependencies: - "@babel/helper-module-imports" "^7.12.1" - "@babel/helper-plugin-utils" "^7.10.4" - resolve "^1.8.1" - semver "^5.5.1" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.12.13": +"@babel/plugin-transform-runtime@^7.16.4": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" + integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + semver "^6.3.0" + +"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" + integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-shorthand-properties@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz#db755732b70c539d504c6390d9ce90fe64aff7ad" integrity sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.13.0": +"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" + integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + +"@babel/plugin-transform-spread@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz#84887710e273c1815ace7ae459f6f42a5d31d5fd" integrity sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== @@ -998,44 +1717,72 @@ "@babel/helper-plugin-utils" "^7.13.0" "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" -"@babel/plugin-transform-sticky-regex@^7.12.1", "@babel/plugin-transform-sticky-regex@^7.12.13": +"@babel/plugin-transform-sticky-regex@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz#760ffd936face73f860ae646fb86ee82f3d06d1f" integrity sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.13.0": +"@babel/plugin-transform-sticky-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" + integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" + integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-template-literals@^7.13.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz#a36049127977ad94438dee7443598d1cefdf409d" integrity sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== dependencies: "@babel/helper-plugin-utils" "^7.13.0" -"@babel/plugin-transform-typeof-symbol@^7.12.1", "@babel/plugin-transform-typeof-symbol@^7.12.13": +"@babel/plugin-transform-typeof-symbol@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz#785dd67a1f2ea579d9c2be722de8c84cb85f5a7f" integrity sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-typescript@^7.12.1", "@babel/plugin-transform-typescript@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" - integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== +"@babel/plugin-transform-typeof-symbol@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e" + integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-typescript" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-typescript@^7.16.7": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0" + integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-typescript" "^7.16.7" -"@babel/plugin-transform-unicode-escapes@^7.12.1", "@babel/plugin-transform-unicode-escapes@^7.12.13": +"@babel/plugin-transform-unicode-escapes@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz#840ced3b816d3b5127dd1d12dcedc5dead1a5e74" integrity sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-unicode-regex@^7.12.1", "@babel/plugin-transform-unicode-regex@^7.12.13": +"@babel/plugin-transform-unicode-escapes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3" + integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-regex@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz#b52521685804e155b1202e83fc188d34bb70f5ac" integrity sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== @@ -1043,79 +1790,95 @@ "@babel/helper-create-regexp-features-plugin" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13" -"@babel/preset-env@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2" - integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== - dependencies: - "@babel/compat-data" "^7.12.1" - "@babel/helper-compilation-targets" "^7.12.1" - "@babel/helper-module-imports" "^7.12.1" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-validator-option" "^7.12.1" - "@babel/plugin-proposal-async-generator-functions" "^7.12.1" - "@babel/plugin-proposal-class-properties" "^7.12.1" - "@babel/plugin-proposal-dynamic-import" "^7.12.1" - "@babel/plugin-proposal-export-namespace-from" "^7.12.1" - "@babel/plugin-proposal-json-strings" "^7.12.1" - "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" - "@babel/plugin-proposal-numeric-separator" "^7.12.1" - "@babel/plugin-proposal-object-rest-spread" "^7.12.1" - "@babel/plugin-proposal-optional-catch-binding" "^7.12.1" - "@babel/plugin-proposal-optional-chaining" "^7.12.1" - "@babel/plugin-proposal-private-methods" "^7.12.1" - "@babel/plugin-proposal-unicode-property-regex" "^7.12.1" - "@babel/plugin-syntax-async-generators" "^7.8.0" - "@babel/plugin-syntax-class-properties" "^7.12.1" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" +"@babel/plugin-transform-unicode-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" + integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.4.5": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== + dependencies: + "@babel/compat-data" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-async-generator-functions" "^7.16.8" + "@babel/plugin-proposal-class-properties" "^7.16.7" + "@babel/plugin-proposal-class-static-block" "^7.16.7" + "@babel/plugin-proposal-dynamic-import" "^7.16.7" + "@babel/plugin-proposal-export-namespace-from" "^7.16.7" + "@babel/plugin-proposal-json-strings" "^7.16.7" + "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7" + "@babel/plugin-proposal-numeric-separator" "^7.16.7" + "@babel/plugin-proposal-object-rest-spread" "^7.16.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-private-methods" "^7.16.11" + "@babel/plugin-proposal-private-property-in-object" "^7.16.7" + "@babel/plugin-proposal-unicode-property-regex" "^7.16.7" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - "@babel/plugin-syntax-top-level-await" "^7.12.1" - "@babel/plugin-transform-arrow-functions" "^7.12.1" - "@babel/plugin-transform-async-to-generator" "^7.12.1" - "@babel/plugin-transform-block-scoped-functions" "^7.12.1" - "@babel/plugin-transform-block-scoping" "^7.12.1" - "@babel/plugin-transform-classes" "^7.12.1" - "@babel/plugin-transform-computed-properties" "^7.12.1" - "@babel/plugin-transform-destructuring" "^7.12.1" - "@babel/plugin-transform-dotall-regex" "^7.12.1" - "@babel/plugin-transform-duplicate-keys" "^7.12.1" - "@babel/plugin-transform-exponentiation-operator" "^7.12.1" - "@babel/plugin-transform-for-of" "^7.12.1" - "@babel/plugin-transform-function-name" "^7.12.1" - "@babel/plugin-transform-literals" "^7.12.1" - "@babel/plugin-transform-member-expression-literals" "^7.12.1" - "@babel/plugin-transform-modules-amd" "^7.12.1" - "@babel/plugin-transform-modules-commonjs" "^7.12.1" - "@babel/plugin-transform-modules-systemjs" "^7.12.1" - "@babel/plugin-transform-modules-umd" "^7.12.1" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.1" - "@babel/plugin-transform-new-target" "^7.12.1" - "@babel/plugin-transform-object-super" "^7.12.1" - "@babel/plugin-transform-parameters" "^7.12.1" - "@babel/plugin-transform-property-literals" "^7.12.1" - "@babel/plugin-transform-regenerator" "^7.12.1" - "@babel/plugin-transform-reserved-words" "^7.12.1" - "@babel/plugin-transform-shorthand-properties" "^7.12.1" - "@babel/plugin-transform-spread" "^7.12.1" - "@babel/plugin-transform-sticky-regex" "^7.12.1" - "@babel/plugin-transform-template-literals" "^7.12.1" - "@babel/plugin-transform-typeof-symbol" "^7.12.1" - "@babel/plugin-transform-unicode-escapes" "^7.12.1" - "@babel/plugin-transform-unicode-regex" "^7.12.1" - "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.12.1" - core-js-compat "^3.6.2" - semver "^5.5.0" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-transform-arrow-functions" "^7.16.7" + "@babel/plugin-transform-async-to-generator" "^7.16.8" + "@babel/plugin-transform-block-scoped-functions" "^7.16.7" + "@babel/plugin-transform-block-scoping" "^7.16.7" + "@babel/plugin-transform-classes" "^7.16.7" + "@babel/plugin-transform-computed-properties" "^7.16.7" + "@babel/plugin-transform-destructuring" "^7.16.7" + "@babel/plugin-transform-dotall-regex" "^7.16.7" + "@babel/plugin-transform-duplicate-keys" "^7.16.7" + "@babel/plugin-transform-exponentiation-operator" "^7.16.7" + "@babel/plugin-transform-for-of" "^7.16.7" + "@babel/plugin-transform-function-name" "^7.16.7" + "@babel/plugin-transform-literals" "^7.16.7" + "@babel/plugin-transform-member-expression-literals" "^7.16.7" + "@babel/plugin-transform-modules-amd" "^7.16.7" + "@babel/plugin-transform-modules-commonjs" "^7.16.8" + "@babel/plugin-transform-modules-systemjs" "^7.16.7" + "@babel/plugin-transform-modules-umd" "^7.16.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8" + "@babel/plugin-transform-new-target" "^7.16.7" + "@babel/plugin-transform-object-super" "^7.16.7" + "@babel/plugin-transform-parameters" "^7.16.7" + "@babel/plugin-transform-property-literals" "^7.16.7" + "@babel/plugin-transform-regenerator" "^7.16.7" + "@babel/plugin-transform-reserved-words" "^7.16.7" + "@babel/plugin-transform-shorthand-properties" "^7.16.7" + "@babel/plugin-transform-spread" "^7.16.7" + "@babel/plugin-transform-sticky-regex" "^7.16.7" + "@babel/plugin-transform-template-literals" "^7.16.7" + "@babel/plugin-transform-typeof-symbol" "^7.16.7" + "@babel/plugin-transform-unicode-escapes" "^7.16.7" + "@babel/plugin-transform-unicode-regex" "^7.16.7" + "@babel/preset-modules" "^0.1.5" + "@babel/types" "^7.16.8" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + core-js-compat "^3.20.2" + semver "^6.3.0" -"@babel/preset-env@^7.1.6", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.4.5", "@babel/preset-env@^7.8.4": +"@babel/preset-env@^7.12.1": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5" integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ== @@ -1194,16 +1957,16 @@ core-js-compat "^3.9.0" semver "^6.3.0" -"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.12.1": - version "7.13.13" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.13.13.tgz#a61a1c149b3f77589d795287744393444d5cdd9e" - integrity sha512-MDtwtamMifqq3R2mC7l3A3uFalUb3NH5TIBQWjN/epEPlZktcLq4se3J+ivckKrLMGsR7H9LW8+pYuIUN9tsKg== +"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.12.1", "@babel/preset-flow@^7.13.13": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.16.7.tgz#7fd831323ab25eeba6e4b77a589f680e30581cbd" + integrity sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-option" "^7.12.17" - "@babel/plugin-transform-flow-strip-types" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-transform-flow-strip-types" "^7.16.7" -"@babel/preset-modules@^0.1.3", "@babel/preset-modules@^0.1.4": +"@babel/preset-modules@^0.1.4": version "0.1.4" resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== @@ -1214,20 +1977,30 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c" - integrity sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g== +"@babel/preset-modules@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" + integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-react-display-name" "^7.12.1" - "@babel/plugin-transform-react-jsx" "^7.12.1" - "@babel/plugin-transform-react-jsx-development" "^7.12.1" - "@babel/plugin-transform-react-jsx-self" "^7.12.1" - "@babel/plugin-transform-react-jsx-source" "^7.12.1" - "@babel/plugin-transform-react-pure-annotations" "^7.12.1" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" + "@babel/plugin-transform-dotall-regex" "^7.4.4" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.10", "@babel/preset-react@^7.16.0": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.16.7.tgz#4c18150491edc69c183ff818f9f2aecbe5d93852" + integrity sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-transform-react-display-name" "^7.16.7" + "@babel/plugin-transform-react-jsx" "^7.16.7" + "@babel/plugin-transform-react-jsx-development" "^7.16.7" + "@babel/plugin-transform-react-pure-annotations" "^7.16.7" -"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.10", "@babel/preset-react@^7.12.5": +"@babel/preset-react@^7.12.5": version "7.13.13" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761" integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA== @@ -1239,32 +2012,24 @@ "@babel/plugin-transform-react-jsx-development" "^7.12.17" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" -"@babel/preset-typescript@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b" - integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-typescript" "^7.12.1" - -"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.12.7": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz#ab107e5f050609d806fbb039bec553b33462c60a" - integrity sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw== +"@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.0": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" + integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-option" "^7.12.17" - "@babel/plugin-transform-typescript" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-transform-typescript" "^7.16.7" -"@babel/register@^7.0.0", "@babel/register@^7.12.1": - version "7.13.16" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d" - integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg== +"@babel/register@^7.12.1", "@babel/register@^7.13.16": + version "7.17.7" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.7.tgz#5eef3e0f4afc07e25e847720e7b987ae33f08d0b" + integrity sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA== dependencies: clone-deep "^4.0.1" find-cache-dir "^2.0.0" make-dir "^2.1.0" - pirates "^4.0.0" + pirates "^4.0.5" source-map-support "^0.5.16" "@babel/runtime-corejs3@^7.10.2": @@ -1275,20 +2040,27 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" - integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.16.3": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" + integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.16.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.7.6": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" + integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.6.2": version "7.15.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" @@ -1296,7 +2068,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.12.7", "@babel/template@^7.3.3": +"@babel/template@^7.12.13", "@babel/template@^7.3.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -1305,7 +2077,16 @@ "@babel/parser" "^7.12.13" "@babel/types" "^7.12.13" -"@babel/traverse@^7.0.0-beta.54", "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.7.0": +"@babel/template@^7.12.7", "@babel/template@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/parser" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/traverse@^7.0.0-beta.54", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef" integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA== @@ -1319,7 +2100,23 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.54", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": +"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.17.3" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/parser" "^7.17.3" + "@babel/types" "^7.17.0" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.54", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.14.0" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802" integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg== @@ -1327,10 +2124,18 @@ "@babel/helper-validator-identifier" "^7.14.0" to-fast-properties "^2.0.0" -"@base2/pretty-print-object@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" - integrity sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== +"@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.2.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + to-fast-properties "^2.0.0" + +"@base2/pretty-print-object@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4" + integrity sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA== "@bcoe/v8-coverage@^0.2.3": version "0.2.3" @@ -1345,25 +2150,74 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@craco/craco@^6.1.2": - version "6.1.2" - resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-6.1.2.tgz#30e45288e4609ac6b8cf828085b34acebdc60e69" - integrity sha512-GlQZn+g+yNlaDvIL5m6mcCoBGyFDwO4kkNx3fNFf98wuldkdWyBFoQbtOFOIb4gvkTh4VntOOxtJEoZfKs7XXw== +"@csstools/normalize.css@*": + version "12.0.0" + resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.0.0.tgz#a9583a75c3f150667771f30b60d9f059473e62c4" + integrity sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg== + +"@csstools/postcss-color-function@^1.0.2": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.0.3.tgz#251c961a852c99e9aabdbbdbefd50e9a96e8a9ff" + integrity sha512-J26I69pT2B3MYiLY/uzCGKVJyMYVg9TCpXkWsRlt+Yfq+nELUEm72QXIMYXs4xA9cJA4Oqs2EylrfokKl3mJEQ== dependencies: - cross-spawn "^7.0.0" - lodash "^4.17.15" - semver "^7.3.2" - webpack-merge "^4.2.2" + "@csstools/postcss-progressive-custom-properties" "^1.1.0" + postcss-value-parser "^4.2.0" -"@csstools/convert-colors@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" - integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== +"@csstools/postcss-font-format-keywords@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz#7e7df948a83a0dfb7eb150a96e2390ac642356a1" + integrity sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-hwb-function@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz#d6785c1c5ba8152d1d392c66f3a6a446c6034f6d" + integrity sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-ic-unit@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz#f484db59fc94f35a21b6d680d23b0ec69b286b7f" + integrity sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA== + dependencies: + "@csstools/postcss-progressive-custom-properties" "^1.1.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-is-pseudo-class@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.1.tgz#472fff2cf434bdf832f7145b2a5491587e790c9e" + integrity sha512-Og5RrTzwFhrKoA79c3MLkfrIBYmwuf/X83s+JQtz/Dkk/MpsaKtqHV1OOzYkogQ+tj3oYp5Mq39XotBXNqVc3Q== + dependencies: + postcss-selector-parser "^6.0.9" -"@csstools/normalize.css@^10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18" - integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg== +"@csstools/postcss-normalize-display-values@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz#ce698f688c28517447aedf15a9037987e3d2dc97" + integrity sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-oklab-function@^1.0.1": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.0.2.tgz#87cd646e9450347a5721e405b4f7cc35157b7866" + integrity sha512-QwhWesEkMlp4narAwUi6pgc6kcooh8cC7zfxa9LSQNYXqzcdNUtNBzbGc5nuyAVreb7uf5Ox4qH1vYT3GA1wOg== + dependencies: + "@csstools/postcss-progressive-custom-properties" "^1.1.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-progressive-custom-properties@^1.1.0", "@csstools/postcss-progressive-custom-properties@^1.2.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz#542292558384361776b45c85226b9a3a34f276fa" + integrity sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA== + dependencies: + postcss-value-parser "^4.2.0" + +"@discoveryjs/json-ext@^0.5.3": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" + integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== "@elastic/datemath@^5.0.3": version "5.0.3" @@ -1372,18 +2226,18 @@ dependencies: tslib "^1.9.3" -"@elastic/eui@^41.2.3": - version "41.4.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-41.4.0.tgz#b6ad9429213dbe5cd2f1d11d5b68be7c79beb903" - integrity sha512-6mIeNesz8Wf1/FtfckevTJH8MCC13Jh98njURqXChR56Uta3tBq66V/lF5ZsxIVyCMgROvTtx642mGJO/S02ig== +"@elastic/eui@^53.0.1": + version "53.0.1" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-53.0.1.tgz#82359460ae4edab3a538846b6915518cb1214848" + integrity sha512-fPOuDyc7adjHBp+UHOtIJTHdZVKi8MGzyuYxTRN8ZYLHbzcNTaCsogdk+0eb6u4ISRqhk3tudG8Q0znksVHt1w== dependencies: "@types/chroma-js" "^2.0.0" "@types/lodash" "^4.14.160" "@types/numeral" "^0.0.28" - "@types/react-beautiful-dnd" "^13.0.0" - "@types/react-input-autosize" "^2.2.0" - "@types/react-virtualized-auto-sizer" "^1.0.0" - "@types/react-window" "^1.8.2" + "@types/react-beautiful-dnd" "^13.1.2" + "@types/react-input-autosize" "^2.2.1" + "@types/react-virtualized-auto-sizer" "^1.0.1" + "@types/react-window" "^1.8.5" "@types/refractor" "^3.0.0" "@types/resize-observer-browser" "^0.1.5" "@types/vfile-message" "^2.0.0" @@ -1393,13 +2247,14 @@ mdast-util-to-hast "^10.0.0" numeral "^2.0.6" prop-types "^15.6.0" - react-beautiful-dnd "^13.0.0" - react-dropzone "^11.2.0" - react-focus-on "^3.5.0" - react-input-autosize "^2.2.2" - react-is "~16.3.0" - react-virtualized-auto-sizer "^1.0.2" - react-window "^1.8.5" + react-beautiful-dnd "^13.1.0" + react-dropzone "^11.5.3" + react-element-to-jsx-string "^14.3.4" + react-focus-on "^3.5.4" + react-input-autosize "^3.0.0" + react-is "^17.0.2" + react-virtualized-auto-sizer "^1.0.6" + react-window "^1.8.6" refractor "^3.5.0" rehype-raw "^5.0.0" rehype-react "^6.0.0" @@ -1412,7 +2267,7 @@ text-diff "^1.0.1" unified "^9.2.0" unist-util-visit "^2.0.3" - url-parse "^1.5.3" + url-parse "^1.5.10" uuid "^8.3.0" vfile "^4.2.0" @@ -1426,7 +2281,7 @@ "@emotion/utils" "0.11.3" "@emotion/weak-memoize" "0.2.5" -"@emotion/cache@^11.0.0", "@emotion/cache@^11.1.3": +"@emotion/cache@^11.1.3": version "11.1.3" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd" integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA== @@ -1437,10 +2292,21 @@ "@emotion/weak-memoize" "^0.2.5" stylis "^4.0.3" -"@emotion/core@^10.0.20", "@emotion/core@^10.0.9", "@emotion/core@^10.1.1": - version "10.1.1" - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3" - integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== +"@emotion/cache@^11.4.0": + version "11.7.1" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539" + integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A== + dependencies: + "@emotion/memoize" "^0.7.4" + "@emotion/sheet" "^1.1.0" + "@emotion/utils" "^1.0.0" + "@emotion/weak-memoize" "^0.2.5" + stylis "4.0.13" + +"@emotion/core@^10.0.20", "@emotion/core@^10.0.9": + version "10.3.1" + resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d" + integrity sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww== dependencies: "@babel/runtime" "^7.5.5" "@emotion/cache" "^10.0.27" @@ -1463,7 +2329,7 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== -"@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.6": +"@emotion/is-prop-valid@0.8.8": version "0.8.8" resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== @@ -1525,22 +2391,27 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.1.tgz#245f54abb02dfd82326e28689f34c27aa9b2a698" integrity sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g== -"@emotion/styled-base@^10.0.27": - version "10.0.31" - resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a" - integrity sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== +"@emotion/sheet@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2" + integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g== + +"@emotion/styled-base@^10.3.0": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.3.0.tgz#9aa2c946100f78b47316e4bc6048321afa6d4e36" + integrity sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w== dependencies: "@babel/runtime" "^7.5.5" "@emotion/is-prop-valid" "0.8.8" "@emotion/serialize" "^0.11.15" "@emotion/utils" "0.11.3" -"@emotion/styled@^10.0.17", "@emotion/styled@^10.0.27": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf" - integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== +"@emotion/styled@^10.0.17": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.3.0.tgz#8ee959bf75730789abb5f67f7c3ded0c30aec876" + integrity sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ== dependencies: - "@emotion/styled-base" "^10.0.27" + "@emotion/styled-base" "^10.3.0" babel-plugin-emotion "^10.0.27" "@emotion/stylis@0.8.5": @@ -1568,18 +2439,18 @@ resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== -"@eslint/eslintrc@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547" - integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog== +"@eslint/eslintrc@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.0.tgz#7ce1547a5c46dfe56e1e45c3c9ed18038c721c6a" + integrity sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w== dependencies: ajv "^6.12.4" - debug "^4.1.1" - espree "^7.3.0" - globals "^12.1.0" + debug "^4.3.2" + espree "^9.3.1" + globals "^13.9.0" ignore "^4.0.6" import-fresh "^3.2.1" - js-yaml "^3.13.1" + js-yaml "^4.1.0" minimatch "^3.0.4" strip-json-comments "^3.1.1" @@ -1605,6 +2476,14 @@ tslib "^2.1.0" typescript "^4.0" +"@formatjs/ecma402-abstract@1.11.3": + version "1.11.3" + resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.3.tgz#f25276dfd4ef3dac90da667c3961d8aa9732e384" + integrity sha512-kP/Buv5vVFMAYLHNvvUzr0lwRTU0u2WTy44Tqwku1X3C3lJ5dKqDCYVqA8wL+Y19Bq+MwHgxqd5FZJRCIsLRyQ== + dependencies: + "@formatjs/intl-localematcher" "0.2.24" + tslib "^2.1.0" + "@formatjs/ecma402-abstract@1.7.0": version "1.7.0" resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.7.0.tgz#440b341ba18451d53d9172e3110d96ca420b3760" @@ -1612,10 +2491,12 @@ dependencies: tslib "^2.1.0" -"@formatjs/fast-memoize@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-1.1.1.tgz#3006b58aca1e39a98aca213356b42da5d173f26b" - integrity sha512-mIqBr5uigIlx13eZTOPSEh2buDiy3BCdMYUtewICREQjbb4xarDiVWoXSnrERM7NanZ+0TAHNXSqDe6HpEFQUg== +"@formatjs/fast-memoize@1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-1.2.1.tgz#e6f5aee2e4fd0ca5edba6eba7668e2d855e0fc21" + integrity sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg== + dependencies: + tslib "^2.1.0" "@formatjs/icu-messageformat-parser@1.2.1": version "1.2.1" @@ -1626,6 +2507,15 @@ "@formatjs/icu-skeleton-parser" "1.2.1" tslib "^2.1.0" +"@formatjs/icu-messageformat-parser@2.0.18": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.0.18.tgz#b09e8f16b88e988fd125e7c5810300e8a6dd2c42" + integrity sha512-vquIzsAJJmZ5jWVH8dEgUKcbG4yu3KqtyPet+q35SW5reLOvblkfeCXTRW2TpIwNXzdVqsJBwjbTiRiSU9JxwQ== + dependencies: + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/icu-skeleton-parser" "1.3.5" + tslib "^2.1.0" + "@formatjs/icu-skeleton-parser@1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.2.1.tgz#aa3204b941b436cb88fea9269a6bdf10610336aa" @@ -1634,33 +2524,50 @@ "@formatjs/ecma402-abstract" "1.7.0" tslib "^2.1.0" -"@formatjs/intl-displaynames@4.0.14": - version "4.0.14" - resolved "https://registry.yarnpkg.com/@formatjs/intl-displaynames/-/intl-displaynames-4.0.14.tgz#37934ad87ee137f732f15a3f933276c45cdf9d2f" - integrity sha512-bbzihDGgFrQL5MtH3Dz9p9zZ3db5nSheQY3TMLcLxnMaidaQPa0jzfHrLxq0XN0aaS5wKgSTGzMY8a8LDPPnFA== +"@formatjs/icu-skeleton-parser@1.3.5": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.5.tgz#babc93a1c36383cf87cbb3d2f2145d26c2f7cb40" + integrity sha512-Nhyo2/6kG7ZfgeEfo02sxviOuBcvtzH6SYUharj3DLCDJH3A/4OxkKcmx/2PWGX4bc6iSieh+FA94CsKDxnZBQ== dependencies: - "@formatjs/ecma402-abstract" "1.7.0" + "@formatjs/ecma402-abstract" "1.11.3" tslib "^2.1.0" -"@formatjs/intl-listformat@5.0.15": - version "5.0.15" - resolved "https://registry.yarnpkg.com/@formatjs/intl-listformat/-/intl-listformat-5.0.15.tgz#0fa2f1be485a8a18f677407dfc57cf87c0328b19" - integrity sha512-/JasnYgq1n9NceF//pqcXmlCE0EnF+czyW6yySCcIWdk7piXBXRE40BvgkVNXtbxbn4GmobcuQ7aoKHicPA4LQ== +"@formatjs/intl-displaynames@5.4.2": + version "5.4.2" + resolved "https://registry.yarnpkg.com/@formatjs/intl-displaynames/-/intl-displaynames-5.4.2.tgz#feb6b41087a88286d178032490a8ca78bafd4c56" + integrity sha512-SLesCDan9NCMqBbHPXMEwqAcPn3tnbQw0sv0rssH1JQDLDUQYwKXL93kz30X3yskTyQS7N+pd47bhoIe3kbXyw== dependencies: - "@formatjs/ecma402-abstract" "1.7.0" + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/intl-localematcher" "0.2.24" + tslib "^2.1.0" + +"@formatjs/intl-listformat@6.5.2": + version "6.5.2" + resolved "https://registry.yarnpkg.com/@formatjs/intl-listformat/-/intl-listformat-6.5.2.tgz#7fbc310db89e866250e34084e914894c67e09254" + integrity sha512-/IYagQJkzTvpBlhhaysGYNgM3o72WBg1ZWZcpookkgXEJbINwLP5kVagHxmgxffYKs1CDzQ8rmKHghu2qR/7zw== + dependencies: + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/intl-localematcher" "0.2.24" tslib "^2.1.0" -"@formatjs/intl@1.10.3": - version "1.10.3" - resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-1.10.3.tgz#db2157fb6700ac9e438f57563ac0b762dd208757" - integrity sha512-/2PC0PLHFsnJXqP/yDdIVQrsQXkQww06kgUHojO/tBG5/o0t9Mk54Yg0r7cvpu7RCLVg3la4nRN+v56geSKdeg== +"@formatjs/intl-localematcher@0.2.24": + version "0.2.24" + resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.2.24.tgz#b49fd753c0f54421f26a3c1d0e9cf98a3966e78f" + integrity sha512-K/HRGo6EMnCbhpth/y3u4rW4aXkmQNqRe1L2G+Y5jNr3v0gYhvaucV8WixNju/INAMbPBlbsRBRo/nfjnoOnxQ== dependencies: - "@formatjs/ecma402-abstract" "1.7.0" - "@formatjs/fast-memoize" "1.1.1" - "@formatjs/icu-messageformat-parser" "1.2.1" - "@formatjs/intl-displaynames" "4.0.14" - "@formatjs/intl-listformat" "5.0.15" - intl-messageformat "9.6.11" + tslib "^2.1.0" + +"@formatjs/intl@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.1.0.tgz#383b186b1f26195ac896fc6912871abccf9dad2d" + integrity sha512-1iGGqKcCym+ZH+cktHa6YILVGn8Sve+yuYK7hJpN21JiPKCPJuFJViKFY6rDM5jnj5LDCeH8N5YbhQjccDVOVA== + dependencies: + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/fast-memoize" "1.2.1" + "@formatjs/icu-messageformat-parser" "2.0.18" + "@formatjs/intl-displaynames" "5.4.2" + "@formatjs/intl-listformat" "6.5.2" + intl-messageformat "9.11.4" tslib "^2.1.0" "@formatjs/ts-transformer@3.3.10": @@ -1677,37 +2584,24 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz#c36ffa64a2a239bf948541a97b6ae8d729e09a9a" integrity sha512-rFnSUN/QOtnOAgqFRooTA3H57JLDm0QEG/jPdk+tLQNL/eWd+Aok8g3qCI+Q1xuDPWpGW/i9JySpJVsq8Q0s9w== -"@hapi/address@2.x.x": - version "2.1.4" - resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" - integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== - -"@hapi/bourne@1.x.x": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a" - integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA== - -"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" - integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== +"@gar/promisify@^1.0.1": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" + integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== -"@hapi/joi@^15.1.0": - version "15.1.1" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7" - integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ== +"@humanwhocodes/config-array@^0.9.2": + version "0.9.5" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" + integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== dependencies: - "@hapi/address" "2.x.x" - "@hapi/bourne" "1.x.x" - "@hapi/hoek" "8.x.x" - "@hapi/topo" "3.x.x" + "@humanwhocodes/object-schema" "^1.2.1" + debug "^4.1.1" + minimatch "^3.0.4" -"@hapi/topo@3.x.x": - version "3.1.6" - resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29" - integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ== - dependencies: - "@hapi/hoek" "^8.3.0" +"@humanwhocodes/object-schema@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" + integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== "@hypnosphi/create-react-context@^0.3.1": version "0.3.1" @@ -1733,144 +2627,142 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2" - integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g== +"@jest/console@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.5.1.tgz#260fe7239602fe5130a94f1aa386eff54b014bba" + integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg== dependencies: - "@jest/types" "^26.6.2" + "@jest/types" "^27.5.1" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^26.6.2" - jest-util "^26.6.2" + jest-message-util "^27.5.1" + jest-util "^27.5.1" slash "^3.0.0" -"@jest/core@^26.6.0", "@jest/core@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad" - integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw== +"@jest/core@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.5.1.tgz#267ac5f704e09dc52de2922cbf3af9edcd64b626" + integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ== dependencies: - "@jest/console" "^26.6.2" - "@jest/reporters" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/console" "^27.5.1" + "@jest/reporters" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" + emittery "^0.8.1" exit "^0.1.2" - graceful-fs "^4.2.4" - jest-changed-files "^26.6.2" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-resolve-dependencies "^26.6.3" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - jest-watcher "^26.6.2" - micromatch "^4.0.2" - p-each-series "^2.1.0" + graceful-fs "^4.2.9" + jest-changed-files "^27.5.1" + jest-config "^27.5.1" + jest-haste-map "^27.5.1" + jest-message-util "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-resolve-dependencies "^27.5.1" + jest-runner "^27.5.1" + jest-runtime "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + jest-watcher "^27.5.1" + micromatch "^4.0.4" rimraf "^3.0.0" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^26.6.0", "@jest/environment@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c" - integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== +"@jest/environment@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.1.tgz#d7425820511fe7158abbecc010140c3fd3be9c74" + integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA== dependencies: - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" - jest-mock "^26.6.2" + jest-mock "^27.5.1" -"@jest/fake-timers@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad" - integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA== +"@jest/fake-timers@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74" + integrity sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ== dependencies: - "@jest/types" "^26.6.2" - "@sinonjs/fake-timers" "^6.0.1" + "@jest/types" "^27.5.1" + "@sinonjs/fake-timers" "^8.0.1" "@types/node" "*" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-util "^26.6.2" + jest-message-util "^27.5.1" + jest-mock "^27.5.1" + jest-util "^27.5.1" -"@jest/globals@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a" - integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== +"@jest/globals@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.5.1.tgz#7ac06ce57ab966566c7963431cef458434601b2b" + integrity sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q== dependencies: - "@jest/environment" "^26.6.2" - "@jest/types" "^26.6.2" - expect "^26.6.2" + "@jest/environment" "^27.5.1" + "@jest/types" "^27.5.1" + expect "^27.5.1" -"@jest/reporters@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6" - integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== +"@jest/reporters@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.5.1.tgz#ceda7be96170b03c923c37987b64015812ffec04" + integrity sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/console" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" chalk "^4.0.0" collect-v8-coverage "^1.0.0" exit "^0.1.2" glob "^7.1.2" - graceful-fs "^4.2.4" + graceful-fs "^4.2.9" istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^4.0.3" + istanbul-lib-instrument "^5.1.0" istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.0.2" - jest-haste-map "^26.6.2" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-worker "^26.6.2" + istanbul-reports "^3.1.3" + jest-haste-map "^27.5.1" + jest-resolve "^27.5.1" + jest-util "^27.5.1" + jest-worker "^27.5.1" slash "^3.0.0" source-map "^0.6.0" string-length "^4.0.1" terminal-link "^2.0.0" - v8-to-istanbul "^7.0.0" - optionalDependencies: - node-notifier "^8.0.0" + v8-to-istanbul "^8.1.0" -"@jest/source-map@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" - integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== +"@jest/source-map@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf" + integrity sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg== dependencies: callsites "^3.0.0" - graceful-fs "^4.2.4" + graceful-fs "^4.2.9" source-map "^0.6.0" -"@jest/test-result@^26.6.0", "@jest/test-result@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18" - integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ== +"@jest/test-result@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.5.1.tgz#56a6585fa80f7cdab72b8c5fc2e871d03832f5bb" + integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== dependencies: - "@jest/console" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/console" "^27.5.1" + "@jest/types" "^27.5.1" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17" - integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== +"@jest/test-sequencer@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz#4057e0e9cea4439e544c6353c6affe58d095745b" + integrity sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ== dependencies: - "@jest/test-result" "^26.6.2" - graceful-fs "^4.2.4" - jest-haste-map "^26.6.2" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" + "@jest/test-result" "^27.5.1" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-runtime "^27.5.1" "@jest/transform@^26.6.2": version "26.6.2" @@ -1893,7 +2785,28 @@ source-map "^0.6.1" write-file-atomic "^3.0.0" -"@jest/types@^26.6.0", "@jest/types@^26.6.2": +"@jest/transform@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.1.tgz#6c3501dcc00c4c08915f292a600ece5ecfe1f409" + integrity sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^27.5.1" + babel-plugin-istanbul "^6.1.1" + chalk "^4.0.0" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-regex-util "^27.5.1" + jest-util "^27.5.1" + micromatch "^4.0.4" + pirates "^4.0.4" + slash "^3.0.0" + source-map "^0.6.1" + write-file-atomic "^3.0.0" + +"@jest/types@^26.6.2": version "26.6.2" resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== @@ -1904,6 +2817,35 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" +"@jest/types@^27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@jridgewell/resolve-uri@^3.0.3": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" + integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== + +"@jridgewell/sourcemap-codec@^1.4.10": + version "1.4.11" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" + integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== + +"@jridgewell/trace-mapping@^0.3.0": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" + integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== + dependencies: + "@jridgewell/resolve-uri" "^3.0.3" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@mapbox/hast-util-table-cell-style@^0.1.3": version "0.1.3" resolved "https://registry.yarnpkg.com/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.1.3.tgz#5b7166ae01297d72216932b245e4b2f0b642dca6" @@ -1911,16 +2853,7 @@ dependencies: unist-util-visit "^1.3.0" -"@mdx-js/loader@^1.6.22": - version "1.6.22" - resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-1.6.22.tgz#d9e8fe7f8185ff13c9c8639c048b123e30d322c4" - integrity sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q== - dependencies: - "@mdx-js/mdx" "1.6.22" - "@mdx-js/react" "1.6.22" - loader-utils "2.0.0" - -"@mdx-js/mdx@1.6.22", "@mdx-js/mdx@^1.6.22": +"@mdx-js/mdx@^1.6.22": version "1.6.22" resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba" integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA== @@ -1945,7 +2878,7 @@ unist-builder "2.0.3" unist-util-visit "2.0.3" -"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22": +"@mdx-js/react@^1.6.22": version "1.6.22" resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573" integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== @@ -1989,6 +2922,14 @@ "@nodelib/fs.scandir" "2.1.4" fastq "^1.6.0" +"@npmcli/fs@^1.0.0": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257" + integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== + dependencies: + "@gar/promisify" "^1.0.1" + semver "^7.3.5" + "@npmcli/move-file@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674" @@ -2005,24 +2946,22 @@ sprintf-js "^1.1.2" utf8 "^3.0.0" -"@pmmmwh/react-refresh-webpack-plugin@0.4.3", "@pmmmwh/react-refresh-webpack-plugin@^0.4.3": - version "0.4.3" - resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766" - integrity sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ== +"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": + version "0.5.4" + resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99" + integrity sha512-zZbZeHQDnoTlt2AF+diQT0wsSXpvWiaIOZwBRdltNFhG1+I3ozyaw7U/nBiUwyJ0D+zwdXp0E3bWOl38Ag2BMw== dependencies: - ansi-html "^0.0.7" + ansi-html-community "^0.0.8" + common-path-prefix "^3.0.0" + core-js-pure "^3.8.1" error-stack-parser "^2.0.6" - html-entities "^1.2.1" - native-url "^0.2.6" - schema-utils "^2.6.5" + find-up "^5.0.0" + html-entities "^2.1.0" + loader-utils "^2.0.0" + schema-utils "^3.0.0" source-map "^0.7.3" -"@popperjs/core@^2.5.4", "@popperjs/core@^2.6.0": - version "2.9.2" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.9.2.tgz#adea7b6953cbb34651766b0548468e743c6a2353" - integrity sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q== - -"@reach/router@^1.2.1", "@reach/router@^1.3.4": +"@reach/router@^1.2.1": version "1.3.4" resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.4.tgz#d2574b19370a70c80480ed91f3da840136d10f8c" integrity sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== @@ -2032,18 +2971,27 @@ prop-types "^15.6.1" react-lifecycles-compat "^3.0.4" -"@rollup/plugin-node-resolve@^7.1.1": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca" - integrity sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q== +"@rollup/plugin-babel@^5.2.0": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" + integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== dependencies: - "@rollup/pluginutils" "^3.0.8" - "@types/resolve" "0.0.8" + "@babel/helper-module-imports" "^7.10.4" + "@rollup/pluginutils" "^3.1.0" + +"@rollup/plugin-node-resolve@^11.2.1": + version "11.2.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60" + integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg== + dependencies: + "@rollup/pluginutils" "^3.1.0" + "@types/resolve" "1.17.1" builtin-modules "^3.1.0" + deepmerge "^4.2.2" is-module "^1.0.0" - resolve "^1.14.2" + resolve "^1.19.0" -"@rollup/plugin-replace@^2.3.1": +"@rollup/plugin-replace@^2.4.1": version "2.4.2" resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a" integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== @@ -2051,7 +2999,7 @@ "@rollup/pluginutils" "^3.1.0" magic-string "^0.25.7" -"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": +"@rollup/pluginutils@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== @@ -2060,6 +3008,11 @@ estree-walker "^1.0.1" picomatch "^2.2.2" +"@rushstack/eslint-patch@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz#7f698254aadf921e48dda8c0a6b304026b8a9323" + integrity sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A== + "@sentry/browser@6.3.5": version "6.3.5" resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.3.5.tgz#fc89538cf73752cd5b10060a914c6c5ece2d2893" @@ -2147,96 +3100,74 @@ dependencies: type-detect "4.0.8" -"@sinonjs/fake-timers@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" - integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== +"@sinonjs/fake-timers@^8.0.1": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7" + integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg== dependencies: "@sinonjs/commons" "^1.7.0" -"@storybook/addon-actions@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.2.9.tgz#688413ac77410690755a5da3c277bfa0ff1a10b0" - integrity sha512-CkUYSMt+fvuHfWvtDzlhhaeQBCWlUo99xdL88JTsTml05P43bIHZNIRv2QJ8DwhHuxdIPeHKLmz9y/ymOagOnw== - dependencies: - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/theming" "6.2.9" +"@storybook/addon-actions@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.5.0-alpha.49.tgz#dbe4b294dcaeec28a66ff061484404b9b8ea73da" + integrity sha512-jNQY2P5oNMr4/kI0Z0N2sB07rU70fxRtepwj0sPnSFwAtIx9jz8+yvW3KGV/PUmwnARtwIuKtuuW9q7Dy9oJdw== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" fast-deep-equal "^3.1.3" global "^4.4.0" - lodash "^4.17.20" + lodash "^4.17.21" polished "^4.0.5" prop-types "^15.7.2" react-inspector "^5.1.0" regenerator-runtime "^0.13.7" + telejson "^5.3.3" ts-dedent "^2.0.0" util-deprecate "^1.0.2" uuid-browser "^3.1.0" -"@storybook/addon-docs@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.2.9.tgz#61271e54ff4ea490409e4873ed022e62577366c1" - integrity sha512-qOtwgiqI3LMqT0eXYNV6ykp7qSu0LQGeXxy3wOBGuDDqAizfgnAjomYEWGFcyKp5ahV7HCRCjxbixAklFPUmyw== +"@storybook/addon-docs@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.5.0-alpha.49.tgz#4aad2cab3d6c1202e907275879aef8a2dcbc0bcb" + integrity sha512-cn77Qn+GsbYVJayA35KXgoj5TBGSIBBuTyPALDD5LimCW/xk44oV9UH7tmqYW2zvAyXhoCeQgdeDbdoVUEnREQ== dependencies: - "@babel/core" "^7.12.10" - "@babel/generator" "^7.12.11" - "@babel/parser" "^7.12.11" "@babel/plugin-transform-react-jsx" "^7.12.12" "@babel/preset-env" "^7.12.11" "@jest/transform" "^26.6.2" - "@mdx-js/loader" "^1.6.22" - "@mdx-js/mdx" "^1.6.22" "@mdx-js/react" "^1.6.22" - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/builder-webpack4" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/csf" "0.0.1" - "@storybook/node-logger" "6.2.9" - "@storybook/postinstall" "6.2.9" - "@storybook/source-loader" "6.2.9" - "@storybook/theming" "6.2.9" - acorn "^7.4.1" - acorn-jsx "^5.3.1" - acorn-walk "^7.2.0" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/docs-tools" "6.5.0-alpha.49" + "@storybook/mdx1-csf" canary + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/postinstall" "6.5.0-alpha.49" + "@storybook/preview-web" "6.5.0-alpha.49" + "@storybook/source-loader" "6.5.0-alpha.49" + "@storybook/store" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" - doctrine "^3.0.0" - escodegen "^2.0.0" fast-deep-equal "^3.1.3" global "^4.4.0" - html-tags "^3.1.0" - js-string-escape "^1.0.1" - loader-utils "^2.0.0" - lodash "^4.17.20" - prettier "~2.2.1" - prop-types "^15.7.2" - react-element-to-jsx-string "^14.3.2" - regenerator-runtime "^0.13.7" + lodash "^4.17.21" remark-external-links "^8.0.0" remark-slug "^6.0.0" ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/addon-knobs@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-6.2.9.tgz#879b2e3861c29b30b53f1d624315a2f3a463785a" - integrity sha512-ic3xXy9uWPfIGP4x3VuGnrUmg/Jn9rHKIqZMhRcC7mFDRVlgbekvQxaruC6VY9LW6o8jV/miReSZkJf7M8o0aQ== - dependencies: - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/channels" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/theming" "6.2.9" +"@storybook/addon-knobs@^6.4.0": + version "6.4.0" + resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-6.4.0.tgz#fa5943ef21826cdc2e20ded74edfdf5a6dc71dcf" + integrity sha512-DiH1/5e2AFHoHrncl1qLu18ZHPHzRMMPvOLFz8AWvvmc+VCqTdIaE+tdxKr3e8rYylKllibgvDOzrLjfTNjF+Q== + dependencies: copy-to-clipboard "^3.3.1" core-js "^3.8.2" escape-html "^1.0.3" @@ -2245,21 +3176,20 @@ lodash "^4.17.20" prop-types "^15.7.2" qs "^6.10.0" - react-colorful "^5.0.1" + react-colorful "^5.1.2" react-lifecycles-compat "^3.0.4" react-select "^3.2.0" - regenerator-runtime "^0.13.7" -"@storybook/addon-links@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-6.2.9.tgz#3399d14b0fc587bccdaa602f6294bc8b249c09f0" - integrity sha512-pBiL6EUZI3c9qtCqnGx3RXF46kAxGMdo4xDC2y3mM132W//DzxkzLZRe4ZhxxGwaLzTNlNrypZ6Li6WyIaPZ/w== +"@storybook/addon-links@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-6.5.0-alpha.49.tgz#820e5e1b2fa37b3af413b7f7174bb63bb155b96e" + integrity sha512-PNfVRT37Abla0zDAK4s1v/mN7Ja/m9RUiVho5cJpRV5StTAqXHpDJAphZlCcWRkVhkoLbuqZA7tPAroBXQfc6Q== dependencies: - "@storybook/addons" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/csf" "0.0.1" - "@storybook/router" "6.2.9" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/router" "6.5.0-alpha.49" "@types/qs" "^6.9.5" core-js "^3.8.2" global "^4.4.0" @@ -2268,48 +3198,51 @@ regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" -"@storybook/addon-storyshots@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-6.2.9.tgz#505b66c99c58b9200526ba14d66b68f80e114469" - integrity sha512-/DQEoFZFUMccP/HID7Ln5p/RD687tybLzzOuy6BHxsPsTD/HGShyIAJmy6yw7+cRo8jacdscqXo9bOspj1RCuQ== +"@storybook/addon-storyshots@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-6.5.0-alpha.49.tgz#105bee0ad4537b9f17199d25275686bc7ba9bcbb" + integrity sha512-rKjAgIX4EJ92mhR3Uabw6UgWeyp1hDiDyD+g564axmHqiA2WYQ76TMQO/2oQXKxbn8RCbgBEWzxQ1be2hrJ96Q== dependencies: "@jest/transform" "^26.6.2" - "@storybook/addons" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/core" "6.2.9" - "@storybook/core-common" "6.2.9" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/babel-plugin-require-context-hook" "1.0.1" + "@storybook/client-api" "6.5.0-alpha.49" + "@storybook/core" "6.5.0-alpha.49" + "@storybook/core-client" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" "@types/glob" "^7.1.3" "@types/jest" "^26.0.16" "@types/jest-specific-snapshot" "^0.5.3" - babel-plugin-require-context-hook "^1.0.0" core-js "^3.8.2" glob "^7.1.6" global "^4.4.0" jest-specific-snapshot "^4.0.0" + preact-render-to-string "^5.1.19" pretty-format "^26.6.2" react-test-renderer "^16.8.0 || ^17.0.0" read-pkg-up "^7.0.1" regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" -"@storybook/addon-viewport@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.2.9.tgz#e380de567cea6c24c4e933efa009e80428d5b49e" - integrity sha512-IK2mu5njmfcAT967SJtBOY2B6NPMikySZga9QuaLdSpQxPd3vXKNMVG1CjnduMLeDaAoUlvlJISeEPbYGuE+1A== - dependencies: - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/theming" "6.2.9" +"@storybook/addon-viewport@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.5.0-alpha.49.tgz#5303f981f30f88797d93ef025cfa2ce2a65d97d3" + integrity sha512-gcK+MqRvQ2gJa/qluLpjlpBNmZdktA/4h4QVfV+/HPmRsUTxL51u62GWglYvV8+rRDGnlsMrsNpsahUKe3UP6A== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" global "^4.4.0" memoizerific "^1.11.3" prop-types "^15.7.2" regenerator-runtime "^0.13.7" -"@storybook/addons@5.3.21", "@storybook/addons@^5.2.0": +"@storybook/addons@5.3.21": version "5.3.21" resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-5.3.21.tgz#ee312c738c33e8c34dc11777ef93522c3c36e56a" integrity sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== @@ -2322,21 +3255,36 @@ global "^4.3.2" util-deprecate "^1.0.2" -"@storybook/addons@6.2.9", "@storybook/addons@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.2.9.tgz#b7ba2b9f0e15b852c7d6b57d04fb0a493c57477c" - integrity sha512-GnmEKbJwiN1jncN9NSA8CuR1i2XAlasPcl/Zn0jkfV9WitQeczVcJCPw86SGH84AD+tTBCyF2i9UC0KaOV1YBQ== - dependencies: - "@storybook/api" "6.2.9" - "@storybook/channels" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/router" "6.2.9" - "@storybook/theming" "6.2.9" +"@storybook/addons@6.5.0-alpha.49", "@storybook/addons@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.5.0-alpha.49.tgz#fc13af98f7446ada84a25e9b8cbe2e4b7fa34efc" + integrity sha512-kU9T7zskn2phBgvP3cfCaaOpOmp+nVl3BPqsA2MCYLdFxGewAIFnlPP0F8xGvlVdl4YF6kedt6Co8UklFDr0QA== + dependencies: + "@storybook/api" "6.5.0-alpha.49" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/router" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" + "@types/webpack-env" "^1.16.0" core-js "^3.8.2" global "^4.4.0" regenerator-runtime "^0.13.7" +"@storybook/addons@^5.2.0": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-5.3.22.tgz#c12fc0d7e12575984eb02b41d7dab3fd774b41a6" + integrity sha512-GiQD1r4UQxzjrDMdVwBCxgJ5DdmtD0PAwX1ZIxqJYLLh+NnMIIh2gGSsXJDxMrN0FfLGYhRfgXjRChn1Cuaf8A== + dependencies: + "@storybook/api" "5.3.22" + "@storybook/channels" "5.3.22" + "@storybook/client-logger" "5.3.22" + "@storybook/core-events" "5.3.22" + core-js "^3.0.1" + global "^4.3.2" + util-deprecate "^1.0.2" + "@storybook/api@5.3.21": version "5.3.21" resolved "https://registry.yarnpkg.com/@storybook/api/-/api-5.3.21.tgz#8f1772de53b65e1a65d2f0257463d621a8617c58" @@ -2363,108 +3311,157 @@ telejson "^3.2.0" util-deprecate "^1.0.2" -"@storybook/api@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.2.9.tgz#a9b46569192ad5d8da6435c9d63dc4b0c8463b51" - integrity sha512-okkA3HAScE9tGnYBrjTOcgzT+L1lRHNoEh3ZfGgh1u/XNEyHGNkj4grvkd6nX7BzRcYQ/l2VkcKCqmOjUnSkVQ== +"@storybook/api@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/api/-/api-5.3.22.tgz#a1ca004d7a27de50ffde6de094aae982b0309654" + integrity sha512-yNs4nZ63V1q9Gr1YMQ2i1UrIt+4U3LwsN0IBOYxZ7otfxYRIEBGUqlrlDXdYlgf5VmL8HkwB9n13EEdPu2Y1LA== dependencies: - "@reach/router" "^1.3.4" - "@storybook/channels" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" + "@reach/router" "^1.2.1" + "@storybook/channels" "5.3.22" + "@storybook/client-logger" "5.3.22" + "@storybook/core-events" "5.3.22" "@storybook/csf" "0.0.1" - "@storybook/router" "6.2.9" + "@storybook/router" "5.3.22" + "@storybook/theming" "5.3.22" + "@types/reach__router" "^1.2.3" + core-js "^3.0.1" + fast-deep-equal "^2.0.1" + global "^4.3.2" + lodash "^4.17.15" + memoizerific "^1.11.3" + prop-types "^15.6.2" + react "^16.8.3" + semver "^6.0.0" + shallow-equal "^1.1.0" + store2 "^2.7.1" + telejson "^3.2.0" + util-deprecate "^1.0.2" + +"@storybook/api@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.5.0-alpha.49.tgz#c845a06dbaba99f9442d377f9b739592ed4d768f" + integrity sha512-0uVAG1vn3eGIfF2zKxVWads1tO92bYFC2+Vbw2m6RKEhHEIhzhPtg8Rr/ovmiGacOF2GB2PoNYmaSnVd6KD/gw== + dependencies: + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/router" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.2.9" - "@types/reach__router" "^1.3.7" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" fast-deep-equal "^3.1.3" global "^4.4.0" - lodash "^4.17.20" + lodash "^4.17.21" memoizerific "^1.11.3" - qs "^6.10.0" regenerator-runtime "^0.13.7" store2 "^2.12.0" - telejson "^5.1.0" + telejson "^5.3.3" ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/builder-webpack4@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/builder-webpack4/-/builder-webpack4-6.2.9.tgz#dddff0b1b4590a7ba088ce13e7cc42e482f6455d" - integrity sha512-swECic1huVdj+B+iRJIQ8ds59HuPVE4fmhI+j/nhw0CQCsgAEKqDlOQVYEimW6nZX8GO4WxNm6tiiRzxixejbw== +"@storybook/babel-plugin-require-context-hook@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@storybook/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.1.tgz#0a4ec9816f6c7296ebc97dd8de3d2b7ae76f2e26" + integrity sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww== + +"@storybook/builder-webpack4@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack4/-/builder-webpack4-6.5.0-alpha.49.tgz#0db214b6cec4abce3ca369cdf45e05ec6cb2fceb" + integrity sha512-bIGQqhQEvEMOIQ5HWxHQN2i1EGwOB3gUS1WUYeGIRrqdcQdHEJEfmUYIdW53ginkpPKqoWvwAi4wufk7YFoBMQ== dependencies: "@babel/core" "^7.12.10" - "@babel/plugin-proposal-class-properties" "^7.12.1" - "@babel/plugin-proposal-decorators" "^7.12.12" - "@babel/plugin-proposal-export-default-from" "^7.12.1" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" - "@babel/plugin-proposal-object-rest-spread" "^7.12.1" - "@babel/plugin-proposal-optional-chaining" "^7.12.7" - "@babel/plugin-proposal-private-methods" "^7.12.1" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-transform-arrow-functions" "^7.12.1" - "@babel/plugin-transform-block-scoping" "^7.12.12" - "@babel/plugin-transform-classes" "^7.12.1" - "@babel/plugin-transform-destructuring" "^7.12.1" - "@babel/plugin-transform-for-of" "^7.12.1" - "@babel/plugin-transform-parameters" "^7.12.1" - "@babel/plugin-transform-shorthand-properties" "^7.12.1" - "@babel/plugin-transform-spread" "^7.12.1" - "@babel/plugin-transform-template-literals" "^7.12.1" - "@babel/preset-env" "^7.12.11" - "@babel/preset-react" "^7.12.10" - "@babel/preset-typescript" "^7.12.7" - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/channel-postmessage" "6.2.9" - "@storybook/channels" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core-common" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/node-logger" "6.2.9" - "@storybook/router" "6.2.9" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/channel-postmessage" "6.5.0-alpha.49" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-api" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/preview-web" "6.5.0-alpha.49" + "@storybook/router" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.2.9" - "@storybook/ui" "6.2.9" - "@types/node" "^14.0.10" + "@storybook/store" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" + "@storybook/ui" "6.5.0-alpha.49" + "@types/node" "^14.0.10 || ^16.0.0" "@types/webpack" "^4.41.26" autoprefixer "^9.8.6" - babel-loader "^8.2.2" - babel-plugin-macros "^2.8.0" - babel-plugin-polyfill-corejs3 "^0.1.0" + babel-loader "^8.0.0" case-sensitive-paths-webpack-plugin "^2.3.0" core-js "^3.8.2" css-loader "^3.6.0" - dotenv-webpack "^1.8.0" file-loader "^6.2.0" find-up "^5.0.0" fork-ts-checker-webpack-plugin "^4.1.6" - fs-extra "^9.0.1" glob "^7.1.6" glob-promise "^3.4.0" global "^4.4.0" html-webpack-plugin "^4.0.0" pnp-webpack-plugin "1.6.4" - postcss "^7.0.35" + postcss "^7.0.36" postcss-flexbugs-fixes "^4.2.1" postcss-loader "^4.2.0" raw-loader "^4.0.2" - react-dev-utils "^11.0.3" stable "^0.1.8" style-loader "^1.3.0" - terser-webpack-plugin "^3.1.0" + terser-webpack-plugin "^4.2.3" ts-dedent "^2.0.0" url-loader "^4.1.1" util-deprecate "^1.0.2" webpack "4" webpack-dev-middleware "^3.7.3" webpack-filter-warnings-plugin "^1.2.1" - webpack-hot-middleware "^2.25.0" + webpack-hot-middleware "^2.25.1" webpack-virtual-modules "^0.2.2" +"@storybook/builder-webpack5@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.5.0-alpha.49.tgz#e1594565bf15acec9a62d6cc5c28ecad253822e5" + integrity sha512-+j5GAa4xR2uO2OXnRLycLFhBi3bNuQ16QHhSGsf7n1EUEVwjvraCi5MAVT0S4vd4UdZyhSL7+KkeIhBPy04HNA== + dependencies: + "@babel/core" "^7.12.10" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/channel-postmessage" "6.5.0-alpha.49" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-api" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/preview-web" "6.5.0-alpha.49" + "@storybook/router" "6.5.0-alpha.49" + "@storybook/semver" "^7.3.2" + "@storybook/store" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" + "@types/node" "^14.0.10 || ^16.0.0" + babel-loader "^8.0.0" + babel-plugin-named-exports-order "^0.0.2" + browser-assert "^1.2.1" + case-sensitive-paths-webpack-plugin "^2.3.0" + core-js "^3.8.2" + css-loader "^5.0.1" + fork-ts-checker-webpack-plugin "^6.0.4" + glob "^7.1.6" + glob-promise "^3.4.0" + html-webpack-plugin "^5.0.0" + path-browserify "^1.0.1" + process "^0.11.10" + stable "^0.1.8" + style-loader "^2.0.0" + terser-webpack-plugin "^5.0.3" + ts-dedent "^2.0.0" + util-deprecate "^1.0.2" + webpack "^5.9.0" + webpack-dev-middleware "^4.1.0" + webpack-hot-middleware "^2.25.1" + webpack-virtual-modules "^0.4.1" + "@storybook/channel-postmessage@5.3.21": version "5.3.21" resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-5.3.21.tgz#9c08bf1c108ff973dbca18e582680d25178db1d4" @@ -2476,18 +3473,29 @@ global "^4.3.2" telejson "^3.2.0" -"@storybook/channel-postmessage@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.2.9.tgz#ad85573e0a5d6f0cde3504f168d87a73cb0b6269" - integrity sha512-OqV+gLeeCHR0KExsIz0B7gD17Cjd9D+I75qnBsLWM9inWO5kc/WZ5svw8Bvjlcm6snWpvxUaT8L+svuqcPSmww== +"@storybook/channel-postmessage@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.5.0-alpha.49.tgz#139846770f1c83653aae5e80d2974deeb4698ea0" + integrity sha512-ftSAIPmSJI1tprABUdNkT5inZgI6QRXIzuzec/iYFPQ/1viI3aA2CUwSpqw5xoh4iIcYpYN8ZFYNXMlo01nnZA== dependencies: - "@storybook/channels" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" core-js "^3.8.2" global "^4.4.0" qs "^6.10.0" - telejson "^5.1.0" + telejson "^5.3.3" + +"@storybook/channel-websocket@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/channel-websocket/-/channel-websocket-6.5.0-alpha.49.tgz#df419709a480412f18a1652d58bd0c5d6f88edeb" + integrity sha512-x4mSHNXcme+hEeV9v1T6MbCvuvLdq118jm+abKz8x4bU6TAaHGO5TXHzb91ti4O0XK0SoVC6scFz9/gMoJ9pCg== + dependencies: + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + core-js "^3.8.2" + global "^4.4.0" + telejson "^5.3.3" "@storybook/channels@5.3.21": version "5.3.21" @@ -2496,25 +3504,35 @@ dependencies: core-js "^3.0.1" -"@storybook/channels@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.2.9.tgz#a9fd7f25102cbec15fb56f76abf891b7b214e9de" - integrity sha512-6dC8Fb2ipNyOQXnUZMDeEUaJGH5DMLzyHlGLhVyDtrO5WR6bO8mQdkzf4+5dSKXgCBNX0BSkssXth4pDjn18rg== +"@storybook/channels@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-5.3.22.tgz#ff4e96828a13e7e9812ab679897e57076339a230" + integrity sha512-g09qHs5nzn0dK8n65mISwYKC5fZ9OC+ZUIweSX2BHleiuRbYx5xXqptgp+CBLei1Nqu/7GlOM6UFfWQGIsa3GQ== + dependencies: + core-js "^3.0.1" + +"@storybook/channels@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.5.0-alpha.49.tgz#5b8cd4279605e4bb1070462d91a2aede2c587795" + integrity sha512-iTAfWU6AVPzyXmuimvcBvjxNgZOOPCGdTWXNRlKu9p4KLfXF+21Un5/IKHy23xxJgwqIWsp9zRxTx6tO4+S1eA== dependencies: core-js "^3.8.2" ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/cli@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-6.2.9.tgz#3c89bce29bcf219290f0c18dacbfbf3282b614f5" - integrity sha512-Y2uDDc5Lkr6aWqIG+McOpzkO40RoXM0Pm5JdzzaIamUE++ub1BYv/hmlkre3zOGouloKfXxORn8dafMqN2MG3Q== +"@storybook/cli@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-6.5.0-alpha.49.tgz#a08c9b268c9a32ee5ab7f845cb71ec87b3125ae3" + integrity sha512-OThBD9RYsDwvQP3HUW68O8KoCf44E3l3TtU2IFyQ5sx4jJf2TYibQrxxQbMQ27h2gAfwfR3MUgKI+NMsZXM46Q== dependencies: "@babel/core" "^7.12.10" "@babel/preset-env" "^7.12.11" - "@storybook/codemod" "6.2.9" - "@storybook/node-logger" "6.2.9" + "@storybook/codemod" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/csf-tools" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" + boxen "^5.1.2" chalk "^4.1.0" commander "^6.2.1" core-js "^3.8.2" @@ -2525,14 +3543,15 @@ fs-extra "^9.0.1" get-port "^5.1.1" globby "^11.0.2" - jscodeshift "^0.11.0" + jscodeshift "^0.13.1" json5 "^2.1.3" leven "^3.1.0" prompts "^2.4.0" puppeteer-core "^2.1.1" read-pkg-up "^7.0.1" - shelljs "^0.8.4" + shelljs "^0.8.5" strip-json-comments "^3.0.1" + ts-dedent "^2.0.0" update-notifier "^5.0.1" "@storybook/client-api@5.3.21": @@ -2558,27 +3577,29 @@ ts-dedent "^1.1.0" util-deprecate "^1.0.2" -"@storybook/client-api@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.2.9.tgz#f0bb44e9b2692adfbf30d7ff751c6dd44bcfe1ce" - integrity sha512-aLvEUVkbvv6Qo/2mF4rFCecdqi2CGOUDdsV1a6EFIVS/9gXFdpirsOwKHo9qNjacGdWPlBYGCUcbrw+DvNaSFA== - dependencies: - "@storybook/addons" "6.2.9" - "@storybook/channel-postmessage" "6.2.9" - "@storybook/channels" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/csf" "0.0.1" +"@storybook/client-api@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.5.0-alpha.49.tgz#248e9ad2c4ca2f1927348e8cd925a02cf46cf0cc" + integrity sha512-c0JOCXwolij+Wh4mvlOvVy6yKG9np+bCqoAGfCWmWklEatdVHaDaM8EZVvM/TRNVicLFgwPe85E+6Gmwa7OPuQ== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/channel-postmessage" "6.5.0-alpha.49" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/store" "6.5.0-alpha.49" "@types/qs" "^6.9.5" "@types/webpack-env" "^1.16.0" core-js "^3.8.2" + fast-deep-equal "^3.1.3" global "^4.4.0" - lodash "^4.17.20" + lodash "^4.17.21" memoizerific "^1.11.3" qs "^6.10.0" regenerator-runtime "^0.13.7" - stable "^0.1.8" store2 "^2.12.0" + synchronous-promise "^2.0.15" ts-dedent "^2.0.0" util-deprecate "^1.0.2" @@ -2589,28 +3610,37 @@ dependencies: core-js "^3.0.1" -"@storybook/client-logger@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.2.9.tgz#77c1ea39684ad2a2cf6836051b381fc5b354e132" - integrity sha512-IfOQZuvpjh66qBInQCJOb9S0dTGpzZ/Cxlcvokp+PYt95KztaWN3mPm+HaDQCeRsrWNe0Bpm1zuickcJ6dBOXg== +"@storybook/client-logger@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-5.3.22.tgz#70d813acaa376339e54454cb5114a19da829c266" + integrity sha512-kcAm56izhmN3ulOJf0YRPNSmG9OUUqSfFx5K3hrBUaSImpBU6XTweFLsPhcXK77RTVpdf+aumkw4prEyicJzww== + dependencies: + core-js "^3.0.1" + +"@storybook/client-logger@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.5.0-alpha.49.tgz#972b764796d3641bc705c0ff93715403ed816b47" + integrity sha512-nryrITmCrhLkTDvoSyYFVHN9QgdxSSdu8jvs+VVcj8195ULNc14PBprr9WHj7gBkS1K1fWf57HcS6KeWCWTKZw== dependencies: core-js "^3.8.2" global "^4.4.0" -"@storybook/codemod@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-6.2.9.tgz#aa5d9a9de7a7f75c712fbcacd08927da24b278df" - integrity sha512-mconOQdwo9PguJQEd1gIUsZDHu0F5UlYXhW+BOgQOxnwDGBXkld2lGOm2v6n9OzuAwkEheHJBt52hz/7wRsi3w== +"@storybook/codemod@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-6.5.0-alpha.49.tgz#c44a1d270cdb12438b7595a997d1ae8f969eb0c6" + integrity sha512-6K2jN66lMOJqha4eQVeff1qoSn2EC/yslL2n2IMybI0cmrrlTtVWuvx2k8ikuq817J+O7rWFAz+vMe5LMArgBA== dependencies: + "@babel/types" "^7.12.11" "@mdx-js/mdx" "^1.6.22" - "@storybook/csf" "0.0.1" - "@storybook/node-logger" "6.2.9" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/csf-tools" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" core-js "^3.8.2" cross-spawn "^7.0.3" globby "^11.0.2" - jscodeshift "^0.7.0" - lodash "^4.17.20" - prettier "~2.2.1" + jscodeshift "^0.13.1" + lodash "^4.17.21" + prettier ">=2.2.1 <=2.3.0" recast "^0.19.0" regenerator-runtime "^0.13.7" @@ -2641,62 +3671,47 @@ simplebar-react "^1.0.0-alpha.6" ts-dedent "^1.1.0" -"@storybook/components@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.2.9.tgz#7189f9715b05720fe083ae8ad014849f14e98e73" - integrity sha512-hnV1MI2aB2g1sJ7NJphpxi7TwrMZQ/tpCJeHnkjmzyC6ez1MXqcBXGrEEdSXzRfAxjQTOEpu6H1mnns0xMP0Ag== +"@storybook/components@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.0-alpha.49.tgz#1b513395531ccc61431f5a053e16ae72a1458847" + integrity sha512-HeVxVMrMuyBoHdDsSMwiIirqTrtTa3aLMhqz/lpnW28HSNaYORMH8z3U69JTbb6iHJ6vvbu8JQi2sViVCeMdqQ== dependencies: - "@popperjs/core" "^2.6.0" - "@storybook/client-logger" "6.2.9" - "@storybook/csf" "0.0.1" - "@storybook/theming" "6.2.9" - "@types/color-convert" "^2.0.0" - "@types/overlayscrollbars" "^1.12.0" - "@types/react-syntax-highlighter" "11.0.5" - color-convert "^2.0.1" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" - fast-deep-equal "^3.1.3" - global "^4.4.0" - lodash "^4.17.20" - markdown-to-jsx "^7.1.0" - memoizerific "^1.11.3" - overlayscrollbars "^1.13.1" - polished "^4.0.5" - prop-types "^15.7.2" - react-colorful "^5.0.1" - react-popper-tooltip "^3.1.1" - react-syntax-highlighter "^13.5.3" - react-textarea-autosize "^8.3.0" regenerator-runtime "^0.13.7" - ts-dedent "^2.0.0" - util-deprecate "^1.0.2" -"@storybook/core-client@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.2.9.tgz#3f611947e64dee0a297e512ff974087bc52c1877" - integrity sha512-jW841J5lCe1Ub5ZMtzYPgCy/OUddFxxVYeHLZyuNxlH5RoiQQxbDpuFlzuZMYGuIzD6eZw+ANE4w5vW/y5oBfA== - dependencies: - "@storybook/addons" "6.2.9" - "@storybook/channel-postmessage" "6.2.9" - "@storybook/client-api" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/csf" "0.0.1" - "@storybook/ui" "6.2.9" +"@storybook/core-client@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.5.0-alpha.49.tgz#2ac6e2ac30610c609dfc6d07a832bc01b68fc097" + integrity sha512-WILhX5b1fhcnolBTg0oCZBMBQuYQsg7YCXUV2dnS7aiynN5Tb35oPjkzbMDo0QmCCR+dv2Y7hJCOG3mvq8xyaQ== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/channel-postmessage" "6.5.0-alpha.49" + "@storybook/channel-websocket" "6.5.0-alpha.49" + "@storybook/client-api" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/preview-web" "6.5.0-alpha.49" + "@storybook/store" "6.5.0-alpha.49" + "@storybook/ui" "6.5.0-alpha.49" + airbnb-js-shims "^2.2.1" ansi-to-html "^0.6.11" core-js "^3.8.2" global "^4.4.0" - lodash "^4.17.20" + lodash "^4.17.21" qs "^6.10.0" regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" unfetch "^4.2.0" util-deprecate "^1.0.2" -"@storybook/core-common@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-6.2.9.tgz#54f8e005733d39c4cb90eec7c17f9ca4dcbeec5f" - integrity sha512-ve0Qb4EMit8jGibfZBprmaU2i4LtpB4vSMIzD9nB1YeBmw2cGhHubtmayZ0TwcV3fPQhtYH9wwRWuWyzzHyQyw== +"@storybook/core-common@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-6.5.0-alpha.49.tgz#a1e945a84873d0c75701e9e2c72779ae4e10823b" + integrity sha512-iJKYh1EYzDbPCV03M+ZXrWBhW5sYy9kJKjHgOYqOdV0gnnUJ8BwLoxQ60Ax3C8PX4FnB3aBdVbwt+DmxJfjfhA== dependencies: "@babel/core" "^7.12.10" "@babel/plugin-proposal-class-properties" "^7.12.1" @@ -2706,6 +3721,7 @@ "@babel/plugin-proposal-object-rest-spread" "^7.12.1" "@babel/plugin-proposal-optional-chaining" "^7.12.7" "@babel/plugin-proposal-private-methods" "^7.12.1" + "@babel/plugin-proposal-private-property-in-object" "^7.12.1" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-transform-arrow-functions" "^7.12.1" "@babel/plugin-transform-block-scoping" "^7.12.12" @@ -2719,13 +3735,11 @@ "@babel/preset-react" "^7.12.10" "@babel/preset-typescript" "^7.12.7" "@babel/register" "^7.12.1" - "@storybook/node-logger" "6.2.9" + "@storybook/node-logger" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" - "@types/glob-base" "^0.3.0" - "@types/micromatch" "^4.0.1" - "@types/node" "^14.0.10" + "@types/node" "^14.0.10 || ^16.0.0" "@types/pretty-hrtime" "^1.0.0" - babel-loader "^8.2.2" + babel-loader "^8.0.0" babel-plugin-macros "^3.0.1" babel-plugin-polyfill-corejs3 "^0.1.0" chalk "^4.1.0" @@ -2734,15 +3748,18 @@ file-system-cache "^1.0.5" find-up "^5.0.0" fork-ts-checker-webpack-plugin "^6.0.4" + fs-extra "^9.0.1" glob "^7.1.6" - glob-base "^0.3.0" + handlebars "^4.7.7" interpret "^2.2.0" json5 "^2.1.3" lazy-universal-dotenv "^3.0.1" - micromatch "^4.0.2" + picomatch "^2.3.0" pkg-dir "^5.0.0" pretty-hrtime "^1.0.3" resolve-from "^5.0.0" + slash "^3.0.0" + telejson "^5.3.3" ts-dedent "^2.0.0" util-deprecate "^1.0.2" webpack "4" @@ -2754,71 +3771,69 @@ dependencies: core-js "^3.0.1" -"@storybook/core-events@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.2.9.tgz#4f12947cd15d1eb3c4109923657c012feef521cd" - integrity sha512-xQmbX/oYQK1QsAGN8hriXX5SUKOoTUe3L4dVaVHxJqy7MReRWJpprJmCpbAPJzWS6WCbDFfCM5kVEexHLOzJlQ== +"@storybook/core-events@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-5.3.22.tgz#28b35f7172ee2664d34bcd3232024adccc44515f" + integrity sha512-dGRIMwbX47dTBe5Bc9jI9+iABwSFgQPvZXb56uvPsNBUd7/fDfryqSVrc/YfiQzhs0YS1IN6NCKEbOGbNRbpvg== dependencies: - core-js "^3.8.2" + core-js "^3.0.1" -"@storybook/core-server@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-6.2.9.tgz#da8b7f043ff59ee6cd2e8631ba8d0f954fdc265a" - integrity sha512-DzihO73pj1Ro0Y4tq9hjw2mLMUYeSRPrx7CndCOBxcTHCKQ8Kd7Dee3wJ49t5/19V7TW1+4lYR59GAy73FeOAQ== +"@storybook/core-events@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.5.0-alpha.49.tgz#b0a568fab53cf61e1daf0536622a4cdbbcb773c4" + integrity sha512-m5BIJfYJhczhFlLODpfIx2Uw92GrRGH8uh5CuOKGEbYCb+xrLm6U2pdU+Ebsro88zgE8h/6sGWNR4DA64B6oMg== dependencies: - "@babel/core" "^7.12.10" - "@babel/plugin-transform-template-literals" "^7.12.1" - "@babel/preset-react" "^7.12.10" - "@storybook/addons" "6.2.9" - "@storybook/builder-webpack4" "6.2.9" - "@storybook/core-client" "6.2.9" - "@storybook/core-common" "6.2.9" - "@storybook/node-logger" "6.2.9" + core-js "^3.8.2" + +"@storybook/core-server@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-6.5.0-alpha.49.tgz#89f9521a2c628d6196de193639fb377a68ee3932" + integrity sha512-g6OLFGqYm1+jP6A3d/tE0pNAb0Fimcm4DfUFi6O8pm54hUfLukit3xvVKlTYcTdbKWnlZQg1NLPS/+LG8MONBw== + dependencies: + "@discoveryjs/json-ext" "^0.5.3" + "@storybook/builder-webpack4" "6.5.0-alpha.49" + "@storybook/core-client" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/csf-tools" "6.5.0-alpha.49" + "@storybook/manager-webpack4" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.2.9" - "@storybook/ui" "6.2.9" - "@types/node" "^14.0.10" + "@storybook/store" "6.5.0-alpha.49" + "@types/node" "^14.0.10 || ^16.0.0" "@types/node-fetch" "^2.5.7" "@types/pretty-hrtime" "^1.0.0" "@types/webpack" "^4.41.26" - airbnb-js-shims "^2.2.1" - babel-loader "^8.2.2" better-opn "^2.1.1" - boxen "^4.2.0" - case-sensitive-paths-webpack-plugin "^2.3.0" + boxen "^5.1.2" chalk "^4.1.0" - cli-table3 "0.6.0" + cli-table3 "^0.6.1" commander "^6.2.1" + compression "^1.7.4" core-js "^3.8.2" - cpy "^8.1.1" - css-loader "^3.6.0" + cpy "^8.1.2" detect-port "^1.3.0" - dotenv-webpack "^1.8.0" express "^4.17.1" - file-loader "^6.2.0" - file-system-cache "^1.0.5" - find-up "^5.0.0" fs-extra "^9.0.1" global "^4.4.0" - html-webpack-plugin "^4.0.0" + globby "^11.0.2" ip "^1.1.5" - node-fetch "^2.6.1" - pnp-webpack-plugin "1.6.4" + lodash "^4.17.21" + node-fetch "^2.6.7" + open "^8.4.0" pretty-hrtime "^1.0.3" prompts "^2.4.0" - read-pkg-up "^7.0.1" regenerator-runtime "^0.13.7" - resolve-from "^5.0.0" serve-favicon "^2.5.0" - style-loader "^1.3.0" - telejson "^5.1.0" - terser-webpack-plugin "^3.1.0" + slash "^3.0.0" + telejson "^5.3.3" ts-dedent "^2.0.0" - url-loader "^4.1.1" util-deprecate "^1.0.2" + watchpack "^2.2.0" webpack "4" - webpack-dev-middleware "^3.7.3" - webpack-virtual-modules "^0.2.2" + ws "^8.2.3" + x-default-browser "^0.4.0" "@storybook/core@5.3.21": version "5.3.21" @@ -2899,13 +3914,33 @@ webpack-hot-middleware "^2.25.0" webpack-virtual-modules "^0.2.0" -"@storybook/core@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.2.9.tgz#e32e72b3bdb44384f5f0ff93ad1a483acd033b4b" - integrity sha512-pzbyjWvj0t8m0kR2pC9GQne4sZn7Y/zfcbm6/31CL+yhzOQjfJEj3n4ZFUlxikXqQJPg1aWfypfyaeaLL0QyuA== +"@storybook/core@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.5.0-alpha.49.tgz#6779e1527e11136f26e752f72aac7dd3bf66d42e" + integrity sha512-mDkn2djhoOOvZv/LN0pt0DYIgZI2Aur7SWKIjpvbKKd40t1uoOuw91iyCcEYYKlhFNs1O5wlavGf68dLeJgIiQ== dependencies: - "@storybook/core-client" "6.2.9" - "@storybook/core-server" "6.2.9" + "@storybook/core-client" "6.5.0-alpha.49" + "@storybook/core-server" "6.5.0-alpha.49" + +"@storybook/csf-tools@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-6.5.0-alpha.49.tgz#5200bffed6d8b12dc6c249bec865a5e55ff61253" + integrity sha512-iYhy2KGDabirlCxIQz+E9FXtFRJvLfkL4UiLWMVc5iUyrf9iE9IUMzLidFqssgl4ue7jCRn8PeDc+v9hiWTnYw== + dependencies: + "@babel/core" "^7.12.10" + "@babel/generator" "^7.12.11" + "@babel/parser" "^7.12.11" + "@babel/plugin-transform-react-jsx" "^7.12.12" + "@babel/preset-env" "^7.12.11" + "@babel/traverse" "^7.12.11" + "@babel/types" "^7.12.11" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/mdx1-csf" canary + core-js "^3.8.2" + fs-extra "^9.0.1" + global "^4.4.0" + regenerator-runtime "^0.13.7" + ts-dedent "^2.0.0" "@storybook/csf@0.0.1": version "0.0.1" @@ -2914,6 +3949,122 @@ dependencies: lodash "^4.17.15" +"@storybook/csf@0.0.2--canary.87bc651.0": + version "0.0.2--canary.87bc651.0" + resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.2--canary.87bc651.0.tgz#c7b99b3a344117ef67b10137b6477a3d2750cf44" + integrity sha512-ajk1Uxa+rBpFQHKrCcTmJyQBXZ5slfwHVEaKlkuFaW77it8RgbPJp/ccna3sgoi8oZ7FkkOyvv1Ve4SmwFqRqw== + dependencies: + lodash "^4.17.15" + +"@storybook/docs-tools@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-6.5.0-alpha.49.tgz#e84a08a835a015bb4d6f35ec1b2d3fbf67c1f892" + integrity sha512-hjU5eu+9Dql6vc0JyWhVzv2dshbPgV0TcgIDyRtQ5mrInM1ZbBbqUwOsq31enZUHBCUXFWIwourhVYlyv4f2Qw== + dependencies: + "@babel/core" "^7.12.10" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/store" "6.5.0-alpha.49" + core-js "^3.8.2" + doctrine "^3.0.0" + lodash "^4.17.21" + regenerator-runtime "^0.13.7" + +"@storybook/manager-webpack4@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/manager-webpack4/-/manager-webpack4-6.5.0-alpha.49.tgz#c08607c817629b086a995aaf2ec8218f11c19444" + integrity sha512-okuPwBII87VEEnKgz2oNQkX6ILXRJ8Qzots9k6uDmA0JfmzHRAGYuv+Nh5NfUgEceOBYcFm7UJ/jKIlBMMtU0A== + dependencies: + "@babel/core" "^7.12.10" + "@babel/plugin-transform-template-literals" "^7.12.1" + "@babel/preset-react" "^7.12.10" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/core-client" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" + "@storybook/ui" "6.5.0-alpha.49" + "@types/node" "^14.0.10 || ^16.0.0" + "@types/webpack" "^4.41.26" + babel-loader "^8.0.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + chalk "^4.1.0" + core-js "^3.8.2" + css-loader "^3.6.0" + express "^4.17.1" + file-loader "^6.2.0" + find-up "^5.0.0" + fs-extra "^9.0.1" + html-webpack-plugin "^4.0.0" + node-fetch "^2.6.7" + pnp-webpack-plugin "1.6.4" + read-pkg-up "^7.0.1" + regenerator-runtime "^0.13.7" + resolve-from "^5.0.0" + style-loader "^1.3.0" + telejson "^5.3.3" + terser-webpack-plugin "^4.2.3" + ts-dedent "^2.0.0" + url-loader "^4.1.1" + util-deprecate "^1.0.2" + webpack "4" + webpack-dev-middleware "^3.7.3" + webpack-virtual-modules "^0.2.2" + +"@storybook/manager-webpack5@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/manager-webpack5/-/manager-webpack5-6.5.0-alpha.49.tgz#beba359ffa55b97d6925bb2c2ed99709cde736c2" + integrity sha512-PH+3LNSDv1vpPi525vjH3qLBQzV3QIknQ3E6TNHng8weU3YjOdgZDLjK5bI29+NW+yHHyvLg45VG6Ds42FSrmA== + dependencies: + "@babel/core" "^7.12.10" + "@babel/plugin-transform-template-literals" "^7.12.1" + "@babel/preset-react" "^7.12.10" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/core-client" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/theming" "6.5.0-alpha.49" + "@storybook/ui" "6.5.0-alpha.49" + "@types/node" "^14.0.10 || ^16.0.0" + babel-loader "^8.0.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + chalk "^4.1.0" + core-js "^3.8.2" + css-loader "^5.0.1" + express "^4.17.1" + find-up "^5.0.0" + fs-extra "^9.0.1" + html-webpack-plugin "^5.0.0" + node-fetch "^2.6.7" + process "^0.11.10" + read-pkg-up "^7.0.1" + regenerator-runtime "^0.13.7" + resolve-from "^5.0.0" + style-loader "^2.0.0" + telejson "^5.3.3" + terser-webpack-plugin "^5.0.3" + ts-dedent "^2.0.0" + util-deprecate "^1.0.2" + webpack "^5.9.0" + webpack-dev-middleware "^4.1.0" + webpack-virtual-modules "^0.4.1" + +"@storybook/mdx1-csf@canary": + version "0.0.1-canary.1.867dcd5.0" + resolved "https://registry.yarnpkg.com/@storybook/mdx1-csf/-/mdx1-csf-0.0.1-canary.1.867dcd5.0.tgz#e8739a7451a557292977d83bfb7475986a8013b6" + integrity sha512-VnlE825M9SpjyJCPLCXbo+RbvqllsqXqRDCouzHKSpCE3Q79KR7MMURBsJo/vrTG1zeNG68Z4TZrLAu6IoyYaA== + dependencies: + "@babel/generator" "^7.12.11" + "@babel/parser" "^7.12.11" + "@babel/preset-env" "^7.12.11" + "@babel/types" "^7.12.11" + "@mdx-js/mdx" "^1.6.22" + "@types/lodash" "^4.14.167" + js-string-escape "^1.0.1" + loader-utils "^2.0.0" + lodash "^4.17.21" + prettier ">=2.2.1 <=2.3.0" + ts-dedent "^2.0.0" + "@storybook/node-logger@5.3.21": version "5.3.21" resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-5.3.21.tgz#f11d45042bd57dc69e9037d8f374d9fd0aad8071" @@ -2926,36 +4077,70 @@ pretty-hrtime "^1.0.3" regenerator-runtime "^0.13.3" -"@storybook/node-logger@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.2.9.tgz#c67d8d7684514b8d00207502e8a9adda0ee750e5" - integrity sha512-ryRBChWZf1A5hOVONErJZosS25IdMweoMVFAUAcj91iC0ynoSA6YL2jmoE71jQchxEXEgkDeRkX9lR/GlqFGZQ== +"@storybook/node-logger@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.5.0-alpha.49.tgz#041fea6d8e443d34339c94ae45b2882c2b58f597" + integrity sha512-vDojrpsdPtkjBKuoCTnsPINTSZ2thWXF3+JC3STAI7ToQwUrjfjBnhMTxGLugZVReetei6aurDdmBX6OSVDZ4w== dependencies: "@types/npmlog" "^4.1.2" chalk "^4.1.0" core-js "^3.8.2" - npmlog "^4.1.2" + npmlog "^5.0.1" pretty-hrtime "^1.0.3" -"@storybook/postinstall@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.2.9.tgz#3573ca86a27e9628defdd3a2c64721ee9db359ce" - integrity sha512-HjAjXZV+WItonC7lVrfrUsQuRFZNz1g1lE0GgsEK2LdC5rAcD/JwJxjiWREwY+RGxKL9rpWgqyxVQajpIJRjhA== +"@storybook/postinstall@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.5.0-alpha.49.tgz#4c31cd940a1288680be9557238cba1b5d16ebdbe" + integrity sha512-F6PnZslNq8AaxYDJ46xrVFqJvDSAWP6gv+nNZBh8LJk8eo7HmUec+kQsHaBUQ57P9J1XsDg9OENHwKCJf5LKBw== dependencies: core-js "^3.8.2" -"@storybook/preset-create-react-app@^3.1.7": - version "3.1.7" - resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.7.tgz#e48df77768bdcc4863e3918c11965c45e4110ac8" - integrity sha512-SR+HGSWCrhHA5sszuIHJYdh2tWNi/zu858WB5RM74OBW4ogo8Bv4/7td4p53eWbdm0zBDbnKcrBmwRrAYqwL9Q== +"@storybook/preset-create-react-app@^4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-4.1.0.tgz#8f2dc1d5ac07b806b7a3fa4f57654c21150a9821" + integrity sha512-xMQlWhT8qHBnfrep4g+f2UFndpAiYnhkilHaf081eA9hsnSlj7Z9WKgHC5n09jBhfZpgL5Zf7Mx3lNwhHoEXBw== dependencies: - "@pmmmwh/react-refresh-webpack-plugin" "^0.4.3" + "@pmmmwh/react-refresh-webpack-plugin" "^0.5.1" + "@storybook/react-docgen-typescript-plugin" canary "@types/babel__core" "^7.1.7" - "@types/webpack" "^4.41.13" babel-plugin-react-docgen "^4.1.0" - pnp-webpack-plugin "^1.6.4" - react-docgen-typescript-plugin "^0.6.2" - semver "^7.3.2" + pnp-webpack-plugin "^1.7.0" + semver "^7.3.5" + +"@storybook/preview-web@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/preview-web/-/preview-web-6.5.0-alpha.49.tgz#c17cf4739af1493f0f03826d98518694e4734ab3" + integrity sha512-0SNE5vJfnDUfqbVT96ccIF7OUo82SI2jK/JlJc2jm+qWceXXsnul1xWDQATZJfOK0u98F+OXNJKQwRz7RwVYRQ== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/channel-postmessage" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/store" "6.5.0-alpha.49" + ansi-to-html "^0.6.11" + core-js "^3.8.2" + global "^4.4.0" + lodash "^4.17.21" + qs "^6.10.0" + regenerator-runtime "^0.13.7" + synchronous-promise "^2.0.15" + ts-dedent "^2.0.0" + unfetch "^4.2.0" + util-deprecate "^1.0.2" + +"@storybook/react-docgen-typescript-plugin@1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0", "@storybook/react-docgen-typescript-plugin@canary": + version "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0" + resolved "https://registry.yarnpkg.com/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0.tgz#3103532ff494fb7dc3cf835f10740ecf6a26c0f9" + integrity sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w== + dependencies: + debug "^4.1.1" + endent "^2.0.1" + find-cache-dir "^3.3.1" + flat-cache "^3.0.4" + micromatch "^4.0.2" + react-docgen-typescript "^2.1.1" + tslib "^2.0.0" "@storybook/react@^5.2.0": version "5.3.21" @@ -2984,34 +4169,45 @@ ts-dedent "^1.1.0" webpack "^4.33.0" -"@storybook/react@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.2.9.tgz#84f42b3d9a5c8de814f71ae186886076ba377d2c" - integrity sha512-glvw+o/Vek2oapYIXCYDK6gm3cuSnx0XdOpiJVcXk3KLb8JfLbdzGYYp6dcWUbyOBqGcGFRpXIgMmkcwgn+fvQ== +"@storybook/react@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.5.0-alpha.49.tgz#ab218d90d312cc08eba9e39ba22caa97780a4fb0" + integrity sha512-CNwSQLk029cIQDXWt+yXXjqNTbUpimnG4eo+0eIljDdRhe5IqpMz+hfu1CCkFszYK+E630OE3QFx2ekNwHOTkw== dependencies: "@babel/preset-flow" "^7.12.1" "@babel/preset-react" "^7.12.10" - "@pmmmwh/react-refresh-webpack-plugin" "^0.4.3" - "@storybook/addons" "6.2.9" - "@storybook/core" "6.2.9" - "@storybook/core-common" "6.2.9" - "@storybook/node-logger" "6.2.9" + "@pmmmwh/react-refresh-webpack-plugin" "^0.5.3" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core" "6.5.0-alpha.49" + "@storybook/core-common" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + "@storybook/docs-tools" "6.5.0-alpha.49" + "@storybook/node-logger" "6.5.0-alpha.49" + "@storybook/react-docgen-typescript-plugin" "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0" "@storybook/semver" "^7.3.2" + "@storybook/store" "6.5.0-alpha.49" + "@types/estree" "^0.0.51" + "@types/node" "^14.14.20 || ^16.0.0" "@types/webpack-env" "^1.16.0" + acorn "^7.4.1" + acorn-jsx "^5.3.1" + acorn-walk "^7.2.0" babel-plugin-add-react-displayname "^0.0.5" - babel-plugin-named-asset-import "^0.3.1" babel-plugin-react-docgen "^4.2.1" core-js "^3.8.2" + escodegen "^2.0.0" global "^4.4.0" - lodash "^4.17.20" + html-tags "^3.1.0" + lodash "^4.17.21" prop-types "^15.7.2" - react-dev-utils "^11.0.3" - react-docgen-typescript-plugin "^0.6.2" - react-refresh "^0.8.3" + react-element-to-jsx-string "^14.3.4" + react-refresh "^0.11.0" read-pkg-up "^7.0.1" regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" - webpack "4" + util-deprecate "^1.0.2" + webpack ">=4.43.0 <6.0.0" "@storybook/router@5.3.21": version "5.3.21" @@ -3028,21 +4224,29 @@ qs "^6.6.0" util-deprecate "^1.0.2" -"@storybook/router@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.2.9.tgz#547543031dd8330870bb6b473dcf7e51982e841c" - integrity sha512-7Bn1OFoItCl8whXRT8N1qp1Lky7kzXJ3aslWp5E8HcM8rxh4OYXfbaeiyJEJxBTGC5zxgY+tAEXHFjsAviFROg== +"@storybook/router@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/router/-/router-5.3.22.tgz#03ca154cbc63c7124cc1d334569c4f4ac41d92b5" + integrity sha512-Z79Gd7hdTzpuMMkv2Mantd0DqX/dFaAKAzzPiXWsqWRtzlDkW7+SR0+yC36bUWnM4hcTT1SOZsLSqBoY/kw0WQ== dependencies: - "@reach/router" "^1.3.4" - "@storybook/client-logger" "6.2.9" - "@types/reach__router" "^1.3.7" - core-js "^3.8.2" - fast-deep-equal "^3.1.3" - global "^4.4.0" - lodash "^4.17.20" + "@reach/router" "^1.2.1" + "@storybook/csf" "0.0.1" + "@types/reach__router" "^1.2.3" + core-js "^3.0.1" + global "^4.3.2" + lodash "^4.17.15" memoizerific "^1.11.3" - qs "^6.10.0" - ts-dedent "^2.0.0" + qs "^6.6.0" + util-deprecate "^1.0.2" + +"@storybook/router@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.5.0-alpha.49.tgz#c3572e19398f7eacc2bf2cd629b58ce614972575" + integrity sha512-SIuEaYvET+vvZgOuB4TVw7ilFoIUNeGjBf8W5gFnjbV7kujTgbKZ7m9dUi8qIa0QUmK829RZ9uq0VTK59p1O/Q== + dependencies: + "@storybook/client-logger" "6.5.0-alpha.49" + core-js "^3.8.2" + regenerator-runtime "^0.13.7" "@storybook/semver@^7.3.2": version "7.3.2" @@ -3052,22 +4256,43 @@ core-js "^3.6.5" find-up "^4.1.0" -"@storybook/source-loader@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.2.9.tgz#ac6b314e48044acad5318d237275b24e684edb9f" - integrity sha512-cx499g7BG2oeXvRFx45r0W0p2gKEy/e88WsUFnqqfMKZBJ8K0R/lx5DI0l1hq+TzSrE6uGe0/uPlaLkJNIro7g== +"@storybook/source-loader@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.5.0-alpha.49.tgz#89eaf9d5910ebeb8affb4f22bd216d7e811d23af" + integrity sha512-C2SkO6IpGjT2oBZsv6rq6Rmfl5HRSPSCKEu7WRo6wpOP4/Pf6Gj688zzXsNgpGk9aEzibTT+K/rD4CY/BL4gZA== dependencies: - "@storybook/addons" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/csf" "0.0.1" + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" core-js "^3.8.2" estraverse "^5.2.0" global "^4.4.0" loader-utils "^2.0.0" - lodash "^4.17.20" - prettier "~2.2.1" + lodash "^4.17.21" + prettier ">=2.2.1 <=2.3.0" regenerator-runtime "^0.13.7" +"@storybook/store@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/store/-/store-6.5.0-alpha.49.tgz#22bd7e4244c3c726075a15c23233b095a50091a6" + integrity sha512-eRgqkYCOhRFnJh0g2UlB22hNgR70ik0oboFXs1ZtGvB8NF24ZPXOUDh0jATVY87xx3KtO5cVe6iyi4iSAKXFgA== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/csf" "0.0.2--canary.87bc651.0" + core-js "^3.8.2" + fast-deep-equal "^3.1.3" + global "^4.4.0" + lodash "^4.17.21" + memoizerific "^1.11.3" + regenerator-runtime "^0.13.7" + slash "^3.0.0" + stable "^0.1.8" + synchronous-promise "^2.0.15" + ts-dedent "^2.0.0" + util-deprecate "^1.0.2" + "@storybook/theming@5.3.21": version "5.3.21" resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-5.3.21.tgz#ae2dc101aa57c3be4df1724ae729e11bad118e0b" @@ -3086,23 +4311,32 @@ resolve-from "^5.0.0" ts-dedent "^1.1.0" -"@storybook/theming@6.2.9", "@storybook/theming@^6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.2.9.tgz#16bf40180861f222c7ed1d80abd5d1e3cb315660" - integrity sha512-183oJW7AD7Fhqg5NT4ct3GJntwteAb9jZnQ6yhf9JSdY+fk8OhxRbPf7ov0au2gYACcGrWDd9K5pYQsvWlP5gA== +"@storybook/theming@5.3.22": + version "5.3.22" + resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-5.3.22.tgz#c62a4139b7cb9aff3d8b0b08247cf1855a1f1a5e" + integrity sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg== dependencies: - "@emotion/core" "^10.1.1" - "@emotion/is-prop-valid" "^0.8.6" - "@emotion/styled" "^10.0.27" - "@storybook/client-logger" "6.2.9" - core-js "^3.8.2" + "@emotion/core" "^10.0.20" + "@emotion/styled" "^10.0.17" + "@storybook/client-logger" "5.3.22" + core-js "^3.0.1" deep-object-diff "^1.1.0" - emotion-theming "^10.0.27" - global "^4.4.0" + emotion-theming "^10.0.19" + global "^4.3.2" memoizerific "^1.11.3" - polished "^4.0.5" + polished "^3.3.1" + prop-types "^15.7.2" resolve-from "^5.0.0" - ts-dedent "^2.0.0" + ts-dedent "^1.1.0" + +"@storybook/theming@6.5.0-alpha.49", "@storybook/theming@^6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.0-alpha.49.tgz#bff26b5087515c7ee0f3fde9e32f2cdd39107650" + integrity sha512-4YIJs7/xFdE3xJ3HGz4D7S+gdMnNwLyPc4q9yE0cFyXVdiUUCdw5x0EjDXiznDuWkBxlhTa6KYf3Qr2311Racg== + dependencies: + "@storybook/client-logger" "6.5.0-alpha.49" + core-js "^3.8.2" + regenerator-runtime "^0.13.7" "@storybook/ui@5.3.21": version "5.3.21" @@ -3144,48 +4378,33 @@ telejson "^3.2.0" util-deprecate "^1.0.2" -"@storybook/ui@6.2.9": - version "6.2.9" - resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.2.9.tgz#25cdf7ae2ef38ab337570c2377fda1da999792e7" - integrity sha512-jq2xmw3reIqik/6ibUSbNKGR+Xvr9wkAEwexiOl+5WQ5BeYJpw4dmDmsFQf+SQuWaSEUUPolbzkakRQM778Kdg== - dependencies: - "@emotion/core" "^10.1.1" - "@storybook/addons" "6.2.9" - "@storybook/api" "6.2.9" - "@storybook/channels" "6.2.9" - "@storybook/client-logger" "6.2.9" - "@storybook/components" "6.2.9" - "@storybook/core-events" "6.2.9" - "@storybook/router" "6.2.9" +"@storybook/ui@6.5.0-alpha.49": + version "6.5.0-alpha.49" + resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.5.0-alpha.49.tgz#bb860f536880585cd46209ac4ee1296cb944fffa" + integrity sha512-MIaEVLxaX0O/GuyxnAwaV5J02KLY7JDX+uURE3vFjIXb7CusxWPxO18XC0n0VlJNkXphbxzLHqRhSlz66z7dEA== + dependencies: + "@storybook/addons" "6.5.0-alpha.49" + "@storybook/api" "6.5.0-alpha.49" + "@storybook/channels" "6.5.0-alpha.49" + "@storybook/client-logger" "6.5.0-alpha.49" + "@storybook/components" "6.5.0-alpha.49" + "@storybook/core-events" "6.5.0-alpha.49" + "@storybook/router" "6.5.0-alpha.49" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.2.9" - "@types/markdown-to-jsx" "^6.11.3" - copy-to-clipboard "^3.3.1" + "@storybook/theming" "6.5.0-alpha.49" core-js "^3.8.2" - core-js-pure "^3.8.2" - downshift "^6.0.15" - emotion-theming "^10.0.27" - fuse.js "^3.6.1" - global "^4.4.0" - lodash "^4.17.20" - markdown-to-jsx "^6.11.4" - memoizerific "^1.11.3" - polished "^4.0.5" - qs "^6.10.0" - react-draggable "^4.4.3" - react-helmet-async "^1.0.7" - react-sizeme "^3.0.1" regenerator-runtime "^0.13.7" resolve-from "^5.0.0" - store2 "^2.12.0" -"@surma/rollup-plugin-off-main-thread@^1.1.1": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58" - integrity sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A== +"@surma/rollup-plugin-off-main-thread@^2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053" + integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ== dependencies: - ejs "^2.6.1" + ejs "^3.1.6" + json5 "^2.2.0" magic-string "^0.25.0" + string.prototype.matchall "^4.0.6" "@svgr/babel-plugin-add-jsx-attribute@^4.2.0": version "4.2.0" @@ -3365,20 +4584,6 @@ deepmerge "^4.2.2" svgo "^1.2.2" -"@svgr/webpack@5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640" - integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g== - dependencies: - "@babel/core" "^7.12.3" - "@babel/plugin-transform-react-constant-elements" "^7.12.1" - "@babel/preset-env" "^7.12.1" - "@babel/preset-react" "^7.12.5" - "@svgr/core" "^5.5.0" - "@svgr/plugin-jsx" "^5.5.0" - "@svgr/plugin-svgo" "^5.5.0" - loader-utils "^2.0.0" - "@svgr/webpack@^4.0.3": version "4.3.3" resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-4.3.3.tgz#13cc2423bf3dff2d494f16b17eb7eacb86895017" @@ -3393,6 +4598,20 @@ "@svgr/plugin-svgo" "^4.3.1" loader-utils "^1.2.3" +"@svgr/webpack@^5.5.0": + version "5.5.0" + resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640" + integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g== + dependencies: + "@babel/core" "^7.12.3" + "@babel/plugin-transform-react-constant-elements" "^7.12.1" + "@babel/preset-env" "^7.12.1" + "@babel/preset-react" "^7.12.5" + "@svgr/core" "^5.5.0" + "@svgr/plugin-jsx" "^5.5.0" + "@svgr/plugin-svgo" "^5.5.0" + loader-utils "^2.0.0" + "@szmarczak/http-timer@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" @@ -3400,12 +4619,17 @@ dependencies: defer-to-connect "^1.0.1" -"@types/anymatch@*": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" - integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== +"@tootallnate/once@1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" + integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== -"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": +"@trysound/sax@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" + integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== + +"@types/babel__core@^7.0.0": version "7.1.14" resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402" integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g== @@ -3416,6 +4640,17 @@ "@types/babel__template" "*" "@types/babel__traverse" "*" +"@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": + version "7.1.18" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8" + integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + "@types/babel__generator@*": version "7.6.2" resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.2.tgz#f3d71178e187858f7c45e30380f8f1b7415a12d8" @@ -3438,10 +4673,20 @@ dependencies: "@babel/types" "^7.3.0" -"@types/braces@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb" - integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== +"@types/body-parser@*": + version "1.19.2" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" + integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/bonjour@^3.5.9": + version "3.5.10" + resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.10.tgz#0f6aadfe00ea414edc86f5d106357cda9701e275" + integrity sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw== + dependencies: + "@types/node" "*" "@types/bson@*": version "4.0.3" @@ -3462,17 +4707,13 @@ resolved "https://registry.yarnpkg.com/@types/chroma-js/-/chroma-js-2.1.3.tgz#0b03d737ff28fad10eb884e0c6cedd5ffdc4ba0a" integrity sha512-1xGPhoSGY1CPmXLCBcjVZSQinFjL26vlR8ZqprsBWiFyED4JacJJ9zHhh5aaUXqbY9B37mKQ73nlydVAXmr1+g== -"@types/color-convert@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/color-convert/-/color-convert-2.0.0.tgz#8f5ee6b9e863dcbee5703f5a517ffb13d3ea4e22" - integrity sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ== +"@types/connect-history-api-fallback@^1.3.5": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" + integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== dependencies: - "@types/color-name" "*" - -"@types/color-name@*": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" - integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== + "@types/express-serve-static-core" "*" + "@types/node" "*" "@types/connect@*": version "3.4.34" @@ -3494,7 +4735,23 @@ "@types/cheerio" "*" "@types/react" "*" -"@types/eslint@^7.2.0", "@types/eslint@^7.2.6": +"@types/eslint-scope@^3.7.3": + version "3.7.3" + resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224" + integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== + dependencies: + "@types/eslint" "*" + "@types/estree" "*" + +"@types/eslint@*": + version "8.4.1" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.1.tgz#c48251553e8759db9e656de3efc846954ac32304" + integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + +"@types/eslint@^7.2.0": version "7.2.10" resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.10.tgz#4b7a9368d46c0f8cd5408c23288a59aa2394d917" integrity sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ== @@ -3502,6 +4759,14 @@ "@types/estree" "*" "@types/json-schema" "*" +"@types/eslint@^7.28.2": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78" + integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + "@types/estree@*": version "0.0.47" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4" @@ -3512,12 +4777,46 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== -"@types/glob-base@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@types/glob-base/-/glob-base-0.3.0.tgz#a581d688347e10e50dd7c17d6f2880a10354319d" - integrity sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0= +"@types/estree@^0.0.51": + version "0.0.51" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" + integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== -"@types/glob@*", "@types/glob@^7.1.1", "@types/glob@^7.1.3": +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.28" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" + integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express@*", "@types/express@^4.17.13": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" + integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/fs-extra@^9.0.12": + version "9.0.13" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45" + integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA== + dependencies: + "@types/node" "*" + +"@types/glob@*", "@types/glob@^7.1.3", "@types/glob@^7.1.4": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" + integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== + dependencies: + "@types/minimatch" "*" + "@types/node" "*" + +"@types/glob@^7.1.1": version "7.1.3" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== @@ -3553,14 +4852,19 @@ hoist-non-react-statics "^3.3.0" "@types/html-minifier-terser@^5.0.0": - version "5.1.1" - resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50" - integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA== + version "5.1.2" + resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57" + integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w== + +"@types/html-minifier-terser@^6.0.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35" + integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== -"@types/http-proxy@^1.17.5": - version "1.17.5" - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d" - integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q== +"@types/http-proxy@^1.17.8": + version "1.17.8" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55" + integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA== dependencies: "@types/node" "*" @@ -3575,9 +4879,9 @@ integrity sha512-lYUtmJ9BqUN688fGY1U1HZoWT1/Jrmgigx2loq4ZcJpICECm/Om3V314BxdzypO0u5PORKGMM6x0OXaljV1YFg== "@types/is-function@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83" - integrity sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.1.tgz#2d024eace950c836d9e3335a66b97960ae41d022" + integrity sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q== "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" @@ -3605,7 +4909,23 @@ dependencies: "@types/jest" "*" -"@types/jest@*", "@types/jest@^26.0.16", "@types/jest@^26.0.20": +"@types/jest@*": + version "27.4.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" + integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== + dependencies: + jest-matcher-utils "^27.0.0" + pretty-format "^27.0.0" + +"@types/jest@^26.0.16": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== + dependencies: + jest-diff "^26.0.0" + pretty-format "^26.0.0" + +"@types/jest@^26.0.20": version "26.0.23" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== @@ -3618,6 +4938,11 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== +"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": + version "7.0.9" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + "@types/json-stable-stringify@^1.0.32": version "1.0.32" resolved "https://registry.yarnpkg.com/@types/json-stable-stringify/-/json-stable-stringify-1.0.32.tgz#121f6917c4389db3923640b2e68de5fa64dda88e" @@ -3633,13 +4958,6 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008" integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q== -"@types/markdown-to-jsx@^6.11.3": - version "6.11.3" - resolved "https://registry.yarnpkg.com/@types/markdown-to-jsx/-/markdown-to-jsx-6.11.3.tgz#cdd1619308fecbc8be7e6a26f3751260249b020e" - integrity sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw== - dependencies: - "@types/react" "*" - "@types/mdast@^3.0.0": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" @@ -3657,17 +4975,15 @@ "@types/react" "*" "@types/underscore" "*" -"@types/micromatch@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.1.tgz#9381449dd659fc3823fd2a4190ceacc985083bc7" - integrity sha512-my6fLBvpY70KattTNzYOK6KU1oR1+UCz9ug/JbcF5UrEmeCt9P7DV2t7L8+t18mMPINqGQCE4O8PLOPbI84gxw== - dependencies: - "@types/braces" "*" - "@types/mime-types@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.0.tgz#9ca52cda363f699c69466c2a6ccdaad913ea7a73" - integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM= + version "2.1.1" + resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.1.tgz#d9ba43490fa3a3df958759adf69396c3532cf2c1" + integrity sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== "@types/minimatch@*": version "3.0.4" @@ -3683,9 +4999,9 @@ "@types/node" "*" "@types/node-fetch@^2.5.7": - version "2.5.10" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132" - integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ== + version "2.6.1" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975" + integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA== dependencies: "@types/node" "*" form-data "^3.0.0" @@ -3695,20 +5011,25 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a" integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA== -"@types/node@14", "@types/node@^14.0.10": +"@types/node@14": version "14.14.43" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.43.tgz#26bcbb0595b305400e8ceaf9a127a7f905ae49c8" integrity sha512-3pwDJjp1PWacPTpH0LcfhgjvurQvrZFBrC6xxjaUEZ7ifUtT32jtjPxEMMblpqd2Mvx+k8haqQJLQxolyGN/cQ== +"@types/node@^14.0.10 || ^16.0.0", "@types/node@^14.14.20 || ^16.0.0": + version "16.11.26" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47" + integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ== + "@types/normalize-package-data@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" - integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== + version "2.4.1" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== "@types/npmlog@^4.1.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4" - integrity sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== + version "4.1.4" + resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.4.tgz#30eb872153c7ead3e8688c476054ddca004115f6" + integrity sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ== "@types/numeral@^0.0.28": version "0.0.28" @@ -3720,11 +5041,6 @@ resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-2.1.0.tgz#284353e535481690a72bf748619d77577bd23317" integrity sha512-RW3VRiuQIMo5PJ4Q1IwBtdLHL/t8ACpzUY40norN9ejE6CUBwKetmSxJnITJ0NlzN/ymF1nvPvlpvegtns7yOg== -"@types/overlayscrollbars@^1.12.0": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@types/overlayscrollbars/-/overlayscrollbars-1.12.0.tgz#98456caceca8ad73bd5bb572632a585074e70764" - integrity sha512-h/pScHNKi4mb+TrJGDon8Yb06ujFG0mSg12wIO0sWMUF3dQIe2ExRRdNRviaNt9IjxIiOfnRr7FsQAdHwK4sMg== - "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -3735,15 +5051,15 @@ resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109" integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== -"@types/prettier@^2.0.0": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.3.tgz#ef65165aea2924c9359205bf748865b8881753c0" - integrity sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA== +"@types/prettier@^2.0.0", "@types/prettier@^2.1.5": + version "2.4.4" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17" + integrity sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA== "@types/pretty-hrtime@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.0.tgz#c5a2d644a135e988b2932f99737e67b3c62528d0" - integrity sha512-xl+5r2rcrxdLViAYkkiLMYsoUs3qEyrAnHFyEzYysgRxdVp3WbhysxIvJIxZp9FvZ2CYezh0TaHZorivH+voOQ== + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz#72a26101dc567b0d68fd956cf42314556e42d601" + integrity sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ== "@types/prismjs@*": version "1.16.6" @@ -3760,26 +5076,31 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== -"@types/qs@^6.9.5": - version "6.9.6" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1" - integrity sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA== +"@types/qs@*", "@types/qs@^6.9.5": + version "6.9.7" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== -"@types/reach__router@^1.2.3", "@types/reach__router@^1.3.7": - version "1.3.7" - resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.7.tgz#de8ab374259ae7f7499fc1373b9697a5f3cd6428" - integrity sha512-cyBEb8Ef3SJNH5NYEIDGPoMMmYUxROatuxbICusVRQIqZUB85UCt6R2Ok60tKS/TABJsJYaHyNTW3kqbpxlMjg== +"@types/range-parser@*": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" + integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== + +"@types/reach__router@^1.2.3": + version "1.3.10" + resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.10.tgz#141d500213a452d9d9d71d5ad96c4104094f55a3" + integrity sha512-iHAFGaVOrWi00/q7oBybggGsz5TOmwOW4M1H9sT7i9lly4qFC8XOgsdf6jUsoaOz2sknFHALEtZqCoDbokdJ2Q== dependencies: "@types/react" "*" -"@types/react-beautiful-dnd@^13.0.0": - version "13.0.0" - resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.0.0.tgz#e60d3d965312fcf1516894af92dc3e9249587db4" - integrity sha512-by80tJ8aTTDXT256Gl+RfLRtFjYbUWOnZuEigJgNsJrSEGxvFe5eY6k3g4VIvf0M/6+xoLgfYWoWonlOo6Wqdg== +"@types/react-beautiful-dnd@^13.1.2": + version "13.1.2" + resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.2.tgz#510405abb09f493afdfd898bf83995dc6385c130" + integrity sha512-+OvPkB8CdE/bGdXKyIhc/Lm2U7UAYCCJgsqmopFmh9gbAudmslkI8eOrPDjg4JhwSE6wytz4a3/wRjKtovHVJg== dependencies: "@types/react" "*" -"@types/react-dom@*", "@types/react-dom@^16.9.6": +"@types/react-dom@*": version "16.9.12" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.12.tgz#55cd6b17e73922edb9545e5355a0016c1734e6f4" integrity sha512-i7NPZZpPte3jtVOoW+eLB7G/jsX5OM6GqQnH+lC0nq0rqwlK0x8WcMEvYDgFWqWhWMlTltTimzdMax6wYfZssA== @@ -3793,10 +5114,10 @@ dependencies: "@types/react" "*" -"@types/react-input-autosize@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.0.tgz#d62b07567088e547500f4693ae25dce0639c1b4e" - integrity sha512-8NO64XLmdRKUHeteXnweVnXuuSQr5HMSa4vRyNBUKOeZlimvgHPMtRchFHVHO9k7VpDoufCFYMJ6XHJ44qMTBQ== +"@types/react-input-autosize@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.1.tgz#6a335212e7fce1e1a4da56ae2095c8c5c35fbfe6" + integrity sha512-RxzEjd4gbLAAdLQ92Q68/AC+TfsAKTc4evsArUH1aIShIMqQMIMjsxoSnwyjtbFTO/AGIW/RQI94XSdvOxCz/w== dependencies: "@types/react" "*" @@ -3834,10 +5155,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react-select@^4.0.15": - version "4.0.15" - resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.15.tgz#2e6a1cff22c4bbae6c95b8dbee5b5097c12eae54" - integrity sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ== +"@types/react-select@^4.0.18": + version "4.0.18" + resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.18.tgz#f907f406411afa862217a9d86c54a301367a35c1" + integrity sha512-uCPRMPshd96BwHuT7oCrFduiv5d6km3VwmtW7rVl9g4XetS3VoJ9nZo540LiwtQgaFcW96POwaxQDZDAyYaepg== dependencies: "@emotion/serialize" "^1.0.0" "@types/react" "*" @@ -3851,17 +5172,10 @@ dependencies: "@types/react" "*" -"@types/react-syntax-highlighter@11.0.5": - version "11.0.5" - resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087" - integrity sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg== - dependencies: - "@types/react" "*" - -"@types/react-table@^7.0.27": - version "7.0.29" - resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.0.29.tgz#af2c82f2d6a39be5bc0f191b30501309a8db0949" - integrity sha512-RCGVKGlTDv3jbj37WJ5HhN3sPb0W/2rqlvyGUtvawnnyrxgI2BGgASvU93rq2jwanVp5J9l1NYAeiGlNhdaBGw== +"@types/react-table@^7.7.10": + version "7.7.10" + resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.7.10.tgz#ca8bb5420bfeae964ff61682f31f1cadfcfee726" + integrity sha512-yt7FHv/2cFsucStSWLBOB3OmsRZF08DvVHzz8Zg41B4tzRL6pQ+5VYvmhaR1dKS//tDG4UOJ1RQJPEINHYoRtg== dependencies: "@types/react" "*" @@ -3873,9 +5187,9 @@ "@types/react" "*" "@types/react-textarea-autosize@^4.3.3": - version "4.3.5" - resolved "https://registry.yarnpkg.com/@types/react-textarea-autosize/-/react-textarea-autosize-4.3.5.tgz#6c4d2753fa1864c98c0b2b517f67bb1f6e4c46de" - integrity sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== + version "4.3.6" + resolved "https://registry.yarnpkg.com/@types/react-textarea-autosize/-/react-textarea-autosize-4.3.6.tgz#f56f7b41aee9fb0310b6e32a8d2a77eb9a5893db" + integrity sha512-cTf8tCem0c8A7CERYbTuF+bRFaqYu7N7HLCa6ZhUhDx8XnUsTpGx5udMWljt87JpciUKuUkImKPEsy6kcKhrcQ== dependencies: "@types/react" "*" @@ -3886,21 +5200,21 @@ dependencies: "@types/react" "*" -"@types/react-virtualized-auto-sizer@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.0.tgz#fc32f30a8dab527b5816f3a757e1e1d040c8f272" - integrity sha512-NMErdIdSnm2j/7IqMteRiRvRulpjoELnXWUwdbucYCz84xG9PHcoOrr7QfXwB/ku7wd6egiKFrzt/+QK4Imeeg== +"@types/react-virtualized-auto-sizer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.1.tgz#b3187dae1dfc4c15880c9cfc5b45f2719ea6ebd4" + integrity sha512-GH8sAnBEM5GV9LTeiz56r4ZhMOUSrP43tAQNSRVxNexDjcNKLCEtnxusAItg1owFUFE6k0NslV26gqVClVvong== dependencies: "@types/react" "*" -"@types/react-window@^1.8.2": - version "1.8.3" - resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.3.tgz#14f74b144b4e3df9421eb31182dc580b7ccc7617" - integrity sha512-Xf+IR2Zyiyh/6z1CM8kv1aQba3S3X/hBXt4tH+T9bDSIGwFhle0GZFZGTSU8nw2cUT3UNbCHDjhxVQVZPtE8cA== +"@types/react-window@^1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.5.tgz#285fcc5cea703eef78d90f499e1457e9b5c02fc1" + integrity sha512-V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw== dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16", "@types/react@^16.9.34": +"@types/react@*", "@types/react@^16": version "16.14.5" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.5.tgz#2c39b5cadefaf4829818f9219e5e093325979f4d" integrity sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw== @@ -3909,6 +5223,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@16 || 17": + version "17.0.41" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.41.tgz#6e179590d276394de1e357b3f89d05d7d3da8b85" + integrity sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/react@^17.0.4": version "17.0.4" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.4.tgz#a67c6f7a460d2660e950d9ccc1c2f18525c28220" @@ -3930,22 +5253,42 @@ resolved "https://registry.yarnpkg.com/@types/resize-observer-browser/-/resize-observer-browser-0.1.6.tgz#d8e6c2f830e2650dc06fe74464472ff64b54a302" integrity sha512-61IfTac0s9jvNtBCpyo86QeaN8qqpMGHdK0uGKCCIy2dt5/Yk84VduHIdWAcmkC5QvdkPL0p5eWYgUZtHKKUVg== -"@types/resolve@0.0.8": - version "0.0.8" - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" - integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== +"@types/resolve@1.17.1": + version "1.17.1" + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6" + integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== dependencies: "@types/node" "*" +"@types/retry@^0.12.0": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065" + integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g== + "@types/scheduler@*": version "0.16.1" resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== -"@types/scroll-into-view@^1.6.7": - version "1.13.0" - resolved "https://registry.yarnpkg.com/@types/scroll-into-view/-/scroll-into-view-1.13.0.tgz#73901ac60b73396d75547bdb7f02cd4eb2fa2b3d" - integrity sha512-0kBbvglocHALm0x2MMNR1U6YsKWr3sIqEJyO546yMchny6rv068LUKxngrzAjA0GW43wPfDZl12/FvRFdbxMsQ== +"@types/scroll-into-view@^1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@types/scroll-into-view/-/scroll-into-view-1.16.0.tgz#bd02094307624cc0243c34dca478510a0a8515e8" + integrity sha512-WT0YBP7CLi3XH/gDbWdtBf4mQVyE7zQrpEZ2rNrxz9tVoIPJf97zGlfRqnkECj7P8rPkFxVlo1KbOOMetcchdA== + +"@types/serve-index@^1.9.1": + version "1.9.1" + resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278" + integrity sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg== + dependencies: + "@types/express" "*" + +"@types/serve-static@*": + version "1.13.10" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" + integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== + dependencies: + "@types/mime" "^1" + "@types/node" "*" "@types/simpl-schema@^1.10.0": version "1.10.4" @@ -3954,6 +5297,13 @@ dependencies: "@types/meteor" "*" +"@types/sockjs@^0.3.33": + version "0.3.33" + resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f" + integrity sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw== + dependencies: + "@types/node" "*" + "@types/source-list-map@*": version "0.1.2" resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" @@ -3975,14 +5325,19 @@ "@types/react-router" "*" "@types/tapable@^1", "@types/tapable@^1.0.5": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4" - integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== + version "1.0.8" + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== + +"@types/trusted-types@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" + integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== "@types/uglify-js@*": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.0.tgz#1cad8df1fb0b143c5aba08de5712ea9d1ff71124" - integrity sha512-EGkrJD5Uy+Pg0NUR8uA4bJ5WMfljyad0G+784vLCNUkD+QwOJXUbBYExXfVGf7YtyzdQp3L/XMYcliB987kL5Q== + version "3.13.1" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea" + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ== dependencies: source-map "^0.6.1" @@ -4004,31 +5359,38 @@ vfile-message "*" "@types/webpack-env@^1.15.0", "@types/webpack-env@^1.16.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.0.tgz#8c0a9435dfa7b3b1be76562f3070efb3f92637b4" - integrity sha512-Fx+NpfOO0CpeYX2g9bkvX8O5qh9wrU1sOF4g8sft4Mu7z+qfe387YlyY8w8daDyDsKY5vUxM0yxkAYnbkRbZEw== + version "1.16.3" + resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.3.tgz#b776327a73e561b71e7881d0cd6d34a1424db86a" + integrity sha512-9gtOPPkfyNoEqCQgx4qJKkuNm/x0R2hKR7fdl7zvTJyHnIisuE/LfvXOsYWL0o3qq6uiBnKZNNNzi3l0y/X+xw== "@types/webpack-sources@*": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10" - integrity sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg== + version "3.2.0" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== dependencies: "@types/node" "*" "@types/source-list-map" "*" source-map "^0.7.3" -"@types/webpack@^4.41.13", "@types/webpack@^4.41.26", "@types/webpack@^4.41.8": - version "4.41.27" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.27.tgz#f47da488c8037e7f1b2dbf2714fbbacb61ec0ffc" - integrity sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA== +"@types/webpack@^4.41.26", "@types/webpack@^4.41.8": + version "4.41.32" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== dependencies: - "@types/anymatch" "*" "@types/node" "*" "@types/tapable" "^1" "@types/uglify-js" "*" "@types/webpack-sources" "*" + anymatch "^3.0.0" source-map "^0.6.0" +"@types/ws@^8.2.2": + version "8.5.2" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.2.tgz#77e0c2e360e9579da930ffcfa53c5975ea3bdd26" + integrity sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw== + dependencies: + "@types/node" "*" + "@types/yargs-parser@*": version "20.2.0" resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9" @@ -4041,7 +5403,21 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^4.22.0", "@typescript-eslint/eslint-plugin@^4.5.0": +"@types/yargs@^16.0.0": + version "16.0.4" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" + integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== + dependencies: + "@types/yargs-parser" "*" + +"@types/yargs@^17.0.2": + version "17.0.9" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.9.tgz#f1f931a4e5ae2c0134dea10f501088636a50b46a" + integrity sha512-Ci8+4/DOtkHRylcisKmVMtmVO5g7weUVCKcsu1sJvF1bn0wExTmbHmhFKj7AnEm0de800iovGhdSKzYnzbaHpg== + dependencies: + "@types/yargs-parser" "*" + +"@typescript-eslint/eslint-plugin@^4.22.0": version "4.22.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc" integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA== @@ -4055,7 +5431,22 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1": +"@typescript-eslint/eslint-plugin@^5.5.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz#5119b67152356231a0e24b998035288a9cd21335" + integrity sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w== + dependencies: + "@typescript-eslint/scope-manager" "5.14.0" + "@typescript-eslint/type-utils" "5.14.0" + "@typescript-eslint/utils" "5.14.0" + debug "^4.3.2" + functional-red-black-tree "^1.0.1" + ignore "^5.1.8" + regexpp "^3.2.0" + semver "^7.3.5" + tsutils "^3.21.0" + +"@typescript-eslint/experimental-utils@4.22.0": version "4.22.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f" integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== @@ -4067,18 +5458,14 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" -"@typescript-eslint/experimental-utils@^3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" - integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== +"@typescript-eslint/experimental-utils@^5.0.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.14.0.tgz#73a455cd975d52830360a5b4131b7c4f8f1ff06f" + integrity sha512-ke48La1A/TWAn949cdgQiP3oK0NT7ArhDAOVOmNLVjT/uAXlFyrJY8dM4qqxHrATzIp8glg+G2OZjy2lRKBIUA== dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/typescript-estree" "3.10.1" - eslint-scope "^5.0.0" - eslint-utils "^2.0.0" + "@typescript-eslint/utils" "5.14.0" -"@typescript-eslint/parser@^4.22.0", "@typescript-eslint/parser@^4.5.0": +"@typescript-eslint/parser@^4.22.0": version "4.22.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8" integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== @@ -4088,6 +5475,16 @@ "@typescript-eslint/typescript-estree" "4.22.0" debug "^4.1.1" +"@typescript-eslint/parser@^5.5.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.14.0.tgz#7c79f898aa3cff0ceee6f1d34eeed0f034fb9ef3" + integrity sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw== + dependencies: + "@typescript-eslint/scope-manager" "5.14.0" + "@typescript-eslint/types" "5.14.0" + "@typescript-eslint/typescript-estree" "5.14.0" + debug "^4.3.2" + "@typescript-eslint/scope-manager@4.22.0": version "4.22.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a" @@ -4096,6 +5493,23 @@ "@typescript-eslint/types" "4.22.0" "@typescript-eslint/visitor-keys" "4.22.0" +"@typescript-eslint/scope-manager@5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz#ea518962b42db8ed0a55152ea959c218cb53ca7b" + integrity sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw== + dependencies: + "@typescript-eslint/types" "5.14.0" + "@typescript-eslint/visitor-keys" "5.14.0" + +"@typescript-eslint/type-utils@5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz#711f08105860b12988454e91df433567205a8f0b" + integrity sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw== + dependencies: + "@typescript-eslint/utils" "5.14.0" + debug "^4.3.2" + tsutils "^3.21.0" + "@typescript-eslint/types@3.10.1": version "3.10.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" @@ -4106,7 +5520,38 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6" integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== -"@typescript-eslint/typescript-estree@3.10.1", "@typescript-eslint/typescript-estree@^3.6.0": +"@typescript-eslint/types@5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11" + integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw== + +"@typescript-eslint/typescript-estree@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c" + integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== + dependencies: + "@typescript-eslint/types" "4.22.0" + "@typescript-eslint/visitor-keys" "4.22.0" + debug "^4.1.1" + globby "^11.0.1" + is-glob "^4.0.1" + semver "^7.3.2" + tsutils "^3.17.1" + +"@typescript-eslint/typescript-estree@5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314" + integrity sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA== + dependencies: + "@typescript-eslint/types" "5.14.0" + "@typescript-eslint/visitor-keys" "5.14.0" + debug "^4.3.2" + globby "^11.0.4" + is-glob "^4.0.3" + semver "^7.3.5" + tsutils "^3.21.0" + +"@typescript-eslint/typescript-estree@^3.6.0": version "3.10.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== @@ -4120,18 +5565,17 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/typescript-estree@4.22.0": - version "4.22.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c" - integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== +"@typescript-eslint/utils@5.14.0", "@typescript-eslint/utils@^5.13.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4" + integrity sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w== dependencies: - "@typescript-eslint/types" "4.22.0" - "@typescript-eslint/visitor-keys" "4.22.0" - debug "^4.1.1" - globby "^11.0.1" - is-glob "^4.0.1" - semver "^7.3.2" - tsutils "^3.17.1" + "@types/json-schema" "^7.0.9" + "@typescript-eslint/scope-manager" "5.14.0" + "@typescript-eslint/types" "5.14.0" + "@typescript-eslint/typescript-estree" "5.14.0" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" "@typescript-eslint/visitor-keys@3.10.1": version "3.10.1" @@ -4148,6 +5592,14 @@ "@typescript-eslint/types" "4.22.0" eslint-visitor-keys "^2.0.0" +"@typescript-eslint/visitor-keys@5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz#1927005b3434ccd0d3ae1b2ecf60e65943c36986" + integrity sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw== + dependencies: + "@typescript-eslint/types" "5.14.0" + eslint-visitor-keys "^3.0.0" + "@vue/compiler-core@3.0.11", "@vue/compiler-core@^3.0.0": version "3.0.11" resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.11.tgz#5ef579e46d7b336b8735228758d1c2c505aae69a" @@ -4202,6 +5654,14 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.11.tgz#20d22dd0da7d358bb21c17f9bde8628152642c77" integrity sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA== +"@webassemblyjs/ast@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" + integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== + dependencies: + "@webassemblyjs/helper-numbers" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/ast@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" @@ -4211,16 +5671,31 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wast-parser" "1.9.0" +"@webassemblyjs/floating-point-hex-parser@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f" + integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== + "@webassemblyjs/floating-point-hex-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== +"@webassemblyjs/helper-api-error@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16" + integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== + "@webassemblyjs/helper-api-error@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== +"@webassemblyjs/helper-buffer@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5" + integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== + "@webassemblyjs/helper-buffer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" @@ -4245,11 +5720,35 @@ dependencies: "@webassemblyjs/ast" "1.9.0" +"@webassemblyjs/helper-numbers@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae" + integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== + dependencies: + "@webassemblyjs/floating-point-hex-parser" "1.11.1" + "@webassemblyjs/helper-api-error" "1.11.1" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/helper-wasm-bytecode@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1" + integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== + "@webassemblyjs/helper-wasm-bytecode@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== +"@webassemblyjs/helper-wasm-section@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a" + integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/helper-wasm-section@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" @@ -4260,6 +5759,13 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wasm-gen" "1.9.0" +"@webassemblyjs/ieee754@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614" + integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== + dependencies: + "@xtuc/ieee754" "^1.2.0" + "@webassemblyjs/ieee754@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" @@ -4267,6 +5773,13 @@ dependencies: "@xtuc/ieee754" "^1.2.0" +"@webassemblyjs/leb128@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5" + integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== + dependencies: + "@xtuc/long" "4.2.2" + "@webassemblyjs/leb128@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" @@ -4274,11 +5787,30 @@ dependencies: "@xtuc/long" "4.2.2" +"@webassemblyjs/utf8@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff" + integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== + "@webassemblyjs/utf8@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== +"@webassemblyjs/wasm-edit@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6" + integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/helper-wasm-section" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/wasm-opt" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + "@webassemblyjs/wast-printer" "1.11.1" + "@webassemblyjs/wasm-edit@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" @@ -4293,6 +5825,17 @@ "@webassemblyjs/wasm-parser" "1.9.0" "@webassemblyjs/wast-printer" "1.9.0" +"@webassemblyjs/wasm-gen@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76" + integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/ieee754" "1.11.1" + "@webassemblyjs/leb128" "1.11.1" + "@webassemblyjs/utf8" "1.11.1" + "@webassemblyjs/wasm-gen@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" @@ -4304,6 +5847,16 @@ "@webassemblyjs/leb128" "1.9.0" "@webassemblyjs/utf8" "1.9.0" +"@webassemblyjs/wasm-opt@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2" + integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + "@webassemblyjs/wasm-opt@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" @@ -4314,6 +5867,18 @@ "@webassemblyjs/wasm-gen" "1.9.0" "@webassemblyjs/wasm-parser" "1.9.0" +"@webassemblyjs/wasm-parser@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199" + integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-api-error" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/ieee754" "1.11.1" + "@webassemblyjs/leb128" "1.11.1" + "@webassemblyjs/utf8" "1.11.1" + "@webassemblyjs/wasm-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" @@ -4338,6 +5903,14 @@ "@webassemblyjs/helper-fsm" "1.9.0" "@xtuc/long" "4.2.2" +"@webassemblyjs/wast-printer@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0" + integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@xtuc/long" "4.2.2" + "@webassemblyjs/wast-printer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" @@ -4370,6 +5943,14 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: mime-types "~2.1.24" negotiator "0.6.2" +accepts@~1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" + integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== + dependencies: + mime-types "~2.1.34" + negotiator "0.6.3" + acorn-globals@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" @@ -4378,12 +5959,26 @@ acorn-globals@^6.0.0: acorn "^7.1.1" acorn-walk "^7.1.1" +acorn-import-assertions@^1.7.6: + version "1.8.0" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" + integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== + acorn-jsx@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== -acorn-walk@^7.1.1, acorn-walk@^7.2.0: +acorn-node@^1.6.1: + version "1.8.2" + resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8" + integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== + dependencies: + acorn "^7.0.0" + acorn-walk "^7.0.0" + xtend "^4.0.2" + +acorn-walk@^7.0.0, acorn-walk@^7.1.1, acorn-walk@^7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== @@ -4393,25 +5988,25 @@ acorn@^6.4.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== -acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1: +acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.1: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.1.0: - version "8.2.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.2.tgz#c4574e4fea298d6e6ed4b85ab844b06dd59f26d6" - integrity sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ== +acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" + integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== -address@1.1.2, address@^1.0.1: +address@1.1.2, address@^1.0.1, address@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== -adjust-sourcemap-loader@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz#5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e" - integrity sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw== +adjust-sourcemap-loader@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99" + integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A== dependencies: loader-utils "^2.0.0" regex-parser "^2.2.11" @@ -4421,6 +6016,13 @@ agent-base@5: resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c" integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g== +agent-base@6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + aggregate-error@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" @@ -4472,12 +6074,26 @@ ajv-errors@^1.0.0: resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== +ajv-formats@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" + integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== + dependencies: + ajv "^8.0.0" + ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: +ajv-keywords@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" + integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== + dependencies: + fast-deep-equal "^3.1.3" + +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -4487,38 +6103,28 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.1: - version "8.2.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.2.0.tgz#c89d3380a784ce81b2085f48811c4c101df4c602" - integrity sha512-WSNGFuyWd//XO8n/m/EaOlNLtO0yL8EXT/74LqT4khdhpZjP7lkj/kT5uwRmGitKEVp/Oj7ZUHeGfPtgHhQ5CA== +ajv@^8.0.0, ajv@^8.6.0, ajv@^8.8.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d" + integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw== dependencies: fast-deep-equal "^3.1.1" json-schema-traverse "^1.0.0" require-from-string "^2.0.2" uri-js "^4.2.2" -alphanum-sort@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" - integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - ansi-align@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" - integrity sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" + integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== dependencies: - string-width "^3.0.0" + string-width "^4.1.0" ansi-colors@^3.0.0: version "3.2.4" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== -ansi-colors@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - ansi-escapes@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" @@ -4531,10 +6137,10 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.1: dependencies: type-fest "^0.21.3" -ansi-html@0.0.7, ansi-html@^0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= +ansi-html-community@0.0.8, ansi-html-community@^0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" + integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== ansi-regex@^2.0.0: version "2.1.1" @@ -4556,6 +6162,16 @@ ansi-regex@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" @@ -4575,12 +6191,17 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" +ansi-styles@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" + integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== + ansi-to-html@^0.6.11: - version "0.6.14" - resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz#65fe6d08bba5dd9db33f44a20aec331e0010dad8" - integrity sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== + version "0.6.15" + resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.15.tgz#ac6ad4798a00f6aa045535d7f6a9cb9294eebea7" + integrity sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ== dependencies: - entities "^1.1.2" + entities "^2.0.0" anymatch@^2.0.0: version "2.0.0" @@ -4590,7 +6211,7 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -anymatch@^3.0.3, anymatch@~3.1.1: +anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.1, anymatch@~3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== @@ -4608,14 +6229,32 @@ aproba@^1.0.3, aproba@^1.1.1: resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== +"aproba@^1.0.3 || ^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" + integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== + +are-we-there-yet@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" + integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + version "1.1.7" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146" + integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g== dependencies: delegates "^1.0.0" readable-stream "^2.0.6" +arg@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb" + integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA== + argparse@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" @@ -4623,10 +6262,15 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -aria-hidden@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.1.2.tgz#5354315a29bffdaced3993fccd826817dc8c5272" - integrity sha512-WAMH9q3vRimVqP+B0q2eDvx7IPDoY17A2fWwj5atTA/zTYJCNcS6HJ5YErZ5FO3PUHhrV0y0yR1NA0dRNm913A== +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +aria-hidden@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.1.3.tgz#bb48de18dc84787a3c6eee113709c473c64ec254" + integrity sha512-RhVWFtKH5BiGMycI72q2RAFMLQi8JP9bLuQXgR5a8Znp7P5KOIADSJeyfI8PCVxLEp067B2HbP5JIiI/PXIZeA== dependencies: tslib "^1.0.0" @@ -4638,11 +6282,6 @@ aria-query@^4.2.2: "@babel/runtime" "^7.10.2" "@babel/runtime-corejs3" "^7.10.2" -arity-n@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745" - integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U= - arr-diff@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" @@ -4678,7 +6317,18 @@ array-flatten@^2.1.0: resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== -array-includes@^3.0.3, array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3: +array-includes@^3.0.3, array-includes@^3.1.4: + version "3.1.4" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9" + integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + get-intrinsic "^1.1.1" + is-string "^1.0.7" + +array-includes@^3.1.2, array-includes@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a" integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== @@ -4719,7 +6369,16 @@ array.prototype.find@^2.1.1: define-properties "^1.1.3" es-abstract "^1.17.4" -array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: +array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13" + integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.0" + +array.prototype.flat@^1.2.3: version "1.2.4" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== @@ -4728,26 +6387,25 @@ array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: define-properties "^1.1.3" es-abstract "^1.18.0-next.1" -array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9" - integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== +array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446" + integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA== dependencies: call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" - function-bind "^1.1.1" + es-abstract "^1.19.0" -array.prototype.map@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.3.tgz#1609623618d3d84134a37d4a220030c2bd18420b" - integrity sha512-nNcb30v0wfDyIe26Yif3PcV1JXQp4zEeEfupG7L4SRjnD6HLbO5b2a7eVSba53bOx4YCHYMBHt+Fp4vYstneRA== +array.prototype.map@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.4.tgz#0d97b640cfdd036c1b41cfe706a5e699aa0711f2" + integrity sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA== dependencies: - call-bind "^1.0.0" + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" + es-abstract "^1.19.0" es-array-method-boxes-properly "^1.0.0" - is-string "^1.0.5" + is-string "^1.0.7" arrify@^1.0.1: version "1.0.1" @@ -4759,7 +6417,7 @@ arrify@^2.0.1: resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== -asap@~2.0.6: +asap@~2.0.3, asap@~2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= @@ -4774,18 +6432,6 @@ asn1.js@^5.2.0: minimalistic-assert "^1.0.0" safer-buffer "^2.1.0" -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - assert@^1.1.1: version "1.5.0" resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" @@ -4816,11 +6462,6 @@ ast-types@0.14.2, ast-types@^0.14.2: dependencies: tslib "^2.0.1" -astral-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" - integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - async-each@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" @@ -4858,38 +6499,40 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -attr-accept@^2.2.1: +attr-accept@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b" integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg== -autoprefixer@^9.6.1, autoprefixer@^9.7.2, autoprefixer@^9.8.6: - version "9.8.6" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" - integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== +autoprefixer@^10.4.2: + version "10.4.2" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.2.tgz#25e1df09a31a9fba5c40b578936b90d35c9d4d3b" + integrity sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ== + dependencies: + browserslist "^4.19.1" + caniuse-lite "^1.0.30001297" + fraction.js "^4.1.2" + normalize-range "^0.1.2" + picocolors "^1.0.0" + postcss-value-parser "^4.2.0" + +autoprefixer@^9.7.2, autoprefixer@^9.8.6: + version "9.8.8" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" + integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== dependencies: browserslist "^4.12.0" caniuse-lite "^1.0.30001109" - colorette "^1.2.1" normalize-range "^0.1.2" num2fraction "^1.2.2" + picocolors "^0.2.1" postcss "^7.0.32" postcss-value-parser "^4.1.0" -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - -axe-core@^4.0.2: - version "4.2.0" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.0.tgz#6594db4ee62f78be79e32a7295d21b099b60668d" - integrity sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg== +axe-core@^4.3.5: + version "4.4.1" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413" + integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw== axios-mock-adapter@^1.19.0: version "1.19.0" @@ -4925,25 +6568,6 @@ babel-core@^7.0.0-bridge.0: resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== -babel-eslint@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" - integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.7.0" - "@babel/traverse" "^7.7.0" - "@babel/types" "^7.7.0" - eslint-visitor-keys "^1.0.0" - resolve "^1.12.0" - -babel-extract-comments@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21" - integrity sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ== - dependencies: - babylon "^6.18.0" - babel-helper-evaluate-path@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz#a62fa9c4e64ff7ea5cea9353174ef023a900a67c" @@ -4979,29 +6603,28 @@ babel-helper-to-multiple-sequence-expressions@^0.5.0: resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz#a3f924e3561882d42fcf48907aa98f7979a4588d" integrity sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== -babel-jest@^26.6.0, babel-jest@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" - integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== +babel-jest@^27.4.2, babel-jest@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444" + integrity sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg== dependencies: - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/babel__core" "^7.1.7" - babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^26.6.2" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/babel__core" "^7.1.14" + babel-plugin-istanbul "^6.1.1" + babel-preset-jest "^27.5.1" chalk "^4.0.0" - graceful-fs "^4.2.4" + graceful-fs "^4.2.9" slash "^3.0.0" -babel-loader@8.1.0, babel-loader@^8.2.2: - version "8.1.0" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" - integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== +babel-loader@^8.0.0, babel-loader@^8.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" + integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== dependencies: - find-cache-dir "^2.1.0" + find-cache-dir "^3.3.1" loader-utils "^1.4.0" - mkdirp "^0.5.3" - pify "^4.0.1" + make-dir "^3.1.0" schema-utils "^2.6.5" babel-plugin-add-react-displayname@^0.0.5: @@ -5047,28 +6670,28 @@ babel-plugin-extract-import-names@1.6.22: dependencies: "@babel/helper-plugin-utils" "7.10.4" -babel-plugin-istanbul@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" - integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== +babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" + integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@istanbuljs/load-nyc-config" "^1.0.0" "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^4.0.0" + istanbul-lib-instrument "^5.0.4" test-exclude "^6.0.0" -babel-plugin-jest-hoist@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" - integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== +babel-plugin-jest-hoist@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz#9be98ecf28c331eb9f5df9c72d6f89deb8181c2e" + integrity sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ== dependencies: "@babel/template" "^7.3.3" "@babel/types" "^7.3.3" "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" -babel-plugin-macros@2.8.0, babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.7.0, babel-plugin-macros@^2.8.0: +babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.7.0: version "2.8.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== @@ -5077,10 +6700,10 @@ babel-plugin-macros@2.8.0, babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.7. cosmiconfig "^6.0.0" resolve "^1.12.0" -babel-plugin-macros@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.1.tgz#0d412d68f5b3d1b64358f24ab099bd148724e2a9" - integrity sha512-CKt4+Oy9k2wiN+hT1uZzOw7d8zb1anbQpf7KLwaaXRCi/4pzKdFKHf7v5mvoPmjkmxshh7eKZQuRop06r5WP4w== +babel-plugin-macros@^3.0.1, babel-plugin-macros@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" + integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== dependencies: "@babel/runtime" "^7.12.5" cosmiconfig "^7.0.0" @@ -5162,10 +6785,15 @@ babel-plugin-minify-type-constructors@^0.4.3: dependencies: babel-helper-is-void-0 "^0.4.3" -babel-plugin-named-asset-import@^0.3.1, babel-plugin-named-asset-import@^0.3.7: - version "0.3.7" - resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz#156cd55d3f1228a5765774340937afc8398067dd" - integrity sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== +babel-plugin-named-asset-import@^0.3.1, babel-plugin-named-asset-import@^0.3.8: + version "0.3.8" + resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz#6b7fa43c59229685368683c28bc9734f24524cc2" + integrity sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q== + +babel-plugin-named-exports-order@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/babel-plugin-named-exports-order/-/babel-plugin-named-exports-order-0.0.2.tgz#ae14909521cf9606094a2048239d69847540cb09" + integrity sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw== babel-plugin-polyfill-corejs2@^0.2.0: version "0.2.0" @@ -5173,7 +6801,16 @@ babel-plugin-polyfill-corejs2@^0.2.0: integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg== dependencies: "@babel/compat-data" "^7.13.11" - "@babel/helper-define-polyfill-provider" "^0.2.0" + "@babel/helper-define-polyfill-provider" "^0.2.0" + semver "^6.1.1" + +babel-plugin-polyfill-corejs2@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" + integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.3.1" semver "^6.1.1" babel-plugin-polyfill-corejs3@^0.1.0: @@ -5192,6 +6829,14 @@ babel-plugin-polyfill-corejs3@^0.2.0: "@babel/helper-define-polyfill-provider" "^0.2.0" core-js-compat "^3.9.1" +babel-plugin-polyfill-corejs3@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" + integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + core-js-compat "^3.21.0" + babel-plugin-polyfill-regenerator@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8" @@ -5199,6 +6844,13 @@ babel-plugin-polyfill-regenerator@^0.2.0: dependencies: "@babel/helper-define-polyfill-provider" "^0.2.0" +babel-plugin-polyfill-regenerator@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" + integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + babel-plugin-react-docgen@^4.0.0, babel-plugin-react-docgen@^4.1.0, babel-plugin-react-docgen@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz#7cc8e2f94e8dc057a06e953162f0810e4e72257b" @@ -5208,21 +6860,11 @@ babel-plugin-react-docgen@^4.0.0, babel-plugin-react-docgen@^4.1.0, babel-plugin lodash "^4.17.15" react-docgen "^5.0.0" -babel-plugin-require-context-hook@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.0.tgz#3f0e7cce87c338f53639b948632fd4e73834632d" - integrity sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA== - babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= -babel-plugin-syntax-object-rest-spread@^6.8.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" - integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= - babel-plugin-transform-inline-consecutive-adds@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1" @@ -5243,14 +6885,6 @@ babel-plugin-transform-minify-booleans@^6.9.4: resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz#acbb3e56a3555dd23928e4b582d285162dd2b198" integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= -babel-plugin-transform-object-rest-spread@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06" - integrity sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY= - dependencies: - babel-plugin-syntax-object-rest-spread "^6.8.0" - babel-runtime "^6.26.0" - babel-plugin-transform-property-literals@^6.9.4: version "6.9.4" resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz#98c1d21e255736573f93ece54459f6ce24985d39" @@ -5258,7 +6892,7 @@ babel-plugin-transform-property-literals@^6.9.4: dependencies: esutils "^2.0.2" -babel-plugin-transform-react-remove-prop-types@0.4.24: +babel-plugin-transform-react-remove-prop-types@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== @@ -5322,12 +6956,12 @@ babel-preset-current-node-syntax@^1.0.0: "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-top-level-await" "^7.8.3" -babel-preset-jest@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" - integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== +babel-preset-jest@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81" + integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag== dependencies: - babel-plugin-jest-hoist "^26.6.2" + babel-plugin-jest-hoist "^27.5.1" babel-preset-current-node-syntax "^1.0.0" "babel-preset-minify@^0.5.0 || 0.6.0-alpha.5": @@ -5359,26 +6993,27 @@ babel-preset-jest@^26.6.2: babel-plugin-transform-undefined-to-void "^6.9.4" lodash "^4.17.11" -babel-preset-react-app@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.0.tgz#689b60edc705f8a70ce87f47ab0e560a317d7045" - integrity sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg== - dependencies: - "@babel/core" "7.12.3" - "@babel/plugin-proposal-class-properties" "7.12.1" - "@babel/plugin-proposal-decorators" "7.12.1" - "@babel/plugin-proposal-nullish-coalescing-operator" "7.12.1" - "@babel/plugin-proposal-numeric-separator" "7.12.1" - "@babel/plugin-proposal-optional-chaining" "7.12.1" - "@babel/plugin-transform-flow-strip-types" "7.12.1" - "@babel/plugin-transform-react-display-name" "7.12.1" - "@babel/plugin-transform-runtime" "7.12.1" - "@babel/preset-env" "7.12.1" - "@babel/preset-react" "7.12.1" - "@babel/preset-typescript" "7.12.1" - "@babel/runtime" "7.12.1" - babel-plugin-macros "2.8.0" - babel-plugin-transform-react-remove-prop-types "0.4.24" +babel-preset-react-app@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz#ed6005a20a24f2c88521809fa9aea99903751584" + integrity sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg== + dependencies: + "@babel/core" "^7.16.0" + "@babel/plugin-proposal-class-properties" "^7.16.0" + "@babel/plugin-proposal-decorators" "^7.16.4" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0" + "@babel/plugin-proposal-numeric-separator" "^7.16.0" + "@babel/plugin-proposal-optional-chaining" "^7.16.0" + "@babel/plugin-proposal-private-methods" "^7.16.0" + "@babel/plugin-transform-flow-strip-types" "^7.16.0" + "@babel/plugin-transform-react-display-name" "^7.16.0" + "@babel/plugin-transform-runtime" "^7.16.4" + "@babel/preset-env" "^7.16.4" + "@babel/preset-react" "^7.16.0" + "@babel/preset-typescript" "^7.16.0" + "@babel/runtime" "^7.16.3" + babel-plugin-macros "^3.1.0" + babel-plugin-transform-react-remove-prop-types "^0.4.24" babel-runtime@^6.23.0, babel-runtime@^6.26.0: version "6.26.0" @@ -5388,11 +7023,6 @@ babel-runtime@^6.23.0, babel-runtime@^6.26.0: core-js "^2.4.0" regenerator-runtime "^0.11.0" -babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - bail@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" @@ -5403,7 +7033,7 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.0.2, base64-js@^1.5.1: +base64-js@^1.0.2, base64-js@^1.3.1, base64-js@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== @@ -5431,13 +7061,6 @@ batch@0.6.1: resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - better-opn@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.1.1.tgz#94a55b4695dc79288f31d7d0e5f658320759f7c6" @@ -5460,6 +7083,11 @@ big-integer@^1.6.16: resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz#8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e" integrity sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w== +big-integer@^1.6.7: + version "1.6.51" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" + integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== + big.js@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" @@ -5482,12 +7110,14 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= +bl@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== dependencies: - inherits "~2.0.0" + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" bluebird@^3.3.5, bluebird@^3.5.5, bluebird@^3.7.2: version "3.7.2" @@ -5520,6 +7150,22 @@ body-parser@1.19.0: raw-body "2.4.0" type-is "~1.6.17" +body-parser@1.19.2: + version "1.19.2" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e" + integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw== + dependencies: + bytes "3.1.2" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.8.1" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.9.7" + raw-body "2.4.3" + type-is "~1.6.18" + bonjour@^3.5.0: version "3.5.0" resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" @@ -5537,7 +7183,7 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -boxen@^4.1.0, boxen@^4.2.0: +boxen@^4.1.0: version "4.2.0" resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" integrity sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== @@ -5551,20 +7197,27 @@ boxen@^4.1.0, boxen@^4.2.0: type-fest "^0.8.1" widest-line "^3.1.0" -boxen@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b" - integrity sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA== +boxen@^5.0.0, boxen@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50" + integrity sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ== dependencies: ansi-align "^3.0.0" camelcase "^6.2.0" chalk "^4.1.0" cli-boxes "^2.2.1" - string-width "^4.2.0" + string-width "^4.2.2" type-fest "^0.20.2" widest-line "^3.1.0" wrap-ansi "^7.0.0" +bplist-parser@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.1.1.tgz#d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6" + integrity sha1-1g1dzCDLptx+HymbNdPh+V2vuuY= + dependencies: + big-integer "^1.6.7" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -5615,6 +7268,11 @@ brorand@^1.0.1, brorand@^1.1.0: resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= +browser-assert@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/browser-assert/-/browser-assert-1.2.1.tgz#9aaa5a2a8c74685c2ae05bfe46efd606f068c200" + integrity sha1-mqpaKox0aFwq4Fv+Ru/WBvBowgA= + browser-process-hrtime@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" @@ -5681,16 +7339,6 @@ browserify-zlib@^0.2.0: dependencies: pako "~1.0.5" -browserslist@4.14.2: - version "4.14.2" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.2.tgz#1b3cec458a1ba87588cc5e9be62f19b6d48813ce" - integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw== - dependencies: - caniuse-lite "^1.0.30001125" - electron-to-chromium "^1.3.564" - escalade "^3.0.2" - node-releases "^1.1.61" - browserslist@4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17" @@ -5700,7 +7348,7 @@ browserslist@4.7.0: electron-to-chromium "^1.3.247" node-releases "^1.1.29" -browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.5, browserslist@^4.6.2, browserslist@^4.6.4: +browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.5: version "4.16.6" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== @@ -5711,6 +7359,28 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4 escalade "^3.1.1" node-releases "^1.1.71" +browserslist@^4.12.0: + version "4.20.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88" + integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA== + dependencies: + caniuse-lite "^1.0.30001317" + electron-to-chromium "^1.4.84" + escalade "^3.1.1" + node-releases "^2.0.2" + picocolors "^1.0.0" + +browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.18.1, browserslist@^4.19.1, browserslist@^4.19.3: + version "4.20.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.0.tgz#35951e3541078c125d36df76056e94738a52ebe9" + integrity sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ== + dependencies: + caniuse-lite "^1.0.30001313" + electron-to-chromium "^1.4.76" + escalade "^3.1.1" + node-releases "^2.0.2" + picocolors "^1.0.0" + bser@2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" @@ -5728,11 +7398,6 @@ buffer-crc32@~0.2.3: resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= -buffer-from@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-0.1.2.tgz#15f4b9bcef012044df31142c14333caf6e0260d0" - integrity sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg== - buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" @@ -5757,6 +7422,14 @@ buffer@^4.3.0: ieee754 "^1.1.4" isarray "^1.0.0" +buffer@^5.5.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + builtin-modules@^3.0.0, builtin-modules@^3.1.0: version "3.2.0" resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" @@ -5767,11 +7440,6 @@ builtin-status-codes@^3.0.0: resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= -builtins@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" - integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= - bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" @@ -5782,6 +7450,29 @@ bytes@3.1.0: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== +bytes@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" + integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== + +c8@^7.6.0: + version "7.11.0" + resolved "https://registry.yarnpkg.com/c8/-/c8-7.11.0.tgz#b3ab4e9e03295a102c47ce11d4ef6d735d9a9ac9" + integrity sha512-XqPyj1uvlHMr+Y1IeRndC2X5P7iJzJlEJwBpCdBbq2JocXOgJfr+JVfJkyNMGROke5LfKrhSFXGFXnwnRJAUJw== + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@istanbuljs/schema" "^0.1.2" + find-up "^5.0.0" + foreground-child "^2.0.0" + istanbul-lib-coverage "^3.0.1" + istanbul-lib-report "^3.0.0" + istanbul-reports "^3.0.2" + rimraf "^3.0.0" + test-exclude "^6.0.0" + v8-to-istanbul "^8.0.0" + yargs "^16.2.0" + yargs-parser "^20.2.7" + cacache@^12.0.2: version "12.0.4" resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" @@ -5828,10 +7519,11 @@ cacache@^13.0.1: unique-filename "^1.1.1" cacache@^15.0.5: - version "15.0.6" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.6.tgz#65a8c580fda15b59150fb76bf3f3a8e45d583099" - integrity sha512-g1WYDMct/jzW+JdWEyjaX2zoBkZ6ZT9VpOyp2I/VMtDsNLffNat3kqPFfi1eDRSK9/SuKGyORDHcQMcPF8sQ/w== + version "15.3.0" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" + integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== dependencies: + "@npmcli/fs" "^1.0.0" "@npmcli/move-file" "^1.0.1" chownr "^2.0.0" fs-minipass "^2.0.0" @@ -5915,7 +7607,7 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== -camel-case@^4.1.1: +camel-case@^4.1.1, camel-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== @@ -5923,21 +7615,39 @@ camel-case@^4.1.1: pascal-case "^3.1.2" tslib "^2.0.3" -camelcase-css@2.0.1: +camelcase-css@2.0.1, camelcase-css@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== -camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1: +camelcase-keys@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" + integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= + dependencies: + camelcase "^2.0.0" + map-obj "^1.0.0" + +camelcase@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" + integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= + +camelcase@^5.0.0, camelcase@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^6.0.0, camelcase@^6.1.0, camelcase@^6.2.0: +camelcase@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== +camelcase@^6.2.1: + version "6.3.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + can-use-dom@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a" @@ -5953,11 +7663,21 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001219: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001219: version "1.0.30001219" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001219.tgz#5bfa5d0519f41f993618bd318f606a4c4c16156b" integrity sha512-c0yixVG4v9KBc/tQ2rlbB3A/bgBFRvl8h8M4IeUbqCca4gsiCfvtaheUssbnux/Mb66Vjz7x8yYjDgYcNQOhyQ== +caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001317: + version "1.0.30001317" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001317.tgz#0548fb28fd5bc259a70b8c1ffdbe598037666a1b" + integrity sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ== + +caniuse-lite@^1.0.30001297, caniuse-lite@^1.0.30001313: + version "1.0.30001314" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001314.tgz#65c7f9fb7e4594fca0a333bec1d8939662377596" + integrity sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw== + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" @@ -5965,21 +7685,11 @@ capture-exit@^2.0.0: dependencies: rsvp "^4.8.4" -case-sensitive-paths-webpack-plugin@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7" - integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== - -case-sensitive-paths-webpack-plugin@^2.2.0, case-sensitive-paths-webpack-plugin@^2.3.0: +case-sensitive-paths-webpack-plugin@^2.2.0, case-sensitive-paths-webpack-plugin@^2.3.0, case-sensitive-paths-webpack-plugin@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - ccount@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043" @@ -5994,14 +7704,6 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - chalk@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" @@ -6029,11 +7731,24 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== +char-regex@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-2.0.1.tgz#6dafdb25f9d3349914079f010ba8d0e6ff9cd01e" + integrity sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw== + character-entities-html4@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125" @@ -6054,6 +7769,11 @@ character-reference-invalid@^1.0.0: resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== +charcodes@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/charcodes/-/charcodes-0.2.0.tgz#5208d327e6cc05f99eb80ffc814707572d1f14e4" + integrity sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ== + chardet@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" @@ -6087,7 +7807,7 @@ cheerio@^1.0.0-rc.3: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1" -"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1, chokidar@^3.4.2: +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.2: version "3.5.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== @@ -6121,6 +7841,21 @@ chokidar@^2.0.4, chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" +chokidar@^3.4.1, chokidar@^3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + chownr@^1.1.1, chownr@^1.1.2: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" @@ -6148,6 +7883,11 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== +ci-info@^3.2.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" + integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== + cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" @@ -6156,10 +7896,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: inherits "^2.0.1" safe-buffer "^5.0.1" -cjs-module-lexer@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" - integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== +cjs-module-lexer@^1.0.0: + version "1.2.2" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" + integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== class-utils@^0.3.5: version "0.3.6" @@ -6171,15 +7911,22 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -classnames@^2.2.5, classnames@^2.2.6: +classnames@^2.2.6: version "2.3.1" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e" integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== clean-css@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" - integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== + version "4.2.4" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178" + integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A== + dependencies: + source-map "~0.6.0" + +clean-css@^5.2.2: + version "5.2.4" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4" + integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg== dependencies: source-map "~0.6.0" @@ -6207,6 +7954,11 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" +cli-spinners@^2.5.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" + integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== + cli-table3@0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202" @@ -6217,15 +7969,14 @@ cli-table3@0.5.1: optionalDependencies: colors "^1.1.2" -cli-table3@0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee" - integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ== +cli-table3@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8" + integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA== dependencies: - object-assign "^4.1.0" string-width "^4.2.0" optionalDependencies: - colors "^1.1.2" + colors "1.4.0" cli-width@^2.0.0: version "2.2.1" @@ -6238,9 +7989,9 @@ cli-width@^3.0.0: integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== clipboard@^2.0.0: - version "2.0.8" - resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz#ffc6c103dd2967a83005f3f61976aa4655a4cdba" - integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ== + version "2.0.10" + resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.10.tgz#e61f6f7139ac5044c58c0484dcac9fb2a918bfd6" + integrity sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g== dependencies: good-listener "^1.2.2" select "^1.1.2" @@ -6255,15 +8006,6 @@ cliui@^5.0.0: strip-ansi "^5.2.0" wrap-ansi "^5.1.0" -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - cliui@^7.0.2: version "7.0.4" resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" @@ -6300,11 +8042,21 @@ clone-response@^1.0.2: dependencies: mimic-response "^1.0.0" +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= + clone@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= +clsx@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" + integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== + co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" @@ -6342,7 +8094,7 @@ collection-visit@^1.0.0: map-visit "^1.0.0" object-visit "^1.0.0" -color-convert@^1.9.0, color-convert@^1.9.1: +color-convert@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== @@ -6361,38 +8113,37 @@ color-name@1.1.3: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -color-name@^1.0.0, color-name@~1.1.4: +color-name@^1.1.4, color-name@~1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-string@^1.5.4: - version "1.5.5" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.5.tgz#65474a8f0e7439625f3d27a6a19d89fc45223014" - integrity sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" +color-support@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== -color@^3.0.0: - version "3.1.3" - resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" - integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - dependencies: - color-convert "^1.9.1" - color-string "^1.5.4" +colord@^2.9.1: + version "2.9.2" + resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1" + integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== -colorette@^1.2.1, colorette@^1.2.2: +colorette@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== -colors@^1.1.2: +colorette@^2.0.10: + version "2.0.16" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da" + integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g== + +colors@1.4.0, colors@^1.1.2: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== -combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: +combined-stream@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== @@ -6404,12 +8155,7 @@ comma-separated-tokens@^1.0.0: resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea" integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== -commander@4.1.1, commander@^4.0.1, commander@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - -commander@7: +commander@7, commander@^7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== @@ -6419,11 +8165,26 @@ commander@^2.18.0, commander@^2.19.0, commander@^2.20.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +commander@^4.0.1, commander@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + commander@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== +commander@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" + integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== + +common-path-prefix@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" + integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== + common-tags@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937" @@ -6439,13 +8200,6 @@ component-emitter@^1.2.1: resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== -compose-function@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f" - integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= - dependencies: - arity-n "^1.0.4" - compressible@~2.0.16: version "2.0.18" resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" @@ -6466,11 +8220,6 @@ compression@^1.7.4: safe-buffer "5.1.2" vary "~1.1.2" -compute-scroll-into-view@^1.0.17: - version "1.0.17" - resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab" - integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg== - concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" @@ -6498,10 +8247,10 @@ configstore@^5.0.1: write-file-atomic "^3.0.0" xdg-basedir "^4.0.0" -confusing-browser-globals@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59" - integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA== +confusing-browser-globals@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" + integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== connect-history-api-fallback@^1.6.0: version "1.6.0" @@ -6513,7 +8262,7 @@ console-browserify@^1.1.0: resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== -console-control-strings@^1.0.0, console-control-strings@~1.1.0: +console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= @@ -6530,11 +8279,6 @@ constants-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= -contains-path@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" - integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= - content-disposition@0.5.3: version "0.5.3" resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" @@ -6542,22 +8286,31 @@ content-disposition@0.5.3: dependencies: safe-buffer "5.1.2" +content-disposition@0.5.4: + version "0.5.4" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== + dependencies: + safe-buffer "5.2.1" + content-type@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== -convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: +convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== dependencies: safe-buffer "~5.1.1" -convert-source-map@^0.3.3: - version "0.3.5" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" - integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= +convert-source-map@^1.5.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== + dependencies: + safe-buffer "~5.1.1" cookie-signature@1.0.6: version "1.0.6" @@ -6569,6 +8322,11 @@ cookie@0.4.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== +cookie@0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" + integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== + copy-concurrently@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" @@ -6593,7 +8351,15 @@ copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.3.1: dependencies: toggle-selection "^1.0.6" -core-js-compat@^3.6.2, core-js-compat@^3.8.1, core-js-compat@^3.9.0, core-js-compat@^3.9.1: +core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.8.1: + version "3.21.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82" + integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g== + dependencies: + browserslist "^4.19.1" + semver "7.0.0" + +core-js-compat@^3.9.0, core-js-compat@^3.9.1: version "3.11.1" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.11.1.tgz#57a91e9b02d3bb8cf37f82eceaf44a3d646fa614" integrity sha512-aZ0e4tmlG/aOBHj92/TuOuZwp6jFvn1WNabU5VOVixzhu5t5Ao+JZkQOPlgNXu6ynwLrwJxklT4Gw1G1VGEh+g== @@ -6601,22 +8367,37 @@ core-js-compat@^3.6.2, core-js-compat@^3.8.1, core-js-compat@^3.9.0, core-js-com browserslist "^4.16.5" semver "7.0.0" -core-js-pure@^3.0.0, core-js-pure@^3.0.1, core-js-pure@^3.8.2: +core-js-pure@^3.0.0: version "3.11.1" resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.11.1.tgz#fd52fa8c8b7b797b3606524b3d97278a8d8e7f09" integrity sha512-2JukQi8HgAOCD5CSimxWWXVrUBoA9Br796uIA5Z06bIjt7PBBI19ircFaAxplgE1mJf3x2BY6MkT/HWA/UryPg== +core-js-pure@^3.0.1, core-js-pure@^3.8.1: + version "3.21.1" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.1.tgz#8c4d1e78839f5f46208de7230cebfb72bc3bdb51" + integrity sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ== + +core-js@^1.0.0: + version "1.2.7" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" + integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= + core-js@^2.4.0, core-js@^2.5.0: version "2.6.12" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -core-js@^3.0.1, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2, core-js@^3.8.3: +core-js@^3.0.1, core-js@^3.0.4, core-js@^3.19.2, core-js@^3.6.5, core-js@^3.8.2: + version "3.21.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94" + integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig== + +core-js@^3.8.3: version "3.11.1" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.1.tgz#f920392bf8ed63a0ec8e4e729857bfa3d121c525" integrity sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ== -core-util-is@1.0.2, core-util-is@~1.0.0: +core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= @@ -6661,6 +8442,17 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" +cosmiconfig@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" + integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== + dependencies: + "@types/parse-json" "^4.0.0" + import-fresh "^3.2.1" + parse-json "^5.0.0" + path-type "^4.0.0" + yaml "^1.10.0" + cp-file@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd" @@ -6671,7 +8463,7 @@ cp-file@^7.0.0: nested-error-stacks "^2.0.0" p-event "^4.1.0" -cpy@^8.1.1: +cpy@^8.1.2: version "8.1.2" resolved "https://registry.yarnpkg.com/cpy/-/cpy-8.1.2.tgz#e339ea54797ad23f8e3919a5cffd37bfc3f25935" integrity sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg== @@ -6717,22 +8509,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -create-react-app@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/create-react-app/-/create-react-app-4.0.3.tgz#7220aa0837308f63fe0e56e65867f0bb2b6786de" - integrity sha512-Gz/ilrPq0ehiZ+K3L4jAZXGVep6NDkAytIdiHXsE4cWJav9uHe8xzEN84i3SjMYox6yNrBaULXHAkWdn4ZBF9Q== - dependencies: - chalk "4.1.0" - commander "4.1.1" - cross-spawn "7.0.3" - envinfo "7.7.3" - fs-extra "9.0.1" - hyperquest "2.1.3" - prompts "2.4.0" - semver "7.3.2" - tar-pack "3.4.1" - tmp "0.2.1" - validate-npm-package-name "3.0.0" +create-react-class@^15.6.0: + version "15.7.0" + resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.7.0.tgz#7499d7ca2e69bb51d13faf59bd04f0c65a1d6c1e" + integrity sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng== + dependencies: + loose-envify "^1.3.1" + object-assign "^4.1.1" create-react-context@0.3.0: version "0.3.0" @@ -6760,7 +8543,7 @@ cross-spawn@6.0.5, cross-spawn@^6.0.0: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: +cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -6791,22 +8574,17 @@ crypto-js@^4.0.0: resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc" integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg== -crypto-random-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" - integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= - crypto-random-string@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -css-blank-pseudo@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5" - integrity sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w== +css-blank-pseudo@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz#36523b01c12a25d812df343a32c322d2a2324561" + integrity sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ== dependencies: - postcss "^7.0.5" + postcss-selector-parser "^6.0.9" css-box-model@^1.2.0: version "1.2.1" @@ -6815,44 +8593,19 @@ css-box-model@^1.2.0: dependencies: tiny-invariant "^1.0.6" -css-color-names@0.0.4, css-color-names@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" - integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - -css-declaration-sorter@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" - integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== +css-declaration-sorter@^6.0.3: + version "6.1.4" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz#b9bfb4ed9a41f8dcca9bf7184d849ea94a8294b4" + integrity sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw== dependencies: - postcss "^7.0.1" timsort "^0.3.0" -css-has-pseudo@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz#3c642ab34ca242c59c41a125df9105841f6966ee" - integrity sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^5.0.0-rc.4" - -css-loader@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e" - integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg== +css-has-pseudo@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73" + integrity sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw== dependencies: - camelcase "^6.0.0" - cssesc "^3.0.0" - icss-utils "^4.1.1" - loader-utils "^2.0.0" - postcss "^7.0.32" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^3.0.3" - postcss-modules-scope "^2.2.0" - postcss-modules-values "^3.0.0" - postcss-value-parser "^4.1.0" - schema-utils "^2.7.1" - semver "^7.3.2" + postcss-selector-parser "^6.0.9" css-loader@^3.0.0, css-loader@^3.6.0: version "3.6.0" @@ -6873,19 +8626,59 @@ css-loader@^3.0.0, css-loader@^3.6.0: schema-utils "^2.7.0" semver "^6.3.0" -css-prefers-color-scheme@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4" - integrity sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg== +css-loader@^5.0.1: + version "5.2.7" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae" + integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg== dependencies: - postcss "^7.0.5" + icss-utils "^5.1.0" + loader-utils "^2.0.0" + postcss "^8.2.15" + postcss-modules-extract-imports "^3.0.0" + postcss-modules-local-by-default "^4.0.0" + postcss-modules-scope "^3.0.0" + postcss-modules-values "^4.0.0" + postcss-value-parser "^4.1.0" + schema-utils "^3.0.0" + semver "^7.3.5" + +css-loader@^6.5.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.1.tgz#e98106f154f6e1baf3fc3bc455cb9981c1d5fd2e" + integrity sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw== + dependencies: + icss-utils "^5.1.0" + postcss "^8.4.7" + postcss-modules-extract-imports "^3.0.0" + postcss-modules-local-by-default "^4.0.0" + postcss-modules-scope "^3.0.0" + postcss-modules-values "^4.0.0" + postcss-value-parser "^4.2.0" + semver "^7.3.5" + +css-minimizer-webpack-plugin@^3.2.0: + version "3.4.1" + resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz#ab78f781ced9181992fe7b6e4f3422e76429878f" + integrity sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q== + dependencies: + cssnano "^5.0.6" + jest-worker "^27.0.2" + postcss "^8.3.5" + schema-utils "^4.0.0" + serialize-javascript "^6.0.0" + source-map "^0.6.1" + +css-prefers-color-scheme@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz#ca8a22e5992c10a5b9d315155e7caee625903349" + integrity sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA== css-select-base-adapter@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== -css-select@^2.0.0, css-select@^2.0.2: +css-select@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== @@ -6906,6 +8699,17 @@ css-select@^4.1.2: domutils "^2.6.0" nth-check "^2.0.0" +css-select@^4.1.3: + version "4.2.1" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== + dependencies: + boolbase "^1.0.0" + css-what "^5.1.0" + domhandler "^4.3.0" + domutils "^2.8.0" + nth-check "^2.0.1" + css-tree@1.0.0-alpha.37: version "1.0.0-alpha.37" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" @@ -6914,7 +8718,7 @@ css-tree@1.0.0-alpha.37: mdn-data "2.0.4" source-map "^0.6.1" -css-tree@^1.1.2: +css-tree@^1.1.2, css-tree@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== @@ -6932,100 +8736,71 @@ css-what@^5.0.0: resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.0.tgz#f0bf4f8bac07582722346ab243f6a35b512cfc47" integrity sha512-qxyKHQvgKwzwDWC/rGbT821eJalfupxYW2qbSJSAtdSTimsr/MlaGONoNLllaUPZWf8QnbcKM/kPVYUQuEKAFA== -css@^2.0.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929" - integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw== - dependencies: - inherits "^2.0.3" - source-map "^0.6.1" - source-map-resolve "^0.5.2" - urix "^0.1.0" - -cssdb@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0" - integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ== +css-what@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== -cssesc@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703" - integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== +cssdb@^6.4.0: + version "6.4.1" + resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.4.1.tgz#a2b5955e3283d8df6b6bb86e4107fedaeec1521b" + integrity sha512-R70R/Q1fPlM1D6Y+Kpat0QjiY+aMsY2/8lekdVoYcJ7ZQs9kw71W78FdOMf8DFq975KHQf1089PNg1dLsbAhoA== cssesc@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== -cssnano-preset-default@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff" - integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== - dependencies: - css-declaration-sorter "^4.0.1" - cssnano-util-raw-cache "^4.0.1" - postcss "^7.0.0" - postcss-calc "^7.0.1" - postcss-colormin "^4.0.3" - postcss-convert-values "^4.0.1" - postcss-discard-comments "^4.0.2" - postcss-discard-duplicates "^4.0.2" - postcss-discard-empty "^4.0.1" - postcss-discard-overridden "^4.0.1" - postcss-merge-longhand "^4.0.11" - postcss-merge-rules "^4.0.3" - postcss-minify-font-values "^4.0.2" - postcss-minify-gradients "^4.0.2" - postcss-minify-params "^4.0.2" - postcss-minify-selectors "^4.0.2" - postcss-normalize-charset "^4.0.1" - postcss-normalize-display-values "^4.0.2" - postcss-normalize-positions "^4.0.2" - postcss-normalize-repeat-style "^4.0.2" - postcss-normalize-string "^4.0.2" - postcss-normalize-timing-functions "^4.0.2" - postcss-normalize-unicode "^4.0.1" - postcss-normalize-url "^4.0.1" - postcss-normalize-whitespace "^4.0.2" - postcss-ordered-values "^4.1.2" - postcss-reduce-initial "^4.0.3" - postcss-reduce-transforms "^4.0.2" - postcss-svgo "^4.0.3" - postcss-unique-selectors "^4.0.1" - -cssnano-util-get-arguments@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" - integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - -cssnano-util-get-match@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" - integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - -cssnano-util-raw-cache@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" - integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - dependencies: - postcss "^7.0.0" - -cssnano-util-same-parent@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" - integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== +cssnano-preset-default@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.1.tgz#a83b15d3294c69bd1cedd14b0066c2f2357d108e" + integrity sha512-Y+CUCS5iZ1uzHn5KtmKIlysQVXrTtLCnYsYTOJcbdd5rghOwtw1gobvEXefBncjGO4fWwGZr9/n9hwZfo6W1Fw== + dependencies: + css-declaration-sorter "^6.0.3" + cssnano-utils "^3.1.0" + postcss-calc "^8.2.3" + postcss-colormin "^5.3.0" + postcss-convert-values "^5.1.0" + postcss-discard-comments "^5.1.1" + postcss-discard-duplicates "^5.1.0" + postcss-discard-empty "^5.1.0" + postcss-discard-overridden "^5.1.0" + postcss-merge-longhand "^5.1.0" + postcss-merge-rules "^5.1.0" + postcss-minify-font-values "^5.1.0" + postcss-minify-gradients "^5.1.0" + postcss-minify-params "^5.1.0" + postcss-minify-selectors "^5.2.0" + postcss-normalize-charset "^5.1.0" + postcss-normalize-display-values "^5.1.0" + postcss-normalize-positions "^5.1.0" + postcss-normalize-repeat-style "^5.1.0" + postcss-normalize-string "^5.1.0" + postcss-normalize-timing-functions "^5.1.0" + postcss-normalize-unicode "^5.1.0" + postcss-normalize-url "^5.1.0" + postcss-normalize-whitespace "^5.1.0" + postcss-ordered-values "^5.1.0" + postcss-reduce-initial "^5.1.0" + postcss-reduce-transforms "^5.1.0" + postcss-svgo "^5.1.0" + postcss-unique-selectors "^5.1.1" + +cssnano-utils@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" + integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== -cssnano@^4.1.10: - version "4.1.11" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99" - integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== +cssnano@^5.0.6: + version "5.1.1" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.1.tgz#2df44d26461b95f699096b6830df5107b1a758f4" + integrity sha512-WWfN7jBK/3Uk3oX/jsFbQApDf9DkXj6dOYull5ZaSGskcDggzg3RyDZI4GKKO+00LdfLMEZtY1cwTQUL+YMg2Q== dependencies: - cosmiconfig "^5.0.0" - cssnano-preset-default "^4.0.8" - is-resolvable "^1.0.0" - postcss "^7.0.0" + cssnano-preset-default "^5.2.1" + lilconfig "^2.0.3" + yaml "^1.10.2" -csso@^4.0.2: +csso@^4.0.2, csso@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== @@ -7050,9 +8825,9 @@ cssstyle@^2.3.0: cssom "~0.3.6" csstype@^2.5.7: - version "2.6.17" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.17.tgz#4cf30eb87e1d1a005d8b6510f95292413f6a1c0e" - integrity sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A== + version "2.6.20" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" + integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== csstype@^3.0.2: version "3.0.8" @@ -7117,30 +8892,15 @@ d3-time-format@2: dependencies: d3-time "1" -d3-time@1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1" - integrity sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA== - -d@1, d@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" - integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== - dependencies: - es5-ext "^0.10.50" - type "^1.0.1" - -damerau-levenshtein@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791" - integrity sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug== +d3-time@1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1" + integrity sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA== -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" +damerau-levenshtein@^1.0.7: + version "1.0.8" + resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7" + integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA== data-urls@^2.0.0: version "2.0.0" @@ -7163,21 +8923,28 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: dependencies: ms "2.0.0" -debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: +debug@4, debug@^4.1.0, debug@^4.1.1: version "4.3.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== dependencies: ms "2.1.2" -debug@^3.0.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6: +debug@^3.0.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== dependencies: ms "^2.1.1" -decamelize@^1.2.0: +debug@^4.3.2: + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== + dependencies: + ms "2.1.2" + +decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -7227,28 +8994,48 @@ deep-is@^0.1.3, deep-is@~0.1.3: integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= deep-object-diff@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/deep-object-diff/-/deep-object-diff-1.1.0.tgz#d6fabf476c2ed1751fc94d5ca693d2ed8c18bc5a" - integrity sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== + version "1.1.7" + resolved "https://registry.yarnpkg.com/deep-object-diff/-/deep-object-diff-1.1.7.tgz#348b3246f426427dd633eaa50e1ed1fc2eafc7e4" + integrity sha512-QkgBca0mL08P6HiOjoqvmm6xOAl2W6CT2+34Ljhg0OeFan8cwlcdq8jrLKsBBuUFAZLsN5b6y491KdKEoSo9lg== deepmerge@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== -default-gateway@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" - integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== +default-browser-id@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-1.0.4.tgz#e59d09a5d157b828b876c26816e61c3d2a2c203a" + integrity sha1-5Z0JpdFXuCi4dsJoFuYcPSosIDo= dependencies: - execa "^1.0.0" - ip-regex "^2.1.0" + bplist-parser "^0.1.0" + meow "^3.1.0" + untildify "^2.0.0" + +default-gateway@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71" + integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== + dependencies: + execa "^5.0.0" + +defaults@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" + integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= + dependencies: + clone "^1.0.2" defer-to-connect@^1.0.1: version "1.1.3" resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" @@ -7278,18 +9065,24 @@ define-property@^2.0.2: is-descriptor "^1.0.2" isobject "^3.0.1" -del@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" - integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== +defined@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693" + integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= + +del@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952" + integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ== dependencies: - "@types/glob" "^7.1.1" - globby "^6.1.0" - is-path-cwd "^2.0.0" - is-path-in-cwd "^2.0.0" - p-map "^2.0.0" - pify "^4.0.1" - rimraf "^2.6.3" + globby "^11.0.1" + graceful-fs "^4.2.4" + is-glob "^4.0.1" + is-path-cwd "^2.2.0" + is-path-inside "^3.0.2" + p-map "^4.0.0" + rimraf "^3.0.2" + slash "^3.0.0" delayed-stream@~1.0.0: version "1.0.0" @@ -7361,7 +9154,7 @@ detect-passive-events@^1.0.4: resolved "https://registry.yarnpkg.com/detect-passive-events/-/detect-passive-events-1.0.5.tgz#ce324db665123bef9e368b8059ff95d95217cc05" integrity sha512-foW7Q35wwOCxVzW0xLf5XeB5Fhe7oyRgvkBYdiP9IWgLMzjqUqTvsJv9ymuEWGjY6AoDXD3OC294+Z9iuOw0QA== -detect-port-alt@1.1.6: +detect-port-alt@1.1.6, detect-port-alt@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275" integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== @@ -7377,11 +9170,30 @@ detect-port@^1.3.0: address "^1.0.1" debug "^2.6.0" +detective@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b" + integrity sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== + dependencies: + acorn-node "^1.6.1" + defined "^1.0.0" + minimist "^1.1.1" + +didyoumean@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" + integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== + diff-sequences@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== +diff-sequences@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327" + integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ== + diffie-hellman@^5.0.0: version "5.0.3" resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" @@ -7418,6 +9230,11 @@ discontinuous-range@1.0.0: resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= +dlv@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" + integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== + dns-equal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" @@ -7438,14 +9255,6 @@ dns-txt@^2.0.2: dependencies: buffer-indexof "^1.0.0" -doctrine@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" - integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= - dependencies: - esutils "^2.0.2" - isarray "^1.0.0" - doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" @@ -7460,7 +9269,7 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dom-converter@^0.2: +dom-converter@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== @@ -7502,7 +9311,7 @@ domain-browser@^1.1.1: resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== -domelementtype@1, domelementtype@^1.3.1: +domelementtype@1: version "1.3.1" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== @@ -7519,13 +9328,6 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.0.0" -domhandler@^2.3.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" - integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - dependencies: - domelementtype "1" - domhandler@^4.0.0, domhandler@^4.1.0, domhandler@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.0.tgz#f9768a5f034be60a89a27c2e4d0f74eba0d8b059" @@ -7533,7 +9335,14 @@ domhandler@^4.0.0, domhandler@^4.1.0, domhandler@^4.2.0: dependencies: domelementtype "^2.2.0" -domutils@^1.5.1, domutils@^1.7.0: +domhandler@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== + dependencies: + domelementtype "^2.2.0" + +domutils@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== @@ -7550,6 +9359,15 @@ domutils@^2.5.2, domutils@^2.6.0: domelementtype "^2.2.0" domhandler "^4.2.0" +domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + dot-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" @@ -7572,44 +9390,48 @@ dotenv-defaults@^1.0.2: dependencies: dotenv "^6.2.0" -dotenv-expand@5.1.0, dotenv-expand@^5.1.0: +dotenv-expand@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== -dotenv-webpack@^1.7.0, dotenv-webpack@^1.8.0: +dotenv-webpack@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/dotenv-webpack/-/dotenv-webpack-1.8.0.tgz#7ca79cef2497dd4079d43e81e0796bc9d0f68a5e" integrity sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg== dependencies: dotenv-defaults "^1.0.2" -dotenv@8.2.0, dotenv@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== +dotenv@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== dotenv@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== -downshift@^6.0.15: - version "6.1.3" - resolved "https://registry.yarnpkg.com/downshift/-/downshift-6.1.3.tgz#e794b7805d24810968f21e81ad6bdd9f3fdc40da" - integrity sha512-RA1MuaNcTbt0j+sVLhSs8R2oZbBXYAtdQP/V+uHhT3DoDteZzJPjlC+LQVm9T07Wpvo84QXaZtUCePLDTDwGXg== - dependencies: - "@babel/runtime" "^7.13.10" - compute-scroll-into-view "^1.0.17" - prop-types "^15.7.2" - react-is "^17.0.2" +dotenv@^8.0.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" + integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== -duplexer2@~0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" - integrity sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds= - dependencies: - readable-stream "~1.1.9" +dpdm@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/dpdm/-/dpdm-3.8.0.tgz#3bd73433ca97fc54f92f130b1c7d9070d55463ce" + integrity sha512-irzNgThrdJEf61l5F3w8yMLjjZfw4c2LL//xZGZ3q7E6YhVBCiEApduRNtSw1Og6UCVub5GzwwZn3WT0tO8hSA== + dependencies: + "@types/fs-extra" "^9.0.12" + "@types/glob" "^7.1.4" + "@types/yargs" "^17.0.2" + chalk "^4.1.2" + fs-extra "^10.0.0" + glob "^7.1.7" + ora "^5.4.1" + tslib "^2.3.1" + typescript "^4.4.3" + yargs "^17.1.1" duplexer3@^0.1.4: version "0.1.4" @@ -7631,40 +9453,42 @@ duplexify@^3.4.2, duplexify@^3.6.0: readable-stream "^2.0.0" stream-shift "^1.0.0" -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^2.6.1, ejs@^2.7.4: +ejs@^2.7.4: version "2.7.4" resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== -ejs@^3.1.5: +ejs@^3.1.5, ejs@^3.1.6: version "3.1.6" resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.6.tgz#5bfd0a0689743bb5268b3550cceeebbc1702822a" integrity sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw== dependencies: jake "^10.6.1" -electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.723: +electron-to-chromium@^1.3.247, electron-to-chromium@^1.4.84: + version "1.4.88" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.88.tgz#ebe6a2573b563680c7a7bf3a51b9e465c9c501db" + integrity sha512-oA7mzccefkvTNi9u7DXmT0LqvhnOiN2BhSrKerta7HeUC1cLoIwtbf2wL+Ah2ozh5KQd3/1njrGrwDBXx6d14Q== + +electron-to-chromium@^1.3.723: version "1.3.723" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.723.tgz#52769a75635342a4db29af5f1e40bd3dad02c877" integrity sha512-L+WXyXI7c7+G1V8ANzRsPI5giiimLAUDC6Zs1ojHHPhYXb3k/iTABFmWjivEtsWrRQymjnO66/rO2ZTABGdmWg== -element-resize-detector@^1.2.1, element-resize-detector@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.2.tgz#bf7c3ff915957e4e62e86241ed2f9c86b078892b" - integrity sha512-+LOXRkCJc4I5WhEJxIDjhmE3raF8jtOMBDqSCgZTMz2TX3oXAX5pE2+MDeopJlGdXzP7KzPbBJaUGfNaP9HG4A== +electron-to-chromium@^1.4.76: + version "1.4.78" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.78.tgz#7a1cf853efafde2c4cf6e86facf3e5792d3541a5" + integrity sha512-o61+D/Lx7j/E0LIin/efOqeHpXhwi1TaQco9vUcRmr91m25SfZY6L5hWJDv/r+6kNjboFKgBw1LbfM0lbhuK6Q== + +element-resize-detector@^1.2.1: + version "1.2.4" + resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.4.tgz#3e6c5982dd77508b5fa7e6d5c02170e26325c9b1" + integrity sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg== dependencies: batch-processor "1.0.0" @@ -7686,15 +9510,10 @@ email-addresses@^3.0.1: resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb" integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg== -emittery@^0.7.1: - version "0.7.2" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82" - integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== - -"emoji-regex@>=6.0.0 <=6.1.1": - version "6.1.1" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e" - integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4= +emittery@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860" + integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg== emoji-regex@^7.0.1: version "7.0.3" @@ -7706,7 +9525,7 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -emoji-regex@^9.0.0: +emoji-regex@^9.0.0, emoji-regex@^9.2.2: version "9.2.2" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== @@ -7726,10 +9545,10 @@ emoticon@^3.2.0: resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f" integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== -emotion-theming@^10.0.19, emotion-theming@^10.0.27: - version "10.0.27" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10" - integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== +emotion-theming@^10.0.19: + version "10.3.0" + resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.3.0.tgz#7f84d7099581d7ffe808aab5cd870e30843db72a" + integrity sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA== dependencies: "@babel/runtime" "^7.5.5" "@emotion/weak-memoize" "0.2.5" @@ -7740,6 +9559,13 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= +encoding@^0.1.11: + version "0.1.13" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" + integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== + dependencies: + iconv-lite "^0.6.2" + end-of-stream@^1.0.0, end-of-stream@^1.1.0: version "1.4.4" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" @@ -7748,15 +9574,15 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: once "^1.4.0" endent@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/endent/-/endent-2.0.1.tgz#fb18383a3f37ae3213a5d9f6c4a880d1061eb4c5" - integrity sha512-mADztvcC+vCk4XEZaCz6xIPO2NHQuprv5CAEjuVAu6aZwqAj7nVNlMyl1goPFYqCCpS2OJV9jwpumJLkotZrNw== + version "2.1.0" + resolved "https://registry.yarnpkg.com/endent/-/endent-2.1.0.tgz#5aaba698fb569e5e18e69e1ff7a28ff35373cd88" + integrity sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w== dependencies: dedent "^0.7.0" fast-json-parse "^1.0.3" - objectorarray "^1.0.4" + objectorarray "^1.0.5" -enhanced-resolve@^4.3.0: +enhanced-resolve@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== @@ -7765,28 +9591,19 @@ enhanced-resolve@^4.3.0: memory-fs "^0.5.0" tapable "^1.0.0" -enquirer@^2.3.5: - version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" - integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== +enhanced-resolve@^5.9.2: + version "5.9.2" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9" + integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA== dependencies: - ansi-colors "^4.1.1" - -entities@^1.1.1, entities@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" - integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== + graceful-fs "^4.2.4" + tapable "^2.2.0" entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -envinfo@7.7.3: - version "7.7.3" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" - integrity sha512-46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA== - envinfo@^7.7.3: version "7.8.1" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" @@ -7877,7 +9694,7 @@ error-stack-parser@^2.0.6: dependencies: stackframe "^1.1.1" -es-abstract@^1.17.0-next.0, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: +es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: version "1.18.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4" integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== @@ -7899,6 +9716,32 @@ es-abstract@^1.17.0-next.0, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstrac string.prototype.trimstart "^1.0.4" unbox-primitive "^1.0.0" +es-abstract@^1.19.0, es-abstract@^1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" + integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== + dependencies: + call-bind "^1.0.2" + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + get-intrinsic "^1.1.1" + get-symbol-description "^1.0.0" + has "^1.0.3" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + is-callable "^1.2.4" + is-negative-zero "^2.0.1" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.1" + is-string "^1.0.7" + is-weakref "^1.0.1" + object-inspect "^1.11.0" + object-keys "^1.1.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" + es-array-method-boxes-properly@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" @@ -7918,6 +9761,11 @@ es-get-iterator@^1.0.2: is-string "^1.0.5" isarray "^2.0.5" +es-module-lexer@^0.9.0: + version "0.9.3" + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" + integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== + es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" @@ -7927,43 +9775,17 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -es5-ext@^0.10.35, es5-ext@^0.10.50: - version "0.10.53" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1" - integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== - dependencies: - es6-iterator "~2.0.3" - es6-symbol "~3.1.3" - next-tick "~1.0.0" - es5-shim@^4.5.13: - version "4.5.15" - resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.15.tgz#6a26869b261854a3b045273f5583c52d390217fe" - integrity sha512-FYpuxEjMeDvU4rulKqFdukQyZSTpzhg4ScQHrAosrlVpR6GFyaw14f74yn2+4BugniIS0Frpg7TvwZocU4ZMTw== - -es6-iterator@2.0.3, es6-iterator@~2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" - integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= - dependencies: - d "1" - es5-ext "^0.10.35" - es6-symbol "^3.1.1" + version "4.6.5" + resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.6.5.tgz#2124bb073b7cede2ed23b122a1fd87bb7b0bb724" + integrity sha512-vfQ4UAai8szn0sAubCy97xnZ4sJVDD1gt/Grn736hg8D7540wemIb1YPrYZSTqlM2H69EQX1or4HU/tSwRTI3w== es6-shim@^0.35.5: version "0.35.6" resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.6.tgz#d10578301a83af2de58b9eadb7c2c9945f7388a0" integrity sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA== -es6-symbol@^3.1.1, es6-symbol@~3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" - integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== - dependencies: - d "^1.0.1" - ext "^1.1.2" - -escalade@^3.0.2, escalade@^3.1.1: +escalade@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== @@ -7983,11 +9805,16 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0: +escape-string-regexp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + escodegen@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" @@ -8000,35 +9827,48 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-react-app@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e" - integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A== - dependencies: - confusing-browser-globals "^1.0.10" - -eslint-import-resolver-node@^0.3.4: - version "0.3.4" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717" - integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== +eslint-config-react-app@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.0.tgz#0fa96d5ec1dfb99c029b1554362ab3fa1c3757df" + integrity sha512-xyymoxtIt1EOsSaGag+/jmcywRuieQoA2JbPCjnw9HukFj9/97aGPoZVFioaotzk1K5Qt9sHO5EutZbkrAXS0g== + dependencies: + "@babel/core" "^7.16.0" + "@babel/eslint-parser" "^7.16.3" + "@rushstack/eslint-patch" "^1.1.0" + "@typescript-eslint/eslint-plugin" "^5.5.0" + "@typescript-eslint/parser" "^5.5.0" + babel-preset-react-app "^10.0.1" + confusing-browser-globals "^1.0.11" + eslint-plugin-flowtype "^8.0.3" + eslint-plugin-import "^2.25.3" + eslint-plugin-jest "^25.3.0" + eslint-plugin-jsx-a11y "^6.5.1" + eslint-plugin-react "^7.27.1" + eslint-plugin-react-hooks "^4.3.0" + eslint-plugin-testing-library "^5.0.1" + +eslint-import-resolver-node@^0.3.6: + version "0.3.6" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd" + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw== dependencies: - debug "^2.6.9" - resolve "^1.13.1" + debug "^3.2.7" + resolve "^1.20.0" -eslint-module-utils@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6" - integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== +eslint-module-utils@^2.7.2: + version "2.7.3" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee" + integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ== dependencies: - debug "^2.6.9" - pkg-dir "^2.0.0" + debug "^3.2.7" + find-up "^2.1.0" -eslint-plugin-flowtype@^5.2.0: - version "5.7.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz#482a42fe5d15ee614652ed256d37543d584d7bc0" - integrity sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg== +eslint-plugin-flowtype@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912" + integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ== dependencies: - lodash "^4.17.15" + lodash "^4.17.21" string-natural-compare "^3.0.1" eslint-plugin-formatjs@^2.12.7: @@ -8044,78 +9884,89 @@ eslint-plugin-formatjs@^2.12.7: emoji-regex "^9.0.0" tslib "^2.1.0" -eslint-plugin-import@^2.22.1: - version "2.22.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702" - integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== +eslint-plugin-import@^2.25.3: + version "2.25.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1" + integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA== dependencies: - array-includes "^3.1.1" - array.prototype.flat "^1.2.3" - contains-path "^0.1.0" + array-includes "^3.1.4" + array.prototype.flat "^1.2.5" debug "^2.6.9" - doctrine "1.5.0" - eslint-import-resolver-node "^0.3.4" - eslint-module-utils "^2.6.0" + doctrine "^2.1.0" + eslint-import-resolver-node "^0.3.6" + eslint-module-utils "^2.7.2" has "^1.0.3" + is-core-module "^2.8.0" + is-glob "^4.0.3" minimatch "^3.0.4" - object.values "^1.1.1" - read-pkg-up "^2.0.0" - resolve "^1.17.0" - tsconfig-paths "^3.9.0" + object.values "^1.1.5" + resolve "^1.20.0" + tsconfig-paths "^3.12.0" -eslint-plugin-jest@^24.1.0: - version "24.3.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173" - integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg== +eslint-plugin-jest@^25.3.0: + version "25.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a" + integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ== dependencies: - "@typescript-eslint/experimental-utils" "^4.0.1" + "@typescript-eslint/experimental-utils" "^5.0.0" -eslint-plugin-jsx-a11y@^6.3.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd" - integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg== +eslint-plugin-jsx-a11y@^6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8" + integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.16.3" aria-query "^4.2.2" - array-includes "^3.1.1" + array-includes "^3.1.4" ast-types-flow "^0.0.7" - axe-core "^4.0.2" + axe-core "^4.3.5" axobject-query "^2.2.0" - damerau-levenshtein "^1.0.6" - emoji-regex "^9.0.0" + damerau-levenshtein "^1.0.7" + emoji-regex "^9.2.2" has "^1.0.3" - jsx-ast-utils "^3.1.0" + jsx-ast-utils "^3.2.1" language-tags "^1.0.5" + minimatch "^3.0.4" -eslint-plugin-react-hooks@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" - integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== +eslint-plugin-react-hooks@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" + integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== -eslint-plugin-react@^7.21.5: - version "7.23.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494" - integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw== +eslint-plugin-react@^7.27.1: + version "7.29.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05" + integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg== dependencies: - array-includes "^3.1.3" - array.prototype.flatmap "^1.2.4" + array-includes "^3.1.4" + array.prototype.flatmap "^1.2.5" doctrine "^2.1.0" - has "^1.0.3" + estraverse "^5.3.0" jsx-ast-utils "^2.4.1 || ^3.0.0" - minimatch "^3.0.4" - object.entries "^1.1.3" - object.fromentries "^2.0.4" - object.values "^1.1.3" - prop-types "^15.7.2" + minimatch "^3.1.2" + object.entries "^1.1.5" + object.fromentries "^2.0.5" + object.hasown "^1.1.0" + object.values "^1.1.5" + prop-types "^15.8.1" resolve "^2.0.0-next.3" - string.prototype.matchall "^4.0.4" + semver "^6.3.0" + string.prototype.matchall "^4.0.6" + +eslint-plugin-testing-library@^5.0.1: + version "5.0.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.6.tgz#86b0aff2ed0c80f63966c2a4894c06bff382b6d5" + integrity sha512-mMU4+slZsWKHNxtxc5TE2+bs9S//e2uFPlcpTapPhVdnctgn0+G/DaUu6VbT0JLiVMcbBjy3IcfddK+abZawbw== + dependencies: + "@typescript-eslint/utils" "^5.13.0" -eslint-plugin-testing-library@^3.9.2: - version "3.10.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz#609ec2b0369da7cf2e6d9edff5da153cc31d87bd" - integrity sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA== +eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: - "@typescript-eslint/experimental-utils" "^3.10.1" + esrecurse "^4.3.0" + estraverse "^4.1.1" eslint-scope@^4.0.3: version "4.0.3" @@ -8125,22 +9976,29 @@ eslint-scope@^4.0.3: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-scope@^5.0.0, eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== +eslint-scope@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== dependencies: esrecurse "^4.3.0" - estraverse "^4.1.1" + estraverse "^5.2.0" -eslint-utils@^2.0.0, eslint-utils@^2.1.0: +eslint-utils@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== dependencies: eslint-visitor-keys "^1.1.0" -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: +eslint-utils@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +eslint-visitor-keys@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== @@ -8150,69 +10008,76 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint-webpack-plugin@^2.5.2: - version "2.5.4" - resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986" - integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw== +eslint-visitor-keys@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== + +eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + +eslint-webpack-plugin@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz#83dad2395e5f572d6f4d919eedaa9cf902890fcb" + integrity sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg== dependencies: - "@types/eslint" "^7.2.6" - arrify "^2.0.1" - jest-worker "^26.6.2" - micromatch "^4.0.2" + "@types/eslint" "^7.28.2" + jest-worker "^27.3.1" + micromatch "^4.0.4" normalize-path "^3.0.0" - schema-utils "^3.0.0" + schema-utils "^3.1.1" -eslint@^7.11.0: - version "7.25.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67" - integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw== +eslint@^8.3.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.10.0.tgz#931be395eb60f900c01658b278e05b6dae47199d" + integrity sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw== dependencies: - "@babel/code-frame" "7.12.11" - "@eslint/eslintrc" "^0.4.0" + "@eslint/eslintrc" "^1.2.0" + "@humanwhocodes/config-array" "^0.9.2" ajv "^6.10.0" chalk "^4.0.0" cross-spawn "^7.0.2" - debug "^4.0.1" + debug "^4.3.2" doctrine "^3.0.0" - enquirer "^2.3.5" - eslint-scope "^5.1.1" - eslint-utils "^2.1.0" - eslint-visitor-keys "^2.0.0" - espree "^7.3.1" + escape-string-regexp "^4.0.0" + eslint-scope "^7.1.1" + eslint-utils "^3.0.0" + eslint-visitor-keys "^3.3.0" + espree "^9.3.1" esquery "^1.4.0" esutils "^2.0.2" + fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" functional-red-black-tree "^1.0.1" - glob-parent "^5.0.0" + glob-parent "^6.0.1" globals "^13.6.0" - ignore "^4.0.6" + ignore "^5.2.0" import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" - js-yaml "^3.13.1" + js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" - lodash "^4.17.21" + lodash.merge "^4.6.2" minimatch "^3.0.4" natural-compare "^1.4.0" optionator "^0.9.1" - progress "^2.0.0" - regexpp "^3.1.0" - semver "^7.2.1" - strip-ansi "^6.0.0" + regexpp "^3.2.0" + strip-ansi "^6.0.1" strip-json-comments "^3.1.0" - table "^6.0.4" text-table "^0.2.0" v8-compile-cache "^2.0.3" -espree@^7.3.0, espree@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" - integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== +espree@^9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd" + integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ== dependencies: - acorn "^7.4.0" + acorn "^8.7.0" acorn-jsx "^5.3.1" - eslint-visitor-keys "^1.3.0" + eslint-visitor-keys "^3.3.0" esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: version "4.0.1" @@ -8243,10 +10108,19 @@ estraverse@^5.1.0, estraverse@^5.2.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== -estree-walker@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" - integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== +estraverse@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +estree-to-babel@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/estree-to-babel/-/estree-to-babel-3.2.1.tgz#82e78315275c3ca74475fdc8ac1a5103c8a75bf5" + integrity sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg== + dependencies: + "@babel/traverse" "^7.1.6" + "@babel/types" "^7.2.0" + c8 "^7.6.0" estree-walker@^1.0.1: version "1.0.1" @@ -8311,19 +10185,19 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" - integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== +execa@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - human-signals "^1.1.1" + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" is-stream "^2.0.0" merge-stream "^2.0.0" - npm-run-path "^4.0.0" - onetime "^5.1.0" - signal-exit "^3.0.2" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" strip-final-newline "^2.0.0" exit@^0.1.2: @@ -8344,7 +10218,7 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expect@^26.6.0, expect@^26.6.2: +expect@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417" integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA== @@ -8356,7 +10230,53 @@ expect@^26.6.0, expect@^26.6.2: jest-message-util "^26.6.2" jest-regex-util "^26.0.0" -express@^4.17.0, express@^4.17.1: +expect@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.1.tgz#83ce59f1e5bdf5f9d2b94b61d2050db48f3fef74" + integrity sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw== + dependencies: + "@jest/types" "^27.5.1" + jest-get-type "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + +express@^4.17.0: + version "4.17.3" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1" + integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg== + dependencies: + accepts "~1.3.8" + array-flatten "1.1.1" + body-parser "1.19.2" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.4.2" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.7" + qs "6.9.7" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.17.2" + serve-static "1.14.2" + setprototypeof "1.2.0" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +express@^4.17.1: version "4.17.1" resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== @@ -8392,13 +10312,6 @@ express@^4.17.0, express@^4.17.1: utils-merge "1.0.1" vary "~1.1.2" -ext@^1.1.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244" - integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== - dependencies: - type "^2.0.0" - extend-shallow@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" @@ -8414,7 +10327,7 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: assign-symbols "^1.0.0" is-extendable "^1.0.1" -extend@^3.0.0, extend@~3.0.2: +extend@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== @@ -8452,16 +10365,6 @@ extract-zip@^1.6.6: mkdirp "^0.5.4" yauzl "^2.10.0" -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - fast-deep-equal@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" @@ -8496,6 +10399,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4: micromatch "^4.0.2" picomatch "^2.2.1" +fast-glob@^3.2.11, fast-glob@^3.2.9: + version "3.2.11" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" + integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-parse@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" @@ -8518,20 +10432,27 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -fault@^1.0.0, fault@^1.0.2: +fault@^1.0.2: version "1.0.4" resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== dependencies: format "^0.2.0" -faye-websocket@^0.11.3, faye-websocket@~0.11.1: +faye-websocket@^0.11.3: version "0.11.3" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== dependencies: websocket-driver ">=0.5.1" +faye-websocket@~0.11.1: + version "0.11.4" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== + dependencies: + websocket-driver ">=0.5.1" + fb-watchman@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" @@ -8539,6 +10460,19 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" +fbjs@^0.8.9: + version "0.8.18" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.18.tgz#9835e0addb9aca2eff53295cd79ca1cfc7c9662a" + integrity sha512-EQaWFK+fEPSoibjNy8IxUtaFOMXcWsY0JaVrQoZR9zC8N2Ygf9iDITPWjUTVIax95b6I742JFLqASHfsag/vKA== + dependencies: + core-js "^1.0.0" + isomorphic-fetch "^2.1.1" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^0.7.30" + fd-slicer@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" @@ -8572,14 +10506,6 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" -file-loader@6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.1.tgz#a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa" - integrity sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw== - dependencies: - loader-utils "^2.0.0" - schema-utils "^3.0.0" - file-loader@^4.2.0: version "4.3.0" resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" @@ -8596,10 +10522,10 @@ file-loader@^6.2.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -file-selector@^0.2.2: - version "0.2.4" - resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.4.tgz#7b98286f9dbb9925f420130ea5ed0a69238d4d80" - integrity sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA== +file-selector@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.4.0.tgz#59ec4f27aa5baf0841e9c6385c8386bef4d18b17" + integrity sha512-iACCiXeMYOvZqlF1kTiYINzgepRBymz1wwjiuup9u9nayhb6g4fSwiyJ/6adli+EPwrWtpgQAh2PoS7HukEGEg== dependencies: tslib "^2.0.3" @@ -8643,10 +10569,10 @@ filesize@3.6.1: resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== -filesize@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00" - integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg== +filesize@^8.0.6: + version "8.0.7" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8" + integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ== fill-range@^4.0.0: version "4.0.0" @@ -8687,7 +10613,16 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: make-dir "^2.0.0" pkg-dir "^3.0.0" -find-cache-dir@^3.0.0, find-cache-dir@^3.3.1: +find-cache-dir@^3.0.0: + version "3.3.2" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" + integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== + dependencies: + commondir "^1.0.1" + make-dir "^3.0.2" + pkg-dir "^4.1.0" + +find-cache-dir@^3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== @@ -8711,9 +10646,24 @@ find-up@3.0.0, find-up@^3.0.0: resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== dependencies: - locate-path "^3.0.0" + locate-path "^3.0.0" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +find-up@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" + integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= + dependencies: + locate-path "^2.0.0" -find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: +find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== @@ -8721,13 +10671,6 @@ find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -find-up@^2.0.0, find-up@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - dependencies: - locate-path "^2.0.0" - find-up@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" @@ -8749,15 +10692,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== -flatten@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b" - integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - flow-parser@0.*: - version "0.150.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.150.0.tgz#69ba3e90b0d127bc2f0d7025854805eeb09fd2c1" - integrity sha512-kYoNG9BH4RlYwEt0A9+30ZiUiYBNB9KLDeDI4rSBb0QsoH5F12ywNUOHp5JD2KVYz6nhapbn/kCIZALSmd3q6w== + version "0.174.1" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.174.1.tgz#bb81e17fe45a1e64d9752090e819a6744a539fa0" + integrity sha512-nDMOvlFR+4doLpB3OJpseHZ7uEr3ENptlF6qMas/kzQmNcLzMwfQeFX0gGJ/+em7UdldB/nGsk55tDTOvjbCuw== flush-write-stream@^1.0.0: version "1.1.1" @@ -8767,12 +10705,12 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -focus-lock@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.8.1.tgz#bb36968abf77a2063fa173cb6c47b12ac8599d33" - integrity sha512-/LFZOIo82WDsyyv7h7oc0MJF9ACOvDRdx9rWPZ2pgMfNWu/z8hQDBtOchuB/0BVLmuFOZjV02YwUVzNsWx/EzA== +focus-lock@^0.10.2: + version "0.10.2" + resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.10.2.tgz#561c62bae8387ecba1dd8e58a6df5ec29835c644" + integrity sha512-DSaI/UHZ/02sg1P616aIWgToQcrKKBmcCvomDZ1PZvcJFj350PnWhSJxJ76T3e5/GbtQEARIACtbrdlrF9C5kA== dependencies: - tslib "^1.9.3" + tslib "^2.0.3" follow-redirects@^1.0.0, follow-redirects@^1.14.4: version "1.14.8" @@ -8796,10 +10734,13 @@ for-own@^0.1.3: dependencies: for-in "^1.0.1" -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= +foreground-child@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53" + integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^3.0.2" fork-ts-checker-webpack-plugin@1.5.0: version "1.5.0" @@ -8815,7 +10756,7 @@ fork-ts-checker-webpack-plugin@1.5.0: tapable "^1.0.0" worker-rpc "^0.1.0" -fork-ts-checker-webpack-plugin@4.1.6, fork-ts-checker-webpack-plugin@^4.1.6: +fork-ts-checker-webpack-plugin@^4.1.6: version "4.1.6" resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz#5055c703febcf37fa06405d400c122b905167fc5" integrity sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw== @@ -8828,10 +10769,10 @@ fork-ts-checker-webpack-plugin@4.1.6, fork-ts-checker-webpack-plugin@^4.1.6: tapable "^1.0.0" worker-rpc "^0.1.0" -fork-ts-checker-webpack-plugin@^6.0.4: - version "6.2.5" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.2.5.tgz#09e81ad57ed862c9dd093298550e7f6966ab1a2f" - integrity sha512-EqHkTmxOotb5WJEc8kjzJh8IRuRUpHxtBh+jGyOHJcEwwZzqTmlMNAJsVF3tvALohi9yJzV8C1j215DyK8Ta8w== +fork-ts-checker-webpack-plugin@^6.0.4, fork-ts-checker-webpack-plugin@^6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.0.tgz#0282b335fa495a97e167f69018f566ea7d2a2b5e" + integrity sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw== dependencies: "@babel/code-frame" "^7.8.3" "@types/json-schema" "^7.0.5" @@ -8840,6 +10781,7 @@ fork-ts-checker-webpack-plugin@^6.0.4: cosmiconfig "^6.0.0" deepmerge "^4.2.2" fs-extra "^9.0.0" + glob "^7.1.6" memfs "^3.1.2" minimatch "^3.0.4" schema-utils "2.7.0" @@ -8855,25 +10797,26 @@ form-data@^3.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - format@^0.2.0: version "0.2.2" resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + forwarded@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= +fraction.js@^4.1.2: + version "4.2.0" + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950" + integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA== + fragment-cache@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" @@ -8894,16 +10837,6 @@ from2@^2.1.0: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" - integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== - dependencies: - at-least-node "^1.0.0" - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^1.0.0" - fs-extra@^0.30.0: version "0.30.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0" @@ -8915,14 +10848,14 @@ fs-extra@^0.30.0: path-is-absolute "^1.0.0" rimraf "^2.2.8" -fs-extra@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== +fs-extra@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8" + integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag== dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" fs-extra@^8.0.1, fs-extra@^8.1.0: version "8.1.0" @@ -8978,36 +10911,27 @@ fsevents@^1.2.7: bindings "^1.5.0" nan "^2.12.1" -fsevents@^2.1.2, fsevents@^2.1.3, fsevents@~2.3.1: +fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== -fstream-ignore@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" - integrity sha1-nDHa40dnAY/h0kmyTa2mfQktoQU= - dependencies: - fstream "^1.0.0" - inherits "2" - minimatch "^3.0.0" - -fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -function.prototype.name@^1.1.0, function.prototype.name@^1.1.2, function.prototype.name@^1.1.3: +function.prototype.name@^1.1.0: + version "1.1.5" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" + integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.0" + functions-have-names "^1.2.2" + +function.prototype.name@^1.1.2, function.prototype.name@^1.1.3: version "1.1.4" resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.4.tgz#e4ea839b9d3672ae99d0efd9f38d9191c5eaac83" integrity sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ== @@ -9027,11 +10951,26 @@ functions-have-names@^1.2.2: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21" integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== -fuse.js@^3.4.6, fuse.js@^3.6.1: +fuse.js@^3.4.6: version "3.6.1" resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c" integrity sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw== +gauge@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" + integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.2" + console-control-strings "^1.0.0" + has-unicode "^2.0.1" + object-assign "^4.1.1" + signal-exit "^3.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.2" + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -9092,6 +11031,11 @@ get-port@^5.1.1: resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193" integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== +get-stdin@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" + integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= + get-stream@^4.0.0, get-stream@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" @@ -9099,25 +11043,31 @@ get-stream@^4.0.0, get-stream@^4.1.0: dependencies: pump "^3.0.0" -get-stream@^5.0.0, get-stream@^5.1.0: +get-stream@^5.1.0: version "5.2.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== dependencies: pump "^3.0.0" +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +get-symbol-description@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" + integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" + get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - gh-pages@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-3.2.3.tgz#897e5f15e111f42af57d21d430b83e5cdf29472c" @@ -9137,11 +11087,9 @@ git-format-staged@^2.1.1: integrity sha512-Db4QiAymao9BfpTBCdEcF53jBZfKuwIigqhNmtODD+KOKbxrdDVMDeAs+P7eqJl9udlBZejhRKRbyFRtKLbVmA== github-slugger@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.3.0.tgz#9bd0a95c5efdfc46005e82a906ef8e2a059124c9" - integrity sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q== - dependencies: - emoji-regex ">=6.0.0 <=6.1.1" + version "1.4.0" + resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e" + integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ== gitignore-to-glob@^0.3.0: version "0.3.0" @@ -9171,13 +11119,20 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" -glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0: +glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" +glob-parent@^6.0.1, glob-parent@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== + dependencies: + is-glob "^4.0.3" + glob-promise@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20" @@ -9190,7 +11145,12 @@ glob-to-regexp@^0.3.0: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: +glob-to-regexp@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" + integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== + +glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7: version "7.2.0" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== @@ -9209,7 +11169,7 @@ global-dirs@^3.0.0: dependencies: ini "2.0.0" -global-modules@2.0.0: +global-modules@2.0.0, global-modules@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== @@ -9238,13 +11198,6 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^12.1.0: - version "12.4.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" - integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - dependencies: - type-fest "^0.8.1" - globals@^13.6.0: version "13.8.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3" @@ -9252,6 +11205,13 @@ globals@^13.6.0: dependencies: type-fest "^0.20.2" +globals@^13.9.0: + version "13.12.1" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.1.tgz#ec206be932e6c77236677127577aa8e50bf1c5cb" + integrity sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw== + dependencies: + type-fest "^0.20.2" + globalthis@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.2.tgz#2a235d34f4d8036219f7e34929b5de9e18166b8b" @@ -9259,18 +11219,6 @@ globalthis@^1.0.0: dependencies: define-properties "^1.1.3" -globby@11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" - integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.1.1" - ignore "^5.1.4" - merge2 "^1.3.0" - slash "^3.0.0" - globby@8.0.2: version "8.0.2" resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d" @@ -9298,7 +11246,7 @@ globby@^10.0.1: merge2 "^1.2.3" slash "^3.0.0" -globby@^11.0.1, globby@^11.0.2: +globby@^11.0.1: version "11.0.3" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== @@ -9310,6 +11258,18 @@ globby@^11.0.1, globby@^11.0.2: merge2 "^1.3.0" slash "^3.0.0" +globby@^11.0.2, globby@^11.0.4: + version "11.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.2.9" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^3.0.0" + globby@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" @@ -9359,16 +11319,16 @@ got@^9.6.0: to-readable-stream "^1.0.0" url-parse-lax "^3.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.9, graceful-fs@^4.2.2, graceful-fs@^4.2.6, graceful-fs@^4.2.9: + version "4.2.9" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" + integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== + +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4: version "4.2.6" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - gud@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" @@ -9394,18 +11354,17 @@ handle-thing@^2.0.0: resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.3: - version "5.1.5" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== +handlebars@^4.7.7: + version "4.7.7" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" + integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" + minimist "^1.2.5" + neo-async "^2.6.0" + source-map "^0.6.1" + wordwrap "^1.0.0" + optionalDependencies: + uglify-js "^3.1.4" harmony-reflect@^1.4.6: version "1.6.2" @@ -9446,7 +11405,14 @@ has-symbols@^1.0.1, has-symbols@^1.0.2: resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== -has-unicode@^2.0.0: +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + +has-unicode@^2.0.0, has-unicode@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= @@ -9487,7 +11453,7 @@ has-yarn@^2.1.0: resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== -has@^1.0.0, has@^1.0.3: +has@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== @@ -9642,21 +11608,21 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -hex-color-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" - integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - -highlight.js@^10.1.1, highlight.js@^10.7.2, highlight.js@~10.7.0: - version "10.7.2" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.2.tgz#89319b861edc66c48854ed1e6da21ea89f847360" - integrity sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg== +highlight.js@^11.5.0: + version "11.5.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.5.0.tgz#00abb7ed926491adbdabc93a4f3fd2b88b451b4a" + integrity sha512-SM6WDj5/C+VfIY8pZ6yW6Xa0Fm1tniYVYWYW1Q/DcMnISZFrC3aQAZZZFAAZtybKNrGId3p/DNbFTtcTXXgYBw== highlight.js@~9.13.0: version "9.13.1" resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e" integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== +highlight.js@~9.18.2: + version "9.18.5" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825" + integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA== + history@^4.9.0: version "4.10.1" resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" @@ -9705,16 +11671,6 @@ hpack.js@^2.1.6: readable-stream "^2.0.1" wbuf "^1.1.0" -hsl-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" - integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - -hsla-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" - integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - html-element-map@^1.2.0: version "1.3.0" resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.3.0.tgz#fcf226985d7111e6c2b958169312ec750d02f0d3" @@ -9730,10 +11686,10 @@ html-encoding-sniffer@^2.0.1: dependencies: whatwg-encoding "^1.0.5" -html-entities@^1.2.0, html-entities@^1.2.1, html-entities@^1.3.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" - integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== +html-entities@^2.1.0, html-entities@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" + integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== html-escaper@^2.0.0: version "2.0.2" @@ -9753,6 +11709,19 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" +html-minifier-terser@^6.0.2: + version "6.1.0" + resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" + integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== + dependencies: + camel-case "^4.1.2" + clean-css "^5.2.2" + commander "^8.3.0" + he "^1.2.0" + param-case "^3.0.4" + relateurl "^0.2.7" + terser "^5.10.0" + html-tags@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" @@ -9763,21 +11732,6 @@ html-void-elements@^1.0.0: resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== -html-webpack-plugin@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c" - integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw== - dependencies: - "@types/html-minifier-terser" "^5.0.0" - "@types/tapable" "^1.0.5" - "@types/webpack" "^4.41.8" - html-minifier-terser "^5.0.1" - loader-utils "^1.2.3" - lodash "^4.17.15" - pretty-error "^2.1.1" - tapable "^1.1.3" - util.promisify "1.0.0" - html-webpack-plugin@^4.0.0, html-webpack-plugin@^4.0.0-beta.2: version "4.5.2" resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12" @@ -9793,17 +11747,16 @@ html-webpack-plugin@^4.0.0, html-webpack-plugin@^4.0.0-beta.2: tapable "^1.1.3" util.promisify "1.0.0" -htmlparser2@^3.10.1: - version "3.10.1" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" - integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== +html-webpack-plugin@^5.0.0, html-webpack-plugin@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" + integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== dependencies: - domelementtype "^1.3.1" - domhandler "^2.3.0" - domutils "^1.5.1" - entities "^1.1.1" - inherits "^2.0.1" - readable-stream "^3.1.1" + "@types/html-minifier-terser" "^6.0.0" + html-minifier-terser "^6.0.2" + lodash "^4.17.21" + pretty-error "^4.0.0" + tapable "^2.0.0" htmlparser2@^6.1.0: version "6.1.0" @@ -9836,6 +11789,17 @@ http-errors@1.7.2: statuses ">= 1.5.0 < 2" toidentifier "1.0.0" +http-errors@1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" + integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.2.0" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.1" + http-errors@~1.6.2: version "1.6.3" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" @@ -9862,28 +11826,27 @@ http-parser-js@>=0.5.1: resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== -http-proxy-middleware@0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" - integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== +http-proxy-agent@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" + integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== dependencies: - http-proxy "^1.17.0" - is-glob "^4.0.0" - lodash "^4.17.11" - micromatch "^3.1.10" + "@tootallnate/once" "1" + agent-base "6" + debug "4" -http-proxy-middleware@^1.0.6: - version "1.3.1" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#43700d6d9eecb7419bf086a128d0f7205d9eb665" - integrity sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg== +http-proxy-middleware@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.3.tgz#5df04f69a89f530c2284cd71eeaa51ba52243289" + integrity sha512-1bloEwnrHMnCoO/Gcwbz7eSVvW50KPES01PecpagI+YLNLci4AcuKJrujW4Mc3sBLpFxMSlsLNHS5Nl/lvrTPA== dependencies: - "@types/http-proxy" "^1.17.5" + "@types/http-proxy" "^1.17.8" http-proxy "^1.18.1" is-glob "^4.0.1" is-plain-obj "^3.0.0" micromatch "^4.0.2" -http-proxy@^1.17.0, http-proxy@^1.18.1: +http-proxy@^1.18.1: version "1.18.1" resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== @@ -9892,15 +11855,6 @@ http-proxy@^1.17.0, http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" @@ -9914,25 +11868,24 @@ https-proxy-agent@^4.0.0: agent-base "5" debug "4" -human-signals@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" - integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== +https-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" + integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== + dependencies: + agent-base "6" + debug "4" + +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== husky@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== -hyperquest@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/hyperquest/-/hyperquest-2.1.3.tgz#523127d7a343181b40bf324e231d2576edf52633" - integrity sha512-fUuDOrB47PqNK/BAMOS13v41UoaqIxqSLHX6CAbOD7OfT+/GCWO1/vPLfTNutOeXrv1ikuaZ3yux+33Z9vh+rw== - dependencies: - buffer-from "^0.1.1" - duplexer2 "~0.0.2" - through2 "~0.6.3" - i18n-js@^3.3.0: version "3.8.0" resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-3.8.0.tgz#b8fd6b12e1d88cb71f9806c29bca7c31c012e504" @@ -9945,6 +11898,13 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" +iconv-lite@^0.6.2, iconv-lite@^0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + icss-replace-symbols@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" @@ -9957,19 +11917,24 @@ icss-utils@^4.0.0, icss-utils@^4.1.1: dependencies: postcss "^7.0.14" -icss-utils@^5.0.0: +icss-utils@^5.0.0, icss-utils@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== -identity-obj-proxy@3.0.0: +idb@^6.1.4: + version "6.1.5" + resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b" + integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw== + +identity-obj-proxy@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14" integrity sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ= dependencies: harmony-reflect "^1.4.6" -ieee754@^1.1.4: +ieee754@^1.1.13, ieee754@^1.1.4: version "1.2.1" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== @@ -9994,21 +11959,26 @@ ignore@^5.1.1, ignore@^5.1.2, ignore@^5.1.4: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== +ignore@^5.1.8, ignore@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + immer@1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d" integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== -immer@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656" - integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA== - immer@^9.0.6: version "9.0.6" resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.6.tgz#7a96bf2674d06c8143e327cbf73539388ddf1a73" integrity sha512-G95ivKpy+EvVAnAab4fVa4YGYn24J1SpEktnJX7JJ45Bd7xqME/SCplFzYFmTbrkwZbQ4xJK1xMTUYBkN6pWsQ== +immer@^9.0.7: + version "9.0.12" + resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20" + integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA== + import-cwd@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" @@ -10044,14 +12014,6 @@ import-lazy@^2.1.0: resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= -import-local@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" - integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - dependencies: - pkg-dir "^3.0.0" - resolve-cwd "^2.0.0" - import-local@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" @@ -10119,16 +12081,18 @@ imurmurhash@^0.1.4: resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= +indent-string@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" + integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= + dependencies: + repeating "^2.0.0" + indent-string@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== -indexes-of@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - infer-owner@^1.0.3, infer-owner@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" @@ -10142,7 +12106,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -10210,14 +12174,6 @@ inquirer@^7.0.0: strip-ansi "^6.0.0" through "^2.3.6" -internal-ip@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" - integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== - dependencies: - default-gateway "^4.2.0" - ipaddr.js "^1.9.0" - internal-slot@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" @@ -10237,13 +12193,14 @@ interpret@^2.0.0, interpret@^2.2.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== -intl-messageformat@9.6.11: - version "9.6.11" - resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-9.6.11.tgz#1bc25c75f2fe0f9f2f5d7af4321f8c240294f256" - integrity sha512-BTctIjSZ4V8QXPDRCGdyBL0+TH3RLzaZMADmngYmu/pbnFxCypEoIPWqsBtgxGhXEEzm0caa68bGrtoX50DWYA== +intl-messageformat@9.11.4: + version "9.11.4" + resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-9.11.4.tgz#0f9030bc6d10e6a48592142f88e646d88f05f1f2" + integrity sha512-77TSkNubIy/hsapz6LQpyR6OADcxhWdhSaboPb5flMaALCVkPvAIxr48AlPqaMl4r1anNcvR9rpLWVdwUY1IKg== dependencies: - "@formatjs/fast-memoize" "1.1.1" - "@formatjs/icu-messageformat-parser" "1.2.1" + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/fast-memoize" "1.2.1" + "@formatjs/icu-messageformat-parser" "2.0.18" tslib "^2.1.0" invariant@^2.0.0, invariant@^2.2.3, invariant@^2.2.4: @@ -10253,27 +12210,22 @@ invariant@^2.0.0, invariant@^2.2.3, invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ip-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - ip@^1.1.0, ip@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= -ipaddr.js@1.9.1, ipaddr.js@^1.9.0: +ipaddr.js@1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== -is-absolute-url@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" - integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= +ipaddr.js@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0" + integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng== -is-absolute-url@^3.0.0, is-absolute-url@^3.0.3: +is-absolute-url@^3.0.0: version "3.0.3" resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== @@ -10305,23 +12257,26 @@ is-alphanumerical@^1.0.0: is-alphabetical "^1.0.0" is-decimal "^1.0.0" -is-arguments@^1.0.4, is-arguments@^1.1.0: +is-arguments@^1.0.4: version "1.1.0" resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9" integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== dependencies: call-bind "^1.0.0" +is-arguments@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= -is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - is-bigint@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.1.tgz#6923051dfcbc764278540b9ce0e6b3213aa5ebc2" @@ -10370,6 +12325,11 @@ is-callable@^1.1.4, is-callable@^1.1.5, is-callable@^1.2.3: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== +is-callable@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" + integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== + is-ci@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" @@ -10377,26 +12337,14 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-color-stop@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" - integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - dependencies: - css-color-names "^0.0.4" - hex-color-regex "^1.1.0" - hsl-regex "^1.0.0" - hsla-regex "^1.0.0" - rgb-regex "^1.0.1" - rgba-regex "^1.0.0" - -is-core-module@^2.0.0, is-core-module@^2.2.0: +is-core-module@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.3.0.tgz#d341652e3408bca69c4671b79a0954a3d349f887" integrity sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw== dependencies: has "^1.0.3" -is-core-module@^2.8.0: +is-core-module@^2.8.0, is-core-module@^2.8.1: version "2.8.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== @@ -10450,7 +12398,7 @@ is-directory@^0.3.1: resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= -is-docker@^2.0.0: +is-docker@^2.0.0, is-docker@^2.1.1: version "2.2.1" resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== @@ -10485,6 +12433,11 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= +is-finite@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" + integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== + is-fullwidth-code-point@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" @@ -10533,6 +12486,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: dependencies: is-extglob "^2.1.1" +is-glob@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + is-hexadecimal@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" @@ -10546,6 +12506,11 @@ is-installed-globally@^0.4.0: global-dirs "^3.0.0" is-path-inside "^3.0.2" +is-interactive@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" + integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== + is-map@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127" @@ -10598,25 +12563,11 @@ is-object@^1.0.1: resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf" integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA== -is-path-cwd@^2.0.0: +is-path-cwd@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== -is-path-in-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" - integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== - dependencies: - is-path-inside "^2.1.0" - -is-path-inside@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" - integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== - dependencies: - path-is-inside "^1.0.2" - is-path-inside@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" @@ -10637,10 +12588,10 @@ is-plain-obj@^3.0.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== -is-plain-object@3.0.1, is-plain-object@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b" - integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== +is-plain-object@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" @@ -10649,7 +12600,12 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" -is-potential-custom-element-name@^1.0.0: +is-plain-object@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b" + integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== + +is-potential-custom-element-name@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== @@ -10662,17 +12618,20 @@ is-regex@^1.0.4, is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.2: call-bind "^1.0.2" has-symbols "^1.0.1" +is-regex@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + is-regexp@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= -is-resolvable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" - integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - -is-root@2.1.0: +is-root@2.1.0, is-root@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== @@ -10682,7 +12641,12 @@ is-set@^2.0.2: resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec" integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== -is-stream@^1.1.0: +is-shared-array-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" + integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== + +is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= @@ -10697,6 +12661,13 @@ is-string@^1.0.5: resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== +is-string@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" + integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + dependencies: + has-tostringtag "^1.0.0" + is-subset@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" @@ -10709,11 +12680,28 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.1" -is-typedarray@^1.0.0, is-typedarray@~1.0.0: +is-typedarray@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + +is-utf8@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= + +is-weakref@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" + integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== + dependencies: + call-bind "^1.0.2" + is-whitespace-character@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" @@ -10788,24 +12776,33 @@ isobject@^4.0.0: resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= +isomorphic-fetch@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" + integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= + dependencies: + node-fetch "^1.0.1" + whatwg-fetch ">=0.10.0" istanbul-lib-coverage@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== -istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" - integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== +istanbul-lib-coverage@^3.0.1, istanbul-lib-coverage@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" + integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== + +istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a" + integrity sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q== dependencies: - "@babel/core" "^7.7.5" + "@babel/core" "^7.12.3" + "@babel/parser" "^7.14.7" "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.0.0" + istanbul-lib-coverage "^3.2.0" semver "^6.3.0" istanbul-lib-report@^3.0.0: @@ -10826,18 +12823,18 @@ istanbul-lib-source-maps@^4.0.0: istanbul-lib-coverage "^3.0.0" source-map "^0.6.1" -istanbul-reports@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b" - integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== +istanbul-reports@^3.0.2, istanbul-reports@^3.1.3: + version "3.1.4" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.4.tgz#1b6f068ecbc6c331040aab5741991273e609e40c" + integrity sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" iterate-iterator@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz#1693a768c1ddd79c969051459453f082fe82e9f6" - integrity sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== + version "1.0.2" + resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.2.tgz#551b804c9eaa15b847ea6a7cdc2f5bf1ec150f91" + integrity sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw== iterate-value@^1.0.2: version "1.0.2" @@ -10857,84 +12854,87 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -jest-changed-files@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0" - integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== +jest-changed-files@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5" + integrity sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw== dependencies: - "@jest/types" "^26.6.2" - execa "^4.0.0" - throat "^5.0.0" - -jest-circus@26.6.0: - version "26.6.0" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-26.6.0.tgz#7d9647b2e7f921181869faae1f90a2629fd70705" - integrity sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^26.6.0" - "@jest/test-result" "^26.6.0" - "@jest/types" "^26.6.0" - "@types/babel__traverse" "^7.0.4" + "@jest/types" "^27.5.1" + execa "^5.0.0" + throat "^6.0.1" + +jest-circus@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.5.1.tgz#37a5a4459b7bf4406e53d637b49d22c65d125ecc" + integrity sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" dedent "^0.7.0" - expect "^26.6.0" + expect "^27.5.1" is-generator-fn "^2.0.0" - jest-each "^26.6.0" - jest-matcher-utils "^26.6.0" - jest-message-util "^26.6.0" - jest-runner "^26.6.0" - jest-runtime "^26.6.0" - jest-snapshot "^26.6.0" - jest-util "^26.6.0" - pretty-format "^26.6.0" - stack-utils "^2.0.2" - throat "^5.0.0" + jest-each "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-runtime "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" + pretty-format "^27.5.1" + slash "^3.0.0" + stack-utils "^2.0.3" + throat "^6.0.1" -jest-cli@^26.6.0: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" - integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== +jest-cli@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.5.1.tgz#278794a6e6458ea8029547e6c6cbf673bd30b145" + integrity sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw== dependencies: - "@jest/core" "^26.6.3" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/core" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" chalk "^4.0.0" exit "^0.1.2" - graceful-fs "^4.2.4" + graceful-fs "^4.2.9" import-local "^3.0.2" - is-ci "^2.0.0" - jest-config "^26.6.3" - jest-util "^26.6.2" - jest-validate "^26.6.2" + jest-config "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" prompts "^2.0.1" - yargs "^15.4.1" + yargs "^16.2.0" -jest-config@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349" - integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg== +jest-config@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.1.tgz#5c387de33dca3f99ad6357ddeccd91bf3a0e4a41" + integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA== dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^26.6.3" - "@jest/types" "^26.6.2" - babel-jest "^26.6.3" + "@babel/core" "^7.8.0" + "@jest/test-sequencer" "^27.5.1" + "@jest/types" "^27.5.1" + babel-jest "^27.5.1" chalk "^4.0.0" + ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.1" - graceful-fs "^4.2.4" - jest-environment-jsdom "^26.6.2" - jest-environment-node "^26.6.2" - jest-get-type "^26.3.0" - jest-jasmine2 "^26.6.3" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - micromatch "^4.0.2" - pretty-format "^26.6.2" + graceful-fs "^4.2.9" + jest-circus "^27.5.1" + jest-environment-jsdom "^27.5.1" + jest-environment-node "^27.5.1" + jest-get-type "^27.5.1" + jest-jasmine2 "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-runner "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + micromatch "^4.0.4" + parse-json "^5.2.0" + pretty-format "^27.5.1" + slash "^3.0.0" + strip-json-comments "^3.1.1" jest-diff@^26.0.0, jest-diff@^26.6.2: version "26.6.2" @@ -10946,54 +12946,69 @@ jest-diff@^26.0.0, jest-diff@^26.6.2: jest-get-type "^26.3.0" pretty-format "^26.6.2" -jest-docblock@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5" - integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - dependencies: - detect-newline "^3.0.0" - -jest-each@^26.6.0, jest-each@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb" - integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A== +jest-diff@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def" + integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== dependencies: - "@jest/types" "^26.6.2" chalk "^4.0.0" - jest-get-type "^26.3.0" - jest-util "^26.6.2" - pretty-format "^26.6.2" + diff-sequences "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" -jest-environment-jsdom@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e" - integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q== +jest-docblock@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0" + integrity sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ== dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" - jsdom "^16.4.0" + detect-newline "^3.0.0" -jest-environment-node@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c" - integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== +jest-each@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.5.1.tgz#5bc87016f45ed9507fed6e4702a5b468a5b2c44e" + integrity sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ== dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/types" "^27.5.1" + chalk "^4.0.0" + jest-get-type "^27.5.1" + jest-util "^27.5.1" + pretty-format "^27.5.1" + +jest-environment-jsdom@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz#ea9ccd1fc610209655a77898f86b2b559516a546" + integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" + jest-mock "^27.5.1" + jest-util "^27.5.1" + jsdom "^16.6.0" + +jest-environment-node@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.5.1.tgz#dedc2cfe52fab6b8f5714b4808aefa85357a365e" + integrity sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + jest-util "^27.5.1" jest-get-type@^26.3.0: version "26.3.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== +jest-get-type@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1" + integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== + jest-haste-map@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" @@ -11015,39 +13030,58 @@ jest-haste-map@^26.6.2: optionalDependencies: fsevents "^2.1.2" -jest-jasmine2@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" - integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg== +jest-haste-map@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f" + integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng== dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/types" "^27.5.1" + "@types/graceful-fs" "^4.1.2" + "@types/node" "*" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.9" + jest-regex-util "^27.5.1" + jest-serializer "^27.5.1" + jest-util "^27.5.1" + jest-worker "^27.5.1" + micromatch "^4.0.4" + walker "^1.0.7" + optionalDependencies: + fsevents "^2.3.2" + +jest-jasmine2@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4" + integrity sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/source-map" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" - expect "^26.6.2" + expect "^27.5.1" is-generator-fn "^2.0.0" - jest-each "^26.6.2" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - pretty-format "^26.6.2" - throat "^5.0.0" - -jest-leak-detector@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af" - integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== - dependencies: - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2: + jest-each "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-runtime "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" + pretty-format "^27.5.1" + throat "^6.0.1" + +jest-leak-detector@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8" + integrity sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ== + dependencies: + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-matcher-utils@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a" integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== @@ -11057,7 +13091,17 @@ jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2: jest-get-type "^26.3.0" pretty-format "^26.6.2" -jest-message-util@^26.6.0, jest-message-util@^26.6.2: +jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab" + integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw== + dependencies: + chalk "^4.0.0" + jest-diff "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-message-util@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== @@ -11072,12 +13116,27 @@ jest-message-util@^26.6.0, jest-message-util@^26.6.2: slash "^3.0.0" stack-utils "^2.0.2" -jest-mock@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302" - integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== +jest-message-util@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf" + integrity sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g== dependencies: - "@jest/types" "^26.6.2" + "@babel/code-frame" "^7.12.13" + "@jest/types" "^27.5.1" + "@types/stack-utils" "^2.0.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + micromatch "^4.0.4" + pretty-format "^27.5.1" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-mock@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6" + integrity sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og== + dependencies: + "@jest/types" "^27.5.1" "@types/node" "*" jest-pnp-resolver@^1.2.2: @@ -11090,28 +13149,19 @@ jest-regex-util@^26.0.0: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== -jest-resolve-dependencies@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" - integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== - dependencies: - "@jest/types" "^26.6.2" - jest-regex-util "^26.0.0" - jest-snapshot "^26.6.2" +jest-regex-util@^27.0.0, jest-regex-util@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95" + integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== -jest-resolve@26.6.0: - version "26.6.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.0.tgz#070fe7159af87b03e50f52ea5e17ee95bbee40e1" - integrity sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ== +jest-resolve-dependencies@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz#d811ecc8305e731cc86dd79741ee98fed06f1da8" + integrity sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg== dependencies: - "@jest/types" "^26.6.0" - chalk "^4.0.0" - graceful-fs "^4.2.4" - jest-pnp-resolver "^1.2.2" - jest-util "^26.6.0" - read-pkg-up "^7.0.1" - resolve "^1.17.0" - slash "^3.0.0" + "@jest/types" "^27.5.1" + jest-regex-util "^27.5.1" + jest-snapshot "^27.5.1" jest-resolve@^26.6.2: version "26.6.2" @@ -11127,64 +13177,76 @@ jest-resolve@^26.6.2: resolve "^1.18.1" slash "^3.0.0" -jest-runner@^26.6.0, jest-runner@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159" - integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ== +jest-resolve@^27.4.2, jest-resolve@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.5.1.tgz#a2f1c5a0796ec18fe9eb1536ac3814c23617b384" + integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw== dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" + "@jest/types" "^27.5.1" + chalk "^4.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-pnp-resolver "^1.2.2" + jest-util "^27.5.1" + jest-validate "^27.5.1" + resolve "^1.20.0" + resolve.exports "^1.1.0" + slash "^3.0.0" + +jest-runner@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.1.tgz#071b27c1fa30d90540805c5645a0ec167c7b62e5" + integrity sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ== + dependencies: + "@jest/console" "^27.5.1" + "@jest/environment" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" chalk "^4.0.0" - emittery "^0.7.1" - exit "^0.1.2" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-docblock "^26.0.0" - jest-haste-map "^26.6.2" - jest-leak-detector "^26.6.2" - jest-message-util "^26.6.2" - jest-resolve "^26.6.2" - jest-runtime "^26.6.3" - jest-util "^26.6.2" - jest-worker "^26.6.2" + emittery "^0.8.1" + graceful-fs "^4.2.9" + jest-docblock "^27.5.1" + jest-environment-jsdom "^27.5.1" + jest-environment-node "^27.5.1" + jest-haste-map "^27.5.1" + jest-leak-detector "^27.5.1" + jest-message-util "^27.5.1" + jest-resolve "^27.5.1" + jest-runtime "^27.5.1" + jest-util "^27.5.1" + jest-worker "^27.5.1" source-map-support "^0.5.6" - throat "^5.0.0" - -jest-runtime@^26.6.0, jest-runtime@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b" - integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== - dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/globals" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/yargs" "^15.0.0" + throat "^6.0.1" + +jest-runtime@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.5.1.tgz#4896003d7a334f7e8e4a53ba93fb9bcd3db0a1af" + integrity sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/globals" "^27.5.1" + "@jest/source-map" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" chalk "^4.0.0" - cjs-module-lexer "^0.6.0" + cjs-module-lexer "^1.0.0" collect-v8-coverage "^1.0.0" - exit "^0.1.2" + execa "^5.0.0" glob "^7.1.3" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-message-util "^27.5.1" + jest-mock "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" slash "^3.0.0" strip-bom "^4.0.0" - yargs "^15.4.1" jest-serializer@^26.6.2: version "26.6.2" @@ -11194,7 +13256,15 @@ jest-serializer@^26.6.2: "@types/node" "*" graceful-fs "^4.2.4" -jest-snapshot@^26.3.0, jest-snapshot@^26.6.0, jest-snapshot@^26.6.2: +jest-serializer@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64" + integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w== + dependencies: + "@types/node" "*" + graceful-fs "^4.2.9" + +jest-snapshot@^26.3.0: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og== @@ -11216,6 +13286,34 @@ jest-snapshot@^26.3.0, jest-snapshot@^26.6.0, jest-snapshot@^26.6.2: pretty-format "^26.6.2" semver "^7.3.2" +jest-snapshot@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.5.1.tgz#b668d50d23d38054a51b42c4039cab59ae6eb6a1" + integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA== + dependencies: + "@babel/core" "^7.7.2" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/traverse" "^7.7.2" + "@babel/types" "^7.0.0" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/babel__traverse" "^7.0.4" + "@types/prettier" "^2.1.5" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^27.5.1" + graceful-fs "^4.2.9" + jest-diff "^27.5.1" + jest-get-type "^27.5.1" + jest-haste-map "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + natural-compare "^1.4.0" + pretty-format "^27.5.1" + semver "^7.3.2" + jest-specific-snapshot@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/jest-specific-snapshot/-/jest-specific-snapshot-4.0.0.tgz#a52a2e223e7576e610dbeaf341207c557ac20554" @@ -11223,7 +13321,7 @@ jest-specific-snapshot@^4.0.0: dependencies: jest-snapshot "^26.3.0" -jest-util@^26.6.0, jest-util@^26.6.2: +jest-util@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== @@ -11235,52 +13333,56 @@ jest-util@^26.6.0, jest-util@^26.6.2: is-ci "^2.0.0" micromatch "^4.0.2" -jest-validate@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" - integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== +jest-util@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9" + integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw== dependencies: - "@jest/types" "^26.6.2" - camelcase "^6.0.0" + "@jest/types" "^27.5.1" + "@types/node" "*" chalk "^4.0.0" - jest-get-type "^26.3.0" - leven "^3.1.0" - pretty-format "^26.6.2" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" -jest-watch-typeahead@0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz#45221b86bb6710b7e97baaa1640ae24a07785e63" - integrity sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg== +jest-validate@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067" + integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ== dependencies: - ansi-escapes "^4.3.1" + "@jest/types" "^27.5.1" + camelcase "^6.2.0" chalk "^4.0.0" - jest-regex-util "^26.0.0" - jest-watcher "^26.3.0" - slash "^3.0.0" - string-length "^4.0.1" - strip-ansi "^6.0.0" + jest-get-type "^27.5.1" + leven "^3.1.0" + pretty-format "^27.5.1" -jest-watcher@^26.3.0, jest-watcher@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975" - integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ== +jest-watch-typeahead@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz#4de2ca1eb596acb1889752afbab84b74fcd99173" + integrity sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw== dependencies: - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" + ansi-escapes "^4.3.1" + chalk "^4.0.0" + jest-regex-util "^27.0.0" + jest-watcher "^27.0.0" + slash "^4.0.0" + string-length "^5.0.1" + strip-ansi "^7.0.1" + +jest-watcher@^27.0.0, jest-watcher@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.5.1.tgz#71bd85fb9bde3a2c2ec4dc353437971c43c642a2" + integrity sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw== + dependencies: + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" - jest-util "^26.6.2" + jest-util "^27.5.1" string-length "^4.0.1" -jest-worker@^24.9.0: - version "24.9.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" - integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - dependencies: - merge-stream "^2.0.0" - supports-color "^6.1.0" - jest-worker@^25.4.0: version "25.5.0" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.5.0.tgz#2611d071b79cea0f43ee57a3d118593ac1547db1" @@ -11298,14 +13400,23 @@ jest-worker@^26.2.1, jest-worker@^26.5.0, jest-worker@^26.6.2: merge-stream "^2.0.0" supports-color "^7.0.0" -jest@26.6.0: - version "26.6.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.0.tgz#546b25a1d8c888569dbbe93cae131748086a4a25" - integrity sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA== +jest-worker@^27.0.2, jest-worker@^27.3.1, jest-worker@^27.4.5, jest-worker@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" + integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== + dependencies: + "@types/node" "*" + merge-stream "^2.0.0" + supports-color "^8.0.0" + +jest@^27.4.3: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc" + integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ== dependencies: - "@jest/core" "^26.6.0" + "@jest/core" "^27.5.1" import-local "^3.0.2" - jest-cli "^26.6.0" + jest-cli "^27.5.1" js-sha3@0.8.0: version "0.8.0" @@ -11335,67 +13446,45 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -jscodeshift@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz#4f95039408f3f06b0e39bb4d53bc3139f5330e2f" - integrity sha512-SdRK2C7jjs4k/kT2mwtO07KJN9RnjxtKn03d9JVj6c3j9WwaLcFYsICYDnLAzY0hp+wG2nxl+Cm2jWLiNVYb8g== - dependencies: - "@babel/core" "^7.1.6" - "@babel/parser" "^7.1.6" - "@babel/plugin-proposal-class-properties" "^7.1.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.1.0" - "@babel/plugin-proposal-optional-chaining" "^7.1.0" - "@babel/plugin-transform-modules-commonjs" "^7.1.0" - "@babel/preset-flow" "^7.0.0" - "@babel/preset-typescript" "^7.1.0" - "@babel/register" "^7.0.0" - babel-core "^7.0.0-bridge.0" - colors "^1.1.2" - flow-parser "0.*" - graceful-fs "^4.2.4" - micromatch "^3.1.10" - neo-async "^2.5.0" - node-dir "^0.1.17" - recast "^0.20.3" - temp "^0.8.1" - write-file-atomic "^2.3.0" +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" -jscodeshift@^0.7.0: - version "0.7.1" - resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.7.1.tgz#0236ad475d6f0770ca998a0160925d62b57d2507" - integrity sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA== +jscodeshift@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef" + integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ== dependencies: - "@babel/core" "^7.1.6" - "@babel/parser" "^7.1.6" - "@babel/plugin-proposal-class-properties" "^7.1.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/preset-env" "^7.1.6" - "@babel/preset-flow" "^7.0.0" - "@babel/preset-typescript" "^7.1.0" - "@babel/register" "^7.0.0" + "@babel/core" "^7.13.16" + "@babel/parser" "^7.13.16" + "@babel/plugin-proposal-class-properties" "^7.13.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" + "@babel/plugin-proposal-optional-chaining" "^7.13.12" + "@babel/plugin-transform-modules-commonjs" "^7.13.8" + "@babel/preset-flow" "^7.13.13" + "@babel/preset-typescript" "^7.13.0" + "@babel/register" "^7.13.16" babel-core "^7.0.0-bridge.0" - colors "^1.1.2" + chalk "^4.1.2" flow-parser "0.*" - graceful-fs "^4.1.11" + graceful-fs "^4.2.4" micromatch "^3.1.10" neo-async "^2.5.0" node-dir "^0.1.17" - recast "^0.18.1" - temp "^0.8.1" + recast "^0.20.4" + temp "^0.8.4" write-file-atomic "^2.3.0" -jsdom@^16.4.0: - version "16.5.3" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.5.3.tgz#13a755b3950eb938b4482c407238ddf16f0d2136" - integrity sha512-Qj1H+PEvUsOtdPJ056ewXM4UJPCi4hhLA8wpiz9F2YvsRBhuFsXxtrIFAgGBDynQA9isAMGE91PfUYbdMPXuTA== +jsdom@^16.6.0: + version "16.7.0" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710" + integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== dependencies: abab "^2.0.5" - acorn "^8.1.0" + acorn "^8.2.4" acorn-globals "^6.0.0" cssom "^0.4.4" cssstyle "^2.3.0" @@ -11403,12 +13492,13 @@ jsdom@^16.4.0: decimal.js "^10.2.1" domexception "^2.0.1" escodegen "^2.0.0" + form-data "^3.0.0" html-encoding-sniffer "^2.0.1" - is-potential-custom-element-name "^1.0.0" + http-proxy-agent "^4.0.1" + https-proxy-agent "^5.0.0" + is-potential-custom-element-name "^1.0.1" nwsapi "^2.2.0" parse5 "6.0.1" - request "^2.88.2" - request-promise-native "^1.0.9" saxes "^5.0.1" symbol-tree "^3.2.4" tough-cookie "^4.0.0" @@ -11418,7 +13508,7 @@ jsdom@^16.4.0: whatwg-encoding "^1.0.5" whatwg-mimetype "^2.3.0" whatwg-url "^8.5.0" - ws "^7.4.4" + ws "^7.4.6" xml-name-validator "^3.0.0" jsesc@^2.5.1: @@ -11456,10 +13546,10 @@ json-schema-traverse@^1.0.0: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= +json-schema@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" @@ -11473,12 +13563,7 @@ json-stable-stringify@^1.0.1: dependencies: jsonify "~0.0.0" -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@^3.3.2, json3@^3.3.3: +json3@^3.3.2: version "3.3.3" resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== @@ -11490,7 +13575,7 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -json5@^2.1.1, json5@^2.1.2, json5@^2.1.3: +json5@^2.1.1, json5@^2.1.2, json5@^2.1.3, json5@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== @@ -11525,17 +13610,12 @@ jsonify@~0.0.0: resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" +jsonpointer@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072" + integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== -"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0: +"jsx-ast-utils@^2.4.1 || ^3.0.0": version "3.2.0" resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82" integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q== @@ -11543,6 +13623,14 @@ jsprim@^1.2.2: array-includes "^3.1.2" object.assign "^4.1.2" +jsx-ast-utils@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b" + integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA== + dependencies: + array-includes "^3.1.3" + object.assign "^4.1.2" + junk@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1" @@ -11560,11 +13648,6 @@ keyv@^3.0.0: dependencies: json-buffer "3.0.0" -killable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" - integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== - kind-of@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5" @@ -11613,6 +13696,11 @@ klona@^2.0.4: resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== +klona@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" + integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== + language-subtag-registry@~0.3.2: version "0.3.21" resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a" @@ -11625,14 +13713,6 @@ language-tags@^1.0.5: dependencies: language-subtag-registry "~0.3.2" -last-call-webpack-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" - integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== - dependencies: - lodash "^4.17.5" - webpack-sources "^1.1.0" - latest-version@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face" @@ -11693,26 +13773,37 @@ license-check-and-add@^4.0.2: ignore "^5.1.2" yargs "^13.3.0" +lilconfig@^2.0.3, lilconfig@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082" + integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA== + lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -load-json-file@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" - integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= +load-json-file@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= dependencies: graceful-fs "^4.1.2" parse-json "^2.2.0" pify "^2.0.0" - strip-bom "^3.0.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" loader-runner@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== +loader-runner@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" + integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== + loader-utils@1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" @@ -11722,15 +13813,6 @@ loader-utils@1.2.3: emojis-list "^2.0.0" json5 "^1.0.1" -loader-utils@2.0.0, loader-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" - integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^2.1.2" - loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" @@ -11740,6 +13822,20 @@ loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: emojis-list "^3.0.0" json5 "^1.0.1" +loader-utils@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" + integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^2.1.2" + +loader-utils@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f" + integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ== + locate-path@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" @@ -11780,11 +13876,6 @@ lodash.camelcase@^4.3.0: resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= -lodash.clonedeep@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" - integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= - lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" @@ -11795,11 +13886,6 @@ lodash.escape@^4.0.1: resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= -lodash.flatten@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - lodash.flattendeep@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" @@ -11815,6 +13901,16 @@ lodash.memoize@^4.1.2: resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +lodash.sortby@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" + integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= + lodash.template@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" @@ -11840,25 +13936,23 @@ lodash.toarray@^4.4.0: resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE= -lodash.truncate@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" - integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= - lodash.uniq@4.5.0, lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.14.149, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.7.0: +lodash@^4.0.0, lodash@^4.14.149, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -loglevel@^1.6.8: - version "1.7.1" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" - integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== +log-symbols@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^0.1.0" loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: version "1.4.0" @@ -11867,6 +13961,14 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3 dependencies: js-tokens "^3.0.0 || ^4.0.0" +loud-rejection@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" + integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= + dependencies: + currently-unhandled "^0.4.1" + signal-exit "^3.0.0" + loud-rejection@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-2.2.0.tgz#4255eb6e9c74045b0edc021fa7397ab655a8517c" @@ -11892,14 +13994,6 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== -lowlight@^1.14.0: - version "1.20.0" - resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.20.0.tgz#ddb197d33462ad0d93bf19d17b6c301aa3941888" - integrity sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw== - dependencies: - fault "^1.0.0" - highlight.js "~10.7.0" - lowlight@~1.11.0: version "1.11.0" resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.11.0.tgz#1304d83005126d4e8b1dc0f07981e9b689ec2efc" @@ -11937,13 +14031,20 @@ make-dir@^2.0.0, make-dir@^2.1.0: pify "^4.0.1" semver "^5.6.0" -make-dir@^3.0.0, make-dir@^3.0.2: +make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== dependencies: semver "^6.0.0" +makeerror@1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" + integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== + dependencies: + tmpl "1.0.5" + makeerror@1.0.x: version "1.0.11" resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" @@ -11951,11 +14052,23 @@ makeerror@1.0.x: dependencies: tmpl "1.0.x" +map-age-cleaner@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== + dependencies: + p-defer "^1.0.0" + map-cache@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= +map-obj@^1.0.0, map-obj@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" + integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= + map-or-similar@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08" @@ -11981,11 +14094,6 @@ markdown-to-jsx@^6.11.4: prop-types "^15.6.2" unquote "^1.1.0" -markdown-to-jsx@^7.1.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.2.tgz#19d3da4cd8864045cdd13a0d179147fbd6a088d4" - integrity sha512-O8DMCl32V34RrD+ZHxcAPc2+kYytuDIoQYjY36RVdsLK7uHjgNVvFec4yv0X6LgB4YEZgSvK5QtFi5YVqEpoMA== - match-sorter@^6.0.2: version "6.3.0" resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.0.tgz#454a1b31ed218cddbce6231a0ecb5fdc549fed01" @@ -12070,6 +14178,14 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= +mem@^8.1.1: + version "8.1.1" + resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122" + integrity sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA== + dependencies: + map-age-cleaner "^0.1.3" + mimic-fn "^3.1.0" + memfs@^3.1.2: version "3.2.2" resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.2.tgz#5de461389d596e3f23d48bb7c2afb6161f4df40e" @@ -12077,6 +14193,13 @@ memfs@^3.1.2: dependencies: fs-monkey "1.0.3" +memfs@^3.2.2, memfs@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" + integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw== + dependencies: + fs-monkey "1.0.3" + "memoize-one@>=3.1.1 <6", memoize-one@^5.0.0, memoize-one@^5.1.1: version "5.2.1" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" @@ -12105,6 +14228,22 @@ memory-fs@^0.5.0: errno "^0.1.3" readable-stream "^2.0.1" +meow@^3.1.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" + integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= + dependencies: + camelcase-keys "^2.0.0" + decamelize "^1.1.2" + loud-rejection "^1.0.0" + map-obj "^1.0.1" + minimist "^1.1.3" + normalize-package-data "^2.3.4" + object-assign "^4.0.1" + read-pkg-up "^1.0.1" + redent "^1.0.0" + trim-newlines "^1.0.0" + merge-deep@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.3.tgz#1a2b2ae926da8b2ae93a0ac15d90cd1922766003" @@ -12131,7 +14270,7 @@ merge-stream@^2.0.0: resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== -merge2@^1.2.3, merge2@^1.3.0: +merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== @@ -12172,7 +14311,7 @@ micromatch@^3.1.10, micromatch@^3.1.4: snapdragon "^0.8.1" to-regex "^3.0.2" -micromatch@^4.0.2: +micromatch@^4.0.2, micromatch@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== @@ -12198,22 +14337,46 @@ mime-db@1.47.0, "mime-db@>= 1.43.0 < 2": resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c" integrity sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw== -mime-types@^2.1.12, mime-types@^2.1.25, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: +mime-db@1.51.0: + version "1.51.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" + integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== + +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.24: version "2.1.30" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.30.tgz#6e7be8b4c479825f85ed6326695db73f9305d62d" integrity sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg== dependencies: mime-db "1.47.0" +mime-types@^2.1.25, mime-types@^2.1.30, mime-types@~2.1.34: + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + +mime-types@^2.1.31: + version "2.1.34" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" + integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== + dependencies: + mime-db "1.51.0" + mime@1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== mime@^2.0.3, mime@^2.4.4: - version "2.5.2" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" - integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== + version "2.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== mimic-fn@^1.0.0: version "1.2.0" @@ -12225,6 +14388,11 @@ mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== +mimic-fn@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" + integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== + mimic-response@^1.0.0, mimic-response@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" @@ -12250,16 +14418,6 @@ mini-create-react-context@^0.4.0: "@babel/runtime" "^7.12.1" tiny-warning "^1.0.3" -mini-css-extract-plugin@0.11.3: - version "0.11.3" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6" - integrity sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA== - dependencies: - loader-utils "^1.1.0" - normalize-url "1.9.1" - schema-utils "^1.0.0" - webpack-sources "^1.1.0" - mini-css-extract-plugin@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0" @@ -12270,6 +14428,13 @@ mini-css-extract-plugin@^0.7.0: schema-utils "^1.0.0" webpack-sources "^1.1.0" +mini-css-extract-plugin@^2.4.5: + version "2.6.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz#578aebc7fc14d32c0ad304c2c34f08af44673f5e" + integrity sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w== + dependencies: + schema-utils "^4.0.0" + minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" @@ -12280,14 +14445,21 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: +minimatch@3.0.4, minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion "^1.1.7" -minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: +minimatch@^3.0.2, minimatch@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== @@ -12314,9 +14486,9 @@ minipass-pipeline@^1.2.2: minipass "^3.0.0" minipass@^3.0.0, minipass@^3.1.1: - version "3.1.3" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd" - integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== + version "3.1.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" + integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== dependencies: yallist "^4.0.0" @@ -12360,7 +14532,7 @@ mixin-object@^2.0.1: for-in "^0.1.3" is-extendable "^0.1.1" -"mkdirp@>=0.5 0", mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@~0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@~0.5.1: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== @@ -12414,7 +14586,7 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@^2.1.1: +ms@2.1.3, ms@^2.1.1: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -12443,9 +14615,9 @@ mute-stream@0.0.8: integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== nan@^2.12.1: - version "2.14.2" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" - integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== + version "2.15.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" + integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== nano-time@1.0.0: version "1.0.0" @@ -12459,6 +14631,11 @@ nanoid@^3.1.22: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== +nanoid@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35" + integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -12476,13 +14653,6 @@ nanomatch@^1.2.9: snapdragon "^0.8.1" to-regex "^3.0.1" -native-url@^0.2.6: - version "0.2.6" - resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.2.6.tgz#ca1258f5ace169c716ff44eccbddb674e10399ae" - integrity sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA== - dependencies: - querystring "^0.2.0" - natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -12503,7 +14673,12 @@ negotiator@0.6.2: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== -neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2: +negotiator@0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" + integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== + +neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== @@ -12513,11 +14688,6 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== -next-tick@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" - integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= - nice-try@^1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" @@ -12545,17 +14715,25 @@ node-emoji@^1.10.0: dependencies: lodash.toarray "^4.4.0" -node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: +node-fetch@^1.0.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" + integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== + dependencies: + encoding "^0.1.11" + is-stream "^1.0.1" + +node-fetch@^2.6.0, node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" -node-forge@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" - integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== +node-forge@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" + integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== node-int64@^0.4.0: version "0.4.0" @@ -12591,29 +14769,22 @@ node-libs-browser@^2.2.1: util "^0.11.0" vm-browserify "^1.0.1" -node-modules-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" - integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - -node-notifier@^8.0.0: - version "8.0.2" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5" - integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg== - dependencies: - growly "^1.3.0" - is-wsl "^2.2.0" - semver "^7.3.2" - shellwords "^0.1.1" - uuid "^8.3.0" - which "^2.0.2" +node-releases@^1.1.29: + version "1.1.77" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" + integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== -node-releases@^1.1.29, node-releases@^1.1.61, node-releases@^1.1.71: +node-releases@^1.1.71: version "1.1.71" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== -normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: +node-releases@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01" + integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg== + +normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== @@ -12650,15 +14821,15 @@ normalize-url@1.9.1: query-string "^4.1.0" sort-keys "^1.0.0" -normalize-url@^3.0.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - normalize-url@^4.1.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" - integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== + version "4.5.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" + integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== + +normalize-url@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" + integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== npm-run-path@^2.0.0: version "2.0.2" @@ -12667,7 +14838,7 @@ npm-run-path@^2.0.0: dependencies: path-key "^2.0.0" -npm-run-path@^4.0.0: +npm-run-path@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== @@ -12684,6 +14855,16 @@ npmlog@^4.1.2: gauge "~2.7.3" set-blocking "~2.0.0" +npmlog@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== + dependencies: + are-we-there-yet "^2.0.0" + console-control-strings "^1.1.0" + gauge "^3.0.0" + set-blocking "^2.0.0" + nth-check@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" @@ -12698,6 +14879,13 @@ nth-check@^2.0.0: dependencies: boolbase "^1.0.0" +nth-check@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + dependencies: + boolbase "^1.0.0" + num2fraction@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" @@ -12718,11 +14906,6 @@ nwsapi@^2.2.0: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" @@ -12742,6 +14925,16 @@ object-hash@^2.1.1: resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.1.1.tgz#9447d0279b4fcf80cff3259bf66a1dc73afabe09" integrity sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ== +object-hash@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" + integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== + +object-inspect@^1.11.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" + integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== + object-inspect@^1.7.0, object-inspect@^1.9.0: version "1.10.2" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.2.tgz#b6385a3e2b7cae0b5eafcf90cddf85d128767f30" @@ -12777,7 +14970,16 @@ object.assign@^4.1.0, object.assign@^4.1.2: has-symbols "^1.0.1" object-keys "^1.1.1" -object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.3: +object.entries@^1.1.0, object.entries@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" + integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +object.entries@^1.1.1, object.entries@^1.1.2: version "1.1.3" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6" integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg== @@ -12787,7 +14989,16 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entr es-abstract "^1.18.0-next.1" has "^1.0.3" -"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.3, object.fromentries@^2.0.4: +"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" + integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +object.fromentries@^2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8" integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== @@ -12797,7 +15008,16 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entr es-abstract "^1.18.0-next.2" has "^1.0.3" -object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.2: +object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" + integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +object.getownpropertydescriptors@^2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7" integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== @@ -12806,6 +15026,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0 define-properties "^1.1.3" es-abstract "^1.18.0-next.2" +object.hasown@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5" + integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.19.1" + object.pick@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" @@ -12813,7 +15041,7 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.3: +object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.2: version "1.1.3" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee" integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== @@ -12823,10 +15051,19 @@ object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.2, object.values@ es-abstract "^1.18.0-next.2" has "^1.0.3" -objectorarray@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.4.tgz#d69b2f0ff7dc2701903d308bb85882f4ddb49483" - integrity sha512-91k8bjcldstRz1bG6zJo8lWD7c6QXcB4nTDUqiEvIL1xAsLoZlOOZZG+nd6YPz+V7zY1580J4Xxh1vZtyv4i/w== +object.values@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" + integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +objectorarray@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.5.tgz#2c05248bbefabd8f43ad13b41085951aac5e68a5" + integrity sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg== oblivious-set@1.0.0: version "1.0.0" @@ -12871,7 +15108,7 @@ on-headers@~1.0.2: resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== -once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0: +once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= @@ -12885,7 +15122,7 @@ onetime@^2.0.0: dependencies: mimic-fn "^1.0.0" -onetime@^5.1.0: +onetime@^5.1.0, onetime@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== @@ -12899,7 +15136,7 @@ open@^6.3.0: dependencies: is-wsl "^1.1.0" -open@^7.0.0, open@^7.0.2, open@^7.0.3, open@^7.3.1: +open@^7.0.0, open@^7.0.3, open@^7.3.1: version "7.4.2" resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== @@ -12907,20 +15144,14 @@ open@^7.0.0, open@^7.0.2, open@^7.0.3, open@^7.3.1: is-docker "^2.0.0" is-wsl "^2.1.1" -opn@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" - integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== - dependencies: - is-wsl "^1.1.0" - -optimize-css-assets-webpack-plugin@5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz#85883c6528aaa02e30bbad9908c92926bb52dc90" - integrity sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A== +open@^8.0.9, open@^8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" + integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== dependencies: - cssnano "^4.1.10" - last-call-webpack-plugin "^3.0.0" + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" optionator@^0.8.1: version "0.8.3" @@ -12946,6 +15177,21 @@ optionator@^0.9.1: type-check "^0.4.0" word-wrap "^1.2.3" +ora@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" + integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== + dependencies: + bl "^4.1.0" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-spinners "^2.5.0" + is-interactive "^1.0.0" + is-unicode-supported "^0.1.0" + log-symbols "^4.1.0" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" + original@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" @@ -12958,16 +15204,16 @@ os-browserify@^0.3.0: resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + os-tmpdir@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= -overlayscrollbars@^1.13.1: - version "1.13.1" - resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz#0b840a88737f43a946b9d87875a2f9e421d0338a" - integrity sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ== - p-all@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/p-all/-/p-all-2.1.0.tgz#91419be56b7dee8fe4c5db875d55e0da084244a0" @@ -12980,10 +15226,10 @@ p-cancelable@^1.0.0: resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== -p-each-series@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" - integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== +p-defer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= p-event@^4.1.0: version "4.2.0" @@ -13072,12 +15318,13 @@ p-map@^4.0.0: dependencies: aggregate-error "^3.0.0" -p-retry@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" - integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== +p-retry@^4.5.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.1.tgz#8fcddd5cdf7a67a0911a9cf2ef0e5df7f602316c" + integrity sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA== dependencies: - retry "^0.12.0" + "@types/retry" "^0.12.0" + retry "^0.13.1" p-timeout@^3.1.0: version "3.2.0" @@ -13120,7 +15367,7 @@ parallel-transform@^1.1.0: inherits "^2.0.3" readable-stream "^2.1.5" -param-case@^3.0.3: +param-case@^3.0.3, param-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== @@ -13185,7 +15432,7 @@ parse-json@^4.0.0: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" -parse-json@^5.0.0: +parse-json@^5.0.0, parse-json@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== @@ -13230,11 +15477,23 @@ path-browserify@0.0.1: resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== +path-browserify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== + path-dirname@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= + dependencies: + pinkie-promise "^2.0.0" + path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -13250,11 +15509,6 @@ path-is-absolute@^1.0.0: resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -path-is-inside@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" @@ -13282,12 +15536,14 @@ path-to-regexp@^1.7.0: dependencies: isarray "0.0.1" -path-type@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" - integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= +path-type@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= dependencies: + graceful-fs "^4.1.2" pify "^2.0.0" + pinkie-promise "^2.0.0" path-type@^3.0.0: version "3.0.0" @@ -13322,11 +15578,26 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== +picomatch@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + pify@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -13354,19 +15625,10 @@ pinkie@^2.0.0: resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= -pirates@^4.0.0, pirates@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" - integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - dependencies: - node-modules-regexp "^1.0.0" - -pkg-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" - integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= - dependencies: - find-up "^2.1.0" +pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" + integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== pkg-dir@^3.0.0: version "3.0.0" @@ -13396,7 +15658,7 @@ pkg-up@2.0.0: dependencies: find-up "^2.1.0" -pkg-up@3.1.0: +pkg-up@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== @@ -13410,33 +15672,40 @@ pnp-webpack-plugin@1.5.0: dependencies: ts-pnp "^1.1.2" -pnp-webpack-plugin@1.6.4, pnp-webpack-plugin@^1.6.4: +pnp-webpack-plugin@1.6.4: version "1.6.4" resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== dependencies: ts-pnp "^1.1.6" +pnp-webpack-plugin@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9" + integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg== + dependencies: + ts-pnp "^1.1.6" + polished@^3.3.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.7.1.tgz#d1addc87ee16eb5b413c6165eda37600cccb9c11" - integrity sha512-/QgHrNGYwIA4mwxJ/7FSvalUJsm7KNfnXiScVSEG2Xa5qxDeBn4nmdjN2pW00mkM2Tts64ktc47U8F7Ed1BRAA== + version "3.7.2" + resolved "https://registry.yarnpkg.com/polished/-/polished-3.7.2.tgz#ec5ddc17a7d322a574d5e10ddd2a6f01d3e767d1" + integrity sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ== dependencies: "@babel/runtime" "^7.12.5" polished@^4.0.5: - version "4.1.2" - resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.2.tgz#c04fcc203e287e2d866e9cfcaf102dae1c01a816" - integrity sha512-jq4t3PJUpVRcveC53nnbEX35VyQI05x3tniwp26WFdm1dwaNUBHAi5awa/roBlwQxx1uRhwNSYeAi/aMbfiJCQ== + version "4.1.4" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.4.tgz#640293ba834109614961a700fdacbb6599fb12d0" + integrity sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg== dependencies: - "@babel/runtime" "^7.13.17" + "@babel/runtime" "^7.16.7" popper.js@^1.14.4, popper.js@^1.14.7: version "1.16.1" resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== -portfinder@^1.0.26: +portfinder@^1.0.28: version "1.0.28" resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== @@ -13450,224 +15719,187 @@ posix-character-classes@^0.1.0: resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= -postcss-attribute-case-insensitive@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz#d93e46b504589e94ac7277b0463226c68041a880" - integrity sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^6.0.2" - -postcss-browser-comments@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz#1248d2d935fb72053c8e1f61a84a57292d9f65e9" - integrity sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig== - dependencies: - postcss "^7" - -postcss-calc@^7.0.1: - version "7.0.5" - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" - integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== +postcss-attribute-case-insensitive@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz#39cbf6babf3ded1e4abf37d09d6eda21c644105c" + integrity sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ== dependencies: - postcss "^7.0.27" postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.2" -postcss-color-functional-notation@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz#5efd37a88fbabeb00a2966d1e53d98ced93f74e0" - integrity sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" +postcss-browser-comments@^4: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz#bcfc86134df5807f5d3c0eefa191d42136b5e72a" + integrity sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg== -postcss-color-gray@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz#532a31eb909f8da898ceffe296fdc1f864be8547" - integrity sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw== +postcss-calc@^8.2.3: + version "8.2.4" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" + integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.5" - postcss-values-parser "^2.0.0" + postcss-selector-parser "^6.0.9" + postcss-value-parser "^4.2.0" -postcss-color-hex-alpha@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz#a8d9ca4c39d497c9661e374b9c51899ef0f87388" - integrity sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw== +postcss-color-functional-notation@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz#f59ccaeb4ee78f1b32987d43df146109cc743073" + integrity sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ== dependencies: - postcss "^7.0.14" - postcss-values-parser "^2.0.1" + postcss-value-parser "^4.2.0" -postcss-color-mod-function@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz#816ba145ac11cc3cb6baa905a75a49f903e4d31d" - integrity sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ== +postcss-color-hex-alpha@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz#61a0fd151d28b128aa6a8a21a2dad24eebb34d52" + integrity sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw== dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + postcss-value-parser "^4.2.0" -postcss-color-rebeccapurple@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz#c7a89be872bb74e45b1e3022bfe5748823e6de77" - integrity sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g== +postcss-color-rebeccapurple@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz#5d397039424a58a9ca628762eb0b88a61a66e079" + integrity sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw== dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + postcss-value-parser "^4.2.0" -postcss-colormin@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" - integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== +postcss-colormin@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz#3cee9e5ca62b2c27e84fce63affc0cfb5901956a" + integrity sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg== dependencies: - browserslist "^4.0.0" - color "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + browserslist "^4.16.6" + caniuse-api "^3.0.0" + colord "^2.9.1" + postcss-value-parser "^4.2.0" -postcss-convert-values@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" - integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== +postcss-convert-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz#f8d3abe40b4ce4b1470702a0706343eac17e7c10" + integrity sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-custom-media@^7.0.8: - version "7.0.8" - resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz#fffd13ffeffad73621be5f387076a28b00294e0c" - integrity sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg== - dependencies: - postcss "^7.0.14" +postcss-custom-media@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz#1be6aff8be7dc9bf1fe014bde3b71b92bb4552f1" + integrity sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g== -postcss-custom-properties@^8.0.11: - version "8.0.11" - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz#2d61772d6e92f22f5e0d52602df8fae46fa30d97" - integrity sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA== +postcss-custom-properties@^12.1.4: + version "12.1.4" + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.4.tgz#e3d8a8000f28094453b836dff5132385f2862285" + integrity sha512-i6AytuTCoDLJkWN/MtAIGriJz3j7UX6bV7Z5t+KgFz+dwZS15/mlTJY1S0kRizlk6ba0V8u8hN50Fz5Nm7tdZw== dependencies: - postcss "^7.0.17" - postcss-values-parser "^2.0.1" + postcss-value-parser "^4.2.0" -postcss-custom-selectors@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz#64858c6eb2ecff2fb41d0b28c9dd7b3db4de7fba" - integrity sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w== +postcss-custom-selectors@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz#022839e41fbf71c47ae6e316cb0e6213012df5ef" + integrity sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q== dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" + postcss-selector-parser "^6.0.4" -postcss-dir-pseudo-class@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2" - integrity sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw== +postcss-dir-pseudo-class@^6.0.4: + version "6.0.4" + resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz#9afe49ea631f0cb36fa0076e7c2feb4e7e3f049c" + integrity sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw== dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" + postcss-selector-parser "^6.0.9" -postcss-discard-comments@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" - integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - dependencies: - postcss "^7.0.0" +postcss-discard-comments@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz#e90019e1a0e5b99de05f63516ce640bd0df3d369" + integrity sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ== -postcss-discard-duplicates@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" - integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - dependencies: - postcss "^7.0.0" +postcss-discard-duplicates@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848" + integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== -postcss-discard-empty@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" - integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - dependencies: - postcss "^7.0.0" +postcss-discard-empty@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.0.tgz#7f51b16cd1b89f8180bbc7cee34d6cbabf2ef810" + integrity sha512-782T/buGgb3HOuHOJAHpdyKzAAKsv/BxWqsutnZ+QsiHEcDkY7v+6WWdturuBiSal6XMOO1p1aJvwXdqLD5vhA== -postcss-discard-overridden@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" - integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - dependencies: - postcss "^7.0.0" +postcss-discard-overridden@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e" + integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== -postcss-double-position-gradients@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz#fc927d52fddc896cb3a2812ebc5df147e110522e" - integrity sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA== +postcss-double-position-gradients@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.1.tgz#a12cfdb7d11fa1a99ccecc747f0c19718fb37152" + integrity sha512-jM+CGkTs4FcG53sMPjrrGE0rIvLDdCrqMzgDC5fLI7JHDO7o6QG8C5TQBtExb13hdBdoH9C2QVbG4jo2y9lErQ== dependencies: - postcss "^7.0.5" - postcss-values-parser "^2.0.0" + "@csstools/postcss-progressive-custom-properties" "^1.1.0" + postcss-value-parser "^4.2.0" -postcss-env-function@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz#0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7" - integrity sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw== +postcss-env-function@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.5.tgz#b9614d50abd91e4c88a114644a9766880dabe393" + integrity sha512-gPUJc71ji9XKyl0WSzAalBeEA/89kU+XpffpPxSaaaZ1c48OL36r1Ep5R6+9XAPkIiDlSvVAwP4io12q/vTcvA== dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + postcss-value-parser "^4.2.0" -postcss-flexbugs-fixes@4.2.1, postcss-flexbugs-fixes@^4.1.0, postcss-flexbugs-fixes@^4.2.1: +postcss-flexbugs-fixes@^4.1.0, postcss-flexbugs-fixes@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz#9218a65249f30897deab1033aced8578562a6690" integrity sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ== dependencies: postcss "^7.0.26" -postcss-focus-visible@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e" - integrity sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g== - dependencies: - postcss "^7.0.2" +postcss-flexbugs-fixes@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d" + integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ== -postcss-focus-within@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz#763b8788596cee9b874c999201cdde80659ef680" - integrity sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w== +postcss-focus-visible@^6.0.4: + version "6.0.4" + resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e" + integrity sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw== dependencies: - postcss "^7.0.2" + postcss-selector-parser "^6.0.9" -postcss-font-variant@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz#42d4c0ab30894f60f98b17561eb5c0321f502641" - integrity sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA== +postcss-focus-within@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz#5b1d2ec603195f3344b716c0b75f61e44e8d2e20" + integrity sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ== dependencies: - postcss "^7.0.2" + postcss-selector-parser "^6.0.9" -postcss-gap-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz#431c192ab3ed96a3c3d09f2ff615960f902c1715" - integrity sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg== - dependencies: - postcss "^7.0.2" +postcss-font-variant@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66" + integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== -postcss-image-set-function@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz#28920a2f29945bed4c3198d7df6496d410d3f288" - integrity sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw== +postcss-gap-properties@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz#6401bb2f67d9cf255d677042928a70a915e6ba60" + integrity sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ== + +postcss-image-set-function@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz#bcff2794efae778c09441498f40e0c77374870a9" + integrity sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A== dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + postcss-value-parser "^4.2.0" -postcss-initial@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.4.tgz#9d32069a10531fe2ecafa0b6ac750ee0bc7efc53" - integrity sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg== +postcss-initial@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42" + integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ== + +postcss-js@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.0.tgz#31db79889531b80dc7bc9b0ad283e418dce0ac00" + integrity sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ== dependencies: - postcss "^7.0.2" + camelcase-css "^2.0.1" -postcss-lab-function@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e" - integrity sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg== +postcss-lab-function@^4.1.1: + version "4.1.2" + resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.1.2.tgz#b75afe43ba9c1f16bfe9bb12c8109cabd55b5fc2" + integrity sha512-isudf5ldhg4fk16M8viAwAbg6Gv14lVO35N3Z/49NhbwPQ2xbiEoHgrRgpgQojosF4vF7jY653ktB6dDrUOR8Q== dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + "@csstools/postcss-progressive-custom-properties" "^1.1.0" + postcss-value-parser "^4.2.0" postcss-load-config@^2.0.0: version "2.1.2" @@ -13677,7 +15909,15 @@ postcss-load-config@^2.0.0: cosmiconfig "^5.0.0" import-cwd "^2.0.0" -postcss-loader@3.0.0, postcss-loader@^3.0.0: +postcss-load-config@^3.1.0: + version "3.1.3" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.3.tgz#21935b2c43b9a86e6581a576ca7ee1bde2bd1d23" + integrity sha512-5EYgaM9auHGtO//ljHH+v/aC/TQ5LHXtL7bQajNAUBKUVKiYE8rYpFms7+V26D9FncaGe2zwCoPQsFKb5zF/Hw== + dependencies: + lilconfig "^2.0.4" + yaml "^1.10.2" + +postcss-loader@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== @@ -13688,9 +15928,9 @@ postcss-loader@3.0.0, postcss-loader@^3.0.0: schema-utils "^1.0.0" postcss-loader@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.2.0.tgz#f6993ea3e0f46600fb3ee49bbd010448123a7db4" - integrity sha512-mqgScxHqbiz1yxbnNcPdKYo/6aVt+XExURmEbQlviFVWogDbM4AJ0A/B+ZBpYsJrTRxKw7HyRazg9x0Q9SWwLA== + version "4.3.0" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.3.0.tgz#2c4de9657cd4f07af5ab42bd60a673004da1b8cc" + integrity sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q== dependencies: cosmiconfig "^7.0.0" klona "^2.0.4" @@ -13698,81 +15938,74 @@ postcss-loader@^4.2.0: schema-utils "^3.0.0" semver "^7.3.4" -postcss-logical@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5" - integrity sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA== +postcss-loader@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef" + integrity sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q== dependencies: - postcss "^7.0.2" + cosmiconfig "^7.0.0" + klona "^2.0.5" + semver "^7.3.5" -postcss-media-minmax@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz#b75bb6cbc217c8ac49433e12f22048814a4f5ed5" - integrity sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw== - dependencies: - postcss "^7.0.2" +postcss-logical@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73" + integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g== -postcss-merge-longhand@^4.0.11: - version "4.0.11" - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" - integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== +postcss-media-minmax@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5" + integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ== + +postcss-merge-longhand@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.0.tgz#f716bffbf0bdfbde6ea78c36088e21559f8a0a95" + integrity sha512-Gr46srN2tsLD8fudKYoHO56RG0BLQ2nsBRnSZGY04eNBPwTeWa9KeHrbL3tOLAHyB2aliikycPH2TMJG1U+W6g== dependencies: - css-color-names "0.0.4" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - stylehacks "^4.0.0" + postcss-value-parser "^4.2.0" + stylehacks "^5.1.0" -postcss-merge-rules@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" - integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== +postcss-merge-rules@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.0.tgz#a2d5117eba09c8686a5471d97bd9afcf30d1b41f" + integrity sha512-NecukEJovQ0mG7h7xV8wbYAkXGTO3MPKnXvuiXzOKcxoOodfTTKYjeo8TMhAswlSkjcPIBlnKbSFcTuVSDaPyQ== dependencies: - browserslist "^4.0.0" + browserslist "^4.16.6" caniuse-api "^3.0.0" - cssnano-util-same-parent "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - vendors "^1.0.0" + cssnano-utils "^3.1.0" + postcss-selector-parser "^6.0.5" -postcss-minify-font-values@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" - integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== +postcss-minify-font-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" + integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-minify-gradients@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" - integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== +postcss-minify-gradients@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.0.tgz#de0260a67a13b7b321a8adc3150725f2c6612377" + integrity sha512-J/TMLklkONn3LuL8wCwfwU8zKC1hpS6VcxFkNUNjmVt53uKqrrykR3ov11mdUYyqVMEx67slMce0tE14cE4DTg== dependencies: - cssnano-util-get-arguments "^4.0.0" - is-color-stop "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + colord "^2.9.1" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" -postcss-minify-params@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" - integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== +postcss-minify-params@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.0.tgz#e0b1f4e05cfd396682f612856485907e4064f25e" + integrity sha512-q67dcts4Hct6x8+JmhBgctHkbvUsqGIg2IItenjE63iZXMbhjr7AlVZkNnKtIGt/1Wsv7p/7YzeSII6Q+KPXRg== dependencies: - alphanum-sort "^1.0.0" - browserslist "^4.0.0" - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - uniqs "^2.0.0" + browserslist "^4.16.6" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" -postcss-minify-selectors@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" - integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== +postcss-minify-selectors@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz#17c2be233e12b28ffa8a421a02fc8b839825536c" + integrity sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA== dependencies: - alphanum-sort "^1.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" + postcss-selector-parser "^6.0.5" postcss-modules-extract-imports@^2.0.0: version "2.0.0" @@ -13786,7 +16019,7 @@ postcss-modules-extract-imports@^3.0.0: resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== -postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3: +postcss-modules-local-by-default@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== @@ -13849,256 +16082,213 @@ postcss-modules@^4.0.0: postcss-modules-values "^4.0.0" string-hash "^1.1.1" -postcss-nesting@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052" - integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg== - dependencies: - postcss "^7.0.2" - -postcss-normalize-charset@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" - integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== +postcss-nested@5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc" + integrity sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA== dependencies: - postcss "^7.0.0" + postcss-selector-parser "^6.0.6" -postcss-normalize-display-values@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" - integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== +postcss-nesting@^10.1.2: + version "10.1.3" + resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.1.3.tgz#f0b1cd7ae675c697ab6a5a5ca1feea4784a2ef77" + integrity sha512-wUC+/YCik4wH3StsbC5fBG1s2Z3ZV74vjGqBFYtmYKlVxoio5TYGM06AiaKkQPPlkXWn72HKfS7Cw5PYxnoXSw== dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-selector-parser "^6.0.9" -postcss-normalize-positions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" - integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - dependencies: - cssnano-util-get-arguments "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" +postcss-normalize-charset@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed" + integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== -postcss-normalize-repeat-style@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" - integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== +postcss-normalize-display-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8" + integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== dependencies: - cssnano-util-get-arguments "^4.0.0" - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-string@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" - integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== +postcss-normalize-positions@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz#902a7cb97cf0b9e8b1b654d4a43d451e48966458" + integrity sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ== dependencies: - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-timing-functions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" - integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== +postcss-normalize-repeat-style@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz#f6d6fd5a54f51a741cc84a37f7459e60ef7a6398" + integrity sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw== dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-unicode@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" - integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== +postcss-normalize-string@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228" + integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-url@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" - integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== +postcss-normalize-timing-functions@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb" + integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== dependencies: - is-absolute-url "^2.0.0" - normalize-url "^3.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-whitespace@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" - integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== +postcss-normalize-unicode@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz#3d23aede35e160089a285e27bf715de11dc9db75" + integrity sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + browserslist "^4.16.6" + postcss-value-parser "^4.2.0" -postcss-normalize@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-8.0.1.tgz#90e80a7763d7fdf2da6f2f0f82be832ce4f66776" - integrity sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ== +postcss-normalize-url@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" + integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== dependencies: - "@csstools/normalize.css" "^10.1.0" - browserslist "^4.6.2" - postcss "^7.0.17" - postcss-browser-comments "^3.0.0" - sanitize.css "^10.0.0" + normalize-url "^6.0.1" + postcss-value-parser "^4.2.0" -postcss-ordered-values@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" - integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== +postcss-normalize-whitespace@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.0.tgz#aed8b4580c9ad6e8eac034177291187ea16a059c" + integrity sha512-7O1FanKaJkpWFyCghFzIkLhehujV/frGkdofGLwhg5upbLyGsSfiTcZAdSzoPsSUgyPCkBkNMeWR8yVgPdQybg== dependencies: - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-overflow-shorthand@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz#31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30" - integrity sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g== +postcss-normalize@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-10.0.1.tgz#464692676b52792a06b06880a176279216540dd7" + integrity sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA== dependencies: - postcss "^7.0.2" + "@csstools/normalize.css" "*" + postcss-browser-comments "^4" + sanitize.css "*" -postcss-page-break@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz#add52d0e0a528cabe6afee8b46e2abb277df46bf" - integrity sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ== - dependencies: - postcss "^7.0.2" +postcss-opacity-percentage@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz#bd698bb3670a0a27f6d657cc16744b3ebf3b1145" + integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w== -postcss-place@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz#e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62" - integrity sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg== +postcss-ordered-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.0.tgz#04ef429e0991b0292bc918b135cd4c038f7b889f" + integrity sha512-wU4Z4D4uOIH+BUKkYid36gGDJNQtkVJT7Twv8qH6UyfttbbJWyw4/xIPuVEkkCtQLAJ0EdsNSh8dlvqkXb49TA== dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" -postcss-preset-env@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz#c34ddacf8f902383b35ad1e030f178f4cdf118a5" - integrity sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg== - dependencies: - autoprefixer "^9.6.1" - browserslist "^4.6.4" - caniuse-lite "^1.0.30000981" - css-blank-pseudo "^0.1.4" - css-has-pseudo "^0.10.0" - css-prefers-color-scheme "^3.1.1" - cssdb "^4.4.0" - postcss "^7.0.17" - postcss-attribute-case-insensitive "^4.0.1" - postcss-color-functional-notation "^2.0.1" - postcss-color-gray "^5.0.0" - postcss-color-hex-alpha "^5.0.3" - postcss-color-mod-function "^3.0.3" - postcss-color-rebeccapurple "^4.0.1" - postcss-custom-media "^7.0.8" - postcss-custom-properties "^8.0.11" - postcss-custom-selectors "^5.1.2" - postcss-dir-pseudo-class "^5.0.0" - postcss-double-position-gradients "^1.0.0" - postcss-env-function "^2.0.2" - postcss-focus-visible "^4.0.0" - postcss-focus-within "^3.0.0" - postcss-font-variant "^4.0.0" - postcss-gap-properties "^2.0.0" - postcss-image-set-function "^3.0.1" - postcss-initial "^3.0.0" - postcss-lab-function "^2.0.1" - postcss-logical "^3.0.0" - postcss-media-minmax "^4.0.0" - postcss-nesting "^7.0.0" - postcss-overflow-shorthand "^2.0.0" - postcss-page-break "^2.0.0" - postcss-place "^4.0.1" - postcss-pseudo-class-any-link "^6.0.0" - postcss-replace-overflow-wrap "^3.0.0" - postcss-selector-matches "^4.0.0" - postcss-selector-not "^4.0.0" - -postcss-pseudo-class-any-link@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz#2ed3eed393b3702879dec4a87032b210daeb04d1" - integrity sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" +postcss-overflow-shorthand@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2" + integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg== -postcss-reduce-initial@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" - integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== +postcss-page-break@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f" + integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== + +postcss-place@^7.0.4: + version "7.0.4" + resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.4.tgz#eb026650b7f769ae57ca4f938c1addd6be2f62c9" + integrity sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg== dependencies: - browserslist "^4.0.0" - caniuse-api "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" + postcss-value-parser "^4.2.0" -postcss-reduce-transforms@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" - integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== +postcss-preset-env@^7.0.1: + version "7.4.2" + resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.4.2.tgz#2ff3e4787bd9d89710659535855d6ce85ce6110b" + integrity sha512-AmOkb8AeNNQwE/z2fHl1iwOIt8J50V8WR0rmLagcgIDoqlJZWjV3NdtOPnLGco1oN8DZe+Ss5B9ULbBeS6HfeA== + dependencies: + "@csstools/postcss-color-function" "^1.0.2" + "@csstools/postcss-font-format-keywords" "^1.0.0" + "@csstools/postcss-hwb-function" "^1.0.0" + "@csstools/postcss-ic-unit" "^1.0.0" + "@csstools/postcss-is-pseudo-class" "^2.0.0" + "@csstools/postcss-normalize-display-values" "^1.0.0" + "@csstools/postcss-oklab-function" "^1.0.1" + "@csstools/postcss-progressive-custom-properties" "^1.2.0" + autoprefixer "^10.4.2" + browserslist "^4.19.3" + css-blank-pseudo "^3.0.3" + css-has-pseudo "^3.0.4" + css-prefers-color-scheme "^6.0.3" + cssdb "^6.4.0" + postcss-attribute-case-insensitive "^5.0.0" + postcss-color-functional-notation "^4.2.2" + postcss-color-hex-alpha "^8.0.3" + postcss-color-rebeccapurple "^7.0.2" + postcss-custom-media "^8.0.0" + postcss-custom-properties "^12.1.4" + postcss-custom-selectors "^6.0.0" + postcss-dir-pseudo-class "^6.0.4" + postcss-double-position-gradients "^3.1.0" + postcss-env-function "^4.0.5" + postcss-focus-visible "^6.0.4" + postcss-focus-within "^5.0.4" + postcss-font-variant "^5.0.0" + postcss-gap-properties "^3.0.3" + postcss-image-set-function "^4.0.6" + postcss-initial "^4.0.1" + postcss-lab-function "^4.1.1" + postcss-logical "^5.0.4" + postcss-media-minmax "^5.0.0" + postcss-nesting "^10.1.2" + postcss-opacity-percentage "^1.1.2" + postcss-overflow-shorthand "^3.0.3" + postcss-page-break "^3.0.4" + postcss-place "^7.0.4" + postcss-pseudo-class-any-link "^7.1.1" + postcss-replace-overflow-wrap "^4.0.0" + postcss-selector-not "^5.0.0" + postcss-value-parser "^4.2.0" + +postcss-pseudo-class-any-link@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.1.tgz#534eb1dadd9945eb07830dbcc06fb4d5d865b8e0" + integrity sha512-JRoLFvPEX/1YTPxRxp1JO4WxBVXJYrSY7NHeak5LImwJ+VobFMwYDQHvfTXEpcn+7fYIeGkC29zYFhFWIZD8fg== dependencies: - cssnano-util-get-match "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-selector-parser "^6.0.9" -postcss-replace-overflow-wrap@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz#61b360ffdaedca84c7c918d2b0f0d0ea559ab01c" - integrity sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw== +postcss-reduce-initial@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz#fc31659ea6e85c492fb2a7b545370c215822c5d6" + integrity sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw== dependencies: - postcss "^7.0.2" + browserslist "^4.16.6" + caniuse-api "^3.0.0" -postcss-safe-parser@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz#459dd27df6bc2ba64608824ba39e45dacf5e852d" - integrity sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ== +postcss-reduce-transforms@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" + integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== dependencies: - postcss "^8.1.0" + postcss-value-parser "^4.2.0" -postcss-selector-matches@^4.0.0: +postcss-replace-overflow-wrap@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz#71c8248f917ba2cc93037c9637ee09c64436fcff" - integrity sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww== - dependencies: - balanced-match "^1.0.0" - postcss "^7.0.2" + resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319" + integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== -postcss-selector-not@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz#263016eef1cf219e0ade9a913780fc1f48204cbf" - integrity sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ== +postcss-selector-not@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz#ac5fc506f7565dd872f82f5314c0f81a05630dc7" + integrity sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ== dependencies: balanced-match "^1.0.0" - postcss "^7.0.2" - -postcss-selector-parser@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" - integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - dependencies: - dot-prop "^5.2.0" - indexes-of "^1.0.1" - uniq "^1.0.1" -postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c" - integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== +postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.9: + version "6.0.9" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" + integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== dependencies: - cssesc "^2.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" + cssesc "^3.0.0" + util-deprecate "^1.0.2" -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: +postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: version "6.0.5" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.5.tgz#042d74e137db83e6f294712096cb413f5aa612c4" integrity sha512-aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg== @@ -14106,53 +16296,40 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss-svgo@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e" - integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== +postcss-svgo@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" + integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - svgo "^1.0.0" + postcss-value-parser "^4.2.0" + svgo "^2.7.0" -postcss-unique-selectors@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" - integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== +postcss-unique-selectors@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" + integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== dependencies: - alphanum-sort "^1.0.0" - postcss "^7.0.0" - uniqs "^2.0.0" - -postcss-value-parser@^3.0.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + postcss-selector-parser "^6.0.5" -postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: +postcss-value-parser@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== -postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f" - integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg== - dependencies: - flatten "^1.0.2" - indexes-of "^1.0.1" - uniq "^1.0.1" +postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@7.0.21: - version "7.0.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17" - integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== +postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== dependencies: - chalk "^2.4.2" + picocolors "^0.2.1" source-map "^0.6.1" - supports-color "^6.1.0" -postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6: +postcss@^7.0.35: version "7.0.35" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== @@ -14161,7 +16338,7 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.0, postcss@^8.1.10: +postcss@^8.1.10: version "8.2.13" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f" integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ== @@ -14170,6 +16347,31 @@ postcss@^8.1.0, postcss@^8.1.10: nanoid "^3.1.22" source-map "^0.6.1" +postcss@^8.2.15: + version "8.4.12" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905" + integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg== + dependencies: + nanoid "^3.3.1" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +postcss@^8.3.5, postcss@^8.4.4, postcss@^8.4.6, postcss@^8.4.7: + version "8.4.8" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032" + integrity sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ== + dependencies: + nanoid "^3.3.1" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +preact-render-to-string@^5.1.19: + version "5.1.20" + resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.1.20.tgz#9e61a478e8514e5c4140282c7c43d9747a6d32a9" + integrity sha512-ivh2oOGzth0o7XqbatWUQ81WQGoJwSqDKP5z917SoqTWYCAr7dlBzMv3SAMTAu3Gr5g47BJwrvyO44H2Y10ubg== + dependencies: + pretty-format "^3.8.0" + prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" @@ -14200,12 +16402,17 @@ prettier-plugin-import-sort@^0.0.6: import-sort-parser-babylon "^6.0.0" import-sort-parser-typescript "^6.0.0" -prettier@2.2.1, prettier@~2.2.1: +prettier@2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== -pretty-bytes@^5.3.0: +"prettier@>=2.2.1 <=2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18" + integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w== + +pretty-bytes@^5.3.0, pretty-bytes@^5.4.1: version "5.6.0" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== @@ -14218,7 +16425,15 @@ pretty-error@^2.1.1: lodash "^4.17.20" renderkid "^2.0.4" -pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2: +pretty-error@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6" + integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw== + dependencies: + lodash "^4.17.20" + renderkid "^3.0.0" + +pretty-format@^26.0.0, pretty-format@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== @@ -14228,17 +16443,29 @@ pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2: ansi-styles "^4.0.0" react-is "^17.0.1" +pretty-format@^27.0.0, pretty-format@^27.5.1: + version "27.5.1" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" + integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ== + dependencies: + ansi-regex "^5.0.1" + ansi-styles "^5.0.0" + react-is "^17.0.1" + +pretty-format@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-3.8.0.tgz#bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385" + integrity sha1-v77VbV6ad2ZF9LH/eqGjrE+jw4U= + pretty-hrtime@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= -prismjs@^1.21.0, prismjs@^1.8.4, prismjs@~1.23.0: - version "1.23.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33" - integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA== - optionalDependencies: - clipboard "^2.0.0" +prismjs@^1.8.4: + version "1.27.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057" + integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA== prismjs@~1.17.0: version "1.17.1" @@ -14267,7 +16494,7 @@ process@^0.11.10: resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= -progress@^2.0.0, progress@^2.0.1: +progress@^2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== @@ -14278,25 +16505,32 @@ promise-inflight@^1.0.1: integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= promise.allsettled@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.4.tgz#65e71f2a604082ed69c548b68603294090ee6803" - integrity sha512-o73CbvQh/OnPFShxHcHxk0baXR2a1m4ozb85ha0H14VEoi/EJJLa9mnPfEWJx9RjA9MLfhdjZ8I6HhWtBa64Ag== + version "1.0.5" + resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.5.tgz#2443f3d4b2aa8dfa560f6ac2aa6c4ea999d75f53" + integrity sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ== dependencies: - array.prototype.map "^1.0.3" + array.prototype.map "^1.0.4" call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - get-intrinsic "^1.0.2" + es-abstract "^1.19.1" + get-intrinsic "^1.1.1" iterate-value "^1.0.2" promise.prototype.finally@^3.1.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" - integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== + version "3.1.3" + resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.3.tgz#d3186e58fcf4df1682a150f934ccc27b7893389c" + integrity sha512-EXRF3fC9/0gz4qkt/f5EP5iW4kj9oFpBICNpCNOb/52+8nlHIX07FPLbi/q4qYBQ1xZqivMzTpNQSnArVASolQ== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.0" - function-bind "^1.1.1" + es-abstract "^1.19.1" + +promise@^7.1.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== + dependencies: + asap "~2.0.3" promise@^8.1.0: version "8.1.0" @@ -14305,18 +16539,18 @@ promise@^8.1.0: dependencies: asap "~2.0.6" -prompts@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.0.tgz#4aa5de0723a231d1ee9121c40fdf663df73f61d7" - integrity sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== +prompts@^2.0.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61" + integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== dependencies: kleur "^3.0.3" sisteransi "^1.0.5" -prompts@^2.0.1, prompts@^2.4.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61" - integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== +prompts@^2.4.0, prompts@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" + integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== dependencies: kleur "^3.0.3" sisteransi "^1.0.5" @@ -14330,7 +16564,16 @@ prop-types-exact@^1.2.0: object.assign "^4.1.0" reflect.ownkeys "^0.2.0" -prop-types@^15.0.0, prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@^15.0.0, prop-types@^15.6.1, prop-types@^15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + +prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -14354,6 +16597,14 @@ proxy-addr@~2.0.5: forwarded "~0.1.2" ipaddr.js "1.9.1" +proxy-addr@~2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + proxy-from-env@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" @@ -14364,7 +16615,7 @@ prr@~1.0.1: resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= -psl@^1.1.28, psl@^1.1.33: +psl@^1.1.33: version "1.8.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== @@ -14454,18 +16705,18 @@ qs@6.7.0: resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== +qs@6.9.7: + version "6.9.7" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== + qs@^6.10.0, qs@^6.6.0: - version "6.10.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" - integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== + version "6.10.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" + integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== dependencies: side-channel "^1.0.4" -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - query-string@^4.1.0, query-string@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" @@ -14500,6 +16751,11 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== +quick-lru@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" + integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== + raf-schd@^4.0.2: version "4.0.3" resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-4.0.3.tgz#5d6c34ef46f8b2a0e880a8fcdb743efc5bfdbc1a" @@ -14560,6 +16816,16 @@ raw-body@2.4.0: iconv-lite "0.4.24" unpipe "1.0.0" +raw-body@2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.3.tgz#8f80305d11c2a0a545c2d9d89d7a0286fcead43c" + integrity sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g== + dependencies: + bytes "3.1.2" + http-errors "1.8.1" + iconv-lite "0.4.24" + unpipe "1.0.0" + raw-loader@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-3.1.0.tgz#5e9d399a5a222cc0de18f42c3bc5e49677532b3f" @@ -14586,19 +16852,19 @@ rc@^1.2.8: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-app-polyfill@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz#a0bea50f078b8a082970a9d853dc34b6dcc6a3cf" - integrity sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA== +react-app-polyfill@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7" + integrity sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w== dependencies: - core-js "^3.6.5" + core-js "^3.19.2" object-assign "^4.1.1" promise "^8.1.0" raf "^3.4.1" - regenerator-runtime "^0.13.7" - whatwg-fetch "^3.4.1" + regenerator-runtime "^0.13.9" + whatwg-fetch "^3.6.2" -react-beautiful-dnd@^13.0.0: +react-beautiful-dnd@^13.1.0: version "13.1.0" resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-13.1.0.tgz#ec97c81093593526454b0de69852ae433783844d" integrity sha512-aGvblPZTJowOWUNiwd6tNfEpgkX5OxmpqxHKNW/4VmvZTNTbeiq7bA3bn5T+QSF2uibXB0D1DmJsb1aC/+3cUA== @@ -14611,47 +16877,47 @@ react-beautiful-dnd@^13.0.0: redux "^4.0.4" use-memo-one "^1.1.1" -react-clientside-effect@^1.2.2: +react-clientside-effect@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.5.tgz#e2c4dc3c9ee109f642fac4f5b6e9bf5bcd2219a3" integrity sha512-2bL8qFW1TGBHozGGbVeyvnggRpMjibeZM2536AKNENLECutp2yfs44IL8Hmpn8qjFQ2K7A9PnYf3vc7aQq/cPA== dependencies: "@babel/runtime" "^7.12.13" -react-colorful@^5.0.1: - version "5.1.4" - resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.1.4.tgz#7391568db7c0a4163436bfb076e5da8ef394e87c" - integrity sha512-WOEpRNz8Oo2SEU4eYQ279jEKFSjpFPa9Vi2U/K0DGwP9wOQ8wYkJcNSd5Qbv1L8OFvyKDCbWekjftXaU5mbmtg== +react-colorful@^5.1.2: + version "5.5.1" + resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.5.1.tgz#29d9c4e496f2ca784dd2bb5053a3a4340cfaf784" + integrity sha512-M1TJH2X3RXEt12sWkpa6hLc/bbYS0H6F4rIqjQZ+RxNBstpY67d9TrFXtqdZwhpmBXcCwEi7stKqFue3ZRkiOg== -react-dev-utils@^11.0.3: - version "11.0.4" - resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a" - integrity sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A== +react-dev-utils@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.0.tgz#4eab12cdb95692a077616770b5988f0adf806526" + integrity sha512-xBQkitdxozPxt1YZ9O1097EJiVpwHr9FoAuEVURCKV0Av8NBERovJauzP7bo1ThvuhZ4shsQ1AJiu4vQpoT1AQ== dependencies: - "@babel/code-frame" "7.10.4" - address "1.1.2" - browserslist "4.14.2" - chalk "2.4.2" - cross-spawn "7.0.3" - detect-port-alt "1.1.6" - escape-string-regexp "2.0.0" - filesize "6.1.0" - find-up "4.1.0" - fork-ts-checker-webpack-plugin "4.1.6" - global-modules "2.0.0" - globby "11.0.1" - gzip-size "5.1.1" - immer "8.0.1" - is-root "2.1.0" - loader-utils "2.0.0" - open "^7.0.2" - pkg-up "3.1.0" - prompts "2.4.0" - react-error-overlay "^6.0.9" - recursive-readdir "2.2.2" - shell-quote "1.7.2" - strip-ansi "6.0.0" - text-table "0.2.0" + "@babel/code-frame" "^7.16.0" + address "^1.1.2" + browserslist "^4.18.1" + chalk "^4.1.2" + cross-spawn "^7.0.3" + detect-port-alt "^1.1.6" + escape-string-regexp "^4.0.0" + filesize "^8.0.6" + find-up "^5.0.0" + fork-ts-checker-webpack-plugin "^6.5.0" + global-modules "^2.0.0" + globby "^11.0.4" + gzip-size "^6.0.0" + immer "^9.0.7" + is-root "^2.1.0" + loader-utils "^3.2.0" + open "^8.4.0" + pkg-up "^3.1.0" + prompts "^2.4.2" + react-error-overlay "^6.0.10" + recursive-readdir "^2.2.2" + shell-quote "^1.7.3" + strip-ansi "^6.0.1" + text-table "^0.2.0" react-dev-utils@^9.0.0: version "9.1.0" @@ -14684,37 +16950,28 @@ react-dev-utils@^9.0.0: strip-ansi "5.2.0" text-table "0.2.0" -react-docgen-typescript-plugin@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.6.3.tgz#664b22601df083597ecb1e60bd21beca60125fdf" - integrity sha512-av1S/fmWBNFGgNa4qtkidFjjOz23eEi6EdCtwSWo9WNhGzUMyMygbD/DosMWoeFlZpk9R3MXPkRE7PDH6j5GMQ== - dependencies: - debug "^4.1.1" - endent "^2.0.1" - micromatch "^4.0.2" - react-docgen-typescript "^1.20.5" - tslib "^2.0.0" - -react-docgen-typescript@^1.20.5: - version "1.22.0" - resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.22.0.tgz#00232c8e8e47f4437cac133b879b3e9437284bee" - integrity sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg== +react-docgen-typescript@^2.1.1: + version "2.2.2" + resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c" + integrity sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg== react-docgen@^5.0.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.3.1.tgz#940b519646a6c285c2950b96512aed59e8f90934" - integrity sha512-YG7YujVTwlLslr2Ny8nQiUfbBuEwKsLHJdQTSdEga1eY/nRFh/7LjCWUn6ogYhu2WDKg4z+6W/BJtUi+DPUIlA== + version "5.4.0" + resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.4.0.tgz#2cd7236720ec2769252ef0421f23250b39a153a1" + integrity sha512-JBjVQ9cahmNlfjMGxWUxJg919xBBKAoy3hgDgKERbR+BcF4ANpDuzWAScC7j27hZfd8sJNmMPOLWo9+vB/XJEQ== dependencies: "@babel/core" "^7.7.5" + "@babel/generator" "^7.12.11" "@babel/runtime" "^7.7.6" ast-types "^0.14.2" commander "^2.19.0" doctrine "^3.0.0" + estree-to-babel "^3.1.0" neo-async "^2.6.1" node-dir "^0.1.10" strip-indent "^3.0.0" -react-dom@^16.11.0, react-dom@^16.12, react-dom@^16.8.3: +react-dom@^16.11.0, react-dom@^16.8.3: version "16.14.0" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89" integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== @@ -14724,69 +16981,71 @@ react-dom@^16.11.0, react-dom@^16.12, react-dom@^16.8.3: prop-types "^15.6.2" scheduler "^0.19.1" -react-draggable@^4.0.3, react-draggable@^4.4.3: - version "4.4.3" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3" - integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== +react-draggable@^4.0.3: + version "4.4.4" + resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.4.tgz#5b26d9996be63d32d285a426f41055de87e59b2f" + integrity sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA== dependencies: - classnames "^2.2.5" + clsx "^1.1.1" prop-types "^15.6.0" -react-dropzone@^11.2.0: - version "11.3.2" - resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.3.2.tgz#2efb6af800a4779a9daa1e7ba1f8d51d0ab862d7" - integrity sha512-Z0l/YHcrNK1r85o6RT77Z5XgTARmlZZGfEKBl3tqTXL9fZNQDuIdRx/J0QjvR60X+yYu26dnHeaG2pWU+1HHvw== +react-dropzone@^11.5.3: + version "11.7.1" + resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.7.1.tgz#3851bb75b26af0bf1b17ce1449fd980e643b9356" + integrity sha512-zxCMwhfPy1olUEbw3FLNPLhAm/HnaYH5aELIEglRbqabizKAdHs0h+WuyOpmA+v1JXn0++fpQDdNfUagWt5hJQ== dependencies: - attr-accept "^2.2.1" - file-selector "^0.2.2" - prop-types "^15.7.2" + attr-accept "^2.2.2" + file-selector "^0.4.0" + prop-types "^15.8.1" -react-element-to-jsx-string@^14.3.2: - version "14.3.2" - resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.2.tgz#c0000ed54d1f8b4371731b669613f2d4e0f63d5c" - integrity sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== +react-element-to-jsx-string@^14.3.4: + version "14.3.4" + resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8" + integrity sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg== dependencies: - "@base2/pretty-print-object" "1.0.0" - is-plain-object "3.0.1" + "@base2/pretty-print-object" "1.0.1" + is-plain-object "5.0.0" + react-is "17.0.2" -react-error-overlay@^6.0.3, react-error-overlay@^6.0.9: - version "6.0.9" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" - integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== +react-error-overlay@^6.0.10, react-error-overlay@^6.0.3: + version "6.0.10" + resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.10.tgz#0fe26db4fa85d9dbb8624729580e90e7159a59a6" + integrity sha512-mKR90fX7Pm5seCOfz8q9F+66VCc1PGsWSBxKbITjfKVQHMNF2zudxHnMdJiB1fRCb+XsbQV9sO9DCkgsMQgBIA== -react-fast-compare@^3.0.1, react-fast-compare@^3.2.0: +react-fast-compare@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-focus-lock@^2.1.0, react-focus-lock@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.0.tgz#12e3a3940e897c26e2c2a0408cd25ea3c99b3709" - integrity sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== +react-focus-lock@^2.1.0, react-focus-lock@^2.6.0: + version "2.8.1" + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.8.1.tgz#a28f06a4ef5eab7d4ef0d859512772ec1331d529" + integrity sha512-4kb9I7JIiBm0EJ+CsIBQ+T1t5qtmwPRbFGYFQ0t2q2qIpbFbYTHDjnjJVFB7oMBtXityEOQehblJPjqSIf3Amg== dependencies: "@babel/runtime" "^7.0.0" - focus-lock "^0.8.1" + focus-lock "^0.10.2" prop-types "^15.6.2" - react-clientside-effect "^1.2.2" - use-callback-ref "^1.2.1" - use-sidecar "^1.0.1" + react-clientside-effect "^1.2.5" + use-callback-ref "^1.2.5" + use-sidecar "^1.0.5" -react-focus-on@^3.5.0: - version "3.5.2" - resolved "https://registry.yarnpkg.com/react-focus-on/-/react-focus-on-3.5.2.tgz#65cd20e05d8b38248ddc95998780037aff6b4b2b" - integrity sha512-tpPxLqw9tEuElWmcr5jqw/ULfJjdHEnom0nBW9p6y75Zsa0wOfwQNqCHqCoJcHUqSBtKXqTuYduZoSTfTOTdJw== +react-focus-on@^3.5.4: + version "3.5.4" + resolved "https://registry.yarnpkg.com/react-focus-on/-/react-focus-on-3.5.4.tgz#be45a9d0495f3bb6f5249704c85362df94980ecf" + integrity sha512-HnU0YGKhNSUsC4k6K8L+2wk8mC/qdg+CsS7A1bWLMgK7UuBphdECs2esnS6cLmBoVNjsFnCm/vMypeezKOdK3A== dependencies: - aria-hidden "^1.1.2" - react-focus-lock "^2.5.0" + aria-hidden "^1.1.3" + react-focus-lock "^2.6.0" react-remove-scroll "^2.4.1" react-style-singleton "^2.1.1" + tslib "^2.3.1" use-callback-ref "^1.2.5" use-sidecar "^1.0.5" -react-helmet-async@^1.0.2, react-helmet-async@^1.0.7: - version "1.0.9" - resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.9.tgz#5b9ed2059de6b4aab47f769532f9fbcbce16c5ca" - integrity sha512-N+iUlo9WR3/u9qGMmP4jiYfaD6pe9IvDTapZLFJz2D3xlTlCM1Bzy4Ab3g72Nbajo/0ZyW+W9hdz8Hbe4l97pQ== +react-helmet-async@^1.0.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.2.3.tgz#57326a69304ea3293036eafb49475e9ba454cb37" + integrity sha512-mCk2silF53Tq/YaYdkl2sB+/tDoPnaxN7dFS/6ZLJb/rhUY2EWGI5Xj2b4jHppScMqY45MbgPSwTxDchKpZ5Kw== dependencies: "@babel/runtime" "^7.12.5" invariant "^2.2.4" @@ -14801,13 +17060,6 @@ react-hotkeys@2.0.0: dependencies: prop-types "^15.6.1" -react-input-autosize@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2" - integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - dependencies: - prop-types "^15.5.8" - react-input-autosize@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-3.0.0.tgz#6b5898c790d4478d69420b55441fcc31d5c50a85" @@ -14824,22 +17076,23 @@ react-inspector@^5.1.0: is-dom "^1.0.0" prop-types "^15.0.0" -react-intl@^5.13.2: - version "5.17.2" - resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-5.17.2.tgz#0074410871c4d6cec8fd4400122259fcbe0b9fbd" - integrity sha512-va6xsLE8dVqOnHiCvcz8DgnR4E6hrHanSs9G4AXy7KllhDqYbPlNqx6ok3bljBfmgq1z5imq1ftHjD51aJHPqw== +react-intl@^5.24.7: + version "5.24.7" + resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-5.24.7.tgz#a57084543ff8e58ed2d2bc2f1d3b8add3a2f0e3b" + integrity sha512-URPLwISsEmnzft33honGEb87LcK0QtwkZXCNsXcDYTnrYC8ZyeJRTcPYvuXC3mrN6+DxnW52RfHC416zNxfyIg== dependencies: - "@formatjs/ecma402-abstract" "1.7.0" - "@formatjs/icu-messageformat-parser" "1.2.1" - "@formatjs/intl" "1.10.3" - "@formatjs/intl-displaynames" "4.0.14" - "@formatjs/intl-listformat" "5.0.15" + "@formatjs/ecma402-abstract" "1.11.3" + "@formatjs/icu-messageformat-parser" "2.0.18" + "@formatjs/intl" "2.1.0" + "@formatjs/intl-displaynames" "5.4.2" + "@formatjs/intl-listformat" "6.5.2" "@types/hoist-non-react-statics" "^3.3.1" + "@types/react" "16 || 17" hoist-non-react-statics "^3.3.2" - intl-messageformat "9.6.11" + intl-messageformat "9.11.4" tslib "^2.1.0" -"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1, react-is@^17.0.2: +react-is@17.0.2, "react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1, react-is@^17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== @@ -14849,11 +17102,6 @@ react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-i resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-is@~16.3.0: - version "16.3.2" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22" - integrity sha512-ybEM7YOr4yBgFd6w8dJqwxegqZGJNBZl6U27HnGKuTZmDvVrD5quWOK/wAnMywiZzW+Qsk+l4X2c70+thp/A8Q== - react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" @@ -14884,15 +17132,6 @@ react-popper-tooltip@^2.8.3: "@babel/runtime" "^7.9.2" react-popper "^1.3.7" -react-popper-tooltip@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/react-popper-tooltip/-/react-popper-tooltip-3.1.1.tgz#329569eb7b287008f04fcbddb6370452ad3f9eac" - integrity sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ== - dependencies: - "@babel/runtime" "^7.12.5" - "@popperjs/core" "^2.5.4" - react-popper "^2.2.4" - react-popper@^1.3.7: version "1.3.11" resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.11.tgz#a2cc3f0a67b75b66cfa62d2c409f9dd1fcc71ffd" @@ -14906,14 +17145,6 @@ react-popper@^1.3.7: typed-styles "^0.0.7" warning "^4.0.2" -react-popper@^2.2.4: - version "2.2.5" - resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.2.5.tgz#1214ef3cec86330a171671a4fbcbeeb65ee58e96" - integrity sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw== - dependencies: - react-fast-compare "^3.0.1" - warning "^4.0.2" - react-pretty-json@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/react-pretty-json/-/react-pretty-json-2.0.2.tgz#dae2e24f3a2e18296efcb462f272ff13803d3729" @@ -14942,10 +17173,10 @@ react-redux@^7.2.0: prop-types "^15.7.2" react-is "^16.13.1" -react-refresh@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" - integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== +react-refresh@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046" + integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A== react-remove-scroll-bar@^2.1.0: version "2.2.0" @@ -14995,71 +17226,60 @@ react-router@5.2.0, react-router@^5.1.2: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-scripts@4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345" - integrity sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A== - dependencies: - "@babel/core" "7.12.3" - "@pmmmwh/react-refresh-webpack-plugin" "0.4.3" - "@svgr/webpack" "5.5.0" - "@typescript-eslint/eslint-plugin" "^4.5.0" - "@typescript-eslint/parser" "^4.5.0" - babel-eslint "^10.1.0" - babel-jest "^26.6.0" - babel-loader "8.1.0" - babel-plugin-named-asset-import "^0.3.7" - babel-preset-react-app "^10.0.0" +react-scripts@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.0.tgz#6547a6d7f8b64364ef95273767466cc577cb4b60" + integrity sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg== + dependencies: + "@babel/core" "^7.16.0" + "@pmmmwh/react-refresh-webpack-plugin" "^0.5.3" + "@svgr/webpack" "^5.5.0" + babel-jest "^27.4.2" + babel-loader "^8.2.3" + babel-plugin-named-asset-import "^0.3.8" + babel-preset-react-app "^10.0.1" bfj "^7.0.2" - camelcase "^6.1.0" - case-sensitive-paths-webpack-plugin "2.3.0" - css-loader "4.3.0" - dotenv "8.2.0" - dotenv-expand "5.1.0" - eslint "^7.11.0" - eslint-config-react-app "^6.0.0" - eslint-plugin-flowtype "^5.2.0" - eslint-plugin-import "^2.22.1" - eslint-plugin-jest "^24.1.0" - eslint-plugin-jsx-a11y "^6.3.1" - eslint-plugin-react "^7.21.5" - eslint-plugin-react-hooks "^4.2.0" - eslint-plugin-testing-library "^3.9.2" - eslint-webpack-plugin "^2.5.2" - file-loader "6.1.1" - fs-extra "^9.0.1" - html-webpack-plugin "4.5.0" - identity-obj-proxy "3.0.0" - jest "26.6.0" - jest-circus "26.6.0" - jest-resolve "26.6.0" - jest-watch-typeahead "0.6.1" - mini-css-extract-plugin "0.11.3" - optimize-css-assets-webpack-plugin "5.0.4" - pnp-webpack-plugin "1.6.4" - postcss-flexbugs-fixes "4.2.1" - postcss-loader "3.0.0" - postcss-normalize "8.0.1" - postcss-preset-env "6.7.0" - postcss-safe-parser "5.0.2" - prompts "2.4.0" - react-app-polyfill "^2.0.0" - react-dev-utils "^11.0.3" - react-refresh "^0.8.3" - resolve "1.18.1" - resolve-url-loader "^3.1.2" - sass-loader "^10.0.5" - semver "7.3.2" - style-loader "1.3.0" - terser-webpack-plugin "4.2.3" - ts-pnp "1.2.0" - url-loader "4.1.1" - webpack "4.44.2" - webpack-dev-server "3.11.1" - webpack-manifest-plugin "2.2.0" - workbox-webpack-plugin "5.1.4" + browserslist "^4.18.1" + camelcase "^6.2.1" + case-sensitive-paths-webpack-plugin "^2.4.0" + css-loader "^6.5.1" + css-minimizer-webpack-plugin "^3.2.0" + dotenv "^10.0.0" + dotenv-expand "^5.1.0" + eslint "^8.3.0" + eslint-config-react-app "^7.0.0" + eslint-webpack-plugin "^3.1.1" + file-loader "^6.2.0" + fs-extra "^10.0.0" + html-webpack-plugin "^5.5.0" + identity-obj-proxy "^3.0.0" + jest "^27.4.3" + jest-resolve "^27.4.2" + jest-watch-typeahead "^1.0.0" + mini-css-extract-plugin "^2.4.5" + postcss "^8.4.4" + postcss-flexbugs-fixes "^5.0.2" + postcss-loader "^6.2.1" + postcss-normalize "^10.0.1" + postcss-preset-env "^7.0.1" + prompts "^2.4.2" + react-app-polyfill "^3.0.0" + react-dev-utils "^12.0.0" + react-refresh "^0.11.0" + resolve "^1.20.0" + resolve-url-loader "^4.0.0" + sass-loader "^12.3.0" + semver "^7.3.5" + source-map-loader "^3.0.0" + style-loader "^3.3.1" + tailwindcss "^3.0.2" + terser-webpack-plugin "^5.2.5" + webpack "^5.64.4" + webpack-dev-server "^4.6.0" + webpack-manifest-plugin "^4.0.2" + workbox-webpack-plugin "^6.4.1" optionalDependencies: - fsevents "^2.1.3" + fsevents "^2.3.2" react-scroll-up-button@^1.6.4: version "1.6.4" @@ -15070,13 +17290,13 @@ react-scroll-up-button@^1.6.4: prop-types "^15.6.2" tween-functions "^1.2.0" -react-select@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.0.tgz#6bde634ae7a378b49f3833c85c126f533483fa2e" - integrity sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ== +react-select@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.1.tgz#389fc07c9bc7cf7d3c377b7a05ea18cd7399cb81" + integrity sha512-HBBd0dYwkF5aZk1zP81Wx5UsLIIT2lSvAY2JiJo199LjoLHoivjn9//KsmvQMEFGNhe58xyuOITjfxKCcGc62Q== dependencies: "@babel/runtime" "^7.12.0" - "@emotion/cache" "^11.0.0" + "@emotion/cache" "^11.4.0" "@emotion/react" "^11.1.1" memoize-one "^5.0.0" prop-types "^15.6.0" @@ -15115,16 +17335,6 @@ react-sizeme@^2.6.7: shallowequal "^1.1.0" throttle-debounce "^2.1.0" -react-sizeme@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/react-sizeme/-/react-sizeme-3.0.1.tgz#4d12f4244e0e6a0fb97253e7af0314dc7c83a5a0" - integrity sha512-9Hf1NLgSbny1bha77l9HwvwwxQUJxFUqi44Ih+y3evA+PezBpGdCGlnvye6avss2cIgs9PgdYgMnfuzJWn/RUw== - dependencies: - element-resize-detector "^1.2.2" - invariant "^2.2.4" - shallowequal "^1.1.0" - throttle-debounce "^3.0.1" - react-storage-hooks@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/react-storage-hooks/-/react-storage-hooks-4.0.1.tgz#e30ed5cda48c77c431ecc02ec3824bd615f5b7fb" @@ -15140,28 +17350,17 @@ react-style-singleton@^2.1.0, react-style-singleton@^2.1.1: tslib "^1.0.0" react-syntax-highlighter@^11.0.2: - version "11.0.2" - resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#4e3f376e752b20d2f54e4c55652fd663149e4029" - integrity sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== + version "11.0.3" + resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-11.0.3.tgz#de639b97b781c3f7056d1ee7b6573ea8ab741460" + integrity sha512-0v0ET2qn9oAam4K/Te9Q/2jtS4R2d6wUFqgk5VcxrCBm+4MB5BE+oQf2CA0RanUHbYaYFuagt/AugICU87ufxQ== dependencies: "@babel/runtime" "^7.3.1" - highlight.js "~9.13.0" + highlight.js "~9.18.2" lowlight "~1.11.0" prismjs "^1.8.4" refractor "^2.4.1" -react-syntax-highlighter@^13.5.3: - version "13.5.3" - resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-13.5.3.tgz#9712850f883a3e19eb858cf93fad7bb357eea9c6" - integrity sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg== - dependencies: - "@babel/runtime" "^7.3.1" - highlight.js "^10.1.1" - lowlight "^1.14.0" - prismjs "^1.21.0" - refractor "^3.1.0" - -react-table@^7.6.3: +react-table@^7.7.0: version "7.7.0" resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.7.0.tgz#e2ce14d7fe3a559f7444e9ecfe8231ea8373f912" integrity sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA== @@ -15194,15 +17393,6 @@ react-textarea-autosize@^7.1.0: "@babel/runtime" "^7.1.2" prop-types "^15.6.0" -react-textarea-autosize@^8.3.0: - version "8.3.2" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.2.tgz#4f9374d357b0a6f6469956726722549124a1b2db" - integrity sha512-JrMWVgQSaExQByP3ggI1eA8zF4mF0+ddVuX7acUeK2V7bmrpjVOY72vmLz2IXFJSAXoY3D80nEzrn0GWajWK3Q== - dependencies: - "@babel/runtime" "^7.10.2" - use-composed-ref "^1.0.0" - use-latest "^1.0.0" - react-tooltip@^4.2.13: version "4.2.18" resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.2.18.tgz#2fb8c5e115c4e5476f94081f4bb2ba77f5b2297f" @@ -15221,12 +17411,12 @@ react-transition-group@^4.3.0: loose-envify "^1.4.0" prop-types "^15.6.2" -react-virtualized-auto-sizer@^1.0.2: - version "1.0.5" - resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.5.tgz#9eeeb8302022de56fbd7a860b08513120ce36509" - integrity sha512-kivjYVWX15TX2IUrm8F1jaCEX8EXrpy3DD+u41WGqJ1ZqbljWpiwscV+VxOM1l7sSIM1jwi2LADjhhAJkJ9dxA== +react-virtualized-auto-sizer@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.6.tgz#66c5b1c9278064c5ef1699ed40a29c11518f97ca" + integrity sha512-7tQ0BmZqfVF6YYEWcIGuoR3OdYe8I/ZFbNclFlGOC3pMqunkYF/oL30NCjSGl9sMEb17AnzixDz98Kqc3N76HQ== -react-window@^1.8.5: +react-window@^1.8.6: version "1.8.6" resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.6.tgz#d011950ac643a994118632665aad0c6382e2a112" integrity sha512-8VwEEYyjz6DCnGBsd+MgkD0KJ2/OXFULyDtorIiTz+QzwoP94tBoA7CnbtyXMm+cCeAUER5KJcPtWl9cpKbOBg== @@ -15234,7 +17424,18 @@ react-window@^1.8.5: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" -react@^15.3.0, react@^16.11.0, react@^16.12, react@^16.8.3: +react@^15.3.0: + version "15.7.0" + resolved "https://registry.yarnpkg.com/react/-/react-15.7.0.tgz#10308fd42ac6912a250bf00380751abc41ac7106" + integrity sha512-5/MMRYmpmM0sMTHGLossnJCrmXQIiJilD6y3YN3TzAwGFj6zdnMtFv6xmi65PHKRV+pehIHpT7oy67Sr6s9AHA== + dependencies: + create-react-class "^15.6.0" + fbjs "^0.8.9" + loose-envify "^1.1.0" + object-assign "^4.1.0" + prop-types "^15.5.10" + +react@^16.11.0, react@^16.8.3: version "16.14.0" resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== @@ -15248,13 +17449,13 @@ reactjs-popup@^2.0.4: resolved "https://registry.yarnpkg.com/reactjs-popup/-/reactjs-popup-2.0.4.tgz#53f585a2b19fb730b127a166ffffa2672e144fa1" integrity sha512-G5jTXL2JkClKAYAdqedf+K9QvbNsFWvdbrXW1/vWiyanuCU/d7DtQzQux+uKOz2HeNVRsFQHvs7abs0Z7VLAhg== -read-pkg-up@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" - integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= +read-pkg-up@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= dependencies: - find-up "^2.0.0" - read-pkg "^2.0.0" + find-up "^1.0.0" + read-pkg "^1.0.0" read-pkg-up@^7.0.1: version "7.0.1" @@ -15265,14 +17466,14 @@ read-pkg-up@^7.0.1: read-pkg "^5.2.0" type-fest "^0.8.1" -read-pkg@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" - integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= +read-pkg@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= dependencies: - load-json-file "^2.0.0" + load-json-file "^1.0.0" normalize-package-data "^2.3.2" - path-type "^2.0.0" + path-type "^1.0.0" read-pkg@^5.2.0: version "5.2.0" @@ -15284,7 +17485,7 @@ read-pkg@^5.2.0: parse-json "^5.0.0" type-fest "^0.6.0" -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: version "2.3.7" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== @@ -15297,17 +17498,7 @@ read-pkg@^5.2.0: string_decoder "~1.1.1" util-deprecate "~1.0.1" -"readable-stream@>=1.0.33-1 <1.1.0-0": - version "1.0.34" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" - integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: +readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== @@ -15316,16 +17507,6 @@ readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readable-stream@~1.1.9: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - readdirp@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" @@ -15342,15 +17523,12 @@ readdirp@~3.5.0: dependencies: picomatch "^2.2.1" -recast@^0.18.1: - version "0.18.10" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.18.10.tgz#605ebbe621511eb89b6356a7e224bff66ed91478" - integrity sha512-XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ== +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: - ast-types "0.13.3" - esprima "~4.0.0" - private "^0.1.8" - source-map "~0.6.1" + picomatch "^2.2.1" recast@^0.19.0: version "0.19.1" @@ -15362,10 +17540,10 @@ recast@^0.19.0: private "^0.1.8" source-map "~0.6.1" -recast@^0.20.3: - version "0.20.4" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc" - integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ== +recast@^0.20.4: + version "0.20.5" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" + integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== dependencies: ast-types "0.14.2" esprima "~4.0.0" @@ -15379,13 +17557,21 @@ rechoir@^0.6.2: dependencies: resolve "^1.1.6" -recursive-readdir@2.2.2: +recursive-readdir@2.2.2, recursive-readdir@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f" integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg== dependencies: minimatch "3.0.4" +redent@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" + integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= + dependencies: + indent-string "^2.1.0" + strip-indent "^1.0.1" + redux@^4.0.0, redux@^4.0.4: version "4.1.0" resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.0.tgz#eb049679f2f523c379f1aff345c8612f294c88d4" @@ -15404,17 +17590,8 @@ refractor@^2.4.1: integrity sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== dependencies: hastscript "^5.0.0" - parse-entities "^1.1.2" - prismjs "~1.17.0" - -refractor@^3.1.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.3.1.tgz#ebbc04b427ea81dc25ad333f7f67a0b5f4f0be3a" - integrity sha512-vaN6R56kLMuBszHSWlwTpcZ8KTMG6aUCok4GrxYDT20UIOXxOc5o6oDc8tNTzSlH3m2sI+Eu9Jo2kVdDcUTWYw== - dependencies: - hastscript "^6.0.0" - parse-entities "^2.0.0" - prismjs "~1.23.0" + parse-entities "^1.1.2" + prismjs "~1.17.0" refractor@^3.5.0: version "3.5.0" @@ -15425,6 +17602,13 @@ refractor@^3.5.0: parse-entities "^2.0.0" prismjs "~1.25.0" +regenerate-unicode-properties@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56" + integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" @@ -15432,7 +17616,7 @@ regenerate-unicode-properties@^8.2.0: dependencies: regenerate "^1.4.0" -regenerate@^1.4.0: +regenerate@^1.4.0, regenerate@^1.4.2: version "1.4.2" resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== @@ -15447,7 +17631,12 @@ regenerator-runtime@^0.11.0: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== -regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7: +regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.7, regenerator-runtime@^0.13.9: + version "0.13.9" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== + +regenerator-runtime@^0.13.4: version "0.13.7" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== @@ -15480,11 +17669,16 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1: call-bind "^1.0.2" define-properties "^1.1.3" -regexpp@^3.0.0, regexpp@^3.1.0: +regexpp@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== +regexpp@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" + integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== + regexpu-core@^4.7.1: version "4.7.1" resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6" @@ -15497,6 +17691,18 @@ regexpu-core@^4.7.1: unicode-match-property-ecmascript "^1.0.4" unicode-match-property-value-ecmascript "^1.2.0" +regexpu-core@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.0.1.tgz#c531122a7840de743dcf9c83e923b5560323ced3" + integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties "^10.0.1" + regjsgen "^0.6.0" + regjsparser "^0.8.2" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.0.0" + registry-auth-token@^4.0.0: version "4.2.1" resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" @@ -15516,6 +17722,11 @@ regjsgen@^0.5.1: resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== +regjsgen@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" + integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== + regjsparser@^0.6.4: version "0.6.9" resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.9.tgz#b489eef7c9a2ce43727627011429cf833a7183e6" @@ -15523,6 +17734,13 @@ regjsparser@^0.6.4: dependencies: jsesc "~0.5.0" +regjsparser@^0.8.2: + version "0.8.4" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f" + integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== + dependencies: + jsesc "~0.5.0" + rehype-raw@^5.0.0: version "5.1.0" resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-5.1.0.tgz#66d5e8d7188ada2d31bc137bc19a1000cf2c6b7e" @@ -15626,9 +17844,9 @@ remark-rehype@^8.0.0: mdast-util-to-hast "^10.2.0" remark-slug@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/remark-slug/-/remark-slug-6.0.0.tgz#2b54a14a7b50407a5e462ac2f376022cce263e2c" - integrity sha512-ln67v5BrGKHpETnm6z6adlJPhESFJwfuZZ3jrmi+lKTzeZxh2tzFzUfDD4Pm2hRGOarHLuGToO86MNMZ/hA67Q== + version "6.1.0" + resolved "https://registry.yarnpkg.com/remark-slug/-/remark-slug-6.1.0.tgz#0503268d5f0c4ecb1f33315c00465ccdd97923ce" + integrity sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ== dependencies: github-slugger "^1.0.0" mdast-util-to-string "^1.0.0" @@ -15652,15 +17870,26 @@ remove-trailing-separator@^1.0.1: integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= renderkid@^2.0.4: - version "2.0.5" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.5.tgz#483b1ac59c6601ab30a7a596a5965cabccfdd0a5" - integrity sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ== + version "2.0.7" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609" + integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ== dependencies: - css-select "^2.0.2" - dom-converter "^0.2" - htmlparser2 "^3.10.1" - lodash "^4.17.20" - strip-ansi "^3.0.0" + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^3.0.1" + +renderkid@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a" + integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg== + dependencies: + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^6.0.1" repeat-element@^1.1.2: version "1.1.4" @@ -15672,47 +17901,12 @@ repeat-string@^1.5.4, repeat-string@^1.6.1: resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -request-promise-core@1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f" - integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw== +repeating@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= dependencies: - lodash "^4.17.19" - -request-promise-native@^1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28" - integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g== - dependencies: - request-promise-core "1.1.4" - stealthy-require "^1.1.1" - tough-cookie "^2.3.3" - -request@^2.88.2: - version "2.88.2" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" + is-finite "^1.0.0" require-directory@^2.1.1: version "2.1.1" @@ -15739,13 +17933,6 @@ resize-observer-polyfill@^1.5.1: resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - resolve-cwd@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" @@ -15773,20 +17960,15 @@ resolve-pathname@^3.0.0: resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== -resolve-url-loader@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08" - integrity sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ== - dependencies: - adjust-sourcemap-loader "3.0.0" - camelcase "5.3.1" - compose-function "3.0.3" - convert-source-map "1.7.0" - es6-iterator "2.0.3" - loader-utils "1.2.3" - postcss "7.0.21" - rework "1.0.1" - rework-visit "1.0.0" +resolve-url-loader@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57" + integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA== + dependencies: + adjust-sourcemap-loader "^4.0.0" + convert-source-map "^1.7.0" + loader-utils "^2.0.0" + postcss "^7.0.35" source-map "0.6.1" resolve-url@^0.2.1: @@ -15794,24 +17976,21 @@ resolve-url@^0.2.1: resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= -resolve@1.18.1: - version "1.18.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130" - integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== - dependencies: - is-core-module "^2.0.0" - path-parse "^1.0.6" +resolve.exports@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9" + integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ== -resolve@^1.1.6: - version "1.21.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f" - integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA== +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.18.1, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.3.2: + version "1.22.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" + integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== dependencies: - is-core-module "^2.8.0" + is-core-module "^2.8.1" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.3.2, resolve@^1.8.1: +resolve@^1.14.2, resolve@^1.19.0, resolve@^1.8.1: version "1.20.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== @@ -15855,53 +18034,30 @@ ret@~0.1.10: resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= +retry@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" + integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -rework-visit@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a" - integrity sha1-mUWygD8hni96ygCtuLyfZA+ELJo= - -rework@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7" - integrity sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc= +rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: - convert-source-map "^0.3.3" - css "^2.0.0" - -rgb-regex@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" - integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - -rgba-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" - integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= + glob "^7.1.3" -rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3, rimraf@^2.7.1: +rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3, rimraf@^2.7.1: version "2.7.1" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== dependencies: glob "^7.1.3" -rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - rimraf@~2.6.2: version "2.6.3" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" @@ -15917,40 +18073,22 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rollup-plugin-babel@^4.3.3: - version "4.4.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb" - integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - rollup-pluginutils "^2.8.1" - -rollup-plugin-terser@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-5.3.1.tgz#8c650062c22a8426c64268548957463bf981b413" - integrity sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w== +rollup-plugin-terser@^7.0.0: + version "7.0.2" + resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d" + integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== dependencies: - "@babel/code-frame" "^7.5.5" - jest-worker "^24.9.0" - rollup-pluginutils "^2.8.2" + "@babel/code-frame" "^7.10.4" + jest-worker "^26.2.1" serialize-javascript "^4.0.0" - terser "^4.6.2" - -rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2: - version "2.8.2" - resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" - integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - dependencies: - estree-walker "^0.6.1" + terser "^5.0.0" -rollup@^1.31.1: - version "1.32.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4" - integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A== - dependencies: - "@types/estree" "*" - "@types/node" "*" - acorn "^7.1.0" +rollup@^2.43.1: + version "2.70.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.0.tgz#17a92e5938e92a251b962352e904c9f558230ec7" + integrity sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA== + optionalDependencies: + fsevents "~2.3.2" rst-selector-parser@^2.2.3: version "2.2.3" @@ -16001,7 +18139,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -16013,7 +18151,7 @@ safe-regex@^1.1.0: dependencies: ret "~0.1.10" -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -16033,21 +18171,18 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize.css@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-10.0.0.tgz#b5cb2547e96d8629a60947544665243b1dc3657a" - integrity sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg== +sanitize.css@*: + version "13.0.0" + resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173" + integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA== -sass-loader@^10.0.5: - version "10.1.1" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.1.tgz#4ddd5a3d7638e7949065dd6e9c7c04037f7e663d" - integrity sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw== +sass-loader@^12.3.0: + version "12.6.0" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb" + integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA== dependencies: klona "^2.0.4" - loader-utils "^2.0.0" neo-async "^2.6.2" - schema-utils "^3.0.0" - semver "^7.3.2" sass@^1.32.5: version "1.32.12" @@ -16102,7 +18237,7 @@ schema-utils@^1.0.0: ajv-errors "^1.0.0" ajv-keywords "^3.1.0" -schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0, schema-utils@^2.7.1: +schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: version "2.7.1" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== @@ -16120,10 +18255,29 @@ schema-utils@^3.0.0: ajv "^6.12.5" ajv-keywords "^3.5.2" -scroll-into-view@^1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/scroll-into-view/-/scroll-into-view-1.15.0.tgz#9e6733bd74680349d6e5c49ddde6a09d9309fadf" - integrity sha512-Ytbg8O1GlN8vOOZMPDOrjXixAFXZ4oJklxHkYREqdUFYo+a8qVuPX16U3nRkifKnM8kkvY9sOy7EL30HaeW07Q== +schema-utils@^3.1.0, schema-utils@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" + integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== + dependencies: + "@types/json-schema" "^7.0.8" + ajv "^6.12.5" + ajv-keywords "^3.5.2" + +schema-utils@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7" + integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg== + dependencies: + "@types/json-schema" "^7.0.9" + ajv "^8.8.0" + ajv-formats "^2.1.1" + ajv-keywords "^5.0.0" + +scroll-into-view@^1.16.0: + version "1.16.0" + resolved "https://registry.yarnpkg.com/scroll-into-view/-/scroll-into-view-1.16.0.tgz#07141fc4ba8a14b898d2163d6167f3d84cb9b05b" + integrity sha512-N8T/4mKzQXMorcbMzNm+rOfy0lPmga3zl7SmUSHDryA6cqGVlzG9pePQCqHA/UPaJtC2KOJP/r93pHm9df+5/A== select-hose@^2.0.0: version "2.0.0" @@ -16135,12 +18289,12 @@ select@^1.1.2: resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= -selfsigned@^1.10.8: - version "1.10.8" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.8.tgz#0d17208b7d12c33f8eac85c41835f27fc3d81a30" - integrity sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== +selfsigned@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.0.tgz#e927cd5377cbb0a1075302cff8df1042cc2bce5b" + integrity sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ== dependencies: - node-forge "^0.10.0" + node-forge "^1.2.0" semver-diff@^3.1.1: version "3.1.1" @@ -16149,7 +18303,7 @@ semver-diff@^3.1.1: dependencies: semver "^6.3.0" -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1: +"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -16159,17 +18313,12 @@ semver@7.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== -semver@7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" - integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.2.1, semver@^7.3.2, semver@^7.3.4: +semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== @@ -16195,6 +18344,25 @@ send@0.17.1: range-parser "~1.2.1" statuses "~1.5.0" +send@0.17.2: + version "0.17.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" + integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "1.8.1" + mime "1.6.0" + ms "2.1.3" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + serialize-javascript@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" @@ -16209,6 +18377,13 @@ serialize-javascript@^5.0.1: dependencies: randombytes "^2.1.0" +serialize-javascript@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" + integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== + dependencies: + randombytes "^2.1.0" + serialize-query-params@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/serialize-query-params/-/serialize-query-params-1.3.3.tgz#a4bf0fc0ab9e80c92b93cdf9d84ec521d769ecbe" @@ -16248,6 +18423,16 @@ serve-static@1.14.1: parseurl "~1.3.3" send "0.17.1" +serve-static@1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa" + integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.2" + set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" @@ -16263,7 +18448,7 @@ set-value@^2.0.0, set-value@^2.0.1: is-plain-object "^2.0.3" split-string "^3.0.1" -setimmediate@^1.0.4: +setimmediate@^1.0.4, setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= @@ -16278,6 +18463,11 @@ setprototypeof@1.1.1: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== +setprototypeof@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + sha.js@^2.4.0, sha.js@^2.4.8: version "2.4.11" resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" @@ -16342,7 +18532,12 @@ shell-quote@1.7.2: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== -shelljs@^0.8.3, shelljs@^0.8.4: +shell-quote@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== + +shelljs@^0.8.3, shelljs@^0.8.5: version "0.8.5" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== @@ -16351,11 +18546,6 @@ shelljs@^0.8.3, shelljs@^0.8.4: interpret "^1.0.0" rechoir "^0.6.2" -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - side-channel@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" @@ -16365,7 +18555,12 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -signal-exit@^3.0.0, signal-exit@^3.0.2: +signal-exit@^3.0.0, signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +signal-exit@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== @@ -16379,13 +18574,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: message-box "^0.2.7" mongo-object "^0.1.4" -simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - dependencies: - is-arrayish "^0.3.1" - simplebar-react@^1.0.0-alpha.6: version "1.2.3" resolved "https://registry.yarnpkg.com/simplebar-react/-/simplebar-react-1.2.3.tgz#bd81fa9827628470e9470d06caef6ece15e1c882" @@ -16426,14 +18614,10 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== -slice-ansi@^4.0.0: +slash@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" - integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - dependencies: - ansi-styles "^4.0.0" - astral-regex "^2.0.0" - is-fullwidth-code-point "^3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== snapdragon-node@^2.0.1: version "2.1.1" @@ -16477,18 +18661,6 @@ sockjs-client@1.4.0: json3 "^3.3.2" url-parse "^1.4.3" -sockjs-client@^1.5.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.1.tgz#256908f6d5adfb94dabbdbd02c66362cca0f9ea6" - integrity sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ== - dependencies: - debug "^3.2.6" - eventsource "^1.0.7" - faye-websocket "^0.11.3" - inherits "^2.0.4" - json3 "^3.3.3" - url-parse "^1.5.1" - sockjs@^0.3.21: version "0.3.21" resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.21.tgz#b34ffb98e796930b60a0cfa11904d6a339a7d417" @@ -16505,7 +18677,7 @@ sort-keys@^1.0.0: dependencies: is-plain-obj "^1.0.0" -source-list-map@^2.0.0: +source-list-map@^2.0.0, source-list-map@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== @@ -16528,7 +18700,21 @@ source-map-explorer@^2.5.2: temp "^0.9.4" yargs "^16.2.0" -source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: +source-map-js@^1.0.1, source-map-js@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-loader@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d" + integrity sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA== + dependencies: + abab "^2.0.5" + iconv-lite "^0.6.3" + source-map-js "^1.0.1" + +source-map-resolve@^0.5.0: version "0.5.3" resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== @@ -16539,7 +18725,15 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@^0.5.16, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19: +source-map-support@^0.5.16, source-map-support@~0.5.12, source-map-support@~0.5.20: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-support@^0.5.6: version "0.5.19" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== @@ -16567,6 +18761,13 @@ source-map@^0.7.3, source-map@~0.7.2: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== +source-map@^0.8.0-beta.0: + version "0.8.0-beta.0" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" + integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== + dependencies: + whatwg-url "^7.0.0" + sourcemap-codec@^1.4.4: version "1.4.8" resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" @@ -16599,9 +18800,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.7" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65" - integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== + version "3.0.11" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" + integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== spdy-transport@^3.0.0: version "3.0.0" @@ -16648,21 +18849,6 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - ssri@^6.0.1: version "6.0.2" resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" @@ -16671,9 +18857,9 @@ ssri@^6.0.1: figgy-pudding "^3.5.1" ssri@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.0.tgz#92c241bf6de82365b5c7fb4bd76e975522e1294d" - integrity sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g== + version "7.1.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.1.tgz#33e44f896a967158e3c63468e47ec46613b95b5f" + integrity sha512-w+daCzXN89PseTL99MkA+fxJEcU3wfaE/ah0i0lnOlpG1CYLJ2ZjzEry68YBKfLs4JfoTShrTEsJkAZuNZ/stw== dependencies: figgy-pudding "^3.5.1" minipass "^3.1.1" @@ -16690,10 +18876,10 @@ stable@^0.1.8: resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== -stack-utils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277" - integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== +stack-utils@^2.0.2, stack-utils@^2.0.3: + version "2.0.5" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" + integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== dependencies: escape-string-regexp "^2.0.0" @@ -16720,15 +18906,10 @@ static-extend@^0.1.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= -stealthy-require@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" - integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - store2@^2.12.0, store2@^2.7.1: - version "2.12.0" - resolved "https://registry.yarnpkg.com/store2/-/store2-2.12.0.tgz#e1f1b7e1a59b6083b2596a8d067f6ee88fd4d3cf" - integrity sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== + version "2.13.2" + resolved "https://registry.yarnpkg.com/store2/-/store2-2.13.2.tgz#01ad8802ca5b445b9c316b55e72645c13a3cd7e3" + integrity sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg== storybook-addon-intl@^2.4.1: version "2.4.1" @@ -16794,6 +18975,14 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" +string-length@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-5.0.1.tgz#3d647f497b6e8e8d41e422f7e0b23bc536c8381e" + integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow== + dependencies: + char-regex "^2.0.0" + strip-ansi "^7.0.1" + string-natural-compare@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" @@ -16808,7 +18997,16 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1: +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^2.1.0, string-width@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== @@ -16825,7 +19023,7 @@ string-width@^3.0.0, string-width@^3.1.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: +string-width@^4.1.0, string-width@^4.2.0: version "4.2.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== @@ -16834,36 +19032,37 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" -"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29" - integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ== +"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa" + integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - has-symbols "^1.0.1" + es-abstract "^1.19.1" + get-intrinsic "^1.1.1" + has-symbols "^1.0.2" internal-slot "^1.0.3" regexp.prototype.flags "^1.3.1" side-channel "^1.0.4" string.prototype.padend@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311" - integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ== + version "3.1.3" + resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1" + integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" + es-abstract "^1.19.1" string.prototype.padstart@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.2.tgz#f9b9ce66bedd7c06acb40ece6e34c6046e1a019d" - integrity sha512-HDpngIP3pd0DeazrfqzuBrQZa+D2arKWquEHfGt5LzVjd+roLC3cjqVI0X8foaZz5rrrhcu8oJAQamW8on9dqw== + version "3.1.3" + resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.3.tgz#4551d0117d9501692ec6000b15056ac3f816cfa5" + integrity sha512-NZydyOMtYxpTjGqp0VN5PYUF/tsU15yDMZnUdj16qRUIUiMJkHHSDElYyQFrMu+/WloTpA7MQSiADhBicDfaoA== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" + es-abstract "^1.19.1" string.prototype.trim@^1.2.1: version "1.2.4" @@ -16897,11 +19096,6 @@ string_decoder@^1.0.0, string_decoder@^1.1.1: dependencies: safe-buffer "~5.2.0" -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" @@ -16934,13 +19128,6 @@ strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" -strip-ansi@6.0.0, strip-ansi@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - dependencies: - ansi-regex "^5.0.0" - strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -16955,6 +19142,34 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + dependencies: + ansi-regex "^5.0.0" + +strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.0, strip-ansi@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== + dependencies: + ansi-regex "^6.0.1" + +strip-bom@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= + dependencies: + is-utf8 "^0.2.0" + strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" @@ -16965,13 +19180,10 @@ strip-bom@^4.0.0: resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== -strip-comments@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-1.0.2.tgz#82b9c45e7f05873bee53f37168af930aa368679d" - integrity sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw== - dependencies: - babel-extract-comments "^1.0.0" - babel-plugin-transform-object-rest-spread "^6.26.0" +strip-comments@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b" + integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw== strip-eof@^1.0.0: version "1.0.0" @@ -16983,6 +19195,13 @@ strip-final-newline@^2.0.0: resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== +strip-indent@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" + integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= + dependencies: + get-stdin "^4.0.1" + strip-indent@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" @@ -17007,7 +19226,7 @@ strip-outer@^1.0.1: dependencies: escape-string-regexp "^1.0.2" -style-loader@1.3.0, style-loader@^1.0.0, style-loader@^1.3.0: +style-loader@^1.0.0, style-loader@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e" integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q== @@ -17015,6 +19234,19 @@ style-loader@1.3.0, style-loader@^1.0.0, style-loader@^1.3.0: loader-utils "^2.0.0" schema-utils "^2.7.0" +style-loader@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" + integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ== + dependencies: + loader-utils "^2.0.0" + schema-utils "^3.0.0" + +style-loader@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.1.tgz#057dfa6b3d4d7c7064462830f9113ed417d38575" + integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ== + style-to-object@0.3.0, style-to-object@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" @@ -17022,14 +19254,18 @@ style-to-object@0.3.0, style-to-object@^0.3.0: dependencies: inline-style-parser "0.1.1" -stylehacks@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" - integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== +stylehacks@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.0.tgz#a40066490ca0caca04e96c6b02153ddc39913520" + integrity sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q== dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" + browserslist "^4.16.6" + postcss-selector-parser "^6.0.4" + +stylis@4.0.13: + version "4.0.13" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" + integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag== stylis@^4.0.3: version "4.0.10" @@ -17062,6 +19298,13 @@ supports-color@^7.0.0, supports-color@^7.1.0: dependencies: has-flag "^4.0.0" +supports-color@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + dependencies: + has-flag "^4.0.0" + supports-hyperlinks@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" @@ -17080,7 +19323,7 @@ svg-parser@^2.0.0, svg-parser@^2.0.2: resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== -svgo@^1.0.0, svgo@^1.2.2: +svgo@^1.2.2: version "1.3.2" resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== @@ -17099,71 +19342,85 @@ svgo@^1.0.0, svgo@^1.2.2: unquote "~1.1.1" util.promisify "~1.0.0" +svgo@^2.7.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" + integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== + dependencies: + "@trysound/sax" "0.2.0" + commander "^7.2.0" + css-select "^4.1.3" + css-tree "^1.1.3" + csso "^4.2.0" + picocolors "^1.0.0" + stable "^0.1.8" + symbol-tree@^3.2.4: version "3.2.4" resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== symbol.prototype.description@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/symbol.prototype.description/-/symbol.prototype.description-1.0.4.tgz#c30edd3fe8c040d941cf7dc15842be15adf66855" - integrity sha512-fZkHwJ8ZNRVRzF/+/2OtygyyH06CjC0YZAQRHu9jKKw8RXlJpbizEHvGRUu22Qkg182wJk1ugb5Aovcv3UPrww== + version "1.0.5" + resolved "https://registry.yarnpkg.com/symbol.prototype.description/-/symbol.prototype.description-1.0.5.tgz#d30e01263b6020fbbd2d2884a6276ce4d49ab568" + integrity sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ== dependencies: call-bind "^1.0.2" - es-abstract "^1.18.0-next.2" - has-symbols "^1.0.1" + get-symbol-description "^1.0.0" + has-symbols "^1.0.2" object.getownpropertydescriptors "^2.1.2" +synchronous-promise@^2.0.15: + version "2.0.15" + resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e" + integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg== + tabbable@^3.0.0: version "3.1.2" resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-3.1.2.tgz#f2d16cccd01f400e38635c7181adfe0ad965a4a2" integrity sha512-wjB6puVXTYO0BSFtCmWQubA/KIn7Xvajw0x0l6eJUudMG/EAiJvIUnyNX6xO4NpGrJ16lbD0eUseB9WxW0vlpQ== -table@^6.0.4: - version "6.6.0" - resolved "https://registry.yarnpkg.com/table/-/table-6.6.0.tgz#905654b79df98d9e9a973de1dd58682532c40e8e" - integrity sha512-iZMtp5tUvcnAdtHpZTWLPF0M7AgiQsURR2DwmxnJwSy8I3+cY+ozzVvYha3BOLG2TB+L0CqjIz+91htuj6yCXg== - dependencies: - ajv "^8.0.1" - lodash.clonedeep "^4.5.0" - lodash.flatten "^4.4.0" - lodash.truncate "^4.4.2" - slice-ansi "^4.0.0" - string-width "^4.2.0" - strip-ansi "^6.0.0" +tailwindcss@^3.0.2: + version "3.0.23" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.23.tgz#c620521d53a289650872a66adfcb4129d2200d10" + integrity sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA== + dependencies: + arg "^5.0.1" + chalk "^4.1.2" + chokidar "^3.5.3" + color-name "^1.1.4" + cosmiconfig "^7.0.1" + detective "^5.2.0" + didyoumean "^1.2.2" + dlv "^1.1.3" + fast-glob "^3.2.11" + glob-parent "^6.0.2" + is-glob "^4.0.3" + normalize-path "^3.0.0" + object-hash "^2.2.0" + postcss "^8.4.6" + postcss-js "^4.0.0" + postcss-load-config "^3.1.0" + postcss-nested "5.0.6" + postcss-selector-parser "^6.0.9" + postcss-value-parser "^4.2.0" + quick-lru "^5.1.1" + resolve "^1.22.0" tapable@^1.0.0, tapable@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tar-pack@3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.4.1.tgz#e1dbc03a9b9d3ba07e896ad027317eb679a10a1f" - integrity sha512-PPRybI9+jM5tjtCbN2cxmmRU7YmqT3Zv/UDy48tAh2XRkLa9bAORtSWLkVc13+GJF+cdTh1yEnHEk3cpTaL5Kg== - dependencies: - debug "^2.2.0" - fstream "^1.0.10" - fstream-ignore "^1.0.5" - once "^1.3.3" - readable-stream "^2.1.4" - rimraf "^2.5.1" - tar "^2.2.1" - uid-number "^0.0.6" - -tar@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" +tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" + integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== tar@^6.0.2: - version "6.1.0" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83" - integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== + version "6.1.11" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" + integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" @@ -17186,10 +19443,10 @@ telejson@^3.2.0: lodash "^4.17.15" memoizerific "^1.11.3" -telejson@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.1.1.tgz#fd83b594ebddfaeb9a5c4b9660c302fc07c9a65c" - integrity sha512-aU7x+nwodmODJPXhU9sC/REOcX/dx1tNbyeOFV1PCTh6e9Mj+bnyfQ7sr13zfJYya9BtpGwnUNn9Fd76Ybj2eg== +telejson@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.3.3.tgz#fa8ca84543e336576d8734123876a9f02bf41d2e" + integrity sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA== dependencies: "@types/is-function" "^1.0.0" global "^4.4.0" @@ -17200,12 +19457,12 @@ telejson@^5.1.0: lodash "^4.17.21" memoizerific "^1.11.3" -temp-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" - integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= +temp-dir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" + integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== -temp@^0.8.1: +temp@^0.8.4: version "0.8.4" resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2" integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== @@ -17220,14 +19477,15 @@ temp@^0.9.4: mkdirp "^0.5.1" rimraf "~2.6.2" -tempy@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.3.0.tgz#6f6c5b295695a16130996ad5ab01a8bd726e8bf8" - integrity sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ== +tempy@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3" + integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== dependencies: - temp-dir "^1.0.0" - type-fest "^0.3.1" - unique-string "^1.0.0" + is-stream "^2.0.0" + temp-dir "^2.0.0" + type-fest "^0.16.0" + unique-string "^2.0.0" term-size@^2.1.0: version "2.2.1" @@ -17242,21 +19500,6 @@ terminal-link@^2.0.0: ansi-escapes "^4.2.1" supports-hyperlinks "^2.0.0" -terser-webpack-plugin@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a" - integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ== - dependencies: - cacache "^15.0.5" - find-cache-dir "^3.3.1" - jest-worker "^26.5.0" - p-limit "^3.0.2" - schema-utils "^3.0.0" - serialize-javascript "^5.0.1" - source-map "^0.6.1" - terser "^5.3.4" - webpack-sources "^1.4.3" - terser-webpack-plugin@^1.4.3: version "1.4.5" resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" @@ -17287,22 +19530,33 @@ terser-webpack-plugin@^2.1.2: terser "^4.6.12" webpack-sources "^1.4.3" -terser-webpack-plugin@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz#91e6d39571460ed240c0cf69d295bcf30ebf98cb" - integrity sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA== +terser-webpack-plugin@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a" + integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ== dependencies: cacache "^15.0.5" find-cache-dir "^3.3.1" - jest-worker "^26.2.1" + jest-worker "^26.5.0" p-limit "^3.0.2" - schema-utils "^2.6.6" - serialize-javascript "^4.0.0" + schema-utils "^3.0.0" + serialize-javascript "^5.0.1" source-map "^0.6.1" - terser "^4.8.0" + terser "^5.3.4" webpack-sources "^1.4.3" -terser@^4.1.2, terser@^4.6.12, terser@^4.6.2, terser@^4.6.3, terser@^4.8.0: +terser-webpack-plugin@^5.0.3, terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.2.5: + version "5.3.1" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54" + integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g== + dependencies: + jest-worker "^27.4.5" + schema-utils "^3.1.1" + serialize-javascript "^6.0.0" + source-map "^0.6.1" + terser "^5.7.2" + +terser@^4.1.2, terser@^4.6.12, terser@^4.6.3: version "4.8.0" resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== @@ -17311,14 +19565,25 @@ terser@^4.1.2, terser@^4.6.12, terser@^4.6.2, terser@^4.6.3, terser@^4.8.0: source-map "~0.6.1" source-map-support "~0.5.12" +terser@^5.0.0, terser@^5.10.0, terser@^5.7.2: + version "5.12.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.12.0.tgz#728c6bff05f7d1dcb687d8eace0644802a9dae8a" + integrity sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A== + dependencies: + acorn "^8.5.0" + commander "^2.20.0" + source-map "~0.7.2" + source-map-support "~0.5.20" + terser@^5.3.4: - version "5.7.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.0.tgz#a761eeec206bc87b605ab13029876ead938ae693" - integrity sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g== + version "5.12.1" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.12.1.tgz#4cf2ebed1f5bceef5c83b9f60104ac4a78b49e9c" + integrity sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ== dependencies: + acorn "^8.5.0" commander "^2.20.0" source-map "~0.7.2" - source-map-support "~0.5.19" + source-map-support "~0.5.20" test-exclude@^6.0.0: version "6.0.0" @@ -17339,21 +19604,16 @@ text-table@0.2.0, text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -throat@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" - integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== +throat@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375" + integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w== throttle-debounce@^2.1.0: version "2.3.0" resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.3.0.tgz#fd31865e66502071e411817e241465b3e9c372e2" integrity sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== -throttle-debounce@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.1.tgz#32f94d84dfa894f786c9a1f290e7a645b6a19abb" - integrity sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg== - through2@^2.0.0: version "2.0.5" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" @@ -17362,14 +19622,6 @@ through2@^2.0.0: readable-stream "~2.3.6" xtend "~4.0.1" -through2@~0.6.3: - version "0.6.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" - integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= - dependencies: - readable-stream ">=1.0.33-1 <1.1.0-0" - xtend ">=4.0.0 <4.1.0-0" - through@^2.3.6: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -17407,13 +19659,6 @@ tiny-warning@^1.0.0, tiny-warning@^1.0.3: resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== -tmp@0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" - integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - dependencies: - rimraf "^3.0.0" - tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" @@ -17421,7 +19666,7 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" -tmpl@1.0.x: +tmpl@1.0.5, tmpl@1.0.x: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== @@ -17483,13 +19728,10 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== -tough-cookie@^2.3.3, tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" +toidentifier@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== tough-cookie@^4.0.0: version "4.0.0" @@ -17500,6 +19742,13 @@ tough-cookie@^4.0.0: punycode "^2.1.1" universalify "^0.1.2" +tr46@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" + integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= + dependencies: + punycode "^2.1.0" + tr46@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.0.2.tgz#03273586def1595ae08fedb38d7733cee91d2479" @@ -17512,6 +19761,11 @@ tr46@~0.0.3: resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= +trim-newlines@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" + integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= + trim-repeated@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" @@ -17545,24 +19799,19 @@ ts-dedent@^1.1.0: integrity sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA== ts-dedent@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.1.1.tgz#6dd56870bb5493895171334fa5d7e929107e5bbc" - integrity sha512-riHuwnzAUCfdIeTBNUq7+Yj+ANnrMXo/7+Z74dIdudS7ys2k8aSGMzpJRMFDF7CLwUTbtvi1ZZff/Wl+XxmqIA== - -ts-essentials@^2.0.3: - version "2.0.12" - resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745" - integrity sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w== + version "2.2.0" + resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5" + integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ== -ts-pnp@1.2.0, ts-pnp@^1.1.2, ts-pnp@^1.1.6: +ts-pnp@^1.1.2, ts-pnp@^1.1.6: version "1.2.0" resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92" integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== -tsconfig-paths@^3.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b" - integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== +tsconfig-paths@^3.12.0: + version "3.13.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.13.0.tgz#f3e9b8f6876698581d94470c03c95b3a48c0e3d7" + integrity sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw== dependencies: "@types/json5" "^0.0.29" json5 "^1.0.1" @@ -17574,12 +19823,17 @@ tslib@^1.0.0, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0: +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.2.0, tslib@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== + +tslib@^2.0.3, tslib@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== -tsutils@^3.17.1: +tsutils@^3.17.1, tsutils@^3.21.0: version "3.21.0" resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== @@ -17591,23 +19845,11 @@ tty-browserify@0.0.0: resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - tween-functions@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/tween-functions/-/tween-functions-1.2.0.tgz#1ae3a50e7c60bb3def774eac707acbca73bbc3ff" integrity sha1-GuOlDnxguz3vd06scHrLynO7w/8= -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" @@ -17627,6 +19869,11 @@ type-detect@4.0.8: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== +type-fest@^0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.16.0.tgz#3240b891a78b0deae910dbeb86553e552a148860" + integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== + type-fest@^0.20.2: version "0.20.2" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" @@ -17637,11 +19884,6 @@ type-fest@^0.21.3: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -type-fest@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" - integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== - type-fest@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" @@ -17660,16 +19902,6 @@ type-is@~1.6.17, type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -type@^1.0.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" - integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== - -type@^2.0.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d" - integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw== - typed-styles@^0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9" @@ -17697,12 +19929,22 @@ typescript@^4.0, typescript@^4.2.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== -uid-number@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" - integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE= +typescript@^4.4.3: + version "4.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" + integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== -unbox-primitive@^1.0.0: +ua-parser-js@^0.7.30: + version "0.7.31" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6" + integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ== + +uglify-js@^3.1.4: + version "3.15.3" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.3.tgz#9aa82ca22419ba4c0137642ba0df800cb06e0471" + integrity sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg== + +unbox-primitive@^1.0.0, unbox-primitive@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== @@ -17735,6 +19977,11 @@ unicode-canonical-property-names-ecmascript@^1.0.4: resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" + integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + unicode-match-property-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" @@ -17743,16 +19990,34 @@ unicode-match-property-ecmascript@^1.0.4: unicode-canonical-property-names-ecmascript "^1.0.4" unicode-property-aliases-ecmascript "^1.0.4" +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531" integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== +unicode-match-property-value-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" + integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== + unicode-property-aliases-ecmascript@^1.0.4: version "1.1.0" resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== +unicode-property-aliases-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" + integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== + unified@9.2.0: version "9.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8" @@ -17777,15 +20042,15 @@ unified@^9.2.0: trough "^1.0.0" vfile "^4.0.0" -uniforms-bridge-json-schema@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uniforms-bridge-json-schema/-/uniforms-bridge-json-schema-3.4.0.tgz#33e726b7b90a304d4fd8d9fdcdcc35d232902b2f" - integrity sha512-vdK02/Hy8HFcNaPQnAUtQJCsy2iDR0JiVViXMq9iPtpuoseZfSFcqDU4RxVcM2K2WpMam+0Fwv2NRMOqQAvXLw== +uniforms-bridge-json-schema@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/uniforms-bridge-json-schema/-/uniforms-bridge-json-schema-3.8.1.tgz#eb5d1d4267f171a2bea10b52557a3bb7094bb948" + integrity sha512-w6wD8AxGh33e0Q581hlYjXvQFw51gtESbU5hIYz5xVPEsFm5RCwMvpkgGS0KIRymz/vNXJOio67LYBaoZu3AYg== dependencies: invariant "^2.0.0" lodash "^4.0.0" - tslib "^1.10.0" - uniforms "^3.4.0" + tslib "^2.2.0" + uniforms "^3.8.1" uniforms-bridge-simple-schema-2@^3.4.0: version "3.4.0" @@ -17798,15 +20063,15 @@ uniforms-bridge-simple-schema-2@^3.4.0: tslib "^1.10.0" uniforms "^3.4.0" -uniforms-unstyled@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uniforms-unstyled/-/uniforms-unstyled-3.4.0.tgz#ad85a2a7d68de99f9986cd3ce351c2d5018137e7" - integrity sha512-GvHoJO9Y0WdVPs4FmNF9+E9FZWniGyDutT+j34xIH8nR7dJLfT9GnU4VQaGJrq30FwDwTChxqCljtjhLBoPgpQ== +uniforms-unstyled@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/uniforms-unstyled/-/uniforms-unstyled-3.8.1.tgz#34b6d1df686c7e2e98947ff1e2927608210589dc" + integrity sha512-ZYMpjBP+IFxlxFdjRn6NSkPSMcihqkUDD1CYUE+MN6jzXA9eYbYD8VhrnVuaxbsQ+YBNsDf0oO4sfBkaR6daEQ== dependencies: invariant "^2.0.0" lodash "^4.0.0" - tslib "^1.10.0" - uniforms "^3.4.0" + tslib "^2.2.0" + uniforms "^3.8.1" uniforms@^3.4.0: version "3.4.0" @@ -17817,6 +20082,15 @@ uniforms@^3.4.0: lodash "^4.0.0" tslib "^1.10.0" +uniforms@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/uniforms/-/uniforms-3.8.1.tgz#d1d63c0bf986fbb059877a44ce746fa1ebf54750" + integrity sha512-Ko7BNXrCHNHZMYn3qi+1HOHEhGtEbHac1OI1gJdip+ix70TvHATRDp6Ueua5LNI+Y+iuLGM+sobd72S4jkOoHg== + dependencies: + invariant "^2.0.0" + lodash "^4.0.0" + tslib "^2.2.0" + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" @@ -17827,16 +20101,6 @@ union-value@^1.0.0: is-extendable "^0.1.1" set-value "^2.0.1" -uniq@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - -uniqs@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" - integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - unique-filename@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" @@ -17851,13 +20115,6 @@ unique-slug@^2.0.0: dependencies: imurmurhash "^0.1.4" -unique-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" - integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - dependencies: - crypto-random-string "^1.0.0" - unique-string@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" @@ -17947,11 +20204,6 @@ universalify@^0.1.0, universalify@^0.1.2: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -universalify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" - integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== - universalify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" @@ -17983,7 +20235,14 @@ unset-value@^1.0.0: has-value "^0.3.1" isobject "^3.0.0" -upath@^1.1.1, upath@^1.1.2, upath@^1.2.0: +untildify@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/untildify/-/untildify-2.1.0.tgz#17eb2807987f76952e9c0485fc311d06a826a2e0" + integrity sha1-F+soB5h/dpUunASF/DEdBqgmouA= + dependencies: + os-homedir "^1.0.0" + +upath@^1.1.1, upath@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== @@ -18020,15 +20279,6 @@ urix@^0.1.0: resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= -url-loader@4.1.1, url-loader@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2" - integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== - dependencies: - loader-utils "^2.0.0" - mime-types "^2.1.27" - schema-utils "^3.0.0" - url-loader@^2.0.1: version "2.3.0" resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.3.0.tgz#e0e2ef658f003efb8ca41b0f3ffbf76bab88658b" @@ -18038,6 +20288,15 @@ url-loader@^2.0.1: mime "^2.4.4" schema-utils "^2.5.0" +url-loader@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2" + integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== + dependencies: + loader-utils "^2.0.0" + mime-types "^2.1.27" + schema-utils "^3.0.0" + url-parse-lax@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" @@ -18045,10 +20304,10 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@^1.4.3, url-parse@^1.5.1, url-parse@^1.5.3: - version "1.5.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.7.tgz#00780f60dbdae90181f51ed85fb24109422c932a" - integrity sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA== +url-parse@^1.4.3, url-parse@^1.5.10: + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0" @@ -18061,30 +20320,11 @@ url@^0.11.0: punycode "1.3.2" querystring "0.2.0" -use-callback-ref@^1.2.1, use-callback-ref@^1.2.3, use-callback-ref@^1.2.5: +use-callback-ref@^1.2.3, use-callback-ref@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.5.tgz#6115ed242cfbaed5915499c0a9842ca2912f38a5" integrity sha512-gN3vgMISAgacF7sqsLPByqoePooY3n2emTH59Ur5d/M8eg4WTWu1xp8i8DHjohftIyEx0S08RiYxbffr4j8Peg== -use-composed-ref@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.1.0.tgz#9220e4e94a97b7b02d7d27eaeab0b37034438bbc" - integrity sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg== - dependencies: - ts-essentials "^2.0.3" - -use-isomorphic-layout-effect@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz#7bb6589170cd2987a152042f9084f9effb75c225" - integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ== - -use-latest@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.2.0.tgz#a44f6572b8288e0972ec411bdd0840ada366f232" - integrity sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw== - dependencies: - use-isomorphic-layout-effect "^1.0.0" - use-memo-one@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.2.tgz#0c8203a329f76e040047a35a1197defe342fab20" @@ -18192,10 +20432,10 @@ v8-compile-cache@^2.0.3: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== -v8-to-istanbul@^7.0.0: - version "7.1.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.1.tgz#04bfd1026ba4577de5472df4f5e89af49de5edda" - integrity sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA== +v8-to-istanbul@^8.0.0, v8-to-istanbul@^8.1.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed" + integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w== dependencies: "@types/istanbul-lib-coverage" "^2.0.1" convert-source-map "^1.6.0" @@ -18209,13 +20449,6 @@ validate-npm-package-license@^3.0.1: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -validate-npm-package-name@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e" - integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - dependencies: - builtins "^1.0.3" - value-equal@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" @@ -18226,20 +20459,6 @@ vary@~1.1.2: resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -vendors@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" - integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - vfile-location@^3.0.0, vfile-location@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c" @@ -18287,13 +20506,20 @@ w3c-xmlserializer@^2.0.0: dependencies: xml-name-validator "^3.0.0" -walker@^1.0.7, walker@~1.0.5: +walker@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= dependencies: makeerror "1.0.x" +walker@~1.0.5: + version "1.0.8" + resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" + integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== + dependencies: + makeerror "1.0.12" + warning@^4.0.2, warning@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" @@ -18319,6 +20545,14 @@ watchpack@^1.7.4: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.1" +watchpack@^2.2.0, watchpack@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25" + integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== + dependencies: + glob-to-regexp "^0.4.1" + graceful-fs "^4.1.2" + wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" @@ -18326,6 +20560,13 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= + dependencies: + defaults "^1.0.3" + web-namespaces@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" @@ -18336,6 +20577,11 @@ webidl-conversions@^3.0.0: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= +webidl-conversions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" + integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== + webidl-conversions@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" @@ -18346,7 +20592,7 @@ webidl-conversions@^6.1.0: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== -webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.2, webpack-dev-middleware@^3.7.3: +webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.3: version "3.7.3" resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== @@ -18357,59 +20603,79 @@ webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.2, webpack-dev-middle range-parser "^1.2.1" webpack-log "^2.0.0" -webpack-dev-server@3.11.1: - version "3.11.1" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz#c74028bf5ba8885aaf230e48a20e8936ab8511f0" - integrity sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ== +webpack-dev-middleware@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz#179cc40795882cae510b1aa7f3710cbe93c9333e" + integrity sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w== dependencies: - ansi-html "0.0.7" + colorette "^1.2.2" + mem "^8.1.1" + memfs "^3.2.2" + mime-types "^2.1.30" + range-parser "^1.2.1" + schema-utils "^3.0.0" + +webpack-dev-middleware@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f" + integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg== + dependencies: + colorette "^2.0.10" + memfs "^3.4.1" + mime-types "^2.1.31" + range-parser "^1.2.1" + schema-utils "^4.0.0" + +webpack-dev-server@^4.6.0: + version "4.7.4" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.7.4.tgz#d0ef7da78224578384e795ac228d8efb63d5f945" + integrity sha512-nfdsb02Zi2qzkNmgtZjkrMOcXnYZ6FLKcQwpxT7MvmHKc+oTtDsBju8j+NMyAygZ9GW1jMEUpy3itHtqgEhe1A== + dependencies: + "@types/bonjour" "^3.5.9" + "@types/connect-history-api-fallback" "^1.3.5" + "@types/express" "^4.17.13" + "@types/serve-index" "^1.9.1" + "@types/sockjs" "^0.3.33" + "@types/ws" "^8.2.2" + ansi-html-community "^0.0.8" bonjour "^3.5.0" - chokidar "^2.1.8" + chokidar "^3.5.3" + colorette "^2.0.10" compression "^1.7.4" connect-history-api-fallback "^1.6.0" - debug "^4.1.1" - del "^4.1.1" + default-gateway "^6.0.3" + del "^6.0.0" express "^4.17.1" - html-entities "^1.3.1" - http-proxy-middleware "0.19.1" - import-local "^2.0.0" - internal-ip "^4.3.0" - ip "^1.1.5" - is-absolute-url "^3.0.3" - killable "^1.0.1" - loglevel "^1.6.8" - opn "^5.5.0" - p-retry "^3.0.1" - portfinder "^1.0.26" - schema-utils "^1.0.0" - selfsigned "^1.10.8" - semver "^6.3.0" + graceful-fs "^4.2.6" + html-entities "^2.3.2" + http-proxy-middleware "^2.0.0" + ipaddr.js "^2.0.1" + open "^8.0.9" + p-retry "^4.5.0" + portfinder "^1.0.28" + schema-utils "^4.0.0" + selfsigned "^2.0.0" serve-index "^1.9.1" sockjs "^0.3.21" - sockjs-client "^1.5.0" spdy "^4.0.2" - strip-ansi "^3.0.1" - supports-color "^6.1.0" - url "^0.11.0" - webpack-dev-middleware "^3.7.2" - webpack-log "^2.0.0" - ws "^6.2.1" - yargs "^13.3.2" + strip-ansi "^7.0.0" + webpack-dev-middleware "^5.3.1" + ws "^8.4.2" webpack-filter-warnings-plugin@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz#dc61521cf4f9b4a336fbc89108a75ae1da951cdb" integrity sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg== -webpack-hot-middleware@^2.25.0: - version "2.25.0" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706" - integrity sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== +webpack-hot-middleware@^2.25.0, webpack-hot-middleware@^2.25.1: + version "2.25.1" + resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz#581f59edf0781743f4ca4c200fd32c9266c6cf7c" + integrity sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw== dependencies: - ansi-html "0.0.7" - html-entities "^1.2.0" + ansi-html-community "0.0.8" + html-entities "^2.1.0" querystring "^0.2.0" - strip-ansi "^3.0.0" + strip-ansi "^6.0.0" webpack-log@^2.0.0: version "2.0.0" @@ -18419,24 +20685,15 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" -webpack-manifest-plugin@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz#19ca69b435b0baec7e29fbe90fb4015de2de4f16" - integrity sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ== - dependencies: - fs-extra "^7.0.0" - lodash ">=3.5 <5" - object.entries "^1.1.0" - tapable "^1.0.0" - -webpack-merge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" - integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g== +webpack-manifest-plugin@^4.0.2: + version "4.1.1" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz#10f8dbf4714ff93a215d5a45bcc416d80506f94f" + integrity sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow== dependencies: - lodash "^4.17.15" + tapable "^2.0.0" + webpack-sources "^2.2.0" -webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== @@ -18444,6 +20701,19 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack- source-list-map "^2.0.0" source-map "~0.6.1" +webpack-sources@^2.2.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd" + integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA== + dependencies: + source-list-map "^2.0.1" + source-map "^0.6.1" + +webpack-sources@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + webpack-virtual-modules@^0.2.0, webpack-virtual-modules@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz#20863dc3cb6bb2104729fff951fbe14b18bd0299" @@ -18451,10 +20721,15 @@ webpack-virtual-modules@^0.2.0, webpack-virtual-modules@^0.2.2: dependencies: debug "^3.0.0" -webpack@4, webpack@4.44.2, webpack@^4.33.0, webpack@^4.38.0: - version "4.44.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72" - integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== +webpack-virtual-modules@^0.4.1: + version "0.4.3" + resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz#cd597c6d51d5a5ecb473eea1983a58fa8a17ded9" + integrity sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw== + +webpack@4, webpack@^4.33.0, webpack@^4.38.0: + version "4.46.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" + integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -18464,7 +20739,7 @@ webpack@4, webpack@4.44.2, webpack@^4.33.0, webpack@^4.38.0: ajv "^6.10.2" ajv-keywords "^3.4.1" chrome-trace-event "^1.0.2" - enhanced-resolve "^4.3.0" + enhanced-resolve "^4.5.0" eslint-scope "^4.0.3" json-parse-better-errors "^1.0.2" loader-runner "^2.4.0" @@ -18480,6 +20755,36 @@ webpack@4, webpack@4.44.2, webpack@^4.33.0, webpack@^4.38.0: watchpack "^1.7.4" webpack-sources "^1.4.1" +"webpack@>=4.43.0 <6.0.0", webpack@^5.64.4, webpack@^5.9.0: + version "5.70.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.70.0.tgz#3461e6287a72b5e6e2f4872700bc8de0d7500e6d" + integrity sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw== + dependencies: + "@types/eslint-scope" "^3.7.3" + "@types/estree" "^0.0.51" + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/wasm-edit" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + acorn "^8.4.1" + acorn-import-assertions "^1.7.6" + browserslist "^4.14.5" + chrome-trace-event "^1.0.2" + enhanced-resolve "^5.9.2" + es-module-lexer "^0.9.0" + eslint-scope "5.1.1" + events "^3.2.0" + glob-to-regexp "^0.4.1" + graceful-fs "^4.2.9" + json-parse-better-errors "^1.0.2" + loader-runner "^4.2.0" + mime-types "^2.1.27" + neo-async "^2.6.2" + schema-utils "^3.1.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.1.3" + watchpack "^2.3.1" + webpack-sources "^3.2.3" + websocket-driver@>=0.5.1, websocket-driver@^0.7.4: version "0.7.4" resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" @@ -18501,7 +20806,7 @@ whatwg-encoding@^1.0.5: dependencies: iconv-lite "0.4.24" -whatwg-fetch@^3.4.1: +whatwg-fetch@>=0.10.0, whatwg-fetch@^3.6.2: version "3.6.2" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== @@ -18519,6 +20824,15 @@ whatwg-url@^5.0.0: tr46 "~0.0.3" webidl-conversions "^3.0.0" +whatwg-url@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" + integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== + dependencies: + lodash.sortby "^4.7.0" + tr46 "^1.0.1" + webidl-conversions "^4.0.2" + whatwg-url@^8.0.0, whatwg-url@^8.5.0: version "8.5.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3" @@ -18551,19 +20865,19 @@ which@^1.2.9, which@^1.3.1: dependencies: isexe "^2.0.0" -which@^2.0.1, which@^2.0.2: +which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== +wide-align@^1.1.0, wide-align@^1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" + integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== dependencies: - string-width "^1.0.2 || 2" + string-width "^1.0.2 || 2 || 3 || 4" widest-line@^3.1.0: version "3.1.0" @@ -18577,158 +20891,179 @@ word-wrap@^1.2.3, word-wrap@~1.2.3: resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== -workbox-background-sync@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz#5ae0bbd455f4e9c319e8d827c055bb86c894fd12" - integrity sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA== +wordwrap@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" + integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= + +workbox-background-sync@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.5.1.tgz#df79c6a4a22945d8a44493a4947a6ed0f720ef86" + integrity sha512-T5a35fagLXQvV8Dr4+bDU+XYsP90jJ3eBLjZMKuCNELMQZNj+VekCODz1QK44jgoBeQk+vp94pkZV6G+e41pgg== dependencies: - workbox-core "^5.1.4" + idb "^6.1.4" + workbox-core "6.5.1" -workbox-broadcast-update@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz#0eeb89170ddca7f6914fa3523fb14462891f2cfc" - integrity sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA== +workbox-broadcast-update@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.5.1.tgz#9aecb116979b0709480b84cfd1beca7a901d01d4" + integrity sha512-mb/oyblyEpDbw167cCTyHnC3RqCnCQHtFYuYZd+QTpuExxM60qZuBH1AuQCgvLtDcztBKdEYK2VFD9SZYgRbaQ== dependencies: - workbox-core "^5.1.4" + workbox-core "6.5.1" -workbox-build@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-5.1.4.tgz#23d17ed5c32060c363030c8823b39d0eabf4c8c7" - integrity sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow== +workbox-build@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.5.1.tgz#6b5e8f090bb608267868540d3072b44b8531b3bc" + integrity sha512-coDUDzHvFZ1ADOl3wKCsCSyOBvkPKlPgcQDb6LMMShN1zgF31Mev/1HzN3+9T2cjjWAgFwZKkuRyExqc1v21Zw== dependencies: - "@babel/core" "^7.8.4" - "@babel/preset-env" "^7.8.4" - "@babel/runtime" "^7.8.4" - "@hapi/joi" "^15.1.0" - "@rollup/plugin-node-resolve" "^7.1.1" - "@rollup/plugin-replace" "^2.3.1" - "@surma/rollup-plugin-off-main-thread" "^1.1.1" + "@apideck/better-ajv-errors" "^0.3.1" + "@babel/core" "^7.11.1" + "@babel/preset-env" "^7.11.0" + "@babel/runtime" "^7.11.2" + "@rollup/plugin-babel" "^5.2.0" + "@rollup/plugin-node-resolve" "^11.2.1" + "@rollup/plugin-replace" "^2.4.1" + "@surma/rollup-plugin-off-main-thread" "^2.2.3" + ajv "^8.6.0" common-tags "^1.8.0" fast-json-stable-stringify "^2.1.0" - fs-extra "^8.1.0" + fs-extra "^9.0.1" glob "^7.1.6" - lodash.template "^4.5.0" + lodash "^4.17.20" pretty-bytes "^5.3.0" - rollup "^1.31.1" - rollup-plugin-babel "^4.3.3" - rollup-plugin-terser "^5.3.1" - source-map "^0.7.3" - source-map-url "^0.4.0" + rollup "^2.43.1" + rollup-plugin-terser "^7.0.0" + source-map "^0.8.0-beta.0" stringify-object "^3.3.0" - strip-comments "^1.0.2" - tempy "^0.3.0" + strip-comments "^2.0.1" + tempy "^0.6.0" upath "^1.2.0" - workbox-background-sync "^5.1.4" - workbox-broadcast-update "^5.1.4" - workbox-cacheable-response "^5.1.4" - workbox-core "^5.1.4" - workbox-expiration "^5.1.4" - workbox-google-analytics "^5.1.4" - workbox-navigation-preload "^5.1.4" - workbox-precaching "^5.1.4" - workbox-range-requests "^5.1.4" - workbox-routing "^5.1.4" - workbox-strategies "^5.1.4" - workbox-streams "^5.1.4" - workbox-sw "^5.1.4" - workbox-window "^5.1.4" - -workbox-cacheable-response@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz#9ff26e1366214bdd05cf5a43da9305b274078a54" - integrity sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA== - dependencies: - workbox-core "^5.1.4" - -workbox-core@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4" - integrity sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg== - -workbox-expiration@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-5.1.4.tgz#92b5df461e8126114943a3b15c55e4ecb920b163" - integrity sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ== - dependencies: - workbox-core "^5.1.4" - -workbox-google-analytics@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz#b3376806b1ac7d7df8418304d379707195fa8517" - integrity sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA== - dependencies: - workbox-background-sync "^5.1.4" - workbox-core "^5.1.4" - workbox-routing "^5.1.4" - workbox-strategies "^5.1.4" - -workbox-navigation-preload@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz#30d1b720d26a05efc5fa11503e5cc1ed5a78902a" - integrity sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ== - dependencies: - workbox-core "^5.1.4" - -workbox-precaching@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-5.1.4.tgz#874f7ebdd750dd3e04249efae9a1b3f48285fe6b" - integrity sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA== - dependencies: - workbox-core "^5.1.4" - -workbox-range-requests@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz#7066a12c121df65bf76fdf2b0868016aa2bab859" - integrity sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw== - dependencies: - workbox-core "^5.1.4" - -workbox-routing@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-5.1.4.tgz#3e8cd86bd3b6573488d1a2ce7385e547b547e970" - integrity sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw== - dependencies: - workbox-core "^5.1.4" - -workbox-strategies@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-5.1.4.tgz#96b1418ccdfde5354612914964074d466c52d08c" - integrity sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA== - dependencies: - workbox-core "^5.1.4" - workbox-routing "^5.1.4" - -workbox-streams@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-5.1.4.tgz#05754e5e3667bdc078df2c9315b3f41210d8cac0" - integrity sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw== - dependencies: - workbox-core "^5.1.4" - workbox-routing "^5.1.4" - -workbox-sw@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-5.1.4.tgz#2bb34c9f7381f90d84cef644816d45150011d3db" - integrity sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA== - -workbox-webpack-plugin@5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz#7bfe8c16e40fe9ed8937080ac7ae9c8bde01e79c" - integrity sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ== + workbox-background-sync "6.5.1" + workbox-broadcast-update "6.5.1" + workbox-cacheable-response "6.5.1" + workbox-core "6.5.1" + workbox-expiration "6.5.1" + workbox-google-analytics "6.5.1" + workbox-navigation-preload "6.5.1" + workbox-precaching "6.5.1" + workbox-range-requests "6.5.1" + workbox-recipes "6.5.1" + workbox-routing "6.5.1" + workbox-strategies "6.5.1" + workbox-streams "6.5.1" + workbox-sw "6.5.1" + workbox-window "6.5.1" + +workbox-cacheable-response@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.5.1.tgz#f71d0a75b3d6846e39594955e99ac42fd26f8693" + integrity sha512-3TdtH/luDiytmM+Cn72HCBLZXmbeRNJqZx2yaVOfUZhj0IVwZqQXhNarlGE9/k6U5Jelb+TtpH2mLVhnzfiSMg== + dependencies: + workbox-core "6.5.1" + +workbox-core@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.5.1.tgz#0dba3bccf883a46dfa61cc412eaa3cb09bb549e6" + integrity sha512-qObXZ39aFJ2N8X7IUbGrJHKWguliCuU1jOXM/I4MTT84u9BiKD2rHMkIzgeRP1Ixu9+cXU4/XHJq3Cy0Qqc5hw== + +workbox-expiration@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.5.1.tgz#9f105fcf3362852754884ad153888070ce98b692" + integrity sha512-iY/cTADAQATMmPkUBRmQdacqq0TJd2wMHimBQz+tRnPGHSMH+/BoLPABPnu7O7rT/g/s59CUYYRGxe3mEgoJCA== + dependencies: + idb "^6.1.4" + workbox-core "6.5.1" + +workbox-google-analytics@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.5.1.tgz#685224d439c1e7a943f8241d65e2a34ee95a4ba0" + integrity sha512-qZU46/h4dbionYT6Yk6iBkUwpiEzAfnO1W7KkI+AMmY7G9/gA03dQQ7rpTw8F4vWrG7ahTUGWDFv6fERtaw1BQ== + dependencies: + workbox-background-sync "6.5.1" + workbox-core "6.5.1" + workbox-routing "6.5.1" + workbox-strategies "6.5.1" + +workbox-navigation-preload@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.5.1.tgz#a244e3bdf99ce86da7210315ca1ba5aef3710825" + integrity sha512-aKrgAbn2IMgzTowTi/ZyKdQUcES2m++9aGtpxqsX7Gn9ovCY8zcssaMEAMMwrIeveij5HiWNBrmj6MWDHi+0rg== + dependencies: + workbox-core "6.5.1" + +workbox-precaching@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.5.1.tgz#177b6424f1e71e601b9c3d6864decad2655f9ff9" + integrity sha512-EzlPBxvmjGfE56YZzsT/vpVkpLG1XJhoplgXa5RPyVWLUL1LbwEAxhkrENElSS/R9tgiTw80IFwysidfUqLihg== + dependencies: + workbox-core "6.5.1" + workbox-routing "6.5.1" + workbox-strategies "6.5.1" + +workbox-range-requests@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.5.1.tgz#f40f84aa8765940543eba16131d02f12b38e2fdc" + integrity sha512-57Da/qRbd9v33YlHX0rlSUVFmE4THCjKqwkmfhY3tNLnSKN2L5YBS3qhWeDO0IrMNgUj+rGve2moKYXeUqQt4A== + dependencies: + workbox-core "6.5.1" + +workbox-recipes@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.5.1.tgz#d2fb21743677cc3ca9e1fc9e3b68f0d1587df205" + integrity sha512-DGsyKygHggcGPQpWafC/Nmbm1Ny3sB2vE9r//3UbeidXiQ+pLF14KEG1/0NNGRaY+lfOXOagq6d1H7SC8KA+rA== + dependencies: + workbox-cacheable-response "6.5.1" + workbox-core "6.5.1" + workbox-expiration "6.5.1" + workbox-precaching "6.5.1" + workbox-routing "6.5.1" + workbox-strategies "6.5.1" + +workbox-routing@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.5.1.tgz#5488795ae850fe3ae435241143b54ff25ab0db70" + integrity sha512-yAAncdTwanvlR8KPjubyvFKeAok8ZcIws6UKxvIAg0I+wsf7UYi93DXNuZr6RBSQrByrN6HkCyjuhmk8P63+PA== + dependencies: + workbox-core "6.5.1" + +workbox-strategies@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.5.1.tgz#51cabbddad5a1956eb9d51cf6ce01ab0a6372756" + integrity sha512-JNaTXPy8wXzKkr+6za7/eJX9opoZk7UgY261I2kPxl80XQD8lMjz0vo9EOcBwvD72v3ZhGJbW84ZaDwFEhFvWA== + dependencies: + workbox-core "6.5.1" + +workbox-streams@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.5.1.tgz#12036817385fa4449a86a3ef77fce1cb00ecad9f" + integrity sha512-7jaTWm6HRGJ/ewECnhb+UgjTT50R42E0/uNCC4eTKQwnLO/NzNGjoXTdQgFjo4zteR+L/K6AtFAiYKH3ZJbAYw== + dependencies: + workbox-core "6.5.1" + workbox-routing "6.5.1" + +workbox-sw@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.5.1.tgz#f9256b40f0a7e94656ccd06f127ba19a92cd23c5" + integrity sha512-hVrQa19yo9wzN1fQQ/h2JlkzFpkuH2qzYT2/rk7CLaWt6tLnTJVFCNHlGRRPhytZSf++LoIy7zThT714sowT/Q== + +workbox-webpack-plugin@^6.4.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.1.tgz#da88b4b6d8eff855958f0e7ebb7aa3eea50a8282" + integrity sha512-SHtlQBpKruI16CAYhICDMkgjXE2fH5Yp+D+1UmBfRVhByZYzusVOykvnPm8ObJb9d/tXgn9yoppoxafFS7D4vQ== dependencies: - "@babel/runtime" "^7.5.5" - fast-json-stable-stringify "^2.0.0" - source-map-url "^0.4.0" - upath "^1.1.2" - webpack-sources "^1.3.0" - workbox-build "^5.1.4" + fast-json-stable-stringify "^2.1.0" + pretty-bytes "^5.4.1" + upath "^1.2.0" + webpack-sources "^1.4.3" + workbox-build "6.5.1" -workbox-window@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-5.1.4.tgz#2740f7dea7f93b99326179a62f1cc0ca2c93c863" - integrity sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw== +workbox-window@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.5.1.tgz#7b5ca29467b1da45dc9e2b5a1b89159d3eb9957a" + integrity sha512-oRlun9u7b7YEjo2fIDBqJkU2hXtrEljXcOytRhfeQRbqXxjUOpFgXSGRSAkmDx1MlKUNOSbr+zfi8h5n7In3yA== dependencies: - workbox-core "^5.1.4" + "@types/trusted-types" "^2.0.2" + workbox-core "6.5.1" worker-farm@^1.7.0: version "1.7.0" @@ -18753,15 +21088,6 @@ wrap-ansi@^5.1.0: string-width "^3.0.0" strip-ansi "^5.0.0" -wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" @@ -18795,17 +21121,29 @@ write-file-atomic@^3.0.0: signal-exit "^3.0.2" typedarray-to-buffer "^3.1.5" -ws@^6.1.0, ws@^6.2.1: +ws@^6.1.0: version "6.2.2" resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== dependencies: async-limiter "~1.0.0" -ws@^7.4.4: - version "7.4.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" - integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== +ws@^7.4.6: + version "7.5.7" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67" + integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A== + +ws@^8.2.3, ws@^8.4.2: + version "8.5.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" + integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== + +x-default-browser@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/x-default-browser/-/x-default-browser-0.4.0.tgz#70cf0da85da7c0ab5cb0f15a897f2322a6bdd481" + integrity sha1-cM8NqF2nwKtcsPFaiX8jIqa91IE= + optionalDependencies: + default-browser-id "^1.0.4" xdg-basedir@^4.0.0: version "4.0.0" @@ -18822,7 +21160,7 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: +xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== @@ -18847,7 +21185,7 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@^1.10.0, yaml@^1.7.2: +yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: version "1.10.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== @@ -18860,20 +21198,22 @@ yargs-parser@^13.1.2: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^18.1.2: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - yargs-parser@^20.2.2: version "20.2.7" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== -yargs@^13.3.0, yargs@^13.3.2: +yargs-parser@^20.2.7: + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== + +yargs-parser@^21.0.0: + version "21.0.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" + integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== + +yargs@^13.3.0: version "13.3.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== @@ -18889,23 +21229,6 @@ yargs@^13.3.0, yargs@^13.3.2: y18n "^4.0.0" yargs-parser "^13.1.2" -yargs@^15.4.1: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" - yargs@^16.2.0: version "16.2.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" @@ -18919,6 +21242,19 @@ yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.1.1: + version "17.3.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.3.1.tgz#da56b28f32e2fd45aefb402ed9c26f42be4c07b9" + integrity sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.0.0" + yauzl@^2.10.0: version "2.10.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
{column.canFilter && column.render("Filter")} @@ -79,7 +84,7 @@ export function TableRenderer({ prepareRow(row); return ( -
diff --git a/src/components/tables/cellRenderers.tsx b/src/components/tables/cellRenderers.tsx index e45881c5..6134c373 100644 --- a/src/components/tables/cellRenderers.tsx +++ b/src/components/tables/cellRenderers.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/filterRenderers.tsx b/src/components/tables/filterRenderers.tsx index c7038ebf..35547aa6 100644 --- a/src/components/tables/filterRenderers.tsx +++ b/src/components/tables/filterRenderers.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,12 +13,13 @@ * */ +import { EuiFieldText } from "@elastic/eui"; import DropDownContainer from "components/tables/DropDownContainer"; import { ActionType, TableSettingsAction } from "components/tables/NwaTable"; import { intl } from "locale/i18n"; import debounce from "lodash/debounce"; import React, { Dispatch, useContext } from "react"; -import Select, { ActionMeta, ValueType } from "react-select"; +import ReactSelect, { ActionMeta, ValueType } from "react-select"; import { ColumnInstance, TableState } from "react-table"; import ApplicationContext from "utils/ApplicationContext"; import { Option, Organization, ProcessV2 } from "utils/types"; @@ -77,7 +78,7 @@ function CustomersFilter({ title={column.id} renderButtonContent={renderFilterIcon(filtering)} renderContent={(disabled: boolean, reset) => ( - + ref={(ref) => ref?.focus()} id={`filter-${state.name}.${column.id}`} inputID={`input-filter-${state.name}.${column.id}`} @@ -154,7 +155,7 @@ export function renderMultiSelectFilter( title={column.id} renderButtonContent={renderFilterIcon(filtering)} renderContent={(disabled, reset) => ( - + ref={(ref) => ref?.focus()} id={`filter-${state.name}.${column.id}`} inputId={`input-filter-${state.name}.${column.id}`} @@ -212,7 +213,7 @@ export function renderSingleSelectFilter( title={column.id} renderButtonContent={renderFilterIcon(filtering)} renderContent={(disabled, reset) => ( - + ref={(ref) => ref?.focus()} id={`filter-${state.name}.${column.id}`} inputId={`input-filter-${state.name}.${column.id}`} @@ -251,7 +252,8 @@ export function renderILikeFilter({ dispatch({ type: ActionType.FILTER_CLEAR, id: column.id }); } return ( - { diff --git a/src/components/tables/useFilterableDataFetcher.ts b/src/components/tables/useFilterableDataFetcher.ts index 00746d41..55f097b5 100644 --- a/src/components/tables/useFilterableDataFetcher.ts +++ b/src/components/tables/useFilterableDataFetcher.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/components/tables/useInterval.ts b/src/components/tables/useInterval.ts index 8f2d7ba9..9ebe17f1 100644 --- a/src/components/tables/useInterval.ts +++ b/src/components/tables/useInterval.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/contextProviders/engineSettingsProvider/index.tsx b/src/contextProviders/engineSettingsProvider/index.tsx index 5b7f7cf5..4c095918 100644 --- a/src/contextProviders/engineSettingsProvider/index.tsx +++ b/src/contextProviders/engineSettingsProvider/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/custom-example/components/subscriptionDetail/SubscriptionInstanceValue.tsx b/src/custom-example/components/subscriptionDetail/SubscriptionInstanceValue.tsx index ebfce690..9818f75c 100644 --- a/src/custom-example/components/subscriptionDetail/SubscriptionInstanceValue.tsx +++ b/src/custom-example/components/subscriptionDetail/SubscriptionInstanceValue.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,8 +13,9 @@ * */ -import React, { useState } from "react"; +import React, { useContext, useState } from "react"; import { FormattedMessage } from "react-intl"; +import ApplicationContext from "utils/ApplicationContext"; function SubscriptionInstanceValueRow({ label, @@ -35,9 +36,10 @@ function SubscriptionInstanceValueRow({ type: string; }>) { const icon = children ? "minus" : "plus"; + const { theme } = useContext(ApplicationContext); return ( -
{label.toUpperCase()} diff --git a/src/custom-example/uniforms/AutoFieldLoader.tsx b/src/custom-example/uniforms/AutoFieldLoader.tsx index e77b858e..730d5718 100644 --- a/src/custom-example/uniforms/AutoFieldLoader.tsx +++ b/src/custom-example/uniforms/AutoFieldLoader.tsx @@ -82,5 +82,7 @@ export function autoFieldFunction(props: GuaranteedProps & Record) { const icon = children ? "minus" : "plus"; - const { apiClient } = useContext(ApplicationContext); + const { apiClient, theme } = useContext(ApplicationContext); var imsLink = ""; if (isExternalLinkValue) { @@ -117,7 +117,7 @@ function SubscriptionInstanceValueRow({ : value; return ( -
{label.toUpperCase()} diff --git a/src/custom-surf/pages/Prefixes.scss b/src/custom-surf/pages/Prefixes.scss index 28faca8b..1cf3a790 100644 --- a/src/custom-surf/pages/Prefixes.scss +++ b/src/custom-surf/pages/Prefixes.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. */ @use "sass:color"; @@ -26,36 +26,66 @@ table.prefixes { } tr { - border-bottom: 1px solid vars.$light-grey; + &.light { + border-bottom: 1px solid vars.$light-grey; + } + &.dark { + border-bottom: 1px solid vars.$dark-grey; + } } tr.Allocated { - background-color: vars.$light-primary; + &.light { + background-color: vars.$light-primary; + } + &.dark { + background-color: vars.$darkest-primary; + } &:hover { - background-color: color.adjust(vars.$light-primary, $lightness: -10%); + &.light { + background-color: color.adjust(vars.$light-primary, $lightness: -10%); + } + &.dark { + background-color: color.adjust(vars.$darkest-primary, $lightness: -10%); + } } } tr.Planned { cursor: default; - background-color: vars.$light-gold; - } - - tr.Free { - background-color: vars.$light-success; + &.light { + background-color: vars.$light-gold; + } + &.dark { + background-color: vars.$dark-gold; + } &:hover { - background-color: color.adjust(vars.$light-success, $lightness: -10%); + &.light { + background-color: color.adjust(vars.$light-gold, $lightness: -10%); + } + &.dark { + background-color: color.adjust(vars.$dark-gold, $lightness: -10%); + } } } - tr.selected { - background-color: vars.$dark-grey; - color: white; + tr.Free { + &.light { + background-color: vars.$light-success; + } + &.dark { + background-color: vars.$dark-success; + } &:hover { - background-color: black; + &.light { + background-color: color.adjust(vars.$light-success, $lightness: -10%); + } + &.dark { + background-color: color.adjust(vars.$dark-success, $lightness: -10%); + } } } diff --git a/src/custom-surf/pages/Prefixes.tsx b/src/custom-surf/pages/Prefixes.tsx index d490cd40..5f246cb8 100644 --- a/src/custom-surf/pages/Prefixes.tsx +++ b/src/custom-surf/pages/Prefixes.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * */ @@ -349,6 +349,7 @@ class Prefixes extends React.PureComponent { render() { const { intl } = this.props; + const { theme } = this.context; const columns: Column[] = [ "customer", "subscription_id", @@ -417,7 +418,12 @@ class Prefixes extends React.PureComponent {
& Record \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index 4cf570c6..620c1acb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -27,10 +27,6 @@ import { websocketService } from "websocketService"; const appElement = document.getElementById("app"); -if (module.hot) { - module.hot.accept(); -} - if (ENV.TRACING_ENABLED) { console.log("Initialized Sentry"); Sentry.init({ @@ -106,7 +102,25 @@ if (ENV.OAUTH2_ENABLED) { // @ts-ignore if (props.userData && !props.userData.expired) { - return ; + return ( + <> + + + + + ); } }} @@ -114,5 +128,21 @@ if (ENV.OAUTH2_ENABLED) { appElement ); } else { - ReactDOM.render(, appElement); + // Todo: also implement it in the if + ReactDOM.render( + <> + + + + , + appElement + ); } diff --git a/src/lib/Spin.ts b/src/lib/Spin.ts index d5943892..6978a9cd 100644 --- a/src/lib/Spin.ts +++ b/src/lib/Spin.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/themes/.gitignore b/src/lib/themes/.gitignore deleted file mode 100644 index 4e86be55..00000000 --- a/src/lib/themes/.gitignore +++ /dev/null @@ -1,141 +0,0 @@ - -# Created by https://www.toptal.com/developers/gitignore/api/node,yarn,sass -# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn,sass - -### Node ### -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env -.env.test - -# parcel-bundler cache (https://parceljs.org/) -.cache - -# Next.js build output -.next - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -### Sass ### -.sass-cache/ -*.css.map -*.sass.map -*.scss.map - -### yarn ### -# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored - -# .yarn/unplugged and .yarn/build-state.yml should likely always be ignored since -# they typically hold machine-specific build artifacts. Ignoring them might however -# prevent Zero-Installs from working (to prevent this, set enableScripts to false). -.yarn/unplugged -.yarn/build-state.yml - -# .yarn/cache and .pnp.* may be safely ignored, but you'll need to run yarn install -# to regenerate them between each branch switch. -# Uncomment the following lines if you're not using Zero-Installs: -# .yarn/cache -# .pnp.* - -# End of https://www.toptal.com/developers/gitignore/api/node,yarn,sass - -# We want to commit this -!theme.css - -### webpack ### -main.js diff --git a/src/lib/themes/README.md b/src/lib/themes/README.md deleted file mode 100644 index b05a69bf..00000000 --- a/src/lib/themes/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# SURFnet EUI theme light - -NOTE: in version 42.0.0 EUI switches to @emotion and this also has an effect on the sass vars. - -Excerpt from the EUI changelog: - -**Breaking changes** - -- Added @emotion/react to peerDependencies -- Amsterdam is now the default theme, deprecated and renamed old theme as "legacy" -- Re-organized Sass files including where the globals are imported from - -So for now the EUI version is stuck on 41.2.3 - -## USE - -1. `yarn` -2. `yarn build` or `yarn build:watch` - -The theme is split into a separate package so the orchestrator-client can use the output of the SASS instead of having -to compile the complete theme on start up. Keep in mind that upgrading EUI should be done in 2 package.json files: the -project one and the package.json in this folder. After updating you run `yarn build` to get a new main CSS file. - -When working on the theme itself you can get a hot reloading setup by running the `yarn build:watch` in this folder. diff --git a/src/lib/themes/colors.scss b/src/lib/themes/colors.scss deleted file mode 100644 index 23664a98..00000000 --- a/src/lib/themes/colors.scss +++ /dev/null @@ -1,35 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ -// This extra import allows any variables that are created via functions to work when loaded into JS -@use "./vars.scss"; -@import "~@elastic/eui/src/global_styling/variables/colors"; - -$euiColorPrimary: vars.$primary; -$euiColorSecondary: vars.$accent; // secondary seems to be removed -$euiColorAccent: vars.$accent; -$euiColorSuccess: vars.$success; -$euiColorDanger: vars.$danger; -$euiColorWarning: vars.$warning; - -$euiLinkColor: $euiColorPrimary; // Weirdly this one wasn't updating with new primary color - -// Contrasty text variants -$euiColorPrimaryText: makeHighContrastColor($euiColorPrimary); -$euiColorSecondaryText: makeHighContrastColor($euiColorSecondary); -$euiColorAccentText: makeHighContrastColor($euiColorAccent); - -:root { - --eui-color-primary: #{$euiColorPrimary}; -} diff --git a/src/lib/themes/eui_default/vars.scss b/src/lib/themes/eui_default/vars.scss deleted file mode 100644 index 67a53722..00000000 --- a/src/lib/themes/eui_default/vars.scss +++ /dev/null @@ -1,73 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -// Colors -$primary: #006bb4; -$darker-primary: #014074; -$lighter-primary: #a8d9e6; -$light-primary: #ecf9fe; -$lightest-primary: #fcfdff; - -$secondary: #000; - -$danger: #bd271e; -$light-danger: #ffcdc6; -$lightest-danger: #ffddd6; - -$accent: #016936; - -$success: #016936; -$light-success: #d0ffd9; -$lightest-success: #e5ffed; - -$warning: #c94e22; -$light-warning: #ffe4ab; - -$background: #f9f9f9; - -$medium-grey: #a6b6be; -$dark-grey: #565656; -$light-grey: #eff2f3; -$lighter-grey: #d9d9d8; -$lightest-grey: #fbfbfb; - -$hover: #f9fcfd; - -$gold: #d4af37; -$light-gold: #fdf6d4; -$lightest-gold: #fdfde3; - -$table-odd-even: #fbfbfb; - -// borders -$border: rgba(black, 0.1); -$border-light: rgba(white, 0.2); - -// Sizes -$br: 3px; - -// Screen -$medium: 1680px; - -// Z-index -$z-index: ( - "sync": 900, - "flash": 1020, - "explain": 1010, -); - -.euiButton--warning.euiButton--fill { - color: #fff !important; -} diff --git a/src/lib/themes/main.scss b/src/lib/themes/main.scss deleted file mode 100644 index dd91e288..00000000 --- a/src/lib/themes/main.scss +++ /dev/null @@ -1,28 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ -// This is our custom theme for Elastic UI -// Docs: https://elastic.github.io/eui - -// Import Elastic UI theme colors -@import "./colors.scss"; - -// Below are imports from Elastic UI, -// They are required to make the kit work, customization is possible. - -// Global styling -@import "~@elastic/eui/src/themes/eui-amsterdam/global_styling/index"; - -// Components -@import "~@elastic/eui/src/components/index"; diff --git a/src/lib/themes/package.json b/src/lib/themes/package.json deleted file mode 100644 index 7cc65d45..00000000 --- a/src/lib/themes/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "surfnet_light", - "author": "SURF", - "main": "surfnet_light.css", - "sass": "surfnet_light.scss", - "private": true, - "files": [ - "*" - ], - "scripts": { - "build": "webpack && rm main.js", - "build:watch": "webpack --watch && rm main.js" - }, - "devDependencies": { - "@elastic/eui": "^41.2.3", - "dart-sass": "^1.25.0", - "sass-loader": "^10.0.2", - "webpack": "^4.44.1", - "webpack-cli": "^3.3.12" - } -} diff --git a/src/lib/themes/surfnet_light/vars.scss b/src/lib/themes/surfnet_light/vars.scss deleted file mode 100644 index f23d20be..00000000 --- a/src/lib/themes/surfnet_light/vars.scss +++ /dev/null @@ -1,92 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -// Colors -$primary: #4db2cf; -$darker-primary: #4da7c0; -$lighter-primary: #a8d9e6; -$light-primary: #cbe7fb; -$lightest-primary: #fcfdff; - -$accent: #274b72; - -$danger: #b62222; -$light-danger: #ffcdc6; -$lightest-danger: #ffddd6; - -$success: #33cd2e; -$light-success: #d0ffd9; -$lightest-success: #e5ffed; - -$warning: #e39846; -$light-warning: #ffe4ab; - -$background: #f9f9f9; - -$medium-grey: #a6b6be; -$dark-grey: #565656; -$light-grey: #eff2f3; -$lighter-grey: #d9d9d8; -$lightest-grey: #fbfbfb; - -$hover: #f9fcfd; - -$gold: #d4af37; -$light-gold: #fdf6d4; -$lightest-gold: #fdfde3; - -$table-odd-even: #fbfbfb; - -// borders -$border: rgba(black, 0.1); -$border-light: rgba(white, 0.2); - -// Sizes -$br: 3px; - -// Screen -$medium: 1680px; - -// Z-index -$z-index: ( - "sync": 900, - "flash": 1020, - "explain": 1010, -); - -// Overrides -// Force button text color -.euiButton--primary.euiButton--fill { - color: #fff !important; -} - -.euiButton--warning.euiButton--fill { - color: #fff !important; -} - -.euiButton--warning.euiButton { - background-color: #faf0e8 !important; -} -.euiButton--warning.euiButton--fill { - background-color: #e39846 !important; -} - -.euiTitle { - color: $dark-grey; -} - -.euiTab { - color: red; -} diff --git a/src/lib/themes/theme.css b/src/lib/themes/theme.css deleted file mode 100644 index 59234e45..00000000 --- a/src/lib/themes/theme.css +++ /dev/null @@ -1,53 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - *//*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - *//*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */.euiButton--primary.euiButton--fill{color:#fff !important}.euiButton--warning.euiButton--fill{color:#fff !important}.euiButton--warning.euiButton{background-color:#faf0e8 !important}.euiButton--warning.euiButton--fill{background-color:#e39846 !important}.euiTitle{color:#565656}.euiTab{color:red}/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */:root{--eui-color-primary: #4db2cf}@keyframes euiAnimFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes euiGrow{0%{opacity:0}1%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes focusRingAnimate{0%{box-shadow:0 0 0 2px rgba(77,178,207,0)}100%{box-shadow:0 0 0 2px #367c91}}@keyframes focusRingAnimateLarge{0%{box-shadow:0 0 0 10px rgba(77,178,207,0)}100%{box-shadow:0 0 0 4px #367c91}}@keyframes euiButtonActive{50%{transform:translateY(1px)}}.eui-alignBaseline{vertical-align:baseline !important}.eui-alignBottom{vertical-align:bottom !important}.eui-alignMiddle{vertical-align:middle !important}.eui-alignTop{vertical-align:top !important}.eui-displayBlock{display:block !important}.eui-displayInline{display:inline !important}.eui-displayInlineBlock{display:inline-block !important}.eui-fullWidth{display:block !important;width:100% !important}.eui-textCenter{text-align:center !important}.eui-textLeft{text-align:left !important}.eui-textRight{text-align:right !important}.eui-textNoWrap{white-space:nowrap !important}.eui-textInheritColor{color:inherit !important}.eui-textBreakWord{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word}.eui-textBreakAll{overflow-wrap:break-word !important;word-break:break-all !important}.eui-textBreakNormal{overflow-wrap:normal !important;word-wrap:normal !important;word-break:normal !important}.eui-textOverflowWrap{overflow-wrap:break-word !important}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.eui-textOverflowWrap{word-break:break-all !important}}.eui-textTruncate{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.eui-textNumber{font-feature-settings:"calt" 1,"kern" 1,"liga" 1,"tnum" 1}[class*=eui-showFor]{display:none !important}@media only screen and (max-width: 574px){.eui-hideFor--xs{display:none !important}}@media only screen and (max-width: 574px){.eui-showFor--xs{display:inline !important}}@media only screen and (max-width: 574px){.eui-showFor--xs--block{display:block !important}}@media only screen and (max-width: 574px){.eui-showFor--xs--inlineBlock{display:inline-block !important}}@media only screen and (max-width: 574px){.eui-showFor--xs--flex{display:flex !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.eui-hideFor--s{display:none !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.eui-showFor--s{display:inline !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.eui-showFor--s--block{display:block !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.eui-showFor--s--inlineBlock{display:inline-block !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.eui-showFor--s--flex{display:flex !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.eui-hideFor--m{display:none !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.eui-showFor--m{display:inline !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.eui-showFor--m--block{display:block !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.eui-showFor--m--inlineBlock{display:inline-block !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.eui-showFor--m--flex{display:flex !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.eui-hideFor--l{display:none !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.eui-showFor--l{display:inline !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.eui-showFor--l--block{display:block !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.eui-showFor--l--inlineBlock{display:inline-block !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.eui-showFor--l--flex{display:flex !important}}@media only screen and (min-width: 1200px){.eui-hideFor--xl{display:none !important}}@media only screen and (min-width: 1200px){.eui-showFor--xl{display:inline !important}}@media only screen and (min-width: 1200px){.eui-showFor--xl--block{display:block !important}}@media only screen and (min-width: 1200px){.eui-showFor--xl--inlineBlock{display:inline-block !important}}@media only screen and (min-width: 1200px){.eui-showFor--xl--flex{display:flex !important}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiIEFlexWrapFix{flex-grow:1;flex-shrink:1;flex-basis:0%}}.eui-yScroll{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden}.eui-yScroll::-webkit-scrollbar{width:16px;height:16px}.eui-yScroll::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.eui-yScroll::-webkit-scrollbar-corner,.eui-yScroll::-webkit-scrollbar-track{background-color:transparent}.eui-yScroll:focus{outline:none}.eui-yScroll[tabindex="0"]:focus:focus-visible{outline-style:auto}.eui-xScroll{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-x:auto}.eui-xScroll::-webkit-scrollbar{width:16px;height:16px}.eui-xScroll::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.eui-xScroll::-webkit-scrollbar-corner,.eui-xScroll::-webkit-scrollbar-track{background-color:transparent}.eui-xScroll:focus{outline:none}.eui-xScroll[tabindex="0"]:focus:focus-visible{outline-style:auto}.eui-yScrollWithShadows{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%)}.eui-yScrollWithShadows::-webkit-scrollbar{width:16px;height:16px}.eui-yScrollWithShadows::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.eui-yScrollWithShadows::-webkit-scrollbar-corner,.eui-yScrollWithShadows::-webkit-scrollbar-track{background-color:transparent}.eui-yScrollWithShadows:focus{outline:none}.eui-yScrollWithShadows[tabindex="0"]:focus:focus-visible{outline-style:auto}.eui-xScrollWithShadows{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-x:auto;mask-image:linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%)}.eui-xScrollWithShadows::-webkit-scrollbar{width:16px;height:16px}.eui-xScrollWithShadows::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.eui-xScrollWithShadows::-webkit-scrollbar-corner,.eui-xScrollWithShadows::-webkit-scrollbar-track{background-color:transparent}.eui-xScrollWithShadows:focus{outline:none}.eui-xScrollWithShadows[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiYScrollWithShadows{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%)}.euiYScrollWithShadows::-webkit-scrollbar{width:16px;height:16px}.euiYScrollWithShadows::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiYScrollWithShadows::-webkit-scrollbar-corner,.euiYScrollWithShadows::-webkit-scrollbar-track{background-color:transparent}.euiYScrollWithShadows:focus{outline:none}.euiYScrollWithShadows[tabindex="0"]:focus:focus-visible{outline-style:auto}.eui-isFocusable:focus{outline:2px solid currentColor}.eui-isFocusable:focus:focus-visible{outline-style:auto}.eui-isFocusable:focus:not(:focus-visible){outline:none}.eui-fullHeight{height:100%;flex:1 1 auto;overflow:hidden}*,*:before,*:after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;height:100%;background-color:#fafbfd}body{line-height:1.142857143}*:focus{outline:2px solid currentColor;outline-offset:-1px}*:focus:focus-visible{outline-style:auto}*:focus:not(:focus-visible){outline:none}::selection{background:rgba(77,178,207,.1)}a{text-decoration:none;color:#4db2cf}a:hover,a:focus{text-decoration:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(105,112,125,.5) #f3f3f5}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:4px solid #f3f3f5}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#f3f3f5}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap;display:flex;justify-content:space-between;flex-grow:1}.react-datepicker__day-name,.react-datepicker__day{font-weight:500;text-align:center;color:#1a1c21;display:inline-block;width:32px;line-height:32px;border-radius:4px;margin:2px}.react-datepicker__day-name{color:#6a717d}.react-datepicker__day{cursor:pointer;transition:transform 90ms ease-in-out}.react-datepicker__day:hover{color:#307083;background-color:rgba(77,178,207,.2);text-decoration:underline}@media screen and (prefers-reduced-motion: no-preference){.react-datepicker__day:hover{transform:scale(1.1)}}.react-datepicker__day--today{color:#4db2cf;font-weight:700}.react-datepicker__day--outside-month{color:#6a717d}.react-datepicker__day--highlighted,.react-datepicker__day--highlighted:hover{color:#1d751b;background-color:rgba(51,205,46,.2)}.react-datepicker__day--in-range,.react-datepicker__day--in-range:hover{color:#307083;background-color:rgba(77,178,207,.2)}.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover),.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected),.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover{box-shadow:-2px 0 rgba(77,178,207,.2),2px 0 rgba(77,178,207,.2);border-radius:0}.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):first-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):first-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:first-of-type{box-shadow:2px 0 rgba(77,178,207,.2)}.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):last-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):last-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:last-of-type{box-shadow:-2px 0 rgba(77,178,207,.2)}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover{background-color:#4db2cf;color:#000}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(182,34,34,.5)}.react-datepicker__day--disabled,.react-datepicker__day--disabled:hover{background-color:rgba(194,195,198,.1);color:#a6a7aa;cursor:not-allowed;text-decoration:none;transform:none}.react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected),.react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover,.react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected),.react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover{color:#96a4ab;background-color:rgba(77,178,207,.2)}.react-datepicker__day--disabled.react-datepicker__day--selected,.react-datepicker__day--disabled.react-datepicker__day--selected:hover{color:#b62222;background-color:rgba(182,34,34,.2)}.react-datepicker__header--time{display:none}.react-datepicker__time-container{border-left:#d3dae6;width:auto;display:flex;margin-top:40px;margin-left:8px;flex-grow:1;background-color:#fafbfd;border-radius:6px}.react-datepicker__time-container--focus .react-datepicker__time-list-item--preselected{text-decoration:underline}@media only screen and (max-width: 574px){.react-datepicker__time-container{margin-top:0}}.react-datepicker__time,.react-datepicker__time-box{display:flex;flex-direction:column;flex-grow:1}.react-datepicker__time-list{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;padding:4px 12px;height:100px !important;display:flex;flex-direction:column;flex-grow:1;align-items:center;gap:4px}.react-datepicker__time-list::-webkit-scrollbar{width:16px;height:16px}.react-datepicker__time-list::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.react-datepicker__time-list::-webkit-scrollbar-corner,.react-datepicker__time-list::-webkit-scrollbar-track{background-color:transparent}.react-datepicker__time-list:focus{outline:none}.react-datepicker__time-list[tabindex="0"]:focus:focus-visible{outline-style:auto}.react-datepicker__time-list-item{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:500;text-decoration:none;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out;outline-offset:-1px;transform:none !important;animation:none !important;transition-timing-function:ease-in;transition-duration:150ms;padding:0 8px;height:24px;line-height:24px;border-radius:4px;font-size:12px}@media screen and (prefers-reduced-motion: no-preference){.react-datepicker__time-list-item{transition:transform 250ms ease-in-out,background 250ms ease-in-out}.react-datepicker__time-list-item:hover:not([class*=isDisabled]){transform:translateY(-1px)}.react-datepicker__time-list-item:focus{animation:euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.react-datepicker__time-list-item:active:not([class*=isDisabled]){transform:translateY(1px)}}.react-datepicker__time-list-item:hover:not([class*=isDisabled]),.react-datepicker__time-list-item:focus{text-decoration:underline}.react-datepicker__time-list-item--disabled,.react-datepicker__time-list-item--disabled:hover{text-decoration:none !important;cursor:not-allowed;color:#afb0b3;background-color:transparent}.react-datepicker__time-list-item--injected,.react-datepicker__time-list-item--injected:hover{color:#1d751b;background-color:rgba(51,205,46,.2)}.react-datepicker__time-list-item--preselected,.react-datepicker__time-list-item--preselected:hover{background:rgba(77,178,207,.1)}.react-datepicker__time-list-item--selected,.react-datepicker__time-list-item--selected:hover{background-color:#4db2cf;color:#000}.react-datepicker--time-only{padding:0 !important}.react-datepicker--time-only .react-datepicker__time-container{background-color:transparent;margin:0}.react-datepicker--time-only .react-datepicker__time-list{height:204px !important}.react-datepicker--time-only .react-datepicker__time-list-item{font-size:14px;min-width:112px;text-align:left}.react-datepicker__header__dropdown{padding:8px;display:flex;gap:4px;position:absolute;top:0;left:36px;right:36px;justify-content:center}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px;height:32px;font-weight:500;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}@supports(-moz-appearance: none){.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{line-height:1em}}.react-datepicker__year-read-view::-webkit-input-placeholder,.react-datepicker__month-read-view::-webkit-input-placeholder,.react-datepicker__month-year-read-view::-webkit-input-placeholder{color:#6a717d;opacity:1}.react-datepicker__year-read-view::-moz-placeholder,.react-datepicker__month-read-view::-moz-placeholder,.react-datepicker__month-year-read-view::-moz-placeholder{color:#6a717d;opacity:1}.react-datepicker__year-read-view:-ms-input-placeholder,.react-datepicker__month-read-view:-ms-input-placeholder,.react-datepicker__month-year-read-view:-ms-input-placeholder{color:#6a717d;opacity:1}.react-datepicker__year-read-view:-moz-placeholder,.react-datepicker__month-read-view:-moz-placeholder,.react-datepicker__month-year-read-view:-moz-placeholder{color:#6a717d;opacity:1}.react-datepicker__year-read-view::placeholder,.react-datepicker__month-read-view::placeholder,.react-datepicker__month-year-read-view::placeholder{color:#6a717d;opacity:1}@supports(-moz-appearance: none){.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{transition-property:box-shadow,background-image,background-size}}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer;text-decoration:underline}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{background-position:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+);right:8px;height:12px;width:12px;display:inline-block;background-size:cover}.react-datepicker__year-read-view--selected-month,.react-datepicker__year-read-view--selected-year,.react-datepicker__month-read-view--selected-month,.react-datepicker__month-read-view--selected-year,.react-datepicker__month-year-read-view--selected-month,.react-datepicker__month-year-read-view--selected-year{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.react-datepicker__year-dropdown-container,.react-datepicker__month-dropdown-container{position:relative;display:inline-block;flex-grow:1;max-width:400px}.react-datepicker__year-dropdown-container>div:not([class*=read-view]),.react-datepicker__month-dropdown{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);height:auto;max-height:250px;background-color:#fff;position:absolute;z-index:1;border-radius:6px;min-width:100px;width:100%}.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar,.react-datepicker__month-dropdown::-webkit-scrollbar{width:16px;height:16px}.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-thumb,.react-datepicker__month-dropdown::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-corner,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-track,.react-datepicker__month-dropdown::-webkit-scrollbar-corner,.react-datepicker__month-dropdown::-webkit-scrollbar-track{background-color:transparent}.react-datepicker__year-dropdown-container>div:not([class*=read-view]):focus,.react-datepicker__month-dropdown:focus{outline:none}.react-datepicker__year-dropdown-container>div:not([class*=read-view])[tabindex="0"]:focus:focus-visible,.react-datepicker__month-dropdown[tabindex="0"]:focus:focus-visible{outline-style:auto}.react-datepicker__year-dropdown-container>div:not([class*=read-view]) .react-datepicker__year-dropdown{padding:4px;display:flex;flex-direction:column-reverse;justify-content:flex-end}.react-datepicker__month-dropdown-container{flex-grow:2}.react-datepicker__month-dropdown-container .react-datepicker__month-dropdown{padding:4px;min-width:140px}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{padding:0 8px;height:24px;line-height:24px;border-radius:4px;font-size:14px;margin:4px 0;cursor:pointer}.react-datepicker__year-option:hover,.react-datepicker__year-option:focus,.react-datepicker__month-option:hover,.react-datepicker__month-option:focus,.react-datepicker__month-year-option:hover,.react-datepicker__month-year-option:focus{text-decoration:underline}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{display:none}.react-datepicker__year-option--preselected,.react-datepicker__year-option--preselected:hover,.react-datepicker__month-option--preselected,.react-datepicker__month-option--preselected:hover{background:rgba(77,178,207,.1)}.react-datepicker__year-option--selected_year,.react-datepicker__year-option--selected_year:hover,.react-datepicker__month-option--selected_month,.react-datepicker__month-option--selected_month:hover{background-color:#4db2cf;color:#000}.react-datepicker__navigation--next,.react-datepicker__navigation--previous{background-position:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzM0Mzc0MSIgZD0iTTExLjY5MiA3SDMuNTU2QzMuMjQ5IDcgMyA3LjIyNCAzIDcuNXMuMjQ5LjUuNTU2LjVoOC4xMzZsLTQuMDk2IDQuMDk2YS41LjUgMCAwMC43MDcuNzA3bDQuMjQzLTQuMjQyYy4yNTgtLjI1OS40MDMtLjU4Ny40MzMtLjkyNWEuNDU0LjQ1NCAwIDAwMC0uMjcyIDEuNDk0IDEuNDk0IDAgMDAtLjQzMy0uOTI1TDguMzAzIDIuMTk3YS41LjUgMCAxMC0uNzA3LjcwN0wxMS42OTIgN3oiLz48L3N2Zz4=);cursor:pointer;position:absolute;top:8px;height:32px;width:32px;z-index:1;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;border-radius:4px;background-position:center}.react-datepicker__navigation--next:hover,.react-datepicker__navigation--next:focus,.react-datepicker__navigation--previous:hover,.react-datepicker__navigation--previous:focus{background-color:rgba(77,178,207,.1)}.react-datepicker__navigation--previous{left:8px;transform:rotate(180deg);transform-origin:center}.react-datepicker__navigation--next{right:8px}.euiDatePicker{display:block}.euiDatePicker .euiFormControlLayout{height:auto}.euiDatePicker.euiDatePicker--inline .euiFormControlLayout{width:auto}.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04);border:1px solid #d3dae6;background-color:#fff;border-radius:0 0 6px 6px}.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04);border:1px solid #d3dae6;background-color:#fff;border-radius:6px}.react-datepicker{font-size:12px;color:#343741;display:flex;border-radius:6px;padding:8px;justify-content:center}.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper{z-index:2000;animation:euiAnimFadeIn 150ms ease-in}.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=top]{box-shadow:0 0 .8px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.04),0 0 5px rgba(0,0,0,.04),0 0 17px rgba(0,0,0,.03);border-radius:6px 6px 0 0}.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=right]{margin-left:0}.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=left]{margin-right:0}.react-datepicker__current-month,.react-datepicker-time__header{display:none}.react-datepicker__screenReaderOnly{position:absolute;top:auto;left:-10000px;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;margin:-1px}.react-datepicker__focusTrap{display:flex;justify-content:center}.react-datepicker__month-container{flex-grow:1;margin-top:36px}.react-datepicker__header{display:flex;flex-direction:column}.react-datepicker-time__header{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.react-datepicker__month{text-align:center;border-radius:6px}@media only screen and (max-width: 574px){.react-datepicker__focusTrap,.react-datepicker{flex-direction:column}.react-datepicker__time-box{margin-top:0}}.euiScreenReaderOnly,.euiScreenReaderOnly--showOnFocus:not(:focus):not(:active){position:absolute;top:auto;left:-10000px;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;margin:-1px}.euiSkipLink{transition:none !important}.euiSkipLink:focus{animation:none !important}.euiSkipLink.euiSkipLink--absolute:focus{position:absolute}.euiSkipLink.euiSkipLink--fixed:focus{position:fixed;top:4px;left:4px;z-index:1001}.euiAccordion__triggerWrapper{display:flex;align-items:center}.euiAccordion__button{font-size:14px;font-size:1rem;line-height:1.7142857143rem;text-align:left;width:100%;flex-grow:1;display:flex;align-items:center}.euiAccordion__button:hover,.euiAccordion__button:focus{text-decoration:underline;cursor:pointer}.euiAccordion__iconButton{margin-right:4px;flex-shrink:0;transform:rotate(0deg) !important}.euiAccordion__iconButton-isOpen{transform:rotate(90deg) !important}.euiAccordion__iconButton--right{margin-right:0;margin-left:4px}.euiAccordion__optionalAction{flex-shrink:0}.euiAccordion__childWrapper{visibility:hidden;height:0;opacity:0;overflow:hidden;transform:translatez(0);transition:height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1),opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiAccordion__childWrapper:focus{outline:none}.euiAccordion__padding--xs{padding:4px}.euiAccordion__padding--s{padding:8px}.euiAccordion__padding--m{padding:16px}.euiAccordion__padding--l{padding:24px}.euiAccordion__padding--xl{padding:32px}.euiAccordion.euiAccordion-isOpen .euiAccordion__childWrapper{visibility:visible;opacity:1;height:auto}.euiAccordion__children-isLoading{line-height:1.5;display:flex;align-items:center}.euiAccordion__children-isLoading .euiAccordion__spinner{margin-right:4px}.euiAccordionForm__extraAction{opacity:0;transition:opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiAccordionForm__extraAction:focus{opacity:1}.euiAccordionForm__title{display:inline-block}.euiAccordionForm__button{padding:16px 16px 16px 0}.euiAccordionForm__button:hover{text-decoration:none}.euiAccordionForm__button:hover .euiAccordionForm__title{text-decoration:underline}.euiAccordionForm{border-top:1px solid #d3dae6;border-bottom:1px solid #d3dae6}.euiAccordionForm+.euiAccordionForm{border-top:none}.euiAccordionForm:hover .euiAccordionForm__extraAction{opacity:1;visibility:visible}.euiAspectRatio{position:relative}.euiAspectRatio>*{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important}.euiAvatar{flex-shrink:0;display:inline-flex;justify-content:center;align-items:center;background-size:cover;text-align:center;vertical-align:middle;overflow-x:hidden;font-weight:500}.euiAvatar--user{position:relative;border-radius:50%}.euiAvatar--user:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;content:"";pointer-events:none;border:1px solid rgba(52,55,65,.05)}.euiAvatar--space{position:relative;border-radius:6px}.euiAvatar--space:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:6px;content:"";pointer-events:none;border:1px solid rgba(52,55,65,.05)}.euiAvatar-isDisabled{cursor:not-allowed;filter:grayscale(100%)}.euiAvatar--plain{background-color:#fff}.euiAvatar--s{width:24px;height:24px;line-height:24px;font-size:12px}.euiAvatar--m{width:32px;height:32px;line-height:32px;font-size:14.4px}.euiAvatar--l{width:40px;height:40px;line-height:40px;font-size:19.2px}.euiAvatar--xl{width:64px;height:64px;line-height:64px;font-size:25.6px}.euiBadge{font-size:12px;font-weight:500;line-height:18px;padding:0 8px;display:inline-block;text-decoration:none;border-radius:3px;border:solid 1px transparent;background-color:transparent;white-space:nowrap;vertical-align:middle;cursor:default;max-width:100%;text-align:left}.euiBadge.euiBadge-isDisabled{color:#88888b !important;background-color:#c2c3c6 !important}.euiBadge:focus-within{outline:2px solid currentColor}.euiBadge:focus-within:focus-visible{outline-style:auto}.euiBadge:focus-within:not(:focus-visible){outline:none}.euiBadge+.euiBadge{margin-left:4px}.euiBadge .euiBadge__content{min-height:18px;display:flex;align-items:center;overflow:hidden}.euiBadge .euiBadge__childButton{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;flex:1 1 auto;text-align:inherit;font-weight:inherit;line-height:inherit;color:inherit}.euiBadge .euiBadge__childButton:disabled{cursor:not-allowed}.euiBadge .euiBadge__childButton:not(:disabled):hover,.euiBadge .euiBadge__childButton:not(:disabled):focus{text-decoration:underline}.euiBadge .euiBadge__iconButton{flex:0 0 auto;font-size:0;margin-left:4px}.euiBadge .euiBadge__iconButton:focus{background-color:rgba(255,255,255,.8);color:#000;border-radius:2px}.euiBadge .euiBadge__iconButton:disabled{cursor:not-allowed}.euiBadge .euiBadge__iconButton .euiBadge__icon{margin:0 !important}.euiBadge .euiBadge__text{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;flex:1 1 auto;cursor:default}.euiBadge .euiBadge__icon{flex:0 0 auto}.euiBadge .euiBadge__icon:not(:only-child){margin-left:4px}.euiBadge.euiBadge--iconLeft .euiBadge__content{flex-direction:row-reverse}.euiBadge.euiBadge--iconLeft .euiBadge__iconButton,.euiBadge.euiBadge--iconLeft .euiBadge__icon:not(:only-child){margin-right:4px;margin-left:0}.euiBadge-isClickable:not(:disabled):hover,.euiBadge-isClickable:not(:disabled):focus{text-decoration:underline}.euiBadge-isClickable.euiBadge-isDisabled{cursor:not-allowed}.euiBadge-isClickable:focus{outline:2px solid currentColor}.euiBadge-isClickable:focus:focus-visible{outline-style:auto}.euiBadge-isClickable:focus:not(:focus-visible){outline:none}.euiBadge-isClickable .euiBadge__text{cursor:inherit}.euiBadge--hollow{background-color:#fff;border-color:#d3dae6;color:#343741}.euiBadgeGroup__item{display:inline-block;max-width:100%}.euiBadgeGroup--gutterExtraSmall{margin:-2px}.euiBadgeGroup--gutterExtraSmall>.euiBadgeGroup__item{margin:2px;max-width:calc(100% - 4px)}.euiBadgeGroup--gutterSmall{margin:-4px}.euiBadgeGroup--gutterSmall>.euiBadgeGroup__item{margin:4px;max-width:calc(100% - 8px)}.euiBetaBadge{display:inline-block;padding:0 16px;border-radius:24px;box-shadow:inset 0 0 0 1px #d3dae6;vertical-align:super;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:24px;text-align:center;white-space:nowrap;cursor:default}.euiBetaBadge:focus{outline:2px solid currentColor;outline-color:#000;outline-offset:2px}.euiBetaBadge:focus:focus-visible{outline-style:auto}.euiBetaBadge:focus:not(:focus-visible){outline:none}.euiBetaBadge:not(.euiBetaBadge--hollow){box-shadow:none}.euiBetaBadge.euiBetaBadge--small{font-size:8.75px;font-size:0.625rem;line-height:20px;padding:0 12px}.euiBetaBadge--iconOnly{padding:0;width:24px}.euiBetaBadge--iconOnly .euiBetaBadge__icon{position:relative;transform:translate(0, -1px)}.euiBetaBadge--iconOnly.euiBetaBadge--small{width:20px;padding:0}.euiBetaBadge--singleLetter{padding:0;width:24px}.euiBetaBadge--singleLetter.euiBetaBadge--small{width:20px;padding:0}.euiBetaBadge--subdued{background:#e0e5ee;color:#000}.euiBetaBadge--subdued.euiBetaBadge-isClickable{color:#000}.euiBetaBadge--hollow.euiBetaBadge-isClickable{color:#000}.euiBetaBadge--accent{background:#274b72;color:#fff}.euiBetaBadge--accent.euiBetaBadge-isClickable{color:#fff}.euiNotificationBadge{flex-shrink:0;display:inline-block;border-radius:6px;font-size:12px;font-weight:500;line-height:16px;height:16px;min-width:16px;padding-left:4px;padding-right:4px;vertical-align:middle;text-align:center;transition:all 150ms ease-in;cursor:default;background:#274b72;color:#fff}.euiNotificationBadge--medium{line-height:20px;height:20px;min-width:24px}.euiNotificationBadge--subdued{background:#e0e5ee;color:#000}.euiBasicTable-loading{position:relative}.euiBasicTable-loading tbody{overflow:hidden}.euiBasicTable-loading tbody:before{position:absolute;content:"";width:100%;height:2px;background-color:#4db2cf;animation:euiBasicTableLoading 1000ms linear;animation-iteration-count:infinite}@keyframes euiBasicTableLoading{from{left:0;width:0}20%{left:0;width:40%}80%{left:60%;width:40%}100%{left:100%;width:0}}.euiBeacon{position:relative;background-color:#54b399;border-radius:50%}.euiBeacon:before,.euiBeacon:after{position:absolute;content:"";height:100%;width:100%;left:0;top:0;background-color:transparent;border-radius:50%;box-shadow:0 0 1px 1px #54b399}.euiBeacon:before{animation:euiBeaconPulseLarge 2.5s infinite ease-out}.euiBeacon:after{animation:euiBeaconPulseSmall 2.5s infinite ease-out .25s}@keyframes euiBeaconPulseLarge{0%{transform:scale(0.1);opacity:1}70%{transform:scale(3);opacity:0}100%{opacity:0}}@keyframes euiBeaconPulseSmall{0%{transform:scale(0.1);opacity:1}70%{transform:scale(2);opacity:0}100%{opacity:0}}.euiBottomBar{box-shadow:0 0 .8px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.04),0 0 5px rgba(0,0,0,.04),0 0 17px rgba(0,0,0,.03);background:#25282f;color:#fff}@media screen and (prefers-reduced-motion: no-preference){.euiBottomBar{animation:euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}.euiBottomBar--fixed{position:fixed;z-index:998}.euiBottomBar--sticky{position:sticky;z-index:998}.euiBottomBar--paddingSmall{padding:8px}.euiBottomBar--paddingMedium{padding:16px}.euiBottomBar--paddingLarge{padding:24px}@keyframes euiBottomBarAppear{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.euiButton{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:500;text-decoration:none;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out;outline-offset:-1px;box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);border-radius:6px;min-width:112px}@media screen and (prefers-reduced-motion: no-preference){.euiButton{transition:transform 250ms ease-in-out,background 250ms ease-in-out}.euiButton:hover:not([class*=isDisabled]){transform:translateY(-1px)}.euiButton:focus{animation:euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiButton:active:not([class*=isDisabled]){transform:translateY(1px)}}.euiButton:hover:not([class*=isDisabled]),.euiButton:focus{text-decoration:underline}.euiButton .euiButton__content{padding:0 12px}.euiButton .euiButton__text{text-overflow:ellipsis;overflow:hidden}.euiButton.euiButton--small{height:32px;line-height:32px}.euiButton:hover,.euiButton:active{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05)}.euiButton:not([class*=isDisabled]):hover,.euiButton:not([class*=isDisabled]):focus,.euiButton:not([class*=isDisabled]):focus-within{background-color:rgba(77,178,207,.1)}.euiButton.euiButton-isDisabled{pointer-events:auto;cursor:not-allowed;color:#afb0b3;border-color:#c2c3c6}.euiButton.euiButton-isDisabled .euiButtonContent__icon{fill:currentColor}.euiButton.euiButton-isDisabled .euiButtonContent__spinner{border-color:#4db2cf currentColor currentColor currentColor}.euiButton.euiButton-isDisabled.euiButton--fill{color:#88888b;background-color:#c2c3c6;border-color:#c2c3c6}.euiButton.euiButton-isDisabled.euiButton--fill:hover,.euiButton.euiButton-isDisabled.euiButton--fill:focus,.euiButton.euiButton-isDisabled.euiButton--fill:focus-within{background-color:#c2c3c6;border-color:#c2c3c6}.euiButton.euiButton-isDisabled:hover,.euiButton.euiButton-isDisabled:focus,.euiButton.euiButton-isDisabled:focus-within{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);text-decoration:none}.euiButton--primary{color:#367c91;border-color:#4db2cf}.euiButton--primary.euiButton--fill{background-color:#4db2cf;border-color:#4db2cf;color:#000}.euiButton--primary.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--primary.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--primary.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#39a9ca;border-color:#39a9ca}.euiButton--primary:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(142,142,142,.04),0 2.3px 2px rgba(142,142,142,.03)}.euiButton--primary:not([class*=isDisabled]):hover,.euiButton--primary:not([class*=isDisabled]):focus,.euiButton--primary:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(142,142,142,.1),0 3.6px 13px rgba(142,142,142,.07),0 8.4px 23px rgba(142,142,142,.06),0 23px 35px rgba(142,142,142,.05);background-color:rgba(77,178,207,.1)}.euiButton--accent{color:#274b72;border-color:#274b72}.euiButton--accent.euiButton--fill{background-color:#274b72;border-color:#274b72;color:#fff}.euiButton--accent.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--accent.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--accent.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#213f5f;border-color:#213f5f}.euiButton--accent:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(77,77,77,.04),0 2.3px 2px rgba(77,77,77,.03)}.euiButton--accent:not([class*=isDisabled]):hover,.euiButton--accent:not([class*=isDisabled]):focus,.euiButton--accent:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(77,77,77,.1),0 3.6px 13px rgba(77,77,77,.07),0 8.4px 23px rgba(77,77,77,.06),0 23px 35px rgba(77,77,77,.05);background-color:rgba(39,75,114,.1)}.euiButton--success{color:#20811d;border-color:#33cd2e}.euiButton--success.euiButton--fill{background-color:#33cd2e;border-color:#33cd2e;color:#000}.euiButton--success.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--success.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--success.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#2eb829;border-color:#2eb829}.euiButton--success:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(122,130,121,.04),0 2.3px 2px rgba(122,130,121,.03)}.euiButton--success:not([class*=isDisabled]):hover,.euiButton--success:not([class*=isDisabled]):focus,.euiButton--success:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(122,130,121,.1),0 3.6px 13px rgba(122,130,121,.07),0 8.4px 23px rgba(122,130,121,.06),0 23px 35px rgba(122,130,121,.05);background-color:rgba(51,205,46,.1)}.euiButton--warning{color:#97652f;border-color:#e39846}.euiButton--warning.euiButton--fill{background-color:#e39846;border-color:#e39846;color:#000}.euiButton--warning.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--warning.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--warning.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#e08c30;border-color:#e08c30}.euiButton--warning:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(163,149,134,.04),0 2.3px 2px rgba(163,149,134,.03)}.euiButton--warning:not([class*=isDisabled]):hover,.euiButton--warning:not([class*=isDisabled]):focus,.euiButton--warning:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(163,149,134,.1),0 3.6px 13px rgba(163,149,134,.07),0 8.4px 23px rgba(163,149,134,.06),0 23px 35px rgba(163,149,134,.05);background-color:rgba(227,152,70,.1)}.euiButton--danger{color:#b62222;border-color:#b62222}.euiButton--danger.euiButton--fill{background-color:#b62222;border-color:#b62222;color:#fff}.euiButton--danger.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--danger.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--danger.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#a11e1e;border-color:#a11e1e}.euiButton--danger:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(117,99,99,.04),0 2.3px 2px rgba(117,99,99,.03)}.euiButton--danger:not([class*=isDisabled]):hover,.euiButton--danger:not([class*=isDisabled]):focus,.euiButton--danger:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(117,99,99,.1),0 3.6px 13px rgba(117,99,99,.07),0 8.4px 23px rgba(117,99,99,.06),0 23px 35px rgba(117,99,99,.05);background-color:rgba(182,34,34,.1)}.euiButton--subdued{color:#6a717d;border-color:#6a717d}.euiButton--subdued.euiButton--fill{background-color:#6a717d;border-color:#6a717d;color:#fff}.euiButton--subdued.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--subdued.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--subdued.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#5e656f;border-color:#5e656f}.euiButton--subdued:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(116,116,116,.04),0 2.3px 2px rgba(116,116,116,.03)}.euiButton--subdued:not([class*=isDisabled]):hover,.euiButton--subdued:not([class*=isDisabled]):focus,.euiButton--subdued:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(116,116,116,.1),0 3.6px 13px rgba(116,116,116,.07),0 8.4px 23px rgba(116,116,116,.06),0 23px 35px rgba(116,116,116,.05);background-color:rgba(106,113,125,.1)}.euiButton--ghost{color:#fff;border-color:#fff}.euiButton--ghost.euiButton--fill{background-color:#fff;border-color:#fff;color:#000}.euiButton--ghost.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--ghost.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--ghost.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#f2f2f2;border-color:#f2f2f2}.euiButton--ghost:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03)}.euiButton--ghost:not([class*=isDisabled]):hover,.euiButton--ghost:not([class*=isDisabled]):focus,.euiButton--ghost:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);background-color:rgba(255,255,255,.1)}.euiButton--text{color:#343741;border-color:#69707d}.euiButton--text.euiButton--fill{background-color:#69707d;border-color:#69707d;color:#fff}.euiButton--text.euiButton--fill:not([class*=isDisabled]):hover,.euiButton--text.euiButton--fill:not([class*=isDisabled]):focus,.euiButton--text.euiButton--fill:not([class*=isDisabled]):focus-within{background-color:#5d646f;border-color:#5d646f}.euiButton--text:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(115,115,115,.04),0 2.3px 2px rgba(115,115,115,.03)}.euiButton--text:not([class*=isDisabled]):hover,.euiButton--text:not([class*=isDisabled]):focus,.euiButton--text:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(115,115,115,.1),0 3.6px 13px rgba(115,115,115,.07),0 8.4px 23px rgba(115,115,115,.06),0 23px 35px rgba(115,115,115,.05);background-color:rgba(105,112,125,.1)}.euiButton.euiButton-isDisabled.euiButton--ghost,.euiButton.euiButton-isDisabled.euiButton--ghost:hover,.euiButton.euiButton-isDisabled.euiButton--ghost:focus,.euiButton.euiButton-isDisabled.euiButton--ghost:focus-within{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);color:#69707d;border-color:#69707d}.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill{background-color:#69707d;color:#a1a5ae}.euiButton--fullWidth{display:block;width:100%}.euiButtonContent{height:100%;width:100%;vertical-align:middle;display:flex;justify-content:center;align-items:center}.euiButtonContent .euiButtonContent__icon,.euiButtonContent .euiButtonContent__spinner{flex-shrink:0}.euiButtonContent>*+*{margin-inline-start:8px}.euiButtonContent--iconRight{height:100%;width:100%;vertical-align:middle;flex-direction:row-reverse}.euiButtonContent--iconRight .euiButtonContent__icon,.euiButtonContent--iconRight .euiButtonContent__spinner{flex-shrink:0}.euiButtonContent--iconRight>*+*{margin-inline-start:0;margin-inline-end:8px}.euiButtonEmpty{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:500;text-decoration:none;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out;outline-offset:-1px;border-color:transparent;background-color:transparent;box-shadow:none;transform:none !important;animation:none !important;transition-timing-function:ease-in;transition-duration:150ms}@media screen and (prefers-reduced-motion: no-preference){.euiButtonEmpty{transition:transform 250ms ease-in-out,background 250ms ease-in-out}.euiButtonEmpty:hover:not([class*=isDisabled]){transform:translateY(-1px)}.euiButtonEmpty:focus{animation:euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiButtonEmpty:active:not([class*=isDisabled]){transform:translateY(1px)}}.euiButtonEmpty:hover:not([class*=isDisabled]),.euiButtonEmpty:focus{text-decoration:underline}.euiButtonEmpty .euiButtonEmpty__content{padding:0 8px}.euiButtonEmpty .euiButtonEmpty__text{text-overflow:ellipsis;overflow:hidden}.euiButtonEmpty.euiButtonEmpty--small{height:32px}.euiButtonEmpty.euiButtonEmpty--xSmall{height:24px;font-size:14px}.euiButtonEmpty:disabled{pointer-events:auto;cursor:not-allowed;color:#afb0b3}.euiButtonEmpty:disabled .euiButtonContent__icon{fill:currentColor}.euiButtonEmpty:disabled .euiButtonContent__spinner{border-color:#4db2cf currentColor currentColor currentColor}.euiButtonEmpty:disabled:focus{background-color:transparent}.euiButtonEmpty:disabled:hover,.euiButtonEmpty:disabled:focus{text-decoration:none}.euiButtonEmpty--flushLeft .euiButtonEmpty__content,.euiButtonEmpty--flushRight .euiButtonEmpty__content,.euiButtonEmpty--flushBoth .euiButtonEmpty__content{padding-left:0;padding-right:0}.euiButtonEmpty--flushLeft{margin-right:8px}.euiButtonEmpty--flushRight{margin-left:8px}.euiButtonEmpty--primary{color:#367c91}.euiButtonEmpty--primary:focus{background-color:rgba(54,124,145,.1)}.euiButtonEmpty--danger{color:#bd271e}.euiButtonEmpty--danger:focus{background-color:rgba(189,39,30,.1)}.euiButtonEmpty--disabled{color:#757577}.euiButtonEmpty--disabled:focus{background-color:rgba(175,176,179,.1)}.euiButtonEmpty--disabled:hover{cursor:not-allowed}.euiButtonEmpty--ghost{color:#fff}.euiButtonEmpty--ghost:focus{background-color:rgba(255,255,255,.1)}.euiButtonEmpty--text{color:#343741}.euiButtonEmpty--text:focus{background-color:rgba(52,55,65,.1)}.euiButtonEmpty--success{color:#017d73}.euiButtonEmpty--success:focus{background-color:rgba(1,125,115,.1)}.euiButtonEmpty--warning{color:#9b6900}.euiButtonEmpty--warning:focus{background-color:rgba(155,105,0,.1)}.euiButtonIcon{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:500;text-decoration:none;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out;outline-offset:-1px;box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);border-radius:6px;width:40px;display:inline-flex;align-items:center;justify-content:space-around}@media screen and (prefers-reduced-motion: no-preference){.euiButtonIcon{transition:transform 250ms ease-in-out,background 250ms ease-in-out}.euiButtonIcon:hover:not([class*=isDisabled]){transform:translateY(-1px)}.euiButtonIcon:focus{animation:euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiButtonIcon:active:not([class*=isDisabled]){transform:translateY(1px)}}.euiButtonIcon:hover:not([class*=isDisabled]),.euiButtonIcon:focus{text-decoration:underline}.euiButtonIcon>svg{pointer-events:none}.euiButtonIcon.euiButtonIcon--empty{box-shadow:none !important;border:none}.euiButtonIcon.euiButtonIcon-isDisabled{pointer-events:auto;cursor:not-allowed;color:#afb0b3;border-color:#c2c3c6}.euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__icon{fill:currentColor}.euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__spinner{border-color:#4db2cf currentColor currentColor currentColor}.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill{color:#88888b;background-color:#c2c3c6;border-color:#c2c3c6}.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:hover,.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus,.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus-within{background-color:#c2c3c6;border-color:#c2c3c6}.euiButtonIcon.euiButtonIcon-isDisabled:hover,.euiButtonIcon.euiButtonIcon-isDisabled:focus,.euiButtonIcon.euiButtonIcon-isDisabled:focus-within{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);text-decoration:none}.euiButtonIcon--xSmall{height:24px;width:24px}.euiButtonIcon--small{height:32px;width:32px}.euiButtonIcon--primary{color:#367c91;border-color:#4db2cf}.euiButtonIcon--primary.euiButtonIcon--fill{background-color:#4db2cf;border-color:#4db2cf;color:#000}.euiButtonIcon--primary.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--primary.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--primary.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#39a9ca;border-color:#39a9ca}.euiButtonIcon--primary:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(142,142,142,.04),0 2.3px 2px rgba(142,142,142,.03)}.euiButtonIcon--primary:not([class*=isDisabled]):hover,.euiButtonIcon--primary:not([class*=isDisabled]):focus,.euiButtonIcon--primary:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(142,142,142,.1),0 3.6px 13px rgba(142,142,142,.07),0 8.4px 23px rgba(142,142,142,.06),0 23px 35px rgba(142,142,142,.05);background-color:rgba(77,178,207,.1)}.euiButtonIcon--accent{color:#274b72;border-color:#274b72}.euiButtonIcon--accent.euiButtonIcon--fill{background-color:#274b72;border-color:#274b72;color:#fff}.euiButtonIcon--accent.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--accent.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--accent.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#213f5f;border-color:#213f5f}.euiButtonIcon--accent:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(77,77,77,.04),0 2.3px 2px rgba(77,77,77,.03)}.euiButtonIcon--accent:not([class*=isDisabled]):hover,.euiButtonIcon--accent:not([class*=isDisabled]):focus,.euiButtonIcon--accent:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(77,77,77,.1),0 3.6px 13px rgba(77,77,77,.07),0 8.4px 23px rgba(77,77,77,.06),0 23px 35px rgba(77,77,77,.05);background-color:rgba(39,75,114,.1)}.euiButtonIcon--success{color:#20811d;border-color:#33cd2e}.euiButtonIcon--success.euiButtonIcon--fill{background-color:#33cd2e;border-color:#33cd2e;color:#000}.euiButtonIcon--success.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--success.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--success.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#2eb829;border-color:#2eb829}.euiButtonIcon--success:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(122,130,121,.04),0 2.3px 2px rgba(122,130,121,.03)}.euiButtonIcon--success:not([class*=isDisabled]):hover,.euiButtonIcon--success:not([class*=isDisabled]):focus,.euiButtonIcon--success:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(122,130,121,.1),0 3.6px 13px rgba(122,130,121,.07),0 8.4px 23px rgba(122,130,121,.06),0 23px 35px rgba(122,130,121,.05);background-color:rgba(51,205,46,.1)}.euiButtonIcon--warning{color:#97652f;border-color:#e39846}.euiButtonIcon--warning.euiButtonIcon--fill{background-color:#e39846;border-color:#e39846;color:#000}.euiButtonIcon--warning.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--warning.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--warning.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#e08c30;border-color:#e08c30}.euiButtonIcon--warning:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(163,149,134,.04),0 2.3px 2px rgba(163,149,134,.03)}.euiButtonIcon--warning:not([class*=isDisabled]):hover,.euiButtonIcon--warning:not([class*=isDisabled]):focus,.euiButtonIcon--warning:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(163,149,134,.1),0 3.6px 13px rgba(163,149,134,.07),0 8.4px 23px rgba(163,149,134,.06),0 23px 35px rgba(163,149,134,.05);background-color:rgba(227,152,70,.1)}.euiButtonIcon--danger{color:#b62222;border-color:#b62222}.euiButtonIcon--danger.euiButtonIcon--fill{background-color:#b62222;border-color:#b62222;color:#fff}.euiButtonIcon--danger.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--danger.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--danger.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#a11e1e;border-color:#a11e1e}.euiButtonIcon--danger:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(117,99,99,.04),0 2.3px 2px rgba(117,99,99,.03)}.euiButtonIcon--danger:not([class*=isDisabled]):hover,.euiButtonIcon--danger:not([class*=isDisabled]):focus,.euiButtonIcon--danger:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(117,99,99,.1),0 3.6px 13px rgba(117,99,99,.07),0 8.4px 23px rgba(117,99,99,.06),0 23px 35px rgba(117,99,99,.05);background-color:rgba(182,34,34,.1)}.euiButtonIcon--subdued{color:#6a717d;border-color:#6a717d}.euiButtonIcon--subdued.euiButtonIcon--fill{background-color:#6a717d;border-color:#6a717d;color:#fff}.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#5e656f;border-color:#5e656f}.euiButtonIcon--subdued:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(116,116,116,.04),0 2.3px 2px rgba(116,116,116,.03)}.euiButtonIcon--subdued:not([class*=isDisabled]):hover,.euiButtonIcon--subdued:not([class*=isDisabled]):focus,.euiButtonIcon--subdued:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(116,116,116,.1),0 3.6px 13px rgba(116,116,116,.07),0 8.4px 23px rgba(116,116,116,.06),0 23px 35px rgba(116,116,116,.05);background-color:rgba(106,113,125,.1)}.euiButtonIcon--ghost{color:#fff;border-color:#fff}.euiButtonIcon--ghost.euiButtonIcon--fill{background-color:#fff;border-color:#fff;color:#000}.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#f2f2f2;border-color:#f2f2f2}.euiButtonIcon--ghost:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03)}.euiButtonIcon--ghost:not([class*=isDisabled]):hover,.euiButtonIcon--ghost:not([class*=isDisabled]):focus,.euiButtonIcon--ghost:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);background-color:rgba(255,255,255,.1)}.euiButtonIcon--text{color:#343741;border-color:#69707d}.euiButtonIcon--text.euiButtonIcon--fill{background-color:#69707d;border-color:#69707d;color:#fff}.euiButtonIcon--text.euiButtonIcon--fill:not([class*=isDisabled]):hover,.euiButtonIcon--text.euiButtonIcon--fill:not([class*=isDisabled]):focus,.euiButtonIcon--text.euiButtonIcon--fill:not([class*=isDisabled]):focus-within{background-color:#5d646f;border-color:#5d646f}.euiButtonIcon--text:not([class*=isDisabled]){box-shadow:0 .8px .8px rgba(115,115,115,.04),0 2.3px 2px rgba(115,115,115,.03)}.euiButtonIcon--text:not([class*=isDisabled]):hover,.euiButtonIcon--text:not([class*=isDisabled]):focus,.euiButtonIcon--text:not([class*=isDisabled]):focus-within{box-shadow:0 1px 5px rgba(115,115,115,.1),0 3.6px 13px rgba(115,115,115,.07),0 8.4px 23px rgba(115,115,115,.06),0 23px 35px rgba(115,115,115,.05);background-color:rgba(105,112,125,.1)}.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost,.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:hover,.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus,.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus-within{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);color:#69707d;border-color:#69707d}.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButton--fill{background-color:#69707d;color:#a1a5ae}.euiButtonGroup{display:inline-block;max-width:100%;position:relative}.euiButtonGroup--fullWidth{display:block}.euiButtonGroup--fullWidth .euiButtonGroup__buttons{width:100%}.euiButtonGroup--fullWidth .euiButtonGroup__buttons .euiButtonGroupButton{flex:1}.euiButtonGroup__buttons{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);border-radius:7px;max-width:100%;display:flex;overflow:hidden}.euiButtonGroup--isDisabled .euiButtonGroup__buttons{box-shadow:none}.euiButtonGroup--compressed .euiButtonGroup__buttons{box-shadow:none !important;border-radius:4px;background-color:#fbfcfd;height:32px;border:1px solid rgba(76,100,134,.1);overflow:visible}.euiButtonGroupButton{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out,color 250ms ease-in-out;min-width:0;flex-shrink:1;flex-grow:0}.euiButtonGroupButton .euiButton__content{padding:0 12px}.euiButtonGroupButton-isIconOnly .euiButton__content{padding:0 8px}.euiButtonGroupButton .euiButton__text{text-overflow:ellipsis;overflow:hidden}.euiButtonGroupButton.euiButtonGroupButton--small{height:32px;line-height:32px}.euiButtonGroupButton:not([class*=isDisabled]):hover,.euiButtonGroupButton:not([class*=isDisabled]):focus,.euiButtonGroupButton:not([class*=isDisabled]):focus-within{background-color:rgba(77,178,207,.1);text-decoration:underline}.euiButtonGroupButton.euiButtonGroupButton-isDisabled{pointer-events:auto;cursor:not-allowed;color:#afb0b3}.euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__icon{fill:currentColor}.euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__spinner{border-color:#4db2cf currentColor currentColor currentColor}.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected{color:#88888b;background-color:#c2c3c6;border-color:#c2c3c6}.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus-within{background-color:#c2c3c6;border-color:#c2c3c6}.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]){color:#367c91}.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#4db2cf;border-color:#4db2cf;color:#000}.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#39a9ca;border-color:#39a9ca}.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*=isDisabled]):focus-within{background-color:rgba(77,178,207,.1)}.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]){color:#274b72}.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#274b72;border-color:#274b72;color:#fff}.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#213f5f;border-color:#213f5f}.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*=isDisabled]):focus-within{background-color:rgba(39,75,114,.1)}.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]){color:#20811d}.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#33cd2e;border-color:#33cd2e;color:#000}.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#2eb829;border-color:#2eb829}.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--success:not([class*=isDisabled]):focus-within{background-color:rgba(51,205,46,.1)}.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]){color:#97652f}.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#e39846;border-color:#e39846;color:#000}.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#e08c30;border-color:#e08c30}.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*=isDisabled]):focus-within{background-color:rgba(227,152,70,.1)}.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]){color:#b62222}.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#b62222;border-color:#b62222;color:#fff}.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#a11e1e;border-color:#a11e1e}.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*=isDisabled]):focus-within{background-color:rgba(182,34,34,.1)}.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]){color:#6a717d}.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#6a717d;border-color:#6a717d;color:#fff}.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#5e656f;border-color:#5e656f}.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*=isDisabled]):focus-within{background-color:rgba(106,113,125,.1)}.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]){color:#fff}.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#fff;border-color:#fff;color:#000}.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#f2f2f2;border-color:#f2f2f2}.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*=isDisabled]):focus-within{background-color:rgba(255,255,255,.1)}.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]){color:#343741}.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]).euiButtonGroupButton-isSelected{background-color:#69707d;border-color:#69707d;color:#fff}.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]).euiButtonGroupButton-isSelected:hover,.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus,.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]).euiButtonGroupButton-isSelected:focus-within{background-color:#5d646f;border-color:#5d646f}.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]):hover,.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]):focus,.euiButtonGroupButton.euiButtonGroupButton--text:not([class*=isDisabled]):focus-within{background-color:rgba(105,112,125,.1)}.euiButtonGroupButton__textShift::after{display:block;content:attr(data-text);font-weight:700;height:0;overflow:hidden;visibility:hidden}.euiButtonGroup--medium .euiButtonGroupButton,.euiButtonGroup--small .euiButtonGroupButton{border:1px solid #d3dae6}.euiButtonGroup--medium .euiButtonGroupButton:not(:first-child),.euiButtonGroup--small .euiButtonGroupButton:not(:first-child){margin-left:-1px}.euiButtonGroup--medium .euiButtonGroupButton:first-child,.euiButtonGroup--small .euiButtonGroupButton:first-child{border-radius:6px 0 0 6px}.euiButtonGroup--medium .euiButtonGroupButton:last-child,.euiButtonGroup--small .euiButtonGroupButton:last-child{border-radius:0 6px 6px 0}.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover,.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus,.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within,.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover,.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus,.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within{color:#69707d}.euiButtonGroup--isDisabled .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,.euiButtonGroup--isDisabled .euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost{border-color:#69707d}.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected,.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected{background-color:#69707d;color:#a1a5ae}.euiButtonGroup--medium .euiButtonGroupButton-isSelected,.euiButtonGroup--small .euiButtonGroupButton-isSelected{z-index:0}.euiButtonGroup--medium .euiButtonGroupButton-isSelected+.euiButtonGroupButton-isSelected,.euiButtonGroup--small .euiButtonGroupButton-isSelected+.euiButtonGroupButton-isSelected{box-shadow:-1px 0 0 rgba(255,255,255,.1)}.euiButtonGroup--compressed .euiButtonGroupButton{height:30px;line-height:30px;font-size:14px;border-radius:6px;padding:2px;background-clip:content-box}.euiButtonGroup--compressed .euiButtonGroupButton .euiButton__content{padding-left:8px;padding-right:8px}.euiButtonGroup--compressed .euiButtonGroupButton.euiButtonGroupButton-isSelected{font-weight:600}.euiButtonGroup--compressed .euiButtonGroupButton:not([class*=isDisabled]):focus,.euiButtonGroup--compressed .euiButtonGroupButton:not([class*=isDisabled]):focus-within{outline:2px solid #367c91}.euiBreadcrumbs__list{font-size:14px;font-size:1rem;line-height:1.7142857143rem;display:flex;align-items:center;flex-wrap:wrap;min-width:0;margin-bottom:-4px}.euiBreadcrumb{margin-bottom:4px;display:flex;align-items:center}.euiBreadcrumb:not(.euiBreadcrumb--last){color:#6a717d}.euiBreadcrumb:not(.euiBreadcrumb--last)::after{content:"";margin:4px 8px 0;width:1px;height:16px;transform:translateY(-1px) rotate(15deg);background:#d3dae6;flex-shrink:0}.euiBreadcrumb--collapsed{flex-shrink:0}.euiBreadcrumb--last{font-weight:500}.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content{font-weight:400;color:#6a717d}.euiBreadcrumbs--truncate .euiBreadcrumbs__list{white-space:nowrap;flex-wrap:nowrap}.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) .euiBreadcrumb__content{max-width:160px;overflow:hidden;text-overflow:ellipsis}.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last .euiBreadcrumb__content{max-width:none}.euiBreadcrumbs--truncate .euiBreadcrumb{overflow:hidden}.euiBreadcrumbs--truncate .euiBreadcrumb__content,.euiBreadcrumb--truncate .euiBreadcrumb__content{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;max-width:160px;text-align:center;vertical-align:baseline}.euiCallOut{padding:16px;border-left:2px solid transparent}.euiCallOut.euiCallOut--small{padding:8px}.euiCallOut .euiCallOutHeader__icon{flex:0 0 auto;transform:translateY(2px)}.euiCallOut .euiCallOutHeader__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;font-weight:400;margin-bottom:0}.euiCallOut--small .euiCallOutHeader__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;font-weight:400}.euiCallOut--primary{border-color:#4db2cf;background-color:#edf7fa}.euiCallOut--primary .euiCallOutHeader__icon{fill:#33768a}.euiCallOut--primary .euiCallOutHeader__title{color:#33768a}.euiCallOut--success{border-color:#33cd2e;background-color:#ebfaea}.euiCallOut--success .euiCallOutHeader__icon{fill:#20811d}.euiCallOut--success .euiCallOutHeader__title{color:#20811d}.euiCallOut--warning{border-color:#e39846;background-color:#fcf5ed}.euiCallOut--warning .euiCallOutHeader__icon{fill:#97652f}.euiCallOut--warning .euiCallOutHeader__title{color:#97652f}.euiCallOut--danger{border-color:#b62222;background-color:#f8e9e9}.euiCallOut--danger .euiCallOutHeader__icon{fill:#b62222}.euiCallOut--danger .euiCallOutHeader__title{color:#b62222}.euiCallOutHeader{display:flex;align-items:baseline}.euiCallOutHeader+*{margin-top:8px}.euiCallOutHeader>*+*{margin-left:8px}.euiCard{display:flex;flex-direction:column;min-height:1px}.euiCard.euiCard-isDisabled{cursor:not-allowed !important;transform:none !important;box-shadow:none !important;text-decoration:none !important;background-color:rgba(194,195,198,.1) !important;color:#afb0b3}.euiCard.euiCard-isDisabled .euiCard__top{filter:grayscale(100%)}.euiCard.euiCard-isDisabled .euiCard__titleAnchor,.euiCard.euiCard-isDisabled .euiCard__titleButton{color:#afb0b3;cursor:inherit}.euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable):not(.euiBetaBadge--hollow){box-shadow:inset 0 0 0 1px #d3dae6;background:transparent;color:inherit}.euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable).euiBetaBadge--hollow{background-color:#fff}.euiCard.euiCard--isClickable{display:flex;width:100%}.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);outline:2px solid currentColor}.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:focus-visible{outline-style:auto}.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:not(:focus-visible){outline:none}.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__title,.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleAnchor,.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleButton,.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__title,.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleAnchor,.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleButton{text-decoration:underline}.euiCard .euiCard__top,.euiCard .euiCard__content,.euiCard .euiCard__footer{width:100%}.euiCard.euiCard--leftAligned{text-align:left;align-items:flex-start}.euiCard.euiCard--leftAligned .euiCard__titleButton{text-align:left}.euiCard.euiCard--centerAligned{text-align:center;align-items:center}.euiCard.euiCard--rightAligned{text-align:right;align-items:flex-end}.euiCard.euiCard--rightAligned .euiCard__titleButton{text-align:right}.euiCard.euiCard-isSelected{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiCard--hasBetaBadge{position:relative;overflow:visible}.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper{position:absolute;top:-12px;left:50%;transform:translateX(-50%);z-index:3;min-width:30%;max-width:calc(100% - 32px)}.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiToolTipAnchor,.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge{width:100%}.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge{overflow:hidden;text-overflow:ellipsis}.euiCard__betaBadge.euiBetaBadge--hollow{background-color:#fff}.euiCard--isSelectable{position:relative}.euiCard[class*=paddingSmall]{padding:8px}.euiCard[class*=paddingSmall].euiCard--isSelectable{padding-bottom:48px}.euiCard[class*=paddingSmall] .euiCard__top .euiCard__image{width:calc(100% + (8px * 2));left:-8px;top:-8px;margin-bottom:-8px}.euiCard[class*=paddingSmall] .euiCard__top .euiCard__image+.euiCard__icon{transform:translate(-50%, -75%);transform:translate(-50%, calc(-50% + -8px))}.euiCard[class*=paddingMedium]{padding:16px}.euiCard[class*=paddingMedium].euiCard--isSelectable{padding-bottom:56px}.euiCard[class*=paddingMedium] .euiCard__top .euiCard__image{width:calc(100% + (16px * 2));left:-16px;top:-16px;margin-bottom:-16px}.euiCard[class*=paddingMedium] .euiCard__top .euiCard__image+.euiCard__icon{transform:translate(-50%, -75%);transform:translate(-50%, calc(-50% + -16px))}.euiCard[class*=paddingLarge]{padding:24px}.euiCard[class*=paddingLarge].euiCard--isSelectable{padding-bottom:64px}.euiCard[class*=paddingLarge] .euiCard__top .euiCard__image{width:calc(100% + (24px * 2));left:-24px;top:-24px;margin-bottom:-24px}.euiCard[class*=paddingLarge] .euiCard__top .euiCard__image+.euiCard__icon{transform:translate(-50%, -75%);transform:translate(-50%, calc(-50% + -24px))}.euiCard__top{flex-grow:0;position:relative;min-height:1px;font-size:0}.euiCard__top .euiCard__image{position:relative;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}.euiCard__top .euiCard__image img{width:100%}.euiCard__top .euiCard__image+.euiCard__icon{position:absolute;top:50%;left:50%}.euiCard__top .euiCard__icon{margin-top:8px}.euiCard__footer:not(:empty){flex-grow:0;margin-top:16px}.euiCard[class*=transparent] .euiCard__image{border-radius:6px}.euiCard--isSelectable--text.euiCard-isSelected:not(.euiCard-isDisabled){border-color:#33cd2e !important}.euiCard--isSelectable--primary.euiCard-isSelected:not(.euiCard-isDisabled){border-color:#4db2cf !important}.euiCard--isSelectable--success.euiCard-isSelected:not(.euiCard-isDisabled){border-color:#33cd2e !important}.euiCard--isSelectable--danger.euiCard-isSelected:not(.euiCard-isDisabled){border-color:#b62222 !important}.euiCard--isSelectable--ghost.euiCard-isSelected:not(.euiCard-isDisabled){border-color:#69707d !important}.euiCard__top+.euiCard__content{margin-top:16px}.euiCard__content{flex-grow:1}.euiCard__content .euiCard__description,.euiCard__content .euiCard__children{margin-top:8px}.euiCard__content .euiCard__titleAnchor,.euiCard__content .euiCard__titleButton{font:inherit;color:inherit;letter-spacing:inherit}.euiCard__content .euiCard__titleAnchor:focus,.euiCard__content .euiCard__titleButton:focus{text-decoration:underline}.euiCard.euiCard--horizontal .euiCard__content,.euiCard.euiCard--horizontal .euiCard__titleButton{text-align:left}.euiCard.euiCard--horizontal.euiCard--hasIcon{flex-direction:row;align-items:flex-start !important}.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top,.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__content{width:auto;margin-top:0}.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top .euiCard__icon{margin-top:0;margin-right:16px}.euiCardSelect{position:absolute;bottom:0;left:0;height:40px !important;width:100%;overflow:hidden;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-weight:700}.euiCardSelect--text:enabled{background-color:#f5f7fa !important}.euiCardSelect--primary:enabled{background-color:#edf7fa !important}.euiCardSelect--success:enabled{background-color:#ebfaea !important;color:#20811d}.euiCardSelect--danger:enabled{background-color:#f8e9e9 !important}.euiCardSelect--ghost:enabled{background-color:#69707d !important}.euiCardSelect:disabled{background-color:#fafbfd}.euiCheckableCard{transition:border-color 250ms ease-in}.euiCheckableCard:not(.euiCheckableCard-isDisabled).euiCheckableCard-isChecked{border-color:#4db2cf}.euiCheckableCard__label{cursor:pointer;display:block;width:calc(100% + 32px);padding:16px;margin:-16px}.euiCheckableCard__label-isDisabled{color:#98a2b3;cursor:not-allowed}.euiCheckableCard__children{margin-top:16px}.euiCodeBlock{max-width:100%;display:block;position:relative;background:#f5f7fa}.euiCodeBlock .euiCodeBlock__pre{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow:auto;display:block}.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar{width:16px;height:16px}.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-corner,.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-track{background-color:transparent}.euiCodeBlock .euiCodeBlock__pre--whiteSpacePre{white-space:pre}.euiCodeBlock .euiCodeBlock__pre--whiteSpacePreWrap{white-space:pre-wrap}.euiCodeBlock .euiCodeBlock__pre--isVirtualized .euiCodeBlock__code{position:relative}.euiCodeBlock .euiCodeBlock__line{display:block}.euiCodeBlock--hasLineNumbers .euiCodeBlock__line{position:relative;user-select:none}.euiCodeBlock .euiCodeBlock__lineText,.euiCodeBlock .euiCodeBlock__lineNumber{display:inline-block}.euiCodeBlock .euiCodeBlock__lineText{padding-left:8px;border-left:1px solid #d3dae6;user-select:text}.euiCodeBlock .euiCodeBlock__lineNumber{position:absolute;height:100%;user-select:none;padding-right:8px;box-sizing:content-box}.euiCodeBlock .euiCodeBlock__lineNumber:before{content:attr(data-line-number);color:#6a717d;text-align:right;display:block}.euiCodeBlock .euiCodeBlock__line--isHighlighted .euiCodeBlock__lineText{background:rgba(77,178,207,.1);border-left:2px solid #367c91}.euiCodeBlock .euiCodeBlock__code{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace;letter-spacing:normal;line-height:1.5;font-weight:400;font-size:inherit;color:#343741;display:block}.euiCodeBlock .euiCodeBlock__controls{position:absolute;top:0;right:0}.euiCodeBlock .euiCodeBlock__fullScreenButton+.euiCodeBlock__copyButton{margin-top:4px}.euiCodeBlock.euiCodeBlock-isFullScreen{position:fixed;top:0;left:0;right:0;bottom:0}.euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__pre{padding:32px !important}.euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__controls{top:4px;right:4px}.euiCodeBlock.euiCodeBlock--fontSmall{font-size:12px}.euiCodeBlock.euiCodeBlock--fontMedium{font-size:14px}.euiCodeBlock.euiCodeBlock--fontLarge{font-size:14px}.euiCodeBlock.euiCodeBlock--hasControl{min-height:24px}.euiCodeBlock.euiCodeBlock--hasBothControls{min-height:52px}.euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap{padding-right:28px}.euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre{margin-right:28px}.euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre{padding:8px}.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl{min-height:40px}.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasBothControls{min-height:68px}.euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__controls{top:8px;right:8px}.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap{padding-right:36px}.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre{margin-right:36px}.euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre{padding:16px}.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl{min-height:56px}.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasBothControls{min-height:84px}.euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__controls{top:16px;right:16px}.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap{padding-right:44px}.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre{margin-right:44px}.euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre{padding:24px}.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl{min-height:72px}.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasBothControls{min-height:100px}.euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__controls{top:24px;right:24px}.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap{padding-right:52px}.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre{margin-right:52px}.euiCodeBlock.euiCodeBlock--transparentBackground{background:transparent}.euiCodeBlock .token.punctuation:not(.interpolation-punctuation):not([class*=attr-]){opacity:.7}.euiCodeBlock .token.comment,.euiCodeBlock .token.prolog,.euiCodeBlock .token.doctype,.euiCodeBlock .token.cdata,.euiCodeBlock .token.coord,.euiCodeBlock .token.blockquote{color:#6a717d;font-style:italic}.euiCodeBlock .token.selector{color:inherit}.euiCodeBlock .token.string,.euiCodeBlock .token.interpolation,.euiCodeBlock .token.interpolation-punctuation,.euiCodeBlock .token.doc-comment .token.keyword,.euiCodeBlock .token.attr-value,.euiCodeBlock .token.url .token.content{color:#ac4e6d}.euiCodeBlock .token.number,.euiCodeBlock .token.boolean,.euiCodeBlock .token.keyword.nil,.euiCodeBlock .token.regex,.euiCodeBlock .token.variable,.euiCodeBlock .token.unit,.euiCodeBlock .token.hexcode,.euiCodeBlock .token.attr-name,.euiCodeBlock .token.attr-equals{color:#3b7d6a}.euiCodeBlock .token.atrule .token.rule,.euiCodeBlock .token.keyword{color:#7c609e}.euiCodeBlock .token.function{color:inherit}.euiCodeBlock .token.tag{color:#4a7194}.euiCodeBlock .token.class-name{color:#4a7194}.euiCodeBlock .token.property{color:inherit}.euiCodeBlock .token.console,.euiCodeBlock .token.list-punctuation,.euiCodeBlock .token.url-reference,.euiCodeBlock .token.url .token.url{color:#b34f3b}.euiCodeBlock .token.paramater{color:inherit}.euiCodeBlock .token.meta,.euiCodeBlock .token.important{color:#6a717d}.euiCodeBlock .token.title{color:#996130}.euiCodeBlock .token.section{color:#b34f3b}.euiCodeBlock .token.prefix.inserted,.euiCodeBlock .token.prefix.deleted{padding-left:4px;margin-left:-4px}.euiCodeBlock .token.prefix.inserted{box-shadow:-4px 0 #3b7d6a;color:#3b7d6a}.euiCodeBlock .token.prefix.deleted{box-shadow:-4px 0 #bd271e;color:#bd271e}.euiCodeBlock .token.selector .token.class{color:inherit}.euiCodeBlock .token.selector .token.id{color:inherit}.euiCodeBlock .token.italic{font-style:italic}.euiCodeBlock .token.important,.euiCodeBlock .token.bold{font-weight:700}.euiCodeBlock .token.url-reference,.euiCodeBlock .token.url .token.url{text-decoration:underline}.euiCodeBlock .token.entity{cursor:help}.euiCode{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace;letter-spacing:normal;font-size:.9em;padding:.2em .5em;background:#f5f7fa}.euiCode.euiCode--transparentBackground{background:transparent}.euiCode .token.punctuation:not(.interpolation-punctuation):not([class*=attr-]){opacity:.7}.euiCode .token.comment,.euiCode .token.prolog,.euiCode .token.doctype,.euiCode .token.cdata,.euiCode .token.coord,.euiCode .token.blockquote{color:#6a717d;font-style:italic}.euiCode .token.selector{color:inherit}.euiCode .token.string,.euiCode .token.interpolation,.euiCode .token.interpolation-punctuation,.euiCode .token.doc-comment .token.keyword,.euiCode .token.attr-value,.euiCode .token.url .token.content{color:#ac4e6d}.euiCode .token.number,.euiCode .token.boolean,.euiCode .token.keyword.nil,.euiCode .token.regex,.euiCode .token.variable,.euiCode .token.unit,.euiCode .token.hexcode,.euiCode .token.attr-name,.euiCode .token.attr-equals{color:#3b7d6a}.euiCode .token.atrule .token.rule,.euiCode .token.keyword{color:#7c609e}.euiCode .token.function{color:inherit}.euiCode .token.tag{color:#4a7194}.euiCode .token.class-name{color:#4a7194}.euiCode .token.property{color:inherit}.euiCode .token.console,.euiCode .token.list-punctuation,.euiCode .token.url-reference,.euiCode .token.url .token.url{color:#b34f3b}.euiCode .token.paramater{color:inherit}.euiCode .token.meta,.euiCode .token.important{color:#6a717d}.euiCode .token.title{color:#996130}.euiCode .token.section{color:#b34f3b}.euiCode .token.prefix.inserted,.euiCode .token.prefix.deleted{padding-left:4px;margin-left:-4px}.euiCode .token.prefix.inserted{box-shadow:-4px 0 #3b7d6a;color:#3b7d6a}.euiCode .token.prefix.deleted{box-shadow:-4px 0 #bd271e;color:#bd271e}.euiCode .token.selector .token.class{color:inherit}.euiCode .token.selector .token.id{color:inherit}.euiCode .token.italic{font-style:italic}.euiCode .token.important,.euiCode .token.bold{font-weight:700}.euiCode .token.url-reference,.euiCode .token.url .token.url{text-decoration:underline}.euiCode .token.entity{cursor:help}.euiCollapsibleNav:not([class*=push]){z-index:6000 !important}.euiCollapsibleNavGroup:not(:first-child){border-top:1px solid #d3dae6}.euiCollapsibleNavGroup .euiAccordion__triggerWrapper{padding:16px}.euiCollapsibleNavGroup--light{background-color:#fafbfd}.euiCollapsibleNavGroup--dark{background-color:#2a2c34;color:#fff}.euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__heading:focus .euiAccordion__iconWrapper{color:#4db2cf;animation-name:euiCollapsibleNavGroupDarkFocusRingAnimate !important}.euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__title{color:inherit;line-height:inherit}.euiCollapsibleNavGroup__heading{font-weight:600}.euiCollapsibleNavGroup__heading:not(.euiAccordion__button){padding:16px}.euiCollapsibleNavGroup__children{padding:8px}.euiCollapsibleNavGroup--withHeading .euiCollapsibleNavGroup__children{padding-top:0}@keyframes euiCollapsibleNavGroupDarkFocusRingAnimate{0%{box-shadow:0 0 0 2px rgba(77,178,207,0)}100%{box-shadow:0 0 0 2px #4db2cf}}.euiColorPicker{position:relative;width:152px}.euiColorPicker__popoverAnchor .euiColorPicker__input{padding-right:40px}.euiColorPicker__popoverAnchor .euiColorPicker__input[class*="--compressed"]{padding-right:32px}.euiColorPicker__popoverAnchor .euiColorPicker__input+.euiFormControlLayoutIcons{color:inherit}.euiColorPicker__swatches{display:flex;flex-wrap:wrap;margin:-4px}.euiColorPicker__swatch-item{margin:4px}.euiSwatchInput__stroke{fill:none;stroke:rgba(0,0,0,.2)}.euiColorPicker__popoverPanel--pickerOnly{padding-bottom:0 !important}.euiColorPicker__input--inGroup{height:38px !important;box-shadow:none !important;border-radius:0}.euiColorPicker__input--inGroup.euiFieldText--compressed{height:30px !important;border-radius:0}.euiColorPicker__alphaRange .euiRangeInput{min-width:0}.euiColorPickerSwatch{display:inline-block;height:24px;width:24px;border-radius:3px;cursor:pointer;border:solid 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.euiColorPickerSwatch:disabled{cursor:default}.euiColorPickerSwatch:focus{outline:2px solid currentColor}.euiColorPickerSwatch:focus:focus-visible{outline-style:auto}.euiColorPickerSwatch:focus:not(:focus-visible){outline:none}.euiHue{background:linear-gradient(to right, #FF3232 0%, #FFF130 20%, #45FF30 35%, #28FFF0 52%, #282CFF 71%, #FF28FB 88%, #FF0094 100%);height:24px;margin:4px 0;position:relative}.euiHue:before,.euiHue:after{content:"";left:0;position:absolute;height:8px;background:#fff;width:100%}.euiHue:after{bottom:0}.euiHue__range{position:relative;height:24px;width:calc(100% + 2px);margin:0 -1px;appearance:none;background:transparent;z-index:2}.euiHue__range::-webkit-slider-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-moz-range-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-ms-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:0}.euiHue__range::-ms-thumb{margin-top:0}.euiHue__range::-ms-track{height:24px;background:transparent;border-color:transparent;color:transparent}.euiHue__range::-moz-focus-outer{border:none}.euiHue__range::-ms-fill-lower,.euiHue__range::-ms-fill-upper{background:transparent}.euiHue__range:focus{outline:none}.euiHue__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 2px #367c91;border-color:#4db2cf}.euiHue__range:focus::-moz-range-thumb{box-shadow:0 0 0 2px #367c91;border-color:#4db2cf}.euiHue__range:focus::-ms-thumb{box-shadow:0 0 0 2px #367c91;border-color:#4db2cf}.euiSaturation{position:relative;width:100%;padding-bottom:100%;border-radius:3px;touch-action:none;z-index:3}.euiSaturation .euiSaturation__lightness,.euiSaturation .euiSaturation__saturation{position:absolute;top:-1px;bottom:0;left:0;right:0;border-radius:3px}.euiSaturation .euiSaturation__lightness{background:linear-gradient(to right, white, rgba(255, 255, 255, 0))}.euiSaturation .euiSaturation__saturation{background:linear-gradient(to top, black, rgba(0, 0, 0, 0))}.euiSaturation .euiSaturation__indicator{position:absolute;height:12px;width:12px;border-radius:100%;margin-top:-6px;margin-left:-6px;border:1px solid #343741}.euiSaturation .euiSaturation__indicator:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;border:1px solid #f5f7fa}.euiSaturation:focus{outline:none}.euiSaturation:focus .euiSaturation__indicator{box-shadow:0 0 0 2px #367c91;border-color:#4db2cf}.euiColorStops:not(.euiColorStops-isDisabled):focus{outline:2px solid #367c91}.euiColorStops__addContainer{display:block;position:absolute;left:0;right:0;top:50%;height:16px;margin-top:-8px}.euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled){cursor:pointer}.euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) .euiColorStops__addTarget{opacity:.7}.euiColorStops__addTarget{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box;position:absolute;top:0;height:16px;width:16px;background-color:#f5f7fa;pointer-events:none;opacity:0;transition:opacity 150ms}.euiColorStop{width:152px}.euiColorStopPopover.euiPopover{position:absolute;top:50%;width:16px;height:16px;margin-top:-8px}.euiColorStopPopover-hasFocus{z-index:1}.euiColorStopPopover__anchor{position:absolute;width:100%;height:100%}.euiColorStopPopover__anchor:before{content:"";display:block;position:absolute;left:0;top:0;height:16px;width:16px;border-radius:16px;background:#fff}.euiColorStopThumb.euiRangeThumb:not(:disabled){top:0;margin-top:0;pointer-events:auto;cursor:grab;border:solid 3px #fff;box-shadow:0 0 0 1px #98a2b3,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2)}.euiColorStopThumb.euiRangeThumb:not(:disabled):active{cursor:grabbing}.euiColorStopPopover-isLoadingPanel{visibility:hidden !important}.euiColorStops.euiColorStops-isDragging:not(.euiColorStops-isDisabled):not(.euiColorStops-isReadOnly){cursor:grabbing}.euiColorStops__highlight{color:#d3dae6}.euiColorPalettePicker__itemTitle{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiColorPalettePicker__itemTitle+.euiColorPaletteDisplay{margin-top:4px}.euiColorPaletteDisplay{display:flex;flex-direction:row;overflow:hidden;height:8px}.euiColorPaletteDisplay--sizeExtraSmall{position:relative;height:4px;border-radius:4px}.euiColorPaletteDisplay--sizeExtraSmall:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;content:"";pointer-events:none;border:1px solid rgba(52,55,65,.2)}.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea{height:4px}.euiColorPaletteDisplay--sizeSmall{position:relative;height:8px;border-radius:8px}.euiColorPaletteDisplay--sizeSmall:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;content:"";pointer-events:none;border:1px solid rgba(52,55,65,.2)}.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea{height:8px}.euiColorPaletteDisplay--sizeMedium{position:relative;height:16px;border-radius:16px}.euiColorPaletteDisplay--sizeMedium:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;content:"";pointer-events:none;border:1px solid rgba(52,55,65,.2)}.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea{height:16px}.euiColorPaletteDisplayFixed__bleedArea{position:absolute;top:0;left:0;display:flex;height:8px;width:calc(100% + 1px)}.euiComboBox{max-width:400px;width:100%;height:auto;position:relative}.euiComboBox--fullWidth{max-width:100%}.euiComboBox--compressed{height:32px}.euiComboBox--inGroup{height:100%}.euiComboBox--compressed,.euiComboBox .euiFormControlLayout{height:auto}.euiComboBox .euiComboBox__inputWrap{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;max-width:400px;width:100%;height:auto;padding:4px 8px;display:flex;outline:none;padding-right:40px}.euiComboBox .euiComboBox__inputWrap--fullWidth{max-width:100%}.euiComboBox .euiComboBox__inputWrap--compressed{height:32px}.euiComboBox .euiComboBox__inputWrap--inGroup{height:100%}@supports(-moz-appearance: none){.euiComboBox .euiComboBox__inputWrap{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiComboBox .euiComboBox__inputWrap{line-height:1em}}.euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiComboBox .euiComboBox__inputWrap::-moz-placeholder{color:#6a717d;opacity:1}.euiComboBox .euiComboBox__inputWrap:-ms-input-placeholder{color:#6a717d;opacity:1}.euiComboBox .euiComboBox__inputWrap:-moz-placeholder{color:#6a717d;opacity:1}.euiComboBox .euiComboBox__inputWrap::placeholder{color:#6a717d;opacity:1}.euiComboBox .euiComboBox__inputWrap--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiComboBox .euiComboBox__inputWrap--compressed{transition-property:box-shadow,background-image,background-size}}.euiComboBox .euiComboBox__inputWrap--inGroup{box-shadow:none !important;border-radius:0}.euiComboBox .euiComboBox__inputWrap--withIcon{padding-left:40px}.euiComboBox .euiComboBox__inputWrap--fullWidth{max-width:100%}.euiComboBox .euiComboBox__inputWrap--compressed{height:32px}.euiComboBox .euiComboBox__inputWrap--inGroup{height:100%}.euiComboBox .euiComboBox__inputWrap .euiComboBoxPill{max-width:calc(100% - 2px - 16px)}.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap){padding-top:4px;padding-bottom:4px;padding-left:4px;height:auto;flex-wrap:wrap;align-content:flex-start}.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover{cursor:text}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable{padding-right:62px}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading{padding-right:62px}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder{padding-right:62px}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable{padding-right:84px}.euiComboBox .euiComboBox__input{display:inline-flex !important;height:32px;overflow:hidden}.euiComboBox .euiComboBox__input>input{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;appearance:none;padding:0;border:none;background:transparent;font-size:14px;color:#343741;margin:4px;line-height:1.5}.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);-webkit-text-fill-color:unset}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:-moz-placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBoxPlaceholder,.euiComboBox.euiComboBox-isDisabled .euiComboBoxPill--plainText{color:#98a2b3;-webkit-text-fill-color:#98a2b3}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover{cursor:not-allowed}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap{line-height:32px;padding-top:0;padding-bottom:0;padding-right:32px}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable{padding-right:54px}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading{padding-right:54px}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder{padding-right:54px}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable{padding-right:76px}.euiComboBox .euiFormControlLayout__prepend,.euiComboBox .euiFormControlLayout__append{height:auto !important}.euiComboBox__input{max-width:100%}.euiComboBox__input input{border:none !important;box-shadow:none !important;outline:none !important}.euiComboBoxPill{height:22px;line-height:22px;vertical-align:baseline}.euiComboBoxPill,.euiComboBoxPill+.euiComboBoxPill{margin:4px}.euiComboBox--compressed .euiComboBoxPill,.euiComboBox--compressed .euiComboBoxPill+.euiComboBoxPill{margin:5px 4px 0 0}.euiComboBoxPill--plainText{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;line-height:24px;font-size:14px;padding:0;color:#343741;vertical-align:middle;display:inline-block}.euiComboBoxPlaceholder{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;padding-right:40px;position:absolute;pointer-events:none;padding-left:4px;line-height:32px;color:#6a717d;margin-bottom:0 !important}.euiComboBoxOptionsList{transform:none !important;top:0}.euiComboBoxOptionsList.euiPopover__panel-isAttached.euiComboBoxOptionsList--top{box-shadow:0 0 .8px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.04),0 0 5px rgba(0,0,0,.04),0 0 17px rgba(0,0,0,.03)}.euiComboBoxOptionsList__empty{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;padding:8px;text-align:center;word-wrap:break-word}.euiComboBoxOptionsList__rowWrap{padding:0;max-height:200px;overflow:hidden}.euiComboBoxOptionsList__rowWrap>div{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar{width:16px;height:16px}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-corner,.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-track{background-color:transparent}.euiComboBoxOption{font-size:14px;padding:4px 8px 4px 16px;width:100%;text-align:left;border:1px solid #d3dae6;border-color:transparent;display:flex;align-items:center}.euiComboBoxOption:hover{text-decoration:underline}.euiComboBoxOption.euiComboBoxOption-isFocused{cursor:pointer;color:#367c91;background-color:rgba(77,178,207,.1)}.euiComboBoxOption.euiComboBoxOption-isDisabled{color:#98a2b3;cursor:not-allowed}.euiComboBoxOption.euiComboBoxOption-isDisabled:hover{text-decoration:none}.euiComboBoxOption__contentWrapper{display:flex}.euiComboBoxOption__contentWrapper .euiComboBoxOption__emptyStateText{flex:1;text-align:left;margin-bottom:0}.euiComboBoxOption__contentWrapper .euiComboBoxOption__enterBadge{align-self:flex-start;margin-left:4px}.euiComboBoxOption__content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1;text-align:left}.euiComboBoxTitle{font-size:12px;padding:11px 8px 4px;width:100%;font-weight:700;color:#000}.euiComment{font-size:14px;display:flex;padding-bottom:16px;min-height:56px}.euiComment .euiCommentEvent{flex-grow:1}.euiComment .euiCommentTimeline{position:relative;flex-grow:0;margin-right:16px}.euiComment .euiCommentTimeline::before{content:"";position:absolute;left:20px;top:24px;width:2px;background-color:#d3dae6;height:calc(100% + 24px)}.euiComment:last-of-type .euiCommentTimeline::before{display:none}.euiComment--update:not(.euiComment--hasBody){align-items:center}.euiCommentEvent--regular{flex-grow:1}.euiCommentEvent--regular.euiCommentEvent--regular--flexGrowZero{flex-grow:0}.euiCommentEvent--regular.euiCommentEvent--regular--hasShadow{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiCommentEvent--regular.euiCommentEvent--regular--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiCommentEvent--regular.euiCommentEvent--regular--isClickable{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:enabled{display:block;width:100%;text-align:left}.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:hover,.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);transform:translateY(-2px);cursor:pointer}.euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusNone{border-radius:0}.euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusMedium{border-radius:6px}.euiCommentEvent--regular.euiCommentEvent--regular--transparent{background-color:transparent}.euiCommentEvent--regular.euiCommentEvent--regular--plain{background-color:#fff}.euiCommentEvent--regular.euiCommentEvent--regular--subdued{background-color:#fafbfd}.euiCommentEvent--regular.euiCommentEvent--regular--accent{background-color:#e9edf1}.euiCommentEvent--regular.euiCommentEvent--regular--primary{background-color:#edf7fa}.euiCommentEvent--regular.euiCommentEvent--regular--success{background-color:#ebfaea}.euiCommentEvent--regular.euiCommentEvent--regular--warning{background-color:#fcf5ed}.euiCommentEvent--regular.euiCommentEvent--regular--danger{background-color:#f8e9e9}.euiCommentEvent{overflow:hidden}.euiCommentEvent__header{line-height:1.5;display:flex;align-items:center}.euiCommentEvent__headerData{align-items:center;display:flex;flex-wrap:wrap}.euiCommentEvent__headerData>div{padding-right:4px}.euiCommentEvent__headerUsername{font-weight:600}.euiCommentEvent--regular{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);border-radius:6px;border:1px solid #d3dae6}.euiCommentEvent--regular .euiCommentEvent__header{min-height:40px;background-color:#f5f7fa;border-bottom:1px solid #d3dae6;padding:4px 8px}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiCommentEvent--regular .euiCommentEvent__header::after{content:"";min-height:32px;font-size:0;display:block}}.euiCommentEvent--regular .euiCommentEvent__headerData{flex-grow:1}.euiCommentEvent--regular .euiCommentEvent__body{padding:8px}.euiCommentEvent--update .euiCommentEvent__header{justify-content:flex-start;padding:4px 0}.euiCommentEvent--update .euiCommentEvent__headerData{padding-right:8px}.euiCommentEvent--update .euiCommentEvent__body{padding-top:4px}.euiCommentTimeline__content{min-width:40px;display:flex;justify-content:center;align-items:center;position:relative}.euiCommentTimeline__icon--default{flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow-x:hidden;border-radius:50%;background-color:#f5f7fa}.euiCommentTimeline__icon--default.euiCommentTimeline__icon--regular{width:40px;height:40px}.euiCommentTimeline__icon--default.euiCommentTimeline__icon--update{width:24px;height:24px}.euiContextMenu{width:256px;max-width:100%;position:relative;overflow:hidden;transition:height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);border-radius:6px}.euiContextMenu .euiContextMenu__content{padding:8px}.euiContextMenu__panel{position:absolute}.euiContextMenu__icon{margin-right:8px}.euiContextMenuPanel{width:100%;visibility:visible;outline-offset:-2px}.euiContextMenuPanel:focus{outline:none}.euiContextMenuPanel.euiContextMenuPanel-txInLeft{pointer-events:none;animation:euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiContextMenuPanel.euiContextMenuPanel-txOutLeft{pointer-events:none;animation:euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiContextMenuPanel.euiContextMenuPanel-txInRight{pointer-events:none;animation:euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiContextMenuPanel.euiContextMenuPanel-txOutRight{pointer-events:none;animation:euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiContextMenuPanel--next{transform:translateX(256px);visibility:hidden}.euiContextMenuPanel--previous{transform:translateX(-256px);visibility:hidden}.euiContextMenuPanelTitle{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:12px;border-bottom:1px solid #d3dae6;padding:12px;width:100%;text-align:left;outline-offset:-2px}.euiContextMenuPanelTitle:enabled:hover,.euiContextMenuPanelTitle:enabled:focus{text-decoration:underline}.euiContextMenuPanelTitle--small{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:12px;border-bottom:1px solid #d3dae6;padding:6px 8px}@keyframes euiContextMenuPanelTxInLeft{0%{transform:translateX(256px)}100%{transform:translateX(0)}}@keyframes euiContextMenuPanelTxOutLeft{0%{transform:translateX(0)}100%{transform:translateX(-256px)}}@keyframes euiContextMenuPanelTxInRight{0%{transform:translateX(-256px)}100%{transform:translateX(0)}}@keyframes euiContextMenuPanelTxOutRight{0%{transform:translateX(0)}100%{transform:translateX(256px)}}.euiContextMenuItem{display:block;padding:12px;width:100%;text-align:left;color:#343741;outline-offset:-2px}.euiContextMenuItem:hover,.euiContextMenuItem:focus{text-decoration:underline}.euiContextMenuItem:focus{background-color:rgba(77,178,207,.1)}.euiContextMenuItem.euiContextMenuItem-isDisabled{color:#afb0b3;cursor:default}.euiContextMenuItem.euiContextMenuItem-isDisabled:hover,.euiContextMenuItem.euiContextMenuItem-isDisabled:focus{text-decoration:none}.euiContextMenuItem--small{padding:6px 8px}.euiContextMenuItem--small .euiContextMenuItem__text{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiContextMenuItem__inner{display:flex}.euiContextMenuItem__text{flex-grow:1;overflow:hidden}.euiContextMenuItem__arrow{align-self:flex-end}.euiContextMenu__itemLayout{display:flex;align-items:center}.euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom{align-items:flex-end}.euiContextMenu__itemLayout.euiContextMenu__itemLayout--top{align-items:flex-start}.euiContextMenu__itemLayout .euiContextMenu__icon{flex-shrink:0}.euiControlBar{background:#343741;color:#fff;display:flex;flex-direction:column;box-shadow:inset 0 40px 0 #343741,inset 0 600rem 0 #fafbfd;bottom:0;transform:translateY(0);height:40px;max-height:calc(100vh - 80px)}.euiControlBar--fixed{position:fixed;z-index:6000}.euiControlBar--absolute{position:absolute;z-index:1000}.euiControlBar--relative{position:relative}.euiControlBar-isOpen{animation-duration:250ms;animation-timing-function:cubic-bezier(0.694, 0.0482, 0.335, 1);animation-fill-mode:forwards}.euiControlBar-isOpen.euiControlBar--large{animation-name:euiControlBarOpenPanelLarge;height:calc(100vh - 80px);bottom:-100vh}.euiControlBar-isOpen.euiControlBar--medium{animation-name:euiControlBarOpenPanelMedium;height:480px;bottom:-480px}.euiControlBar-isOpen.euiControlBar--small{animation-name:euiControlBarOpenPanelSmall;height:240px;bottom:-240px}.euiControlBar__controls{height:40px;width:100%;display:flex;align-items:center;overflow-y:hidden;overflow-x:auto;padding:0 12px}.euiControlBar__content{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto;width:100%;height:calc(100% - 40px);background-color:#fafbfd;animation-name:euiControlBarShowContent;animation-duration:350ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.694, 0.0482, 0.335, 1);color:#343741}.euiControlBar__content::-webkit-scrollbar{width:16px;height:16px}.euiControlBar__content::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiControlBar__content::-webkit-scrollbar-corner,.euiControlBar__content::-webkit-scrollbar-track{background-color:transparent}.euiControlBar__icon{flex-shrink:0;margin-left:8px;margin-right:8px}.euiControlBar__buttonIcon{flex-shrink:0;min-width:40px;min-height:40px}.euiControlBar__button{flex-shrink:0;border-radius:3px;margin-left:4px;font-size:14px}.euiControlBar__button:enabled:hover{transform:none;box-shadow:none}.euiControlBar__button:last-child{margin-right:4px}.euiControlBar__breadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) .euiBreadcrumb__content{color:#9ca1aa}.euiControlBar__breadcrumbs .euiBreadcrumb::after{background:rgba(255,255,255,.2)}.euiControlBar__spacer{flex-grow:1;height:100%}.euiControlBar__divider{flex-shrink:0;height:100%;width:1px;background-color:rgba(255,255,255,.2)}.euiControlBar__text{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:0 8px;color:#fff}.euiControlBar__text:last-child{padding-right:0}.euiControlBar__tab{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-size:14px;font-size:1rem;line-height:1.7142857143rem;color:#fff;padding:0 16px;text-align:center;height:100%}.euiControlBar__tab:hover,.euiControlBar__tab:focus{text-decoration:underline;cursor:pointer}.euiControlBar__tab.euiControlBar__tab--active{background-color:#fafbfd;box-shadow:inset 0 4px 0 #33768a;color:#33768a}.euiControlBar__controls .euiLink.euiLink--primary{color:#4db2cf}.euiControlBar__controls .euiLink.euiLink--primary:hover{color:#82c9dd}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled:not(.euiButton--fill){color:#4db2cf;border-color:#4db2cf}.euiControlBar__controls .euiButtonIcon--primary{color:#4db2cf}.euiControlBar__controls .euiLink.euiLink--accent{color:#90a3b6}.euiControlBar__controls .euiLink.euiLink--accent:hover{color:#68819c}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled:not(.euiButton--fill){color:#90a3b6;border-color:#90a3b6}.euiControlBar__controls .euiButtonIcon--accent{color:#90a3b6}.euiControlBar__controls .euiLink.euiLink--success{color:#33cd2e}.euiControlBar__controls .euiLink.euiLink--success:hover{color:#70dc6d}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled:not(.euiButton--fill){color:#33cd2e;border-color:#33cd2e}.euiControlBar__controls .euiButtonIcon--success{color:#33cd2e}.euiControlBar__controls .euiLink.euiLink--warning{color:#e39846}.euiControlBar__controls .euiLink.euiLink--warning:hover{color:#ebb77e}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled:not(.euiButton--fill){color:#e39846;border-color:#e39846}.euiControlBar__controls .euiButtonIcon--warning{color:#e39846}.euiControlBar__controls .euiLink.euiLink--danger{color:#d98e8e}.euiControlBar__controls .euiLink.euiLink--danger:hover{color:#cc6464}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled:not(.euiButton--fill){color:#d98e8e;border-color:#d98e8e}.euiControlBar__controls .euiButtonIcon--danger{color:#d98e8e}.euiControlBar__controls .euiLink.euiLink--subdued{color:#9ca1aa}.euiControlBar__controls .euiLink.euiLink--subdued:hover{color:#979ca4}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled:not(.euiButton--fill){color:#9ca1aa;border-color:#9ca1aa}.euiControlBar__controls .euiButtonIcon--subdued{color:#9ca1aa}.euiControlBar__controls .euiLink.euiLink--ghost{color:#fff}.euiControlBar__controls .euiLink.euiLink--ghost:hover{color:#fff}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled:not(.euiButton--fill){color:#fff;border-color:#fff}.euiControlBar__controls .euiButtonIcon--ghost{color:#fff}.euiControlBar__controls .euiLink.euiLink--text{color:#9ca0aa}.euiControlBar__controls .euiLink.euiLink--text:hover{color:#969ba4}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled{box-shadow:none}.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled:not(.euiButton--fill){color:#9ca0aa;border-color:#9ca0aa}.euiControlBar__controls .euiButtonIcon--text{color:#9ca0aa}@media only screen and (max-width: 574px){.euiControlBar:not(.euiControlBar--showOnMobile){display:none}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiControlBar:not(.euiControlBar--showOnMobile){display:none}}@keyframes euiControlBarOpenPanelLarge{0%{transform:translateY(calc((40px * 3) * -1))}100%{transform:translateY(-100vh)}}@keyframes euiControlBarOpenPanelMedium{0%{transform:translateY(-40px)}100%{transform:translateY(-480px)}}@keyframes euiControlBarOpenPanelSmall{0%{transform:translateY(-40px)}100%{transform:translateY(-240px)}}@keyframes euiControlBarShowContent{0%{opacity:0}100%{opacity:1}}.euiDatePickerRange{max-width:400px;width:100%;height:auto;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;display:flex;align-items:center;padding:1px}.euiDatePickerRange--fullWidth{max-width:100%}.euiDatePickerRange--compressed{height:32px}.euiDatePickerRange--inGroup{height:100%}@supports(-moz-appearance: none){.euiDatePickerRange{transition-property:box-shadow,background-image,background-size}}.euiDatePickerRange>*{flex-grow:1}.euiDatePickerRange .euiFieldText.euiDatePicker{box-shadow:none !important;text-align:center}.euiDatePickerRange .euiDatePickerRange__start{border-top-right-radius:0;border-bottom-right-radius:0}.euiDatePickerRange .euiDatePickerRange__end{border-top-left-radius:0;border-bottom-left-radius:0}.euiDatePickerRange .react-datepicker-popper .euiFieldText.euiDatePicker{text-align:left}.euiDatePickerRange--inGroup{box-shadow:none;padding:0}.euiDatePickerRange--inGroup .euiDatePicker{height:38px}.euiDatePickerRange>.euiDatePickerRange__delimeter{background-color:transparent !important;line-height:1 !important;flex:0 0 auto;padding-left:6px;padding-right:6px}.euiDatePickerRange--readOnly{background:#eef2f7}.euiSuperDatePicker__absoluteDateFormRow{padding:0 8px 8px}.euiDatePopoverButton{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;display:block;width:100%;padding:0 8px;line-height:38px;height:38px;word-break:break-all;transition:background 150ms ease-in;background-size:100%}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiDatePopoverButton{line-height:1em}}.euiDatePopoverButton::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiDatePopoverButton::-moz-placeholder{color:#6a717d;opacity:1}.euiDatePopoverButton:-ms-input-placeholder{color:#6a717d;opacity:1}.euiDatePopoverButton:-moz-placeholder{color:#6a717d;opacity:1}.euiDatePopoverButton::placeholder{color:#6a717d;opacity:1}.euiDatePopoverButton:focus,.euiDatePopoverButton-isSelected{background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%)}.euiDatePopoverButton-needsUpdating{background-color:#ebfaea;color:#20811d}.euiDatePopoverButton-needsUpdating:focus,.euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected{background-image:linear-gradient(to top, #33cd2e, #33cd2e 2px, transparent 2px, transparent 100%)}.euiDatePopoverButton-isInvalid{background-color:#f8e9e9;color:#b62222}.euiDatePopoverButton-isInvalid:focus,.euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%)}.euiDatePopoverButton:disabled{background-color:#eef2f7;color:#69707d;cursor:default}.euiDatePopoverButton--start{text-align:right}.euiDatePopoverButton--end{text-align:left}.euiDatePopoverContent{width:400px;max-width:100%}.euiDatePopoverContent__padded{padding:8px}.euiDatePopoverContent__padded--large{padding:16px}@media only screen and (max-width: 574px){.euiDatePopoverContent{width:284px}}.euiQuickSelectPopover__content{width:400px;max-width:100%}.euiQuickSelectPopover__section{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;max-height:132px;overflow:hidden;overflow-y:auto;padding:8px 0 4px}.euiQuickSelectPopover__section::-webkit-scrollbar{width:16px;height:16px}.euiQuickSelectPopover__section::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiQuickSelectPopover__section::-webkit-scrollbar-corner,.euiQuickSelectPopover__section::-webkit-scrollbar-track{background-color:transparent}.euiQuickSelectPopover__buttonText{margin-right:4px !important}.euiQuickSelectPopover__anchor{height:100%}.euiQuickSelectPopover__sectionItem{font-size:14px;line-height:14px}.euiQuickSelectPopover__sectionItem:not(:last-of-type){margin-bottom:8px}.euiQuickSelect__applyButton{min-width:0}.euiRefreshInterval__startButton{min-width:90px}.euiSuperDatePicker__flexWrapper{max-width:calc(100% + 8px);width:606px}.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly{width:400px}.euiSuperDatePicker__flexWrapper--noUpdateButton{width:480px}.euiSuperDatePicker{max-width:100% !important}.euiSuperDatePicker>.euiFormControlLayout__childrenWrapper{flex:1 1 100%;overflow:hidden}.euiSuperDatePicker>.euiFormControlLayout__childrenWrapper>.euiDatePickerRange{max-width:none;width:auto;border-radius:0 6px 6px 0}.euiSuperDatePicker__startPopoverButton{margin-right:-12px}.euiSuperDatePicker__prettyFormat{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;display:block;width:100%;padding:0 8px;line-height:38px;height:38px;word-break:break-all;transition:background 150ms ease-in;display:flex;justify-content:space-between;text-align:left}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiSuperDatePicker__prettyFormat{line-height:1em}}.euiSuperDatePicker__prettyFormat::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiSuperDatePicker__prettyFormat::-moz-placeholder{color:#6a717d;opacity:1}.euiSuperDatePicker__prettyFormat:-ms-input-placeholder{color:#6a717d;opacity:1}.euiSuperDatePicker__prettyFormat:-moz-placeholder{color:#6a717d;opacity:1}.euiSuperDatePicker__prettyFormat::placeholder{color:#6a717d;opacity:1}.euiSuperDatePicker__prettyFormat:not(:disabled):hover,.euiSuperDatePicker__prettyFormat:focus{text-decoration:none}.euiSuperDatePicker__prettyFormat:not(:disabled):hover .euiSuperDatePicker__prettyFormatLink,.euiSuperDatePicker__prettyFormat:focus .euiSuperDatePicker__prettyFormatLink{text-decoration:underline}.euiSuperDatePicker__prettyFormat:disabled{background-color:#eef2f7;color:#69707d;cursor:not-allowed}.euiSuperDatePicker__prettyFormat:disabled .euiSuperDatePicker__prettyFormatLink{display:none}.euiSuperDatePicker__prettyFormatLink{color:#4db2cf;padding-left:4px;flex-shrink:0}@media only screen and (max-width: 574px){.euiSuperDatePicker__flexWrapper{width:calc(100% + 8px)}.euiSuperDatePicker__prettyFormatLink{flex-shrink:1;min-width:3em}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiSuperDatePicker__flexWrapper{width:calc(100% + 8px)}.euiSuperDatePicker__prettyFormatLink{flex-shrink:1;min-width:3em}}.euiSuperUpdateButton{min-width:118px}@media only screen and (max-width: 574px){.euiSuperUpdateButton{min-width:0}.euiSuperUpdateButton .euiSuperUpdateButton__text{display:none}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiSuperUpdateButton{min-width:0}.euiSuperUpdateButton .euiSuperUpdateButton__text{display:none}}.euiDataGrid{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;height:100%}.euiDataGrid--fullScreen{height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:#fff}.euiDataGrid--fullScreen .euiDataGrid__pagination{padding-bottom:4px;background:#f5f7fa;border-top:1px solid #d3dae6}.euiDataGrid__content{height:100%;font-feature-settings:"tnum" 1;max-width:100%;width:100%;z-index:2;background:#fff}.euiDataGrid__controls{background:#fafbfd;position:relative;z-index:3;border:1px solid #d3dae6;padding:4px;flex-grow:0}.euiDataGrid__controls>*{margin-left:2px}.euiDataGrid__controlBtn{border-radius:6px}.euiDataGrid__controlBtn:focus{background:#dddee1}.euiDataGrid__controlBtn--active,.euiDataGrid__controlBtn--active:focus{font-weight:600;color:#000}.euiDataGrid--bordersNone .euiDataGrid__controls{border:none;background:#fff}.euiDataGrid--bordersHorizontal .euiDataGrid__controls{border-right:none;border-left:none;border-top:none;background:#fff}.euiDataGrid__pagination{padding-top:4px;flex-grow:0}.euiDataGrid__verticalScroll{flex-grow:1;overflow-y:hidden;height:100%}.euiDataGrid__overflow{overflow-y:hidden;height:100%;background:#fff}.euiDataGrid__restrictBody{height:100vh;overflow:hidden}.euiDataGrid__restrictBody .euiHeader{z-index:998}.euiDataGrid__controlScroll{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);max-height:400px;padding:8px;margin:-8px}.euiDataGrid__controlScroll::-webkit-scrollbar{width:16px;height:16px}.euiDataGrid__controlScroll::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGrid__controlScroll::-webkit-scrollbar-corner,.euiDataGrid__controlScroll::-webkit-scrollbar-track{background-color:transparent}.euiDataGrid__controlScroll:focus{outline:none}.euiDataGrid__controlScroll[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGrid__focusWrap{height:100%}.euiDataGrid__virtualized{scrollbar-color:rgba(105,112,125,.5) #fff;scrollbar-width:thin;scroll-padding:0}.euiDataGrid__virtualized::-webkit-scrollbar{width:16px;height:16px}.euiDataGrid__virtualized::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid #fff}.euiDataGrid__virtualized::-webkit-scrollbar-corner,.euiDataGrid__virtualized::-webkit-scrollbar-track{background-color:#fff}.euiDataGridHeader{display:flex;z-index:3;background:#fff;position:sticky;top:0}.euiDataGridHeaderCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:6px;flex:0 0 auto;position:relative;align-items:center;display:flex}.euiDataGridHeaderCell>*{max-width:100%;width:100%}.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric{text-align:right}.euiDataGridHeaderCell.euiDataGridHeaderCell--currency{text-align:right}.euiDataGridHeaderCell:focus{outline:none;border-top:none}.euiDataGridHeaderCell:focus::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #367c91;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within{outline:none;border-top:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #367c91;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow{margin-right:4px}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__anchor{width:100%}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button{flex:0 0 auto;position:relative;align-items:center;display:flex;width:100%;font-weight:700;outline:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow{flex-grow:0}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;overflow:hidden;white-space:nowrap;text-align:left;flex-grow:1;align-self:baseline}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon{flex-grow:0;flex-basis:auto;width:auto;padding-left:4px}.euiDataGridHeader__action--selected{font-weight:700 !important}.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader{background:#fff}.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border-top:none;border-left:none;border-right:none;border-bottom:2px solid #d3dae6;border-bottom-color:#343741}.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border-bottom:2px solid #d3dae6;border-color:#343741}.euiDataGrid--headerShade .euiDataGridHeaderCell{background:#f5f7fa}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell{border-right:1px solid #d3dae6;border-bottom:1px solid #d3dae6;border-left:none}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type{border-left:1px solid #d3dae6}.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell{border-top:none;border-bottom:1px solid #d3dae6}.euiDataGrid--bordersNone .euiDataGridHeaderCell{border:none}.euiDataGrid--borderhorizontal .euiDataGridHeaderCell{border-top:none;border-right:none;border-left:none}.euiDataGrid--fontSizeSmall .euiDataGridHeaderCell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDataGrid--paddingSmall .euiDataGridHeaderCell{padding:4px}.euiDataGrid--paddingLarge .euiDataGridHeaderCell{padding:8px}.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell{border-top:1px solid #d3dae6}.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell{border-top:1px solid #d3dae6}.euiDataGridRowCell.euiDataGridFooterCell{font-weight:700}.euiDataGrid--stickyFooter .euiDataGridFooter{position:sticky;bottom:0}.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell{border-top:2px solid #d3dae6;border-top-color:#343741 !important;background:#fff !important}.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell{border-left:none;border-right:none}.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell{border-left:none;border-right:none}.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell{background:#f5f7fa}.euiDataGridColumnResizer{position:absolute;top:0;right:-8px;height:100%;width:16px;cursor:ew-resize;opacity:0;z-index:2}.euiDataGridColumnResizer:after{content:"";position:absolute;left:7px;top:0;bottom:0;width:3px;background-color:#4db2cf}.euiDataGridColumnResizer:hover,.euiDataGridColumnResizer:active{opacity:1}.euiDataGridColumnResizer:hover~.euiDataGridHeaderCell__content,.euiDataGridColumnResizer:active~.euiDataGridHeaderCell__content{user-select:none}.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer{right:0;width:8px}.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer:after{left:auto;right:0}.euiDataGridRow{display:flex}.euiDataGridRowCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:6px;border-right:solid 1px #edf0f5;border-bottom:1px solid #d3dae6;flex:0 0 auto;background:#fff;position:relative;align-items:center;display:flex;overflow:hidden}.euiDataGridRowCell>*{max-width:100%;width:100%}.euiDataGridRowCell.euiDataGridRowCell--firstColumn{border-left:1px solid #d3dae6}.euiDataGridRowCell.euiDataGridRowCell--lastColumn{border-right-color:#d3dae6}.euiDataGridRowCell:focus{outline:none}.euiDataGridRowCell:focus::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #367c91;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridRowCell:hover .euiDataGridRowCell__expandButtonIcon{animation-duration:90ms;animation-name:euiDataGridCellButtonSlideIn;animation-iteration-count:1;animation-delay:250ms;animation-fill-mode:forwards}.euiDataGridRowCell:hover .euiDataGridRowCell__actionButtonIcon{animation-duration:90ms;animation-name:euiDataGridCellButtonSlideIn;animation-iteration-count:1;animation-delay:250ms;animation-fill-mode:forwards}.euiDataGridRowCell:not(:hover) .euiDataGridRowCell__expandButtonIcon,.euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__expandButtonIcon{animation:none;margin-left:6px;width:12px}.euiDataGridRowCell:not(:hover) .euiDataGridRowCell__actionButtonIcon,.euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon{animation:none;margin-left:6px;width:12px}.euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon{margin-left:6px;width:12px}.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__expandButtonIcon,.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon{display:none}.euiDataGridRowCell.euiDataGridRowCell--numeric{text-align:right}.euiDataGridRowCell.euiDataGridRowCell--currency{text-align:right}.euiDataGridRowCell.euiDataGridRowCell--uppercase{text-transform:uppercase}.euiDataGridRowCell.euiDataGridRowCell--lowercase{text-transform:lowercase}.euiDataGridRowCell.euiDataGridRowCell--capitalize{text-transform:capitalize}.euiDataGridRowCell .euiDataGridRowCell__definedHeight{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;flex-grow:1}.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__content,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__truncate,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn).euiDataGridRowCell__truncate,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__expandContent{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;overflow:hidden;white-space:nowrap}.euiDataGridRowCell__popover{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow:auto;max-width:400px !important;max-height:400px !important}.euiDataGridRowCell__popover::-webkit-scrollbar{width:16px;height:16px}.euiDataGridRowCell__popover::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridRowCell__popover::-webkit-scrollbar-corner,.euiDataGridRowCell__popover::-webkit-scrollbar-track{background-color:transparent}.euiDataGridRowCell__expand{width:100%;max-width:100%}.euiDataGridRowCell__expandFlex{position:relative;display:flex;align-items:center;height:100%}.euiDataGridRowCell__expandContent{flex-grow:1}.euiDataGridRowCell__contentByHeight{flex-grow:1;height:100%}.euiDataGridRowCell__alignBaseLine{align-items:baseline}.euiDataGridRowCell__expandButton{display:flex;flex-grow:0}.euiDataGridRowCell__contentByHeight+.euiDataGridRowCell__expandButton{background-color:#fff;position:absolute;right:0;top:0;padding:6px 0}.euiDataGridRowCell__expandButtonIcon{height:12px;border-radius:3px;width:0;overflow:hidden;transition:none;box-shadow:none !important;border:none}.euiDataGridRowCell__expandButtonIcon-isActive{margin-left:6px;width:12px}.euiDataGridRowCell__actionButtonIcon{height:12px;border-radius:3px;width:0;overflow:hidden;transition:none}.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell{background-color:#fffcdd !important}.euiDataGrid--stripes .euiDataGridRowCell.euiDataGridRowCell--stripe{background:#f5f7fa}.euiDataGrid--bordersNone .euiDataGridRowCell{border-color:transparent !important}.euiDataGrid--bordersHorizontal .euiDataGridRowCell{border-right-color:transparent;border-left-color:transparent}.euiDataGrid--fontSizeSmall .euiDataGridRowCell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiDataGrid--fontSizeLarge .euiDataGridRowCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDataGrid--paddingSmall .euiDataGridRowCell{padding:4px}.euiDataGrid--paddingLarge .euiDataGridRowCell{padding:8px}@keyframes euiDataGridCellButtonSlideIn{from{margin-left:0;width:0}to{margin-left:6px;width:12px}}.euiDataGridColumnSelector__item{padding:4px}.euiDataGridColumnSelector__item-isDragging{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);background:#fff}.euiDataGridColumnSelector__columnList{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);max-height:400px;margin:0 -8px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar{width:16px;height:16px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner,.euiDataGridColumnSelector__columnList::-webkit-scrollbar-track{background-color:transparent}.euiDataGridColumnSelector__columnList:focus{outline:none}.euiDataGridColumnSelector__columnList[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSelector__itemLabel{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiDataGridColumnSelectorPopover{transform:none !important;transition:none !important;margin-top:-8px;min-width:192px}.euiDataGridColumnSorting__item-isDragging{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);background:#fff}.euiDataGridColumnSortingPopover{transform:none !important;transition:none !important;margin-top:-8px;min-width:192px}.euiDataGridColumnSorting__fieldList{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);padding-top:4px;padding-bottom:4px;max-height:300px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar{width:16px;height:16px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner,.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track{background-color:transparent}.euiDataGridColumnSorting__fieldList:focus{outline:none}.euiDataGridColumnSorting__fieldList[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSorting__field{display:block;padding:4px 8px;width:100%;outline-offset:-2px}.euiDataGridColumnSorting__field:hover{cursor:pointer;text-decoration:underline}.euiDataGridColumnSorting__field:focus{cursor:pointer;text-decoration:underline;background-color:rgba(77,178,207,.1)}.euiDataGridColumnSorting__field:disabled{cursor:not-allowed;text-decoration:none;color:#afb0b3}.euiDataGridColumnSorting__orderButtons{padding-left:24px}@media only screen and (max-width: 574px){.euiDataGridColumnSorting__orderButtons{padding-left:4px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiDataGridColumnSorting__orderButtons{padding-left:4px}}.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order{min-width:200px;border:none}@media only screen and (max-width: 574px){.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order{min-width:unset}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order{min-width:unset}}.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order button{font-size:12px !important}.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5;margin-top:16px}.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title:first-of-type{margin-top:0}.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center{text-align:center}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title{color:#343741;font-weight:400;font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title{color:#343741;font-weight:400;font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5}.euiDescriptionList.euiDescriptionList--column,.euiDescriptionList.euiDescriptionList--responsiveColumn{display:flex;align-items:stretch;flex-wrap:wrap}.euiDescriptionList.euiDescriptionList--column>*,.euiDescriptionList.euiDescriptionList--responsiveColumn>*{margin-top:16px}.euiDescriptionList.euiDescriptionList--column>*:first-child,.euiDescriptionList.euiDescriptionList--column>:nth-child(2),.euiDescriptionList.euiDescriptionList--responsiveColumn>*:first-child,.euiDescriptionList.euiDescriptionList--responsiveColumn>:nth-child(2){margin-top:0}.euiDescriptionList.euiDescriptionList--column .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5;width:50%;padding-right:8px}.euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description,.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem;width:50%;padding-left:8px}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--center .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title{text-align:right}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title{color:#343741;font-weight:400;font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__description,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title{color:#343741;font-weight:400;font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;line-height:1.5}@media only screen and (max-width: 574px){.euiDescriptionList.euiDescriptionList--responsiveColumn{display:block}.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description{width:100%;padding:0}.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem;margin-top:0}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description{text-align:center}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiDescriptionList.euiDescriptionList--responsiveColumn{display:block}.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description{width:100%;padding:0}.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem;margin-top:0}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description{text-align:center}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700}}.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title{font-size:14px;font-size:1rem;line-height:1.7142857143rem;display:inline;border-radius:6px;font-weight:400;background:#f5f7fa;border:1px solid #d3dae6;padding:0 4px;margin:0 4px}.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title:first-of-type{margin-left:0}.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__description{font-size:14px;font-size:1rem;line-height:1.7142857143rem;display:inline;word-break:break-all}.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--center{text-align:center}.euiDraggable.euiDraggable--isDragging{z-index:9000 !important}.euiDraggable.euiDraggable--hasClone:not(.euiDraggable--isDragging){transform:none !important}.euiDraggable.euiDraggable--withoutDropAnimation{transition-duration:.001s !important}.euiDraggable:focus>.euiDraggable__item,.euiDraggable.euiDraggable--hasCustomDragHandle>.euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus{outline:2px solid currentColor}.euiDraggable:focus>.euiDraggable__item:focus-visible,.euiDraggable.euiDraggable--hasCustomDragHandle>.euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:focus-visible{outline-style:auto}.euiDraggable:focus>.euiDraggable__item:not(:focus-visible),.euiDraggable.euiDraggable--hasCustomDragHandle>.euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:not(:focus-visible){outline:none}.euiDraggable .euiDraggable__item.euiDraggable__item--isDisabled{cursor:not-allowed}.euiDraggable--s{padding:2px}.euiDraggable--m{padding:4px}.euiDraggable--l{padding:8px}.euiDroppable{transition:background-color 500ms ease}.euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled){background-color:rgba(51,205,46,.1)}.euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver{background-color:rgba(51,205,46,.25)}.euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden{display:none !important}.euiDroppable--withPanel{flex-grow:1}.euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero{flex-grow:0}.euiDroppable--withPanel.euiDroppable--withPanel--hasShadow{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiDroppable--withPanel.euiDroppable--withPanel--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiDroppable--withPanel.euiDroppable--withPanel--isClickable{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:enabled{display:block;width:100%;text-align:left}.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:hover,.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);transform:translateY(-2px);cursor:pointer}.euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusNone{border-radius:0}.euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusMedium{border-radius:6px}.euiDroppable--withPanel.euiDroppable--withPanel--transparent{background-color:transparent}.euiDroppable--withPanel.euiDroppable--withPanel--plain{background-color:#fff}.euiDroppable--withPanel.euiDroppable--withPanel--subdued{background-color:#fafbfd}.euiDroppable--withPanel.euiDroppable--withPanel--accent{background-color:#e9edf1}.euiDroppable--withPanel.euiDroppable--withPanel--primary{background-color:#edf7fa}.euiDroppable--withPanel.euiDroppable--withPanel--success{background-color:#ebfaea}.euiDroppable--withPanel.euiDroppable--withPanel--warning{background-color:#fcf5ed}.euiDroppable--withPanel.euiDroppable--withPanel--danger{background-color:#f8e9e9}.euiDroppable--withPanel{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04);border-radius:6px}.euiDroppable--noGrow{flex-grow:0}.euiDroppable--grow{flex-grow:1}.euiDroppable--s{padding:2px}.euiDroppable--m{padding:4px}.euiDroppable--l{padding:8px}.euiEmptyPrompt{text-align:center;margin:auto}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt{max-width:max-content}}@media only screen and (min-width: 1200px){.euiEmptyPrompt{max-width:max-content}}.euiEmptyPrompt .euiEmptyPrompt__icon>*{max-width:25.7142857143rem}.euiEmptyPrompt.euiPanel--transparent .euiEmptyPrompt__footer{background-color:#fafbfd}.euiEmptyPrompt.euiPanel--transparent:not(.euiPanel--hasBorder) .euiEmptyPrompt__footer{border-radius:6px}.euiEmptyPrompt.euiPanel--transparent.euiPanel--hasBorder .euiEmptyPrompt__footer{border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--plain .euiEmptyPrompt__footer{background-color:#fafbfd;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--subdued .euiEmptyPrompt__footer{border-top:1px solid #d3dae6;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--accent .euiEmptyPrompt__footer{border-top:1px solid #cad4dd;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--primary .euiEmptyPrompt__footer{border-top:1px solid #c5e5ef;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--success .euiEmptyPrompt__footer{border-top:1px solid #c4f0c1;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--warning .euiEmptyPrompt__footer{border-top:1px solid #f5ddc1;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--danger .euiEmptyPrompt__footer{border-top:1px solid #ecc2c2;border-radius:0 0 6px 6px}.euiEmptyPrompt--vertical .euiEmptyPrompt__main{display:flex;flex-direction:column;justify-content:center;min-height:240px}.euiEmptyPrompt--vertical .euiEmptyPrompt__contentInner{max-width:36em;margin:auto}.euiEmptyPrompt--vertical .euiEmptyPrompt__icon{margin-bottom:16px}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt--horizontal{justify-content:flex-start;text-align:left}}@media only screen and (min-width: 1200px){.euiEmptyPrompt--horizontal{justify-content:flex-start;text-align:left}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{display:flex;flex-direction:column;align-items:center}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{flex-direction:row-reverse}}@media only screen and (min-width: 1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{flex-direction:row-reverse}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon{display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{padding:24px 0}}@media only screen and (min-width: 1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{padding:24px 0}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__contentInner{max-width:36em}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon,.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{width:50%}}@media only screen and (min-width: 1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon,.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{width:50%}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__actions{justify-content:flex-start}}@media only screen and (min-width: 1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__actions{justify-content:flex-start}}.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__main,.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__footer{padding:8px}.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__main,.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__footer{padding:16px}.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__main,.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__footer{padding:24px}.euiErrorBoundary{background:repeating-linear-gradient(45deg, rgba(182, 34, 34, 0.25), rgba(182, 34, 34, 0.25) 1px, rgba(182, 34, 34, 0.05) 1px, rgba(182, 34, 34, 0.05) 20px);padding:16px}.euiExpression{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace;letter-spacing:normal;border-bottom:2px solid transparent;display:inline-block;text-align:left;padding:2px 0;transition:all 250ms ease-in-out;color:#343741}.euiExpression:focus{border-bottom-style:solid}.euiExpression+.euiExpression{margin-left:8px}.euiExpression.euiExpression--columns{border-color:transparent;border-bottom-style:solid;margin-bottom:4px}.euiExpression.euiExpression--truncate{max-width:100%}.euiExpression.euiExpression--truncate .euiExpression__description,.euiExpression.euiExpression--truncate .euiExpression__value{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;display:inline-block;vertical-align:bottom}.euiExpression-isUppercase .euiExpression__description{text-transform:uppercase}.euiExpression-isClickable{cursor:pointer;border-bottom:2px dotted #d3dae6}.euiExpression-isClickable:hover:not(:disabled){border-bottom-style:solid;transform:translateY(-1px)}.euiExpression__icon{margin-left:4px}.euiExpression-isActive{border-bottom-style:solid}.euiExpression--columns{width:100%;display:flex;padding:4px;border-radius:4px}.euiExpression--columns.euiExpression-isClickable{background-color:#f5f7fa}.euiExpression--columns.euiExpression-isClickable:focus .euiExpression__description,.euiExpression--columns.euiExpression-isClickable:focus .euiExpression__value,.euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__description,.euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__value{text-decoration:underline}.euiExpression--columns .euiExpression__description{text-align:right;margin-right:8px;flex-shrink:0}.euiExpression--columns .euiExpression__value{flex-grow:1}.euiExpression--columns .euiExpression__icon{margin-top:4px}.euiExpression--subdued:focus{background-color:rgba(106,113,125,.1)}.euiExpression--subdued.euiExpression-isActive{border-bottom-color:#6a717d;border-color:#6a717d}.euiExpression--subdued .euiExpression__description{color:#6a717d}.euiExpression--primary:focus{background-color:rgba(54,124,145,.1)}.euiExpression--primary.euiExpression-isActive{border-bottom-color:#367c91;border-color:#367c91}.euiExpression--primary .euiExpression__description{color:#367c91}.euiExpression--success:focus{background-color:rgba(1,125,115,.1)}.euiExpression--success.euiExpression-isActive{border-bottom-color:#017d73;border-color:#017d73}.euiExpression--success .euiExpression__description{color:#017d73}.euiExpression--warning:focus{background-color:rgba(155,105,0,.1)}.euiExpression--warning.euiExpression-isActive{border-bottom-color:#9b6900;border-color:#9b6900}.euiExpression--warning .euiExpression__description{color:#9b6900}.euiExpression--danger:focus{background-color:rgba(189,39,30,.1)}.euiExpression--danger.euiExpression-isActive{border-bottom-color:#bd271e;border-color:#bd271e}.euiExpression--danger .euiExpression__description{color:#bd271e}.euiExpression--accent:focus{background-color:rgba(39,75,114,.1)}.euiExpression--accent.euiExpression-isActive{border-bottom-color:#274b72;border-color:#274b72}.euiExpression--accent .euiExpression__description{color:#274b72}.euiFacetButton{display:inline-block;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;height:32px;text-align:left;text-decoration:none;transition:all 150ms ease-in}.euiFacetButton:hover:not(:disabled) .euiFacetButton__text,.euiFacetButton:focus:not(:disabled) .euiFacetButton__text{text-decoration:underline}.euiFacetButton:focus{background-color:rgba(77,178,207,.1);box-shadow:-4px 0 rgba(77,178,207,.1),4px 0 rgba(77,178,207,.1)}.euiFacetButton:disabled{color:#afb0b3;pointer-events:none}.euiFacetButton:disabled .euiFacetButton__content{pointer-events:auto;cursor:not-allowed}.euiFacetButton:disabled .euiFacetButton__icon,.euiFacetButton:disabled .euiFacetButton__quantity{opacity:.5}.euiFacetButton:disabled:focus{background-color:transparent}.euiFacetButton:disabled:hover,.euiFacetButton:disabled:focus{text-decoration:none}.euiFacetButton__content{height:100%;width:100%;vertical-align:middle;display:flex;justify-content:center;align-items:center}.euiFacetButton__content .euiButtonContent__icon,.euiFacetButton__content .euiButtonContent__spinner{flex-shrink:0}.euiFacetButton__content>*+*{margin-inline-start:8px}.euiFacetButton__text{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;flex-grow:1;vertical-align:middle}.euiFacetButton__text::after{display:block;content:attr(data-text);font-weight:700;height:0;overflow:hidden;visibility:hidden}.euiFacetButton--isSelected .euiFacetButton__text{font-weight:700}.euiFacetButton__icon{transition:all 150ms ease-in}.euiFacetGroup--gutterNone .euiFacetButton{margin-top:0;margin-bottom:0}.euiFacetGroup--gutterNone.euiFacetGroup--horizontal{margin-left:-12px}.euiFacetGroup--gutterNone.euiFacetGroup--horizontal .euiFacetButton{margin-left:12px;max-width:calc(100% - 12px)}.euiFacetGroup--gutterSmall .euiFacetButton{margin-top:2px;margin-bottom:2px}.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal{margin-left:-16px}.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal .euiFacetButton{margin-left:16px;max-width:calc(100% - 16px)}.euiFacetGroup--gutterMedium .euiFacetButton{margin-top:4px;margin-bottom:4px}.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal{margin-left:-20px}.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal .euiFacetButton{margin-left:20px;max-width:calc(100% - 20px)}.euiFacetGroup--gutterLarge .euiFacetButton{margin-top:6px;margin-bottom:6px}.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal{margin-left:-24px}.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal .euiFacetButton{margin-left:24px;max-width:calc(100% - 24px)}.euiFilterGroup{display:inline-flex;max-width:100%;border-right:1px solid rgba(76,100,134,.1);box-shadow:0 1px 2px -1px rgba(0,0,0,.2),0 3px 3px -2px rgba(0,0,0,.2);overflow:hidden}.euiFilterGroup>*{flex:1 1 auto;min-width:48px}.euiFilterGroup>.euiFilterButton--noGrow{flex-grow:0}.euiFilterGroup>.euiFilterButton-hasNotification{min-width:96px}.euiFilterGroup>.euiFilterButton--hasIcon{min-width:128px}.euiFilterGroup .euiPopover__anchor{display:block}.euiFilterGroup .euiPopover__anchor .euiFilterButton{width:100%}.euiFilterGroup--fullWidth{display:flex}.euiFilterGroup__popoverPanel{width:288px}@media only screen and (max-width: 574px){.euiFilterGroup{flex-wrap:wrap}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiFilterGroup{flex-wrap:wrap}}@media only screen and (max-width: 574px){.euiFilterGroup{display:flex}.euiFilterGroup .euiFilterButton{flex-grow:1 !important}}.euiFilterButton{background-color:#fbfcfd;height:40px;width:auto;border:1px solid rgba(76,100,134,.1);border-right:none;font-size:14px}.euiFilterButton:disabled{color:#afb0b3;pointer-events:none}.euiFilterButton:disabled .euiFilterButton__notification{opacity:.5}.euiFilterButton:hover:not(:disabled),.euiFilterButton:focus:not(:disabled){text-decoration:none}.euiFilterButton:hover:not(:disabled) .euiFilterButton__textShift,.euiFilterButton:focus:not(:disabled) .euiFilterButton__textShift{text-decoration:underline}.euiFilterButton-hasActiveFilters{font-weight:700}.euiFilterButton--hasIcon .euiButtonEmpty__content{justify-content:space-between}.euiFilterButton--withNext+.euiFilterButton{margin-left:-4px;border-left:none}.euiFilterButton-isSelected{background-color:#f5f7fa}.euiFilterButton__text-hasNotification{display:flex;align-items:center}.euiFilterButton__notification{margin-left:8px;vertical-align:text-bottom}.euiFilterButton__textShift{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;min-width:48px}.euiFilterButton__textShift::after{display:block;content:attr(data-text);font-weight:700;height:0;overflow:hidden;visibility:hidden}.euiFilterSelectItem{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:4px 12px;display:block;width:100%;text-align:left;color:#343741;border-bottom:1px solid #d3dae6;border-color:#eef2f7;outline-offset:-2px}.euiFilterSelectItem:hover{cursor:pointer;text-decoration:underline}.euiFilterSelectItem:focus{cursor:pointer;text-decoration:underline;background-color:rgba(77,178,207,.1)}.euiFilterSelectItem:disabled{cursor:not-allowed;text-decoration:none;color:#afb0b3}.euiFilterSelectItem:focus,.euiFilterSelectItem-isFocused{background-color:rgba(77,178,207,.1);color:#4db2cf}.euiFilterSelectItem__content{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.euiFilterSelect__items{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto;max-height:480px}.euiFilterSelect__items::-webkit-scrollbar{width:16px;height:16px}.euiFilterSelect__items::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiFilterSelect__items::-webkit-scrollbar-corner,.euiFilterSelect__items::-webkit-scrollbar-track{background-color:transparent}.euiFilterSelect__note{height:64px;text-align:center;display:flex;align-items:center;justify-content:space-around}.euiFilterSelect__noteContent{color:#69707d;font-size:14px}.euiFlexGroup{display:flex;align-items:stretch;flex-grow:1}.euiFlexGroup .euiFlexItem{flex-grow:1;flex-basis:0%}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFlexGroup .euiFlexItem{min-width:1px}}.euiFlexGroup--gutterExtraSmall{margin:-2px}.euiFlexGroup--gutterExtraSmall>.euiFlexItem{margin:2px}.euiFlexGroup--gutterSmall{margin:-4px}.euiFlexGroup--gutterSmall>.euiFlexItem{margin:4px}.euiFlexGroup--gutterMedium{margin:-8px}.euiFlexGroup--gutterMedium>.euiFlexItem{margin:8px}.euiFlexGroup--gutterLarge{margin:-12px}.euiFlexGroup--gutterLarge>.euiFlexItem{margin:12px}.euiFlexGroup--gutterExtraLarge{margin:-20px}.euiFlexGroup--gutterExtraLarge>.euiFlexItem{margin:20px}.euiFlexGroup--justifyContentSpaceEvenly{justify-content:space-evenly}.euiFlexGroup--justifyContentSpaceBetween{justify-content:space-between}.euiFlexGroup--justifyContentSpaceAround{justify-content:space-around}.euiFlexGroup--justifyContentCenter{justify-content:center}.euiFlexGroup--justifyContentFlexEnd{justify-content:flex-end}.euiFlexGroup--alignItemsFlexStart{align-items:flex-start}.euiFlexGroup--alignItemsCenter{align-items:center}.euiFlexGroup--alignItemsFlexEnd{align-items:flex-end}.euiFlexGroup--alignItemsBaseline{align-items:baseline}.euiFlexGroup--directionRow{flex-direction:row}.euiFlexGroup--directionRowReverse{flex-direction:row-reverse}.euiFlexGroup--directionColumn{flex-direction:column}.euiFlexGroup--directionColumnReverse{flex-direction:column-reverse}.euiFlexGroup--wrap{flex-wrap:wrap}@media only screen and (max-width: 574px){.euiFlexGroup--responsive{flex-wrap:wrap;margin-left:0;margin-right:0}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiFlexGroup--responsive{flex-wrap:wrap;margin-left:0;margin-right:0}}.euiFlexGrid{display:flex;flex-wrap:wrap;margin-bottom:0}.euiFlexGrid>.euiFlexItem{flex-grow:0}.euiFlexGrid>.euiFlexItem.euiFlexItem--flexGrowZero{flex-grow:0 !important;flex-basis:auto !important}.euiFlexGrid--directionColumn{display:block;column-gap:0}.euiFlexGrid--directionColumn>.euiFlexItem{display:inline-block;line-height:initial}.euiFlexGrid--gutterNone{margin:0px;align-items:stretch}.euiFlexGrid--gutterNone>.euiFlexItem{margin:0px}.euiFlexGrid--gutterNone.euiFlexGrid--fourths>.euiFlexItem{flex-basis:calc(25% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn{column-count:4}.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--thirds>.euiFlexItem{flex-basis:calc(33.3% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn{column-count:3}.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--halves>.euiFlexItem{flex-basis:calc(50% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn{column-count:2}.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--single>.euiFlexItem{flex-basis:calc(100% - 0px)}.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn{column-count:1}.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 0px)}.euiFlexGrid--gutterSmall{margin:-4px;align-items:stretch}.euiFlexGrid--gutterSmall>.euiFlexItem{margin:4px}.euiFlexGrid--gutterSmall.euiFlexGrid--fourths>.euiFlexItem{flex-basis:calc(25% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn{column-count:4}.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--thirds>.euiFlexItem{flex-basis:calc(33.3% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn{column-count:3}.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--halves>.euiFlexItem{flex-basis:calc(50% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn{column-count:2}.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--single>.euiFlexItem{flex-basis:calc(100% - 8px)}.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn{column-count:1}.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 8px)}.euiFlexGrid--gutterMedium{margin:-8px;align-items:stretch}.euiFlexGrid--gutterMedium>.euiFlexItem{margin:8px}.euiFlexGrid--gutterMedium.euiFlexGrid--fourths>.euiFlexItem{flex-basis:calc(25% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn{column-count:4}.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--thirds>.euiFlexItem{flex-basis:calc(33.3% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn{column-count:3}.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--halves>.euiFlexItem{flex-basis:calc(50% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn{column-count:2}.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--single>.euiFlexItem{flex-basis:calc(100% - 16px)}.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn{column-count:1}.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 16px)}.euiFlexGrid--gutterLarge{margin:-12px;align-items:stretch}.euiFlexGrid--gutterLarge>.euiFlexItem{margin:12px}.euiFlexGrid--gutterLarge.euiFlexGrid--fourths>.euiFlexItem{flex-basis:calc(25% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn{column-count:4}.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--thirds>.euiFlexItem{flex-basis:calc(33.3% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn{column-count:3}.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--halves>.euiFlexItem{flex-basis:calc(50% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn{column-count:2}.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--single>.euiFlexItem{flex-basis:calc(100% - 24px)}.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn{column-count:1}.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 24px)}.euiFlexGrid--gutterXLarge{margin:-16px;align-items:stretch}.euiFlexGrid--gutterXLarge>.euiFlexItem{margin:16px}.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths>.euiFlexItem{flex-basis:calc(25% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn{column-count:4}.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds>.euiFlexItem{flex-basis:calc(33.3% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn{column-count:3}.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--halves>.euiFlexItem{flex-basis:calc(50% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn{column-count:2}.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--single>.euiFlexItem{flex-basis:calc(100% - 32px)}.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn{column-count:1}.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn>.euiFlexItem{width:calc(100% - 32px)}@media only screen and (max-width: 574px){.euiFlexGrid.euiFlexGrid--responsive{margin-left:0 !important;margin-right:0 !important;column-count:1 !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiFlexGrid.euiFlexGrid--responsive{margin-left:0 !important;margin-right:0 !important;column-count:1 !important}}.euiFlexItem{display:flex;flex-direction:column}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFlexItem{min-width:1px}}.euiFlexItem.euiFlexItem--flexGrowZero{flex-grow:0;flex-basis:auto}.euiFlexItem.euiFlexItem--flexGrow1{flex-grow:1}.euiFlexItem.euiFlexItem--flexGrow2{flex-grow:2}.euiFlexItem.euiFlexItem--flexGrow3{flex-grow:3}.euiFlexItem.euiFlexItem--flexGrow4{flex-grow:4}.euiFlexItem.euiFlexItem--flexGrow5{flex-grow:5}.euiFlexItem.euiFlexItem--flexGrow6{flex-grow:6}.euiFlexItem.euiFlexItem--flexGrow7{flex-grow:7}.euiFlexItem.euiFlexItem--flexGrow8{flex-grow:8}.euiFlexItem.euiFlexItem--flexGrow9{flex-grow:9}.euiFlexItem.euiFlexItem--flexGrow10{flex-grow:10}@media only screen and (max-width: 574px){.euiFlexGroup--responsive>.euiFlexItem,.euiFlexGrid--responsive>.euiFlexItem{width:100% !important;flex-basis:100% !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:16px !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiFlexGroup--responsive>.euiFlexItem,.euiFlexGrid--responsive>.euiFlexItem{width:100% !important;flex-basis:100% !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:16px !important}}.euiFlyout{border-left:none;box-shadow:0 2.7px 9px rgba(0,0,0,.13),0 9.4px 24px rgba(0,0,0,.09),0 21.8px 43px rgba(0,0,0,.08);position:fixed;top:0;bottom:0;right:0;height:100%;z-index:1000;background:#fff;display:flex;flex-direction:column;align-items:stretch;clip-path:polygon(-50% 0, 100% 0, 100% 100%, -50% 100%);animation:euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiFlyout:focus{outline:none}.euiFlyout__closeButton{background-color:rgba(255,255,255,.9);position:absolute;right:8px;top:8px;z-index:3}.euiFlyout__closeButton--outside{box-shadow:0 2.7px 9px rgba(0,0,0,.13),0 9.4px 24px rgba(0,0,0,.09),0 21.8px 43px rgba(0,0,0,.08);right:auto;left:0;transform:translateX(calc(-100% - 24px)) !important;animation:none !important}.euiFlyout--left .euiFlyout__closeButton--outside{left:auto;right:0;transform:translateX(calc(100% + 24px)) !important}.euiFlyoutBody__banner{overflow-x:hidden}.euiFlyout--small{min-width:384px;width:25vw}.euiFlyout--small.euiFlyout--maxWidth-default{max-width:403px}.euiFlyout--medium{min-width:424px;width:50vw}.euiFlyout--medium.euiFlyout--maxWidth-default{max-width:768px}.euiFlyout--large{min-width:691px;width:75vw}.euiFlyout--large.euiFlyout--maxWidth-default{max-width:992px}.euiFlyout--paddingNone .euiFlyoutHeader{padding:0 0 0}.euiFlyout--paddingNone .euiFlyoutHeader--hasBorder{padding-bottom:0}.euiFlyout--paddingNone .euiFlyoutBody__overflowContent{padding:0}.euiFlyout--paddingNone .euiFlyoutBody__banner .euiCallOut{padding-left:0;padding-right:0}.euiFlyout--paddingNone .euiFlyoutFooter{padding:0}.euiFlyout--paddingSmall .euiFlyoutHeader{padding:8px 8px 0}.euiFlyout--paddingSmall .euiFlyoutHeader--hasBorder{padding-bottom:8px}.euiFlyout--paddingSmall .euiFlyoutBody__overflowContent{padding:8px}.euiFlyout--paddingSmall .euiFlyoutBody__banner .euiCallOut{padding-left:8px;padding-right:8px}.euiFlyout--paddingSmall .euiFlyoutFooter{padding:8px}.euiFlyout--paddingMedium .euiFlyoutHeader{padding:16px 16px 0}.euiFlyout--paddingMedium .euiFlyoutHeader--hasBorder{padding-bottom:16px}.euiFlyout--paddingMedium .euiFlyoutBody__overflowContent{padding:16px}.euiFlyout--paddingMedium .euiFlyoutBody__banner .euiCallOut{padding-left:16px;padding-right:16px}.euiFlyout--paddingMedium .euiFlyoutFooter{padding:12px 16px}.euiFlyout--paddingLarge .euiFlyoutHeader{padding:24px 24px 0}.euiFlyout--paddingLarge .euiFlyoutHeader--hasBorder{padding-bottom:24px}.euiFlyout--paddingLarge .euiFlyoutBody__overflowContent{padding:24px}.euiFlyout--paddingLarge .euiFlyoutBody__banner .euiCallOut{padding-left:24px;padding-right:24px}.euiFlyout--paddingLarge .euiFlyoutFooter{padding:16px 24px}@keyframes euiFlyout{0%{opacity:0;transform:translateX(100%)}75%{opacity:1;transform:translateX(0%)}}@media only screen and (max-width: 574px){.euiFlyout{max-width:90vw !important}.euiFlyout--small{min-width:0;width:384px}.euiFlyout--medium{min-width:0;width:424px}.euiFlyout--large{min-width:0;width:691px}.euiFlyout__closeButton--outside{transform:translateX(calc(-100% - 4px)) !important}.euiFlyout--left .euiFlyout__closeButton--outside{transform:translateX(calc(100% + 4px)) !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiFlyout{max-width:90vw !important}.euiFlyout--small{min-width:0;width:384px}.euiFlyout--medium{min-width:0;width:424px}.euiFlyout--large{min-width:0;width:691px}.euiFlyout__closeButton--outside{transform:translateX(calc(-100% - 4px)) !important}.euiFlyout--left .euiFlyout__closeButton--outside{transform:translateX(calc(100% + 4px)) !important}}.euiFlyout--left{border-right:none;border-left:none;right:auto;left:0;clip-path:polygon(0 0, 150% 0, 150% 100%, 0 100%);animation-name:euiFlyoutLeft}@keyframes euiFlyoutLeft{0%{opacity:0;transform:translateX(-100%)}75%{opacity:1;transform:translateX(0%)}}.euiFlyout.euiFlyout--push{box-shadow:none;clip-path:none;animation-duration:0s;border-left:2px solid #d3dae6;z-index:999}.euiFlyout.euiFlyout--push.euiFlyout--left{border-left:none;border-right:2px solid #d3dae6}.euiFlyoutBody{flex-grow:1;overflow-y:hidden;height:100%}.euiFlyoutBody .euiFlyoutBody__overflow{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%)}.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar{width:16px;height:16px}.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-corner,.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-track{background-color:transparent}.euiFlyoutBody .euiFlyoutBody__overflow:focus{outline:none}.euiFlyoutBody .euiFlyoutBody__overflow[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiFlyoutBody .euiFlyoutBody__overflow.euiFlyoutBody__overflow--hasBanner{mask-image:linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%)}.euiFlyoutBody .euiFlyoutBody__banner .euiCallOut{border:none;border-radius:0}.euiFlyoutFooter{background:#f5f7fa;flex-grow:0}.euiFlyoutHeader{flex-grow:0}.euiFlyoutHeader--hasBorder{border-bottom:1px solid #d3dae6}.euiCheckbox{position:relative}.euiCheckbox .euiCheckbox__input{width:16px;height:16px;top:3px;cursor:pointer;position:absolute;opacity:0;z-index:1}.euiCheckbox .euiCheckbox__input~.euiCheckbox__label{display:inline-block;padding-left:24px;line-height:24px;font-size:14px;position:relative;z-index:2;cursor:pointer}.euiCheckbox .euiCheckbox__input+.euiCheckbox__square{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:4px;transition:background-color 150ms ease-in,border-color 150ms ease-in;display:inline-block;position:absolute;left:0;top:3px}.euiCheckbox .euiCheckbox__input:checked+.euiCheckbox__square{border-color:#4db2cf;background-color:#4db2cf;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:indeterminate+.euiCheckbox__square{border-color:#4db2cf;background-color:#4db2cf;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28255, 255, 255%29' fill-rule='evenodd'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input[disabled]{cursor:not-allowed !important}.euiCheckbox .euiCheckbox__input[disabled]~.euiCheckbox__label{color:#98a2b3;cursor:not-allowed !important}.euiCheckbox .euiCheckbox__input[disabled]+.euiCheckbox__square{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none}.euiCheckbox .euiCheckbox__input:checked[disabled]+.euiCheckbox__square{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2894, 100, 111%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:indeterminate[disabled]+.euiCheckbox__square{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%2894, 100, 111%29' fill-rule='evenodd'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square{outline:2px solid currentColor;outline-offset:2px;border-color:#4db2cf}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square:focus-visible{outline-style:auto}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square:not(:focus-visible){outline:none}.euiCheckbox.euiCheckbox--inList,.euiCheckbox.euiCheckbox--noLabel{min-height:16px;min-width:16px}.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,.euiCheckbox.euiCheckbox--inList .euiCheckbox__square,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square{top:0}.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input{margin:0}.euiCheckboxGroup__item+.euiCheckboxGroup__item{margin-top:4px}.euiCheckboxGroup__item+.euiCheckboxGroup__item.euiCheckbox--compressed{margin-top:0}.euiDescribedFormGroup{max-width:800px}.euiDescribedFormGroup+*{margin-top:24px}.euiDescribedFormGroup.euiDescribedFormGroup--fullWidth{max-width:100%}.euiDescribedFormGroup .euiDescribedFormGroup__description{padding-top:8px}.euiDescribedFormGroup .euiDescribedFormGroup__fields{min-width:0}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxxsmall{padding-top:8px}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxsmall{padding-top:11px}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xsmall{padding-top:11px}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small{padding-top:23px}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium{padding-top:30.5px}.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large{padding-top:41px}@media only screen and (max-width: 574px){.euiDescribedFormGroup .euiDescribedFormGroup__fields{padding-top:0}.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow--hasEmptyLabelSpace:first-child{padding-top:0}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiDescribedFormGroup .euiDescribedFormGroup__fields{padding-top:0}.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow--hasEmptyLabelSpace:first-child{padding-top:0}}.euiFieldNumber{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px}.euiFieldNumber--fullWidth{max-width:100%}.euiFieldNumber--compressed{height:32px}.euiFieldNumber--inGroup{height:100%}@supports(-moz-appearance: none){.euiFieldNumber{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFieldNumber{line-height:1em}}.euiFieldNumber::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiFieldNumber::-moz-placeholder{color:#6a717d;opacity:1}.euiFieldNumber:-ms-input-placeholder{color:#6a717d;opacity:1}.euiFieldNumber:-moz-placeholder{color:#6a717d;opacity:1}.euiFieldNumber::placeholder{color:#6a717d;opacity:1}.euiFieldNumber:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldNumber:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldNumber[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldNumber:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldNumber--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiFieldNumber--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldNumber--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldNumber--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldNumber--inGroup{box-shadow:none !important;border-radius:0}.euiFieldNumber--withIcon{padding-left:40px}.euiFieldNumber-isLoading{padding-right:40px}.euiFieldNumber-isLoading.euiFieldNumber--compressed{padding-right:32px}.euiFieldNumber--withIcon.euiFieldNumber--compressed{padding-left:32px}.euiFieldPassword{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;padding-left:40px}.euiFieldPassword--fullWidth{max-width:100%}.euiFieldPassword--compressed{height:32px}.euiFieldPassword--inGroup{height:100%}@supports(-moz-appearance: none){.euiFieldPassword{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFieldPassword{line-height:1em}}.euiFieldPassword::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiFieldPassword::-moz-placeholder{color:#6a717d;opacity:1}.euiFieldPassword:-ms-input-placeholder{color:#6a717d;opacity:1}.euiFieldPassword:-moz-placeholder{color:#6a717d;opacity:1}.euiFieldPassword::placeholder{color:#6a717d;opacity:1}.euiFieldPassword:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldPassword:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldPassword[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldPassword:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldPassword--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiFieldPassword--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldPassword--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldPassword--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldPassword--inGroup{box-shadow:none !important;border-radius:0}.euiFieldPassword-isLoading{padding-right:40px}.euiFieldPassword-isLoading.euiFieldPassword--compressed{padding-right:32px}.euiFieldPassword.euiFieldPassword--compressed{padding-left:32px}.euiFieldPassword--withToggle::-ms-reveal{display:none}.euiFieldSearch{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;padding-left:40px;-webkit-appearance:textfield}.euiFieldSearch--fullWidth{max-width:100%}.euiFieldSearch--compressed{height:32px}.euiFieldSearch--inGroup{height:100%}@supports(-moz-appearance: none){.euiFieldSearch{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFieldSearch{line-height:1em}}.euiFieldSearch::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiFieldSearch::-moz-placeholder{color:#6a717d;opacity:1}.euiFieldSearch:-ms-input-placeholder{color:#6a717d;opacity:1}.euiFieldSearch:-moz-placeholder{color:#6a717d;opacity:1}.euiFieldSearch::placeholder{color:#6a717d;opacity:1}.euiFieldSearch:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldSearch:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldSearch[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldSearch:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldSearch--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiFieldSearch--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldSearch--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldSearch--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldSearch--inGroup{box-shadow:none !important;border-radius:0}.euiFieldSearch-isLoading{padding-right:40px}.euiFieldSearch-isLoading.euiFieldSearch--compressed{padding-right:32px}.euiFieldSearch::-webkit-search-decoration,.euiFieldSearch::-webkit-search-cancel-button{-webkit-appearance:none}.euiFieldSearch::-ms-clear{display:none}.euiFieldSearch.euiFieldSearch-isClearable{padding-right:40px}.euiFieldSearch.euiFieldSearch-isLoading{padding-right:40px}.euiFieldSearch.euiFieldSearch-isLoading.euiFieldSearch-isClearable{padding-right:62px}.euiFieldSearch.euiFieldSearch--compressed{padding-left:32px}.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isClearable{padding-right:32px}.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading{padding-right:32px}.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading.euiFieldSearch-isClearable{padding-right:54px}.euiFieldText{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px}.euiFieldText--fullWidth{max-width:100%}.euiFieldText--compressed{height:32px}.euiFieldText--inGroup{height:100%}@supports(-moz-appearance: none){.euiFieldText{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiFieldText{line-height:1em}}.euiFieldText::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiFieldText::-moz-placeholder{color:#6a717d;opacity:1}.euiFieldText:-ms-input-placeholder{color:#6a717d;opacity:1}.euiFieldText:-moz-placeholder{color:#6a717d;opacity:1}.euiFieldText::placeholder{color:#6a717d;opacity:1}.euiFieldText:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldText:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldText:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldText:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldText:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldText:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldText[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldText:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldText--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiFieldText--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldText--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldText--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFieldText--inGroup{box-shadow:none !important;border-radius:0}.euiFieldText--withIcon{padding-left:40px}.euiFieldText-isLoading{padding-right:40px}.euiFieldText-isLoading.euiFieldText--compressed{padding-right:32px}.euiFieldText.euiFieldText-isInvalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFieldText--withIcon.euiFieldText--compressed{padding-left:32px}.euiFieldText--isClearable{padding-right:40px}.euiFieldText--isClearable.euiFieldText--compressed{padding-right:32px}.euiFilePicker{max-width:400px;width:100%;height:40px;position:relative}.euiFilePicker--fullWidth{max-width:100%}.euiFilePicker--compressed{height:32px}.euiFilePicker--inGroup{height:100%}.euiFilePicker.euiFilePicker--large{border-radius:6px;overflow:hidden;height:auto}.euiFilePicker.euiFilePicker--large.euiFilePicker--compressed{border-radius:4px}.euiFilePicker__input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;overflow:hidden}.euiFilePicker__input:hover{cursor:pointer}.euiFilePicker__input:hover:disabled{cursor:not-allowed}.euiFilePicker__input:disabled{opacity:0}.euiFilePicker__input:disabled~.euiFilePicker__prompt{color:#98a2b3}.euiFilePicker__icon{position:absolute;left:12px;top:12px;transition:transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiFilePicker--compressed .euiFilePicker__icon{top:8px;left:8px}.euiFilePicker--large .euiFilePicker__icon{position:static;margin-bottom:16px}.euiFilePicker__prompt{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding-left:40px;height:40px;padding-top:12px;padding-right:12px;padding-bottom:12px;pointer-events:none;border-radius:6px;transition:box-shadow 150ms ease-in,background-color 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in 150ms}@supports(-moz-appearance: none){.euiFilePicker__prompt{transition-property:box-shadow,background-image,background-size}}.euiFilePicker--compressed .euiFilePicker__prompt{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px;padding-left:32px;height:32px;border-radius:4px}@supports(-moz-appearance: none){.euiFilePicker--compressed .euiFilePicker__prompt{transition-property:box-shadow,background-image,background-size}}.euiFilePicker--large .euiFilePicker__prompt{height:128px;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt{height:104px}.euiFilePicker-isInvalid .euiFilePicker__prompt{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiFilePicker__promptText{font-size:14px;font-size:1rem;line-height:1.7142857143rem;max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;line-height:16px}.euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText{color:#98a2b3}.euiFilePicker__clearButton,.euiFilePicker__loadingSpinner{position:absolute;right:12px;top:12px}.euiFilePicker--compressed .euiFilePicker__clearButton,.euiFilePicker--compressed .euiFilePicker__loadingSpinner{top:8px}.euiFilePicker__clearButton{pointer-events:auto}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton{width:16px;height:16px;pointer-events:all;background-color:#98a2b3;border-radius:16px;line-height:0}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus{outline:2px solid currentColor}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:focus-visible{outline-style:auto}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:not(:focus-visible){outline:none}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon{width:8px;height:8px;fill:#fff;stroke:#fff;stroke-width:2px}.euiFilePicker--large .euiFilePicker__clearButton{position:relative;top:0;right:0}.euiFilePicker__showDrop .euiFilePicker__prompt,.euiFilePicker__input:focus+.euiFilePicker__prompt{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFilePicker--compressed .euiFilePicker__showDrop .euiFilePicker__prompt,.euiFilePicker--compressed .euiFilePicker__input:focus+.euiFilePicker__prompt{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFilePicker__input:disabled+.euiFilePicker__prompt{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFilePicker__input:disabled+.euiFilePicker__prompt::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt::-moz-placeholder{color:#98a2b3;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt:-moz-placeholder{color:#98a2b3;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt::placeholder{color:#98a2b3;opacity:1}.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt,.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt{padding-right:40px}.euiFilePicker-hasFiles .euiFilePicker__promptText{color:#343741}.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled)+.euiFilePicker__prompt .euiFilePicker__promptText,.euiFilePicker--large .euiFilePicker__input:focus+.euiFilePicker__prompt .euiFilePicker__promptText{text-decoration:underline}.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled)+.euiFilePicker__prompt .euiFilePicker__icon,.euiFilePicker--large .euiFilePicker__input:focus+.euiFilePicker__prompt .euiFilePicker__icon{transform:scale(1.1)}.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText{text-decoration:underline}.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon{transform:scale(1.1)}.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText{font-weight:700}.euiForm__error{font-size:14px;font-size:1rem;line-height:1.7142857143rem;list-style:disc}.euiForm__errors{margin-bottom:16px}.euiFormControlLayout{max-width:400px;width:100%;height:40px}.euiFormControlLayout--fullWidth{max-width:100%}.euiFormControlLayout--compressed{height:32px}.euiFormControlLayout--inGroup{height:100%}.euiFormControlLayout__childrenWrapper{position:relative}.euiFormControlLayout--group{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;display:flex;align-items:stretch;padding:1px}@supports(-moz-appearance: none){.euiFormControlLayout--group{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayout--group>*,.euiFormControlLayout--group .euiPopover__anchor,.euiFormControlLayout--group .euiButtonEmpty,.euiFormControlLayout--group .euiText,.euiFormControlLayout--group .euiFormLabel,.euiFormControlLayout--group .euiButtonIcon{height:100%}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper{flex-grow:1;overflow:hidden}.euiFormControlLayout--group .euiFormControlLayout__prepend,.euiFormControlLayout--group .euiFormControlLayout__append{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;flex-shrink:0;height:100%;border-radius:0}.euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append .euiIcon{padding:0 8px;width:32px;border-radius:0;background-color:#e9edf3}.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty{transform:none !important}.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty .euiIcon{background:none !important;padding:0;width:16px}.euiFormControlLayout--group .euiButtonIcon{padding:0 8px;width:32px;border-radius:0}.euiFormControlLayout--group .euiButtonIcon:not(:focus){background-color:#e9edf3}.euiFormControlLayout--group .euiButtonIcon:focus-visible{outline:2px solid #367c91;outline-offset:-2px}.euiFormControlLayout--group .euiToolTipAnchor>.euiIcon{height:100%;background-color:#e9edf3;padding:0 8px;width:32px;border-radius:0}.euiFormControlLayout--group>.euiFormControlLayout__prepend,.euiFormControlLayout--group>.euiFormControlLayout__append{max-width:50%}.euiFormControlLayout--group .euiFormLabel,.euiFormControlLayout--group .euiText{background-color:#e9edf3;padding:12px;line-height:16px !important;cursor:default !important}.euiFormControlLayout--group .euiFormLabel+*:not(.euiFormControlLayout__childrenWrapper):not(input),.euiFormControlLayout--group .euiText+*:not(.euiFormControlLayout__childrenWrapper):not(input){margin-left:-12px}.euiFormControlLayout--group>*:not(.euiFormControlLayout__childrenWrapper)+.euiFormLabel,.euiFormControlLayout--group>*:not(.euiFormControlLayout__childrenWrapper)+.euiText{margin-left:-12px}.euiFormControlLayout--group .euiButtonEmpty{border-right:none}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper~.euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper~* .euiButtonEmpty{border-right:none;border-left:none}.euiFormControlLayout--group.euiFormControlLayout--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;border-radius:3px;overflow:hidden}@supports(-moz-appearance: none){.euiFormControlLayout--group.euiFormControlLayout--compressed{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText{padding:8px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel+*:not(.euiFormControlLayout__childrenWrapper),.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText+*:not(.euiFormControlLayout__childrenWrapper){margin-left:-8px}.euiFormControlLayout--group.euiFormControlLayout--compressed>*:not(.euiFormControlLayout__childrenWrapper)+.euiFormLabel,.euiFormControlLayout--group.euiFormControlLayout--compressed>*:not(.euiFormControlLayout__childrenWrapper)+.euiText{margin-left:-8px}.euiFormControlLayout--group.euiFormControlLayout--readOnly{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFormControlLayout--group.euiFormControlLayout--readOnly input{background-color:transparent}.euiFormControlLayoutDelimited{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;display:flex;align-items:stretch;padding:1px}@supports(-moz-appearance: none){.euiFormControlLayoutDelimited{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimeter{background-color:#fbfcfd}.euiFormControlLayoutDelimited>.euiFormControlLayout__childrenWrapper{display:flex;align-items:center;width:100%}.euiFormControlLayoutDelimited[class*="--compressed"]{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;border-radius:3px}@supports(-moz-appearance: none){.euiFormControlLayoutDelimited[class*="--compressed"]{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayoutDelimited[class*="--compressed"] .euiFormControlLayoutDelimited__input{height:100%;padding-top:0;padding-bottom:0;padding-left:8px;padding-right:8px}.euiFormControlLayoutDelimited[class*="--compressed"] .euiFormControlLayoutIcons{padding-left:8px;padding-right:8px}.euiFormControlLayoutDelimited[class*="--fullWidth"] .euiFormControlLayout__childrenWrapper,.euiFormControlLayoutDelimited[class*="--fullWidth"] input{width:100%;max-width:none}.euiFormControlLayoutDelimited[class*=-isDisabled]{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFormControlLayoutDelimited[class*=-isDisabled]::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]::-moz-placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]:-moz-placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]::placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled] .euiFormControlLayoutDelimited__delimeter{background-color:#eef2f7}.euiFormControlLayoutDelimited[class*="--readOnly"]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiFormControlLayoutDelimited[class*="--readOnly"] input,.euiFormControlLayoutDelimited[class*="--readOnly"] .euiFormControlLayoutDelimited__delimeter{background-color:#fff}.euiFormControlLayoutDelimited .euiFormControlLayoutIcons{position:static;padding-left:12px;padding-right:12px;flex-shrink:0}.euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right){order:-1}.euiFormControlLayoutDelimited__input{box-shadow:none !important;border-radius:0 !important;text-align:center;height:100%;min-width:0}.euiFormControlLayoutDelimited[class*="--compressed"] .euiFormControlLayoutDelimited__input{max-width:none}.euiFormControlLayoutDelimited__delimeter{line-height:1 !important;flex:0 0 auto;padding-left:6px;padding-right:6px}.euiFormControlLayoutIcons{pointer-events:none;position:absolute;top:0;bottom:0;left:12px;display:flex;align-items:center}.euiFormControlLayoutIcons>*+*{margin-left:6px}.euiFormControlLayout--compressed .euiFormControlLayoutIcons{left:8px}.euiFormControlLayoutIcons--right{left:auto;right:12px}.euiFormControlLayout--compressed .euiFormControlLayoutIcons--right{left:auto;right:8px}*:disabled+.euiFormControlLayoutIcons{cursor:not-allowed;color:#98a2b3}.euiFormControlLayoutClearButton{width:16px;height:16px;pointer-events:all;background-color:#98a2b3;border-radius:16px;line-height:0}.euiFormControlLayoutClearButton:focus{outline:2px solid currentColor}.euiFormControlLayoutClearButton:focus:focus-visible{outline-style:auto}.euiFormControlLayoutClearButton:focus:not(:focus-visible){outline:none}.euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon{width:8px;height:8px;fill:#fff;stroke:#fff;stroke-width:2px}.euiFormControlLayoutClearButton--small{width:12px;height:12px;pointer-events:all;background-color:#98a2b3;border-radius:12px;line-height:0}.euiFormControlLayoutClearButton--small:focus{outline:2px solid currentColor}.euiFormControlLayoutClearButton--small:focus:focus-visible{outline-style:auto}.euiFormControlLayoutClearButton--small:focus:not(:focus-visible){outline:none}.euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon{width:6px;height:6px;fill:#fff;stroke:#fff;stroke-width:4px}.euiFormControlLayoutCustomIcon{pointer-events:none;font-size:0}.euiFormControlLayoutCustomIcon--clickable{width:16px;height:16px;pointer-events:all}.euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon{vertical-align:baseline;transform:none}.euiFormControlLayoutCustomIcon--clickable:focus{outline:2px solid currentColor}.euiFormControlLayoutCustomIcon--clickable:focus:focus-visible{outline-style:auto}.euiFormControlLayoutCustomIcon--clickable:focus:not(:focus-visible){outline:none}.euiFormControlLayoutCustomIcon--clickable:disabled{cursor:not-allowed;color:#98a2b3}.euiFormErrorText{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding-top:4px;color:#b62222}.euiFormLegend{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-weight:600}.euiFormLegend:not(.euiFormLegend-isHidden){margin-bottom:8px}.euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed{margin-bottom:4px}.euiFormHelpText{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding-top:4px;color:#69707d}.euiFormLabel{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-weight:600;display:inline-block;transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiFormLabel.euiFormLabel-isInvalid{color:#b62222}.euiFormLabel.euiFormLabel-isFocused{color:#4db2cf}.euiFormLabel[for]{cursor:pointer}.euiFormLabel[for].euiFormLabel-isDisabled{cursor:default}.euiFormRow{display:flex;flex-direction:column;max-width:400px}.euiFormRow+.euiFormRow,.euiFormRow+.euiButton{margin-top:16px}.euiFormRow--fullWidth{max-width:100%}.euiFormRow--hasEmptyLabelSpace{margin-top:22px;min-height:40px;padding-bottom:0;justify-content:center}.euiFormRow__labelWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:4px}.euiFormRow--horizontal{flex-direction:row;align-items:stretch}.euiFormRow--horizontal .euiFormRow__label{hyphens:auto;max-width:100%}.euiFormRow--horizontal .euiFormRow__labelWrapper{display:block;line-height:31px;width:calc(33% - 8px);margin-right:8px;margin-bottom:0}.euiFormRow--horizontal .euiFormRow__fieldWrapper{width:67%}.euiFormRow--horizontal+.euiFormRow--horizontal{margin-top:8px}.euiFormRow--horizontal+.euiFormRow--horizontal.euiFormRow--hasSwitch{margin-top:12px}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__labelWrapper{line-height:19px;width:auto;min-width:calc(33% - 8px)}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper{width:auto}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper .euiSwitch--compressed{margin-top:2px}.euiFormRow--horizontal.euiFormRow--hasSwitch+.euiFormRow--horizontal{margin-top:12px}.euiFormRow__fieldWrapperDisplayOnly{min-height:40px;display:flex;align-items:center}.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace{min-height:32px}.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly{min-height:32px}.euiRadio{position:relative}.euiRadio .euiRadio__input{width:16px;height:16px;top:3px;cursor:pointer;position:absolute;opacity:0;z-index:1}.euiRadio .euiRadio__input~.euiRadio__label{display:inline-block;padding-left:24px;line-height:24px;font-size:14px;position:relative;z-index:2;cursor:pointer}.euiRadio .euiRadio__input+.euiRadio__circle{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;display:inline-block;position:absolute;left:0;top:3px}.euiRadio .euiRadio__input:checked+.euiRadio__circle{border-color:#4db2cf;background-color:#4db2cf;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28255, 255, 255%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E")}.euiRadio .euiRadio__input[disabled]{cursor:not-allowed !important}.euiRadio .euiRadio__input[disabled]~.euiRadio__label{color:#98a2b3;cursor:not-allowed !important}.euiRadio .euiRadio__input[disabled]+.euiRadio__circle{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none}.euiRadio .euiRadio__input:checked[disabled]+.euiRadio__circle{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2894, 100, 111%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E")}.euiRadio .euiRadio__input:focus+.euiRadio__circle{outline:2px solid currentColor;outline-offset:2px;border-color:#4db2cf}.euiRadio .euiRadio__input:focus+.euiRadio__circle:focus-visible{outline-style:auto}.euiRadio .euiRadio__input:focus+.euiRadio__circle:not(:focus-visible){outline:none}.euiRadio.euiRadio--inList,.euiRadio.euiRadio--noLabel{min-height:16px;min-width:16px}.euiRadio.euiRadio--inList .euiRadio__input,.euiRadio.euiRadio--inList .euiRadio__circle,.euiRadio.euiRadio--noLabel .euiRadio__input,.euiRadio.euiRadio--noLabel .euiRadio__circle{top:0}.euiRadio.euiRadio--inList .euiRadio__input,.euiRadio.euiRadio--noLabel .euiRadio__input{margin:0}.euiRadioGroup__item+.euiRadioGroup__item{margin-top:4px}.euiRadioGroup__item+.euiRadioGroup__item.euiRadio--compressed{margin-top:0}.euiRange__horizontalSpacer{width:16px}.euiRange__slimHorizontalSpacer{width:8px}.euiRangeDraggable{height:20px;position:absolute;top:10px;pointer-events:none;z-index:2}.euiRangeDraggable.euiRangeDraggable--compressed{height:16px;top:8px}.euiRangeDraggable.euiRangeDraggable--hasTicks{top:0}.euiRangeDraggable .euiRangeDraggle__inner{position:absolute;left:16px;right:16px;top:0;bottom:0}.euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner{cursor:grab;pointer-events:all}.euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner:active{cursor:grabbing}.euiRangeHighlight{position:absolute;left:0;width:100%;top:calc(50% - 3px);overflow:hidden}.euiRangeHighlight__progress{height:6px;border-radius:6px;background-color:#d3dae6}.euiRangeHighlight__progress--hasFocus{background-color:#4db2cf}.euiRangeHighlight--hasTicks{top:7px}.euiRangeHighlight--hasTicks.euiRangeHighlight--compressed{top:5px}.euiRangeInput{width:auto;min-width:64px}.euiRange__popover .euiRangeInput{margin:0 !important;width:100%}.euiRangeLabel--min,.euiRangeLabel--max{font-size:12px}.euiRangeLabel--min{margin-right:8px}.euiRangeLabel--max{margin-left:8px}.euiRangeLabel--isDisabled{opacity:.25}.euiRangeLevels{display:flex;justify-content:stretch;position:absolute;left:0;right:0;top:22px}.euiRangeLevels--hasTicks{top:12px}.euiRangeLevels--compressed{top:18px}.euiRangeLevels--compressed.euiRangeLevels--hasTicks{top:10px}.euiRangeLevel{display:block;position:absolute;height:6px;border-radius:6px;margin:2px}.euiRangeLevel--primary{background-color:rgba(77,178,207,.3)}.euiRangeLevel--success{background-color:rgba(51,205,46,.3)}.euiRangeLevel--warning{background-color:rgba(227,152,70,.3)}.euiRangeLevel--danger{background-color:rgba(182,34,34,.3)}.euiRangeSlider{height:40px;appearance:none;background:transparent;width:100%;position:relative;cursor:pointer;z-index:1}.euiRangeSlider:disabled{cursor:not-allowed}.euiRangeSlider:disabled::-webkit-slider-thumb{cursor:not-allowed;border-color:#fff;background-color:#fff;box-shadow:none}.euiRangeSlider:disabled::-moz-range-thumb{cursor:not-allowed;border-color:#fff;background-color:#fff;box-shadow:none}.euiRangeSlider:disabled::-ms-thumb{cursor:not-allowed;border-color:#fff;background-color:#fff;box-shadow:none}.euiRangeSlider:disabled~.euiRangeThumb{cursor:not-allowed;border-color:#fff;background-color:#fff;box-shadow:none}.euiRangeSlider::-webkit-slider-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiRangeSlider::-moz-range-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiRangeSlider::-ms-thumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box}.euiRangeSlider::-webkit-slider-runnable-track{height:6px;width:100%;background:#d3dae6;border:0 solid #69707d;border-radius:4px}.euiRangeSlider::-moz-range-track{height:6px;width:100%;background:#d3dae6;border:0 solid #69707d;border-radius:4px}.euiRangeSlider::-ms-fill-lower{height:6px;width:100%;background:#d3dae6;border:0 solid #69707d;border-radius:4px}.euiRangeSlider::-ms-fill-upper{height:6px;width:100%;background:#d3dae6;border:0 solid #69707d;border-radius:4px}.euiRangeSlider:focus{outline:none}.euiRangeSlider:focus-visible::-webkit-slider-thumb,.euiRangeSlider--hasFocus::-webkit-slider-thumb{box-shadow:0 0 0 2px #367c91}.euiRangeSlider:focus-visible::-moz-range-thumb,.euiRangeSlider--hasFocus::-moz-range-thumb{box-shadow:0 0 0 2px #367c91}.euiRangeSlider:focus-visible::-ms-thumb,.euiRangeSlider--hasFocus::-ms-thumb{box-shadow:0 0 0 2px #367c91}.euiRangeSlider:focus-visible~.euiRangeThumb,.euiRangeSlider--hasFocus~.euiRangeThumb{border-color:#fff}.euiRangeSlider:focus-visible::-webkit-slider-runnable-track,.euiRangeSlider--hasFocus::-webkit-slider-runnable-track{background-color:#4db2cf;border-color:#4db2cf}.euiRangeSlider:focus-visible::-moz-range-track,.euiRangeSlider--hasFocus::-moz-range-track{background-color:#4db2cf;border-color:#4db2cf}.euiRangeSlider:focus-visible::-ms-fill-lower,.euiRangeSlider--hasFocus::-ms-fill-lower{background-color:#4db2cf;border-color:#4db2cf}.euiRangeSlider:focus-visible::-ms-fill-upper,.euiRangeSlider--hasFocus::-ms-fill-upper{background-color:#4db2cf;border-color:#4db2cf}.euiRangeSlider:focus-visible~.euiRangeHighlight .euiRangeHighlight__progress,.euiRangeSlider--hasFocus~.euiRangeHighlight .euiRangeHighlight__progress{background-color:#4db2cf}.euiRangeSlider:focus-visible~.euiRangeTooltip .euiRangeTooltip__value,.euiRangeSlider--hasFocus~.euiRangeTooltip .euiRangeTooltip__value{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiRangeSlider:focus-visible~.euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right,.euiRangeSlider:focus-visible~.euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left,.euiRangeSlider--hasFocus~.euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right,.euiRangeSlider--hasFocus~.euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left{transform:translateX(0) translateY(-50%) scale(1.1)}.euiRangeSlider::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-5px}.euiRangeSlider::-ms-thumb{margin-top:0}.euiRangeSlider::-moz-focus-outer{border:none}.euiRangeSlider::-ms-track{height:6px;width:100%;background:transparent;border-color:transparent;border-width:8px 0;color:transparent}.euiRangeSlider--hasTicks{height:20px}.euiRangeSlider--compressed{height:32px}.euiRangeSlider--compressed.euiRangeSlider--hasTicks{height:16px}.euiRangeSlider--hasRange::-webkit-slider-runnable-track{background-color:rgba(211,218,230,.4);border-color:rgba(105,112,125,.4)}.euiRangeSlider--hasRange::-moz-range-track{background-color:rgba(211,218,230,.4);border-color:rgba(105,112,125,.4)}.euiRangeSlider--hasRange::-ms-fill-lower{background-color:rgba(211,218,230,.4);border-color:rgba(105,112,125,.4)}.euiRangeSlider--hasRange::-ms-fill-upper{background-color:rgba(211,218,230,.4);border-color:rgba(105,112,125,.4)}.euiRangeThumb{padding:7px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:14px;transition:background-color 150ms ease-in,border-color 150ms ease-in;box-shadow:0 0 0 1px #fff,0 2px 2px -1px rgba(0,0,0,.2),0 1px 5px -2px rgba(0,0,0,.2);border:2px solid #fff;cursor:pointer;background-color:#69707d;padding:0;height:16px;width:16px;box-sizing:border-box;content:"";position:absolute;left:0;top:50%;margin-top:-8px;pointer-events:none;z-index:1}.euiRangeThumb:focus{outline:2px solid currentColor;outline-offset:2px;border-color:#4db2cf}.euiRangeThumb:focus:focus-visible{outline-style:auto}.euiRangeThumb:focus:not(:focus-visible){outline:none}.euiRangeThumb--hasTicks{top:25%}.euiRangeTicks{position:absolute;left:0;right:0;top:8px;display:flex}.euiRangeTicks--isCustom{left:2px;right:2px}.euiRangeTick{overflow-x:hidden;text-overflow:ellipsis;font-size:12px;position:absolute;transform:translateX(-50%);padding-top:16px}.euiRangeTick:not(.euiRangeTick--hasTickMark)::before{width:4px;height:4px;background-color:#69707d;border-radius:100%;position:absolute;top:0;content:"";left:calc(50% - 2px)}.euiRangeTick .euiRangeTick__pseudo{width:4px;height:4px;background-color:#69707d;border-radius:100%;position:absolute;top:0}.euiRangeTick--isCustom{overflow-x:visible}.euiRangeTick--isMin,.euiRangeTick--isMax{transform:translateX(0)}.euiRangeTick--isMin .euiRangeTick__pseudo{left:0}.euiRangeTick--isMax .euiRangeTick__pseudo{right:0}.euiRangeTick:enabled:hover,.euiRangeTick:focus,.euiRangeTick--selected{color:#4db2cf}.euiRangeTick--selected{font-weight:500}.euiRangeTick:disabled{cursor:not-allowed}.euiRangeTicks--compressed{top:6px}.euiRangeTicks--compressed .euiRangeTick{padding-top:14px}.euiRangeTick__label{pointer-events:none}.euiRangeTooltip{display:block;position:absolute;left:0;top:0;bottom:0;width:calc(100% - 16px);margin-left:8px;pointer-events:none;z-index:2}.euiRangeTooltip__value{font-size:14px;font-size:1rem;line-height:1.7142857143rem;border:1px solid #404040;position:absolute;border-radius:6px;padding:2px 8px;background-color:#404040;color:#fff;max-width:256px;top:50%;transition:box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1),transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiRangeTooltip__value::after,.euiRangeTooltip__value::before{content:"";position:absolute;bottom:-6px;left:50%;transform-origin:center;background-color:#404040;width:12px;height:12px;border-radius:2px}.euiRangeTooltip__value::before{background-color:#404040}.euiRangeTooltip__value.euiRangeTooltip__value--right{margin-left:24px}.euiRangeTooltip__value.euiRangeTooltip__value--right:before,.euiRangeTooltip__value.euiRangeTooltip__value--right:after{left:-5px}.euiRangeTooltip__value.euiRangeTooltip__value--right::before{margin-left:-1px}.euiRangeTooltip__value.euiRangeTooltip__value--left{margin-right:24px}.euiRangeTooltip__value.euiRangeTooltip__value--left:before,.euiRangeTooltip__value.euiRangeTooltip__value--left:after{left:auto;right:-5px}.euiRangeTooltip__value.euiRangeTooltip__value--left::before{margin-right:-1px}.euiRangeTooltip__value.euiRangeTooltip__value--right,.euiRangeTooltip__value.euiRangeTooltip__value--left{transform:translateX(0) translateY(-50%)}.euiRangeTooltip__value.euiRangeTooltip__value--right:before,.euiRangeTooltip__value.euiRangeTooltip__value--right:after,.euiRangeTooltip__value.euiRangeTooltip__value--left:before,.euiRangeTooltip__value.euiRangeTooltip__value--left:after{bottom:50%;transform:translateY(50%) rotateZ(45deg)}.euiRangeTooltip__value--hasTicks{top:10px}.euiRangeTooltip--compressed .euiRangeTooltip__value--hasTicks{top:8px}.euiRangeTrack{height:100%;flex-grow:1;position:relative;align-self:flex-start}.euiRangeTrack--hasTicks{margin-left:1em;margin-right:1em}.euiRangeTrack--disabled{opacity:.25}.euiRangeWrapper{max-width:400px;width:100%;height:40px;display:flex;align-items:center}.euiRangeWrapper--fullWidth{max-width:100%}.euiRangeWrapper--compressed{height:32px}.euiRangeWrapper--inGroup{height:100%}.euiRangeWrapper>.euiFormControlLayout{width:auto}.euiRangeWrapper>.euiFormControlLayout.euiFormControlLayout--group{flex-shrink:0}.euiDualRange__slider::-webkit-slider-thumb{visibility:hidden}.euiDualRange__slider::-moz-range-thumb{visibility:hidden}.euiDualRange__slider::-ms-thumb{visibility:hidden}.euiSelect{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;padding-right:40px;appearance:none;line-height:40px;padding-top:0;padding-bottom:0}.euiSelect--fullWidth{max-width:100%}.euiSelect--compressed{height:32px}.euiSelect--inGroup{height:100%}@supports(-moz-appearance: none){.euiSelect{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiSelect{line-height:1em}}.euiSelect::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiSelect::-moz-placeholder{color:#6a717d;opacity:1}.euiSelect:-ms-input-placeholder{color:#6a717d;opacity:1}.euiSelect:-moz-placeholder{color:#6a717d;opacity:1}.euiSelect::placeholder{color:#6a717d;opacity:1}.euiSelect:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiSelect:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiSelect:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiSelect:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiSelect:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiSelect:disabled::placeholder{color:#98a2b3;opacity:1}.euiSelect[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect:-webkit-autofill{-webkit-text-fill-color:#343741}.euiSelect:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiSelect--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiSelect--compressed{transition-property:box-shadow,background-image,background-size}}.euiSelect--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiSelect--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSelect--inGroup{box-shadow:none !important;border-radius:0}.euiSelect-isLoading{padding-right:62px}.euiSelect-isLoading.euiSelect--compressed{padding-right:54px}.euiSelect--compressed{padding-right:32px;line-height:32px;padding-top:0;padding-bottom:0}.euiSelect--inGroup{line-height:38px}.euiSelect--inGroup.euiSelect--compressed{line-height:30px}.euiSelect::-ms-expand{display:none}.euiSelect:focus::-ms-value{color:#343741;background:transparent}.euiSelect:-moz-focusring{color:transparent;text-shadow:0 0 0 #343741}.euiSuperSelect__listbox{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;max-height:300px;overflow:hidden;overflow-y:auto}.euiSuperSelect__listbox::-webkit-scrollbar{width:16px;height:16px}.euiSuperSelect__listbox::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiSuperSelect__listbox::-webkit-scrollbar-corner,.euiSuperSelect__listbox::-webkit-scrollbar-track{background-color:transparent}.euiSuperSelect__item{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:8px}.euiSuperSelect__item:hover{cursor:pointer;text-decoration:underline}.euiSuperSelect__item:focus{cursor:pointer;text-decoration:underline;background-color:rgba(77,178,207,.1)}.euiSuperSelect__item:disabled{cursor:not-allowed;text-decoration:none;color:#afb0b3}.euiSuperSelect__item--hasDividers:not(:last-of-type){border-bottom:1px solid #d3dae6}.euiSuperSelectControl{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;padding-right:40px;display:block;text-align:left;line-height:40px;padding-top:0;padding-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.euiSuperSelectControl--fullWidth{max-width:100%}.euiSuperSelectControl--compressed{height:32px}.euiSuperSelectControl--inGroup{height:100%}@supports(-moz-appearance: none){.euiSuperSelectControl{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiSuperSelectControl{line-height:1em}}.euiSuperSelectControl::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiSuperSelectControl::-moz-placeholder{color:#6a717d;opacity:1}.euiSuperSelectControl:-ms-input-placeholder{color:#6a717d;opacity:1}.euiSuperSelectControl:-moz-placeholder{color:#6a717d;opacity:1}.euiSuperSelectControl::placeholder{color:#6a717d;opacity:1}.euiSuperSelectControl:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiSuperSelectControl:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl:disabled::placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl:-webkit-autofill{-webkit-text-fill-color:#343741}.euiSuperSelectControl:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiSuperSelectControl--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiSuperSelectControl--compressed{transition-property:box-shadow,background-image,background-size}}.euiSuperSelectControl--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiSuperSelectControl--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSuperSelectControl--inGroup{box-shadow:none !important;border-radius:0}.euiSuperSelectControl-isLoading{padding-right:62px}.euiSuperSelectControl-isLoading.euiSuperSelectControl--compressed{padding-right:54px}.euiSuperSelectControl-isInvalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiSuperSelectControl--compressed{padding-right:32px;line-height:32px;padding-top:0;padding-bottom:0}.euiSuperSelectControl.euiSuperSelect--isOpen__button{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiSwitch{position:relative;display:inline-flex;align-items:flex-start;min-height:20px}.euiSwitch .euiSwitch__label{cursor:pointer;padding-left:8px;line-height:20px;font-size:14px;vertical-align:middle;display:inline-block}.euiSwitch .euiSwitch__button{flex-shrink:0;line-height:0}.euiSwitch .euiSwitch__button:focus .euiSwitch__track{outline:2px solid currentColor;outline-offset:2px;border-color:#4db2cf}.euiSwitch .euiSwitch__button:focus .euiSwitch__track:focus-visible{outline-style:auto}.euiSwitch .euiSwitch__button:focus .euiSwitch__track:not(:focus-visible){outline:none}.euiSwitch .euiSwitch__button:disabled:hover,.euiSwitch .euiSwitch__button:disabled~.euiSwitch__label:hover{cursor:not-allowed}.euiSwitch .euiSwitch__button:disabled .euiSwitch__body{background-color:rgba(152,162,179,.2)}.euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb{border-color:#d3dae6;background-color:#d3dae6;box-shadow:none;background-color:rgba(152,162,179,.2)}.euiSwitch .euiSwitch__button:disabled .euiSwitch__icon{fill:#5e646f}.euiSwitch .euiSwitch__button:disabled+.euiSwitch__label{color:#98a2b3}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__body{background-color:rgba(152,162,179,.2)}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__thumb{left:0}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__icon{right:-8px}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__icon.euiSwitch__icon--checked{right:auto;left:-34px}.euiSwitch .euiSwitch__body{pointer-events:none;width:44px;height:20px;background-color:#4db2cf;display:inline-block;position:relative;border-radius:20px;vertical-align:middle}.euiSwitch .euiSwitch__thumb{padding:9px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:18px;transition:background-color 150ms ease-in,border-color 150ms ease-in;position:absolute;display:inline-block;left:24px;transition:border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),left 250ms cubic-bezier(0.34, 1.61, 0.7, 1),transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiSwitch .euiSwitch__track{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;border-radius:20px}.euiSwitch .euiSwitch__icon{position:absolute;right:-34px;top:2px;bottom:0;width:42px;height:16px;transition:left 250ms cubic-bezier(0.34, 1.61, 0.7, 1),right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);fill:#343741}.euiSwitch .euiSwitch__icon--checked{right:auto;left:-8px;fill:#fff}.euiSwitch:hover .euiSwitch__button:not(:disabled) .euiSwitch__thumb{transform:scale(1.05)}.euiSwitch:hover .euiSwitch__button:active .euiSwitch__thumb{transform:scale(0.95)}.euiSwitch.euiSwitch--compressed{min-height:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__label{line-height:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__body{width:28px;height:16px;border-radius:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__thumb{padding:6px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:12px;transition:background-color 150ms ease-in,border-color 150ms ease-in;left:13px;top:1px;transition:border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),left 250ms cubic-bezier(0.34, 1.61, 0.7, 1),transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiSwitch.euiSwitch--compressed .euiSwitch__track{border-radius:16px}.euiSwitch.euiSwitch--mini{min-height:10px}.euiSwitch.euiSwitch--mini .euiSwitch__label{line-height:10px;font-size:12px}.euiSwitch.euiSwitch--mini .euiSwitch__body{width:22px;height:10px;border-radius:10px}.euiSwitch.euiSwitch--mini .euiSwitch__thumb{padding:3px;border:1px solid #c9cbcd;background:#fff no-repeat center;border-radius:6px;transition:background-color 150ms ease-in,border-color 150ms ease-in;left:13px;top:1px;transition:border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1),left 250ms cubic-bezier(0.34, 1.61, 0.7, 1),transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiSwitch.euiSwitch--mini .euiSwitch__track{border-radius:10px}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=false] .euiSwitch__thumb{left:1px}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=true]:disabled .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=true]:disabled .euiSwitch__thumb{border-color:#c9cbcd}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=true] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=true] .euiSwitch__thumb{border-color:#4db2cf}.euiTextArea{max-width:400px;width:100%;height:40px;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:0 0 transparent,inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;border:none;border-radius:6px;padding:12px;line-height:1.5}.euiTextArea--fullWidth{max-width:100%}.euiTextArea--compressed{height:32px}.euiTextArea--inGroup{height:100%}@supports(-moz-appearance: none){.euiTextArea{transition-property:box-shadow,background-image,background-size}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiTextArea{line-height:1em}}.euiTextArea::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiTextArea::-moz-placeholder{color:#6a717d;opacity:1}.euiTextArea:-ms-input-placeholder{color:#6a717d;opacity:1}.euiTextArea:-moz-placeholder{color:#6a717d;opacity:1}.euiTextArea::placeholder{color:#6a717d;opacity:1}.euiTextArea:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiTextArea:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiTextArea:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiTextArea:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiTextArea:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiTextArea:disabled::placeholder{color:#98a2b3;opacity:1}.euiTextArea[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea:-webkit-autofill{-webkit-text-fill-color:#343741}.euiTextArea:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiTextArea--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1);transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in;padding:8px;border-radius:4px}@supports(-moz-appearance: none){.euiTextArea--compressed{transition-property:box-shadow,background-image,background-size}}.euiTextArea--compressed:invalid{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%);background-size:100%}.euiTextArea--compressed:focus{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea--compressed:disabled{color:#98a2b3;-webkit-text-fill-color:#98a2b3;cursor:not-allowed;background:#eef2f7;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea--compressed:disabled::-webkit-input-placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed:disabled::-moz-placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed:disabled:-ms-input-placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed:disabled:-moz-placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed[readOnly]{cursor:default;background:#fff;border-color:transparent;box-shadow:inset 0 0 0 1px rgba(76,100,134,.1)}.euiTextArea--inGroup{box-shadow:none !important;border-radius:0}.euiTextArea,.euiTextArea--compressed{height:auto}.euiTextArea--resizeVertical{resize:vertical}.euiTextArea--resizeHorizontal{resize:horizontal}.euiTextArea--resizeBoth{resize:both}.euiTextArea--resizeNone{resize:none}.euiHeader{box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);height:49px;position:relative;z-index:999;display:flex;justify-content:space-between;background:#fff;border-bottom:1px solid #cdd3df}.euiHeader--fixed{z-index:1000;position:fixed;top:0;left:0;right:0}.euiHeader--fixed+.euiHeader--fixed{top:48px}.euiHeader--dark{background-color:#25282f;border-bottom-color:#25282f}.euiHeader--dark .euiHeaderLogo__text,.euiHeader--dark .euiHeaderLink,.euiHeader--dark .euiHeaderSectionItemButton{color:#fff}.euiHeader--dark .euiHeaderLink-isActive{color:#4db2cf}.euiHeader--dark .euiHeaderSectionItem:after{background:#69707d}.euiHeader--dark .euiHeaderLogo:focus,.euiHeader--dark .euiHeaderLink:focus,.euiHeader--dark .euiHeaderSectionItemButton:focus{background:#275968}.euiHeader--dark .euiHeaderSectionItemButton__notification--badge{box-shadow:0 0 0 1px #25282f}.euiHeader--dark .euiHeaderSectionItemButton__notification--dot{stroke:#25282f}.euiHeaderProfile{padding:16px}.euiHeaderLinks{display:flex}.euiHeaderLinks__list{white-space:nowrap;display:flex;align-items:center}.euiHeaderLinks__list--gutterXS>*{margin:0 4px}.euiHeaderLinks__list--gutterS>*{margin:0 8px}.euiHeaderLinks__list--gutterM>*{margin:0 12px}.euiHeaderLinks__list--gutterL>*{margin:0 24px}.euiHeaderLinks__mobileList .euiHeaderLink{display:block;width:100%;padding:8px}.euiHeaderLinks__mobileList .euiHeaderLink>span{justify-content:flex-start}.euiHeaderLogo{text-align:left;font-weight:500;position:relative;height:40px;line-height:40px;min-width:41px;padding:0 13px 0 12px;display:inline-flex;align-items:center;vertical-align:middle;white-space:nowrap}.euiHeaderLogo:hover{text-decoration:underline}.euiHeaderLogo:focus{outline:2px solid currentColor;outline-offset:2px;text-decoration:underline;text-decoration-thickness:2px !important}.euiHeaderLogo:focus:focus-visible{outline-style:auto}.euiHeaderLogo:focus:not(:focus-visible){outline:none}.euiHeaderLogo:focus,.euiHeaderLogo:hover{text-decoration:none}.euiHeaderLogo__text{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:22px;font-size:1.5714285714rem;line-height:2.2857142857rem;font-weight:700;padding-left:16px;font-weight:300}@media only screen and (max-width: 574px){.euiHeaderLogo{padding:0 12px}.euiHeaderLogo__icon.euiIcon--xLarge{width:24px;height:24px}.euiHeaderLogo__text{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;font-weight:400}}.euiHeaderAlert{min-width:300px;position:relative;margin-bottom:24px;padding:0 8px 24px;border-bottom:1px solid #d3dae6;border-top:none}.euiHeaderAlert .euiHeaderAlert__dismiss{opacity:0;position:absolute;right:12px;top:12px;transition:opacity 250ms ease-in}.euiHeaderAlert:hover .euiHeaderAlert__dismiss,.euiHeaderAlert .euiHeaderAlert__dismiss:focus{opacity:1}.euiHeaderAlert .euiHeaderAlert__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;margin-bottom:8px}.euiHeaderAlert .euiHeaderAlert__text{font-size:14px;font-size:1rem;line-height:1.7142857143rem;margin-bottom:16px}.euiHeaderAlert .euiHeaderAlert__action{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiHeaderAlert .euiHeaderAlert__date{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#69707d}.euiHeaderBreadcrumbs{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;margin-left:12px;margin-right:12px;display:flex;align-items:center;flex-grow:1}.euiHeaderSection{display:flex;flex-grow:0;flex-shrink:0}.euiHeaderSection--grow,.euiHeaderSection--left{flex-grow:1}.euiHeaderSection--dontGrow{flex-grow:0}.euiHeaderSectionItem{position:relative;display:flex;align-items:center}.euiHeaderSectionItem:after{position:absolute;content:"";top:16px;bottom:0;background:#d3dae6;left:0}.euiHeaderSectionItem--borderLeft:after{left:0;width:1px}.euiHeaderSectionItem--borderRight:after{width:1px;left:auto;right:0}@media only screen and (max-width: 574px){.euiHeaderSectionItem{min-width:30px}.euiHeaderSectionItem--borderLeft:after,.euiHeaderSectionItem--borderRight:after{display:none}}.euiHeaderSectionItemButton{position:relative;height:40px;min-width:40px;text-align:center;font-size:0}.euiHeaderSectionItemButton__notification{position:absolute}.euiHeaderSectionItemButton__notification--dot{top:0;right:0;stroke:#fff}.euiHeaderSectionItemButton__notification--badge{top:9%;right:9%;box-shadow:0 0 0 1px #fff}.euiHeaderSectionItemButton__content{display:inline-block}@media only screen and (max-width: 574px){.euiHeaderSectionItemButton{min-width:30px}.euiHeaderSectionItemButton__notification.euiHeaderSectionItemButton__notification--dot{width:16px;height:16px;top:9%}}.euiHealth{display:inline-block}.euiHealth--textSizeXS{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem}.euiHealth--textSizeS{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiHealth--textSizeM{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiHealth--textSizeInherit{font-size:inherit}.euiHorizontalRule{border:none;height:1px;background-color:#d3dae6;flex-shrink:0;flex-grow:0}.euiHorizontalRule.euiHorizontalRule--full{width:100%}.euiHorizontalRule.euiHorizontalRule--half{width:50%;margin-left:auto;margin-right:auto}.euiHorizontalRule.euiHorizontalRule--quarter{width:25%;margin-left:auto;margin-right:auto}.euiHorizontalRule--marginXSmall{margin:8px 0}.euiHorizontalRule--marginSmall{margin:12px 0}.euiHorizontalRule--marginMedium{margin:16px 0}.euiHorizontalRule--marginLarge{margin:24px 0}.euiHorizontalRule--marginXLarge{margin:32px 0}.euiHorizontalRule--marginXXLarge{margin:40px 0}.euiIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor;transform:translate(0, 0)}.euiIcon:focus{opacity:1;background:rgba(77,178,207,.1)}.euiIcon--app{fill:#343741}.euiIcon--app .euiIcon__fillSecondary{fill:#2aa726}.euiIcon-isLoading{opacity:.05;background-color:currentColor;border-radius:6px}.euiIcon-isLoaded{animation:euiIconLoading 250ms ease-in 0s 1 forwards}.euiIcon--accent{color:#274b72}.euiIcon--danger{color:#b62222}.euiIcon--ghost{color:#fff}.euiIcon--primary{color:#4299b2}.euiIcon--success{color:#2aa726}.euiIcon--subdued{color:#6a717d}.euiIcon--text{color:#343741}.euiIcon--warning{color:#c3823d}.euiIcon--inherit{color:inherit}.euiIcon--ghost:not([data-type=logoElastic]) *[fill],.euiIcon--ghost:not([data-type=logoElastic]) .euiIcon__fillNegative,.euiIcon--text:not([data-type=logoElastic]) *[fill],.euiIcon--text:not([data-type=logoElastic]) .euiIcon__fillNegative{fill:currentColor !important}.euiIcon--ghost[data-type=logoElastic] *[fill],.euiIcon--text[data-type=logoElastic] *[fill]{fill:none !important}.euiIcon--ghost[data-type=logoElastic] .outline,.euiIcon--text[data-type=logoElastic] .outline{fill:currentColor !important}.euiIcon__fillNegative{fill:#343741}.euiIcon--small{width:12px;height:12px}.euiIcon--medium{width:16px;height:16px}.euiIcon--large{width:24px;height:24px}.euiIcon--xLarge{width:32px;height:32px}.euiIcon--xxLarge{width:40px;height:40px}@keyframes euiIconLoading{0%{opacity:.05}100%{opacity:1}}.euiImage{display:inline-block;max-width:100%;position:relative;min-height:1px;line-height:0;flex-shrink:0}.euiImage .euiImage__img{margin-bottom:0}.euiImage.euiImage--hasShadow .euiImage__img{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiImage .euiImage__button{position:relative;cursor:pointer;transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiImage .euiImage__button:focus{outline:2px solid #367c91}.euiImage .euiImage__button:hover .euiImage__icon{visibility:visible;fill-opacity:1}.euiImage .euiImage__button--fullWidth{width:100%}.euiImage.euiImage--allowFullScreen:hover .euiImage__caption{text-decoration:underline}.euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:hover,.euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:focus{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:hover,.euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05)}.euiImage.euiImage--small .euiImage__img{width:8.5714285714rem}.euiImage.euiImage--medium .euiImage__img{width:14.2857142857rem}.euiImage.euiImage--large .euiImage__img{width:25.7142857143rem}.euiImage.euiImage--xlarge .euiImage__img{width:42.8571428571rem}.euiImage.euiImage--fullWidth{width:100%}.euiImage.euiImage--original .euiImage__img{width:auto;max-width:100%}.euiImage.euiImage--floatLeft{float:left}.euiImage.euiImage--floatLeft[class*=euiImage--margin]{margin-left:0;margin-top:0}.euiImage.euiImage--floatRight{float:right}.euiImage.euiImage--floatRight[class*=euiImage--margin]{margin-right:0;margin-top:0}.euiImage.euiImage--marginSmall{margin:8px}.euiImage.euiImage--marginMedium{margin:16px}.euiImage.euiImage--marginLarge{margin:24px}.euiImage.euiImage--marginXlarge{margin:32px}.euiImage__img{width:100%;vertical-align:middle}.euiImage__caption{font-size:14px;font-size:1rem;line-height:1.7142857143rem;margin-top:4px;text-align:center}.euiImage__icon{visibility:hidden;fill-opacity:0;position:absolute;right:16px;top:16px;transition:fill-opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);cursor:pointer}.euiImage-isFullScreen{position:relative;max-height:80vh;max-width:80vw;animation:euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1)}.euiImage-isFullScreen:hover .euiImage__button{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05)}.euiImage-isFullScreen:hover .euiImage__caption{text-decoration:underline}.euiImage-isFullScreen__img{max-height:80vh;max-width:80vw;vertical-align:middle;cursor:pointer;transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiImage-isFullScreenCloseIcon{position:absolute;right:16px;top:16px;pointer-events:none}@keyframes euiImageFullScreen{0%{opacity:0;transform:translateY(64px)}100%{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 574px){.euiImage.euiImage--floatLeft,.euiImage.euiImage--floatRight{float:none}.euiImage.euiImage--floatLeft[class*=euiImage--margin],.euiImage.euiImage--floatRight[class*=euiImage--margin]{margin-top:inherit;margin-right:inherit;margin-bottom:inherit;margin-left:inherit}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiImage.euiImage--floatLeft,.euiImage.euiImage--floatRight{float:none}.euiImage.euiImage--floatLeft[class*=euiImage--margin],.euiImage.euiImage--floatRight[class*=euiImage--margin]{margin-top:inherit;margin-right:inherit;margin-bottom:inherit;margin-left:inherit}}@media only screen and (min-width: 768px)and (max-width: 991px){.euiImage.euiImage--floatLeft,.euiImage.euiImage--floatRight{float:none}.euiImage.euiImage--floatLeft[class*=euiImage--margin],.euiImage.euiImage--floatRight[class*=euiImage--margin]{margin-top:inherit;margin-right:inherit;margin-bottom:inherit;margin-left:inherit}}.euiKeyPadMenu{display:flex;flex-direction:row;flex-wrap:wrap;width:300px;max-width:100%;margin-bottom:-4px;margin-right:-4px}.euiKeyPadMenu legend{margin-bottom:8px}.euiKeyPadMenu>*:not(legend){margin-bottom:4px;margin-right:4px}.euiKeyPadMenuItem{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;display:block;padding:4px;height:96px;width:96px;border:1px solid #d3dae6;border-color:transparent;border-radius:6px;color:#343741}@media screen and (prefers-reduced-motion: no-preference){.euiKeyPadMenuItem{transition:background-color 150ms ease-in,border-color 150ms ease-in,box-shadow 150ms ease-in}}.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover,.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus,.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within{cursor:pointer;text-decoration:underline;box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);border-color:#d3dae6}@media screen and (prefers-reduced-motion: no-preference){.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover .euiKeyPadMenuItem__icon,.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus .euiKeyPadMenuItem__icon,.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within .euiKeyPadMenuItem__icon{transform:translateY(0)}}.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus{cursor:pointer;text-decoration:underline;background-color:rgba(77,178,207,.1)}.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled{cursor:not-allowed;text-decoration:none;color:#afb0b3}.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon{filter:grayscale(100%)}.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon svg *{fill:#afb0b3}.euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled){box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);color:#1a1c21}.euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected{border-color:#d3dae6}.euiKeyPadMenuItem:not(:hover):not(:focus):not(:focus-within):not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput,.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled:not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput{position:absolute;top:auto;left:-10000px;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;margin:-1px}.euiKeyPadMenuItem__inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput{transform:scale(0.75);transform-origin:top right}.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput,.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadge{position:absolute;top:4px;right:4px;z-index:3}.euiKeyPadMenuItem__icon{transition:transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);margin-bottom:12px;transform:translateY(2px)}.euiKeyPadMenuItem__label{font-size:12px;font-weight:500;line-height:16px;text-align:center}.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled),.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover,.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus,.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within{background-color:rgba(77,178,207,.1);color:#367c91;border-color:#367c91}.euiLink{text-align:left;font-weight:500}.euiLink:hover{text-decoration:underline}.euiLink:focus{outline:2px solid currentColor;outline-offset:2px;text-decoration:underline;text-decoration-thickness:2px !important}.euiLink:focus:focus-visible{outline-style:auto}.euiLink:focus:not(:focus-visible){outline:none}.euiLink[target=_blank]{position:relative}.euiLink[target=_blank] .euiScreenReaderOnly{left:0}.euiLink .euiLink__externalIcon{margin-left:4px}.euiLink.euiLink-disabled{font-weight:inherit;text-decoration:none;cursor:default}.euiLink.euiLink--subdued{color:#6a717d}.euiLink.euiLink--subdued:hover,.euiLink.euiLink--subdued:focus,.euiLink.euiLink--subdued:target{text-decoration:underline}.euiLink.euiLink--subdued:target{color:#535861}.euiLink.euiLink--subdued:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--subdued:focus:focus-visible{outline-style:auto}.euiLink.euiLink--subdued:focus:not(:focus-visible){outline:none}.euiLink.euiLink--primary{color:#367c91}.euiLink.euiLink--primary:hover,.euiLink.euiLink--primary:focus,.euiLink.euiLink--primary:target{text-decoration:underline}.euiLink.euiLink--primary:target{color:#285c6c}.euiLink.euiLink--primary:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--primary:focus:focus-visible{outline-style:auto}.euiLink.euiLink--primary:focus:not(:focus-visible){outline:none}.euiLink.euiLink--success{color:#017d73}.euiLink.euiLink--success:hover,.euiLink.euiLink--success:focus,.euiLink.euiLink--success:target{text-decoration:underline}.euiLink.euiLink--success:target{color:#014a44}.euiLink.euiLink--success:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--success:focus:focus-visible{outline-style:auto}.euiLink.euiLink--success:focus:not(:focus-visible){outline:none}.euiLink.euiLink--accent{color:#274b72}.euiLink.euiLink--accent:hover,.euiLink.euiLink--accent:focus,.euiLink.euiLink--accent:target{text-decoration:underline}.euiLink.euiLink--accent:target{color:#1a324c}.euiLink.euiLink--accent:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--accent:focus:focus-visible{outline-style:auto}.euiLink.euiLink--accent:focus:not(:focus-visible){outline:none}.euiLink.euiLink--warning{color:#9b6900}.euiLink.euiLink--warning:hover,.euiLink.euiLink--warning:focus,.euiLink.euiLink--warning:target{text-decoration:underline}.euiLink.euiLink--warning:target{color:#684600}.euiLink.euiLink--warning:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--warning:focus:focus-visible{outline-style:auto}.euiLink.euiLink--warning:focus:not(:focus-visible){outline:none}.euiLink.euiLink--danger{color:#bd271e}.euiLink.euiLink--danger:hover,.euiLink.euiLink--danger:focus,.euiLink.euiLink--danger:target{text-decoration:underline}.euiLink.euiLink--danger:target{color:#911e17}.euiLink.euiLink--danger:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--danger:focus:focus-visible{outline-style:auto}.euiLink.euiLink--danger:focus:not(:focus-visible){outline:none}.euiLink.euiLink--text{color:#343741}.euiLink.euiLink--text:hover,.euiLink.euiLink--text:focus,.euiLink.euiLink--text:target{text-decoration:underline}.euiLink.euiLink--text:target{color:#1d1f25}.euiLink.euiLink--text:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--text:focus:focus-visible{outline-style:auto}.euiLink.euiLink--text:focus:not(:focus-visible){outline:none}.euiLink.euiLink--ghost{color:#fff}.euiLink.euiLink--ghost:hover,.euiLink.euiLink--ghost:focus,.euiLink.euiLink--ghost:target{text-decoration:underline}.euiLink.euiLink--ghost:target{color:#e6e6e6}.euiLink.euiLink--ghost:focus{outline:2px solid currentColor;outline-offset:2px}.euiLink.euiLink--ghost:focus:focus-visible{outline-style:auto}.euiLink.euiLink--ghost:focus:not(:focus-visible){outline:none}button.euiLink{user-select:text}.euiListGroup.euiListGroup-flush{padding:0;border:none}.euiListGroup.euiListGroup-bordered{border-radius:6px;border:1px solid #d3dae6}.euiListGroup-maxWidthDefault{max-width:400px}.euiListGroup--gutterSmall{padding:8px}.euiListGroup--gutterSmall .euiListGroupItem:not(:first-of-type){margin-top:8px}.euiListGroup--gutterMedium{padding:16px}.euiListGroup--gutterMedium .euiListGroupItem:not(:first-of-type){margin-top:16px}.euiListGroupItem{padding:0;border-radius:6px;display:flex;align-items:center;transition:background-color 150ms;position:relative}.euiListGroupItem.euiListGroupItem-isActive,.euiListGroupItem.euiListGroupItem-isClickable:hover{background-color:rgba(211,218,230,.25)}.euiListGroupItem.euiListGroupItem-isClickable:focus-within{background-color:rgba(211,218,230,.25)}.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover{background-color:rgba(255,255,255,.1)}.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within{background-color:rgba(255,255,255,.1)}.euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button,.euiListGroupItem .euiListGroupItem__button:hover,.euiListGroupItem .euiListGroupItem__button:focus{text-decoration:underline}.euiListGroupItem.euiListGroupItem-isDisabled,.euiListGroupItem.euiListGroupItem-isDisabled:hover,.euiListGroupItem.euiListGroupItem-isDisabled:focus,.euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:hover,.euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:focus{color:#c2c3c6;cursor:not-allowed;background-color:transparent;text-decoration:none}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiListGroupItem__button:hover,.euiListGroupItem__button:focus{background-color:rgba(211,218,230,.25);border-radius:6px}.euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover,.euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus,.euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover,.euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus{background-color:rgba(255,255,255,.1)}}.euiListGroupItem__text,.euiListGroupItem__button{line-height:24px;padding:4px 8px;display:flex;align-items:center;flex:1 0 auto;text-align:left;max-width:100%;font-weight:inherit}.euiListGroupItem-hasExtraAction .euiListGroupItem__text,.euiListGroupItem-hasExtraAction .euiListGroupItem__button{max-width:calc(100% - 32px)}.euiListGroupItem--primary .euiListGroupItem__text:not(:disabled),.euiListGroupItem--primary .euiListGroupItem__button:not(:disabled){color:#367c91}.euiListGroupItem--text .euiListGroupItem__text:not(:disabled),.euiListGroupItem--text .euiListGroupItem__button:not(:disabled){color:#343741}.euiListGroupItem--subdued .euiListGroupItem__text:not(:disabled),.euiListGroupItem--subdued .euiListGroupItem__button:not(:disabled){color:#6a717d}.euiListGroupItem--ghost .euiListGroupItem__text:not(:disabled),.euiListGroupItem--ghost .euiListGroupItem__button:not(:disabled){color:#fff}.euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__text,.euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__button{color:#343741}.euiListGroupItem__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.euiListGroupItem__extraAction{opacity:0;margin-right:8px;transition:opacity 150ms}.euiListGroupItem:not(.euiListGroupItem-isDisabled):focus .euiListGroupItem__extraAction,.euiListGroupItem:not(.euiListGroupItem-isDisabled):hover .euiListGroupItem__extraAction,.euiListGroupItem__extraAction.euiListGroupItem__extraAction-alwaysShow,.euiListGroupItem__extraAction:focus{opacity:1}.euiListGroupItem__icon{margin-right:12px;flex-grow:0;flex-shrink:0}.euiListGroupItem--xSmall{font-size:12px}.euiListGroupItem--small{font-size:14px}.euiListGroupItem--medium{font-size:14px}.euiListGroupItem--large{font-size:22px}.euiListGroupItem--xSmall,.euiListGroupItem--small{font-weight:500;letter-spacing:0}.euiListGroupItem--xSmall .euiListGroupItem__button,.euiListGroupItem--xSmall .euiListGroupItem__text{line-height:16px}.euiListGroupItem--large .euiListGroupItem__button,.euiListGroupItem--large .euiListGroupItem__text{line-height:32px}.euiListGroupItem--wrapText .euiListGroupItem__button,.euiListGroupItem--wrapText .euiListGroupItem__text{width:100%;word-break:break-word}.euiListGroupItem--wrapText .euiListGroupItem__label{white-space:inherit}.euiListGroup-flush .euiListGroupItem{border-radius:0}.euiListGroup-bordered .euiListGroupItem:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.euiListGroup-bordered .euiListGroupItem:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.euiListGroupItem__tooltip{width:100%}.euiPinnableListGroup__itemExtraAction svg{transform:rotate(45deg)}.euiPinnableListGroup__itemExtraAction-pinned:not(:hover):not(:focus){color:#8c919a}.euiLoadingElastic{position:relative;display:inline-block}.euiLoadingElastic--medium{width:16px}.euiLoadingElastic--large{width:24px}.euiLoadingElastic--xLarge{width:32px}.euiLoadingElastic--xxLarge{width:40px}.euiLoadingElastic path{animation-fill-mode:forwards;animation-direction:alternate;transform-style:preserve-3d;animation-duration:1s;animation-timing-function:cubic-bezier(0, 0.63, 0.49, 1);animation-iteration-count:infinite;transform-origin:50% 50%}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingElastic path{animation-name:euiLoadingElastic}}.euiLoadingElastic path:nth-of-type(1){animation-delay:0s}.euiLoadingElastic path:nth-of-type(2){animation-delay:.035s}.euiLoadingElastic path:nth-of-type(3){animation-delay:.125s}.euiLoadingElastic path:nth-of-type(4){animation-delay:.155s}.euiLoadingElastic path:nth-of-type(5){animation-delay:.075s}.euiLoadingElastic path:nth-of-type(6){animation-delay:.06s}@keyframes euiLoadingElastic{0%{transform:scale3d(0, 0, -0.7);opacity:0}40%{transform:scale3d(1, 1, 2);opacity:1}50%{transform:scale3d(0.99, 0.99, 2)}70%{transform:scale3d(0.96, 0.96, -2.5)}100%{transform:scale3d(0.98, 0.98, 2)}}.euiLoadingChart{height:32px;z-index:500;overflow:hidden;display:inline-block}.euiLoadingChart__bar{height:100%;width:8px;display:inline-block;margin-bottom:-16px;margin-left:2px}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingChart__bar{animation:euiLoadingChart 1s infinite}}.euiLoadingChart__bar:nth-child(1){background-color:#54b399}@media screen and (prefers-reduced-motion: reduce){.euiLoadingChart__bar:nth-child(1){transform:translateY(66%)}}.euiLoadingChart__bar:nth-child(2){background-color:#6092c0;animation-delay:.1s}@media screen and (prefers-reduced-motion: reduce){.euiLoadingChart__bar:nth-child(2){transform:translateY(44%)}}.euiLoadingChart__bar:nth-child(3){background-color:#d36086;animation-delay:.2s}@media screen and (prefers-reduced-motion: reduce){.euiLoadingChart__bar:nth-child(3){transform:translateY(22%)}}.euiLoadingChart__bar:nth-child(4){background-color:#9170b8;animation-delay:.3s}.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1){background-color:#d3dae6}.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2){background-color:#cbd1dd}.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3){background-color:#c2c9d4}.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4){background-color:#bac0ca}.euiLoadingChart--medium{height:16px}.euiLoadingChart--medium>span{width:2px;margin-left:2px;margin-bottom:8px}.euiLoadingChart--large{height:24px}.euiLoadingChart--large>span{width:4px;margin-left:2px;margin-bottom:12px}.euiLoadingChart--xLarge{height:32px}.euiLoadingChart--xLarge>span{width:8px;margin-left:4px;margin-bottom:16px}@keyframes euiLoadingChart{0%{transform:translateY(0)}50%{transform:translateY(66%)}100%{transform:translateY(0)}}.euiLoadingContent__loader{display:block;width:100%}.euiLoadingContent__singleLine{display:block;width:100%;height:16px;margin-bottom:8px;border-radius:6px;overflow:hidden}.euiLoadingContent__singleLine:last-child:not(:only-child){width:75%}.euiLoadingContent__singleLineBackground{display:block;width:220%;height:100%;background:linear-gradient(137deg, #f0f2f6 45%, #f6f8fa 50%, #f0f2f6 55%)}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingContent__singleLineBackground{animation:euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite}}@keyframes euiLoadingContentGradientLoad{0%{transform:translateX(-53%)}100%{transform:translateX(0)}}.euiLoadingLogo{position:relative;display:inline-block}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingLogo:before,.euiLoadingLogo:after{position:absolute;content:"";width:90%;left:5%;border-radius:50%;opacity:.2;z-index:1}.euiLoadingLogo:before{box-shadow:0 0 8px #000;animation:1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite}.euiLoadingLogo:after{background-color:#000;animation:1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite}}.euiLoadingLogo .euiLoadingLogo__icon{display:block}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingLogo .euiLoadingLogo__icon{animation:1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite}}.euiLoadingLogo--medium{width:16px}.euiLoadingLogo--medium:before,.euiLoadingLogo--medium:after{height:3px;bottom:-4px}.euiLoadingLogo--medium .euiLoadingLogo__icon{z-index:999;animation-name:euiLoadingKibanaBounceMedium}.euiLoadingLogo--large{width:24px}.euiLoadingLogo--large:before,.euiLoadingLogo--large:after{height:6px;bottom:-8px}.euiLoadingLogo--large .euiLoadingLogo__icon{animation-name:euiLoadingKibanaBounceLarge}.euiLoadingLogo--xLarge{width:32px}.euiLoadingLogo--xLarge:before,.euiLoadingLogo--xLarge:after{height:8px;bottom:-12px}.euiLoadingLogo--xLarge .euiLoadingLogo__icon{animation-name:euiLoadingKibanaBounceXLarge}@keyframes euiLoadingKibanaBounceMedium{50%{transform:translateY(-8px)}}@keyframes euiLoadingKibanaBounceLarge{50%{transform:translateY(-12px)}}@keyframes euiLoadingKibanaBounceXLarge{50%{transform:translateY(-16px)}}@keyframes euiLoadingKibanaPulsateAndFade{0%{opacity:0}50%{transform:scale(0.5);opacity:.1}100%{opacity:0}}@keyframes euiLoadingKibanaPulsate{0%{opacity:.15}50%{transform:scale(0.5);opacity:.05}100%{opacity:.15}}.euiLoadingSpinner{flex-shrink:0;display:inline-block;width:32px;height:32px;border-radius:50%;border:solid 2px #d3dae6;border-color:#4db2cf #d3dae6 #d3dae6 #d3dae6}@media screen and (prefers-reduced-motion: no-preference){.euiLoadingSpinner{animation:euiLoadingSpinner .6s infinite linear}}.euiLoadingSpinner--small{width:8px;height:8px;border-width:1px}.euiLoadingSpinner--medium{width:16px;height:16px;border-width:1px}.euiLoadingSpinner--large{width:24px;height:24px}.euiLoadingSpinner--xLarge{width:32px;height:32px}@keyframes euiLoadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer{display:none}.euiMarkdownEditor--fullHeight{display:flex;flex-direction:column;height:100%}.euiMarkdownEditor--fullHeight .euiMarkdownEditorTextArea{resize:none}.euiMarkdownEditor--fullHeight .euiMarkdownEditorDropZone{height:100%}.euiMarkdownEditorDropZone{display:flex;position:relative;flex-direction:column;min-height:"150px"}.euiMarkdownEditorDropZone__input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;overflow:hidden}.euiMarkdownEditorDropZone__input:hover{cursor:pointer}.euiMarkdownEditorDropZone__input:hover:disabled{cursor:not-allowed}.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorFooter,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea{background-color:rgba(77,178,207,.1) !important}.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%) !important}.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea{background-color:rgba(182,34,34,.1) !important}.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(to top, #b62222, #b62222 2px, transparent 2px, transparent 100%) !important}.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__blockquote{border-left-color:rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--default .euiHorizontalRule{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table{border-left:1px solid rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td{border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td:last-child{border-right:1px solid rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table tr{border-top:1px solid rgba(0,0,0,.15)}.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__blockquote{border-left-color:#6a717d}.euiMarkdownFormat .euiTextColor--subdued .euiHorizontalRule{background-color:#6a717d;color:#6a717d}.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table{border-left:1px solid #6a717d}.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td{border-top:1px solid #6a717d;border-bottom:1px solid #6a717d}.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td:last-child{border-right:1px solid #6a717d}.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table tr{border-top:1px solid #6a717d}.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__blockquote{border-left-color:#33cd2e}.euiMarkdownFormat .euiTextColor--success .euiHorizontalRule{background-color:#33cd2e;color:#33cd2e}.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table{border-left:1px solid #33cd2e}.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td{border-top:1px solid #33cd2e;border-bottom:1px solid #33cd2e}.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td:last-child{border-right:1px solid #33cd2e}.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table tr{border-top:1px solid #33cd2e}.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__blockquote{border-left-color:#274b72}.euiMarkdownFormat .euiTextColor--accent .euiHorizontalRule{background-color:#274b72;color:#274b72}.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table{border-left:1px solid #274b72}.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td{border-top:1px solid #274b72;border-bottom:1px solid #274b72}.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td:last-child{border-right:1px solid #274b72}.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table tr{border-top:1px solid #274b72}.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__blockquote{border-left-color:#e39846}.euiMarkdownFormat .euiTextColor--warning .euiHorizontalRule{background-color:#e39846;color:#e39846}.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table{border-left:1px solid #e39846}.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td{border-top:1px solid #e39846;border-bottom:1px solid #e39846}.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td:last-child{border-right:1px solid #e39846}.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table tr{border-top:1px solid #e39846}.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__blockquote{border-left-color:#b62222}.euiMarkdownFormat .euiTextColor--danger .euiHorizontalRule{background-color:#b62222;color:#b62222}.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table{border-left:1px solid #b62222}.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td{border-top:1px solid #b62222;border-bottom:1px solid #b62222}.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td:last-child{border-right:1px solid #b62222}.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table tr{border-top:1px solid #b62222}.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__blockquote{border-left-color:#fff}.euiMarkdownFormat .euiTextColor--ghost .euiHorizontalRule{background-color:#fff;color:#fff}.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table{border-left:1px solid #fff}.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td{border-top:1px solid #fff;border-bottom:1px solid #fff}.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td:last-child{border-right:1px solid #fff}.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table tr{border-top:1px solid #fff}.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__blockquote{border-left-color:currentColor}.euiMarkdownFormat .euiTextColor--inherit .euiHorizontalRule{background-color:currentColor;color:currentColor}.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table{border-left:1px solid currentColor}.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td{border-top:1px solid currentColor;border-bottom:1px solid currentColor}.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td:last-child{border-right:1px solid currentColor}.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table tr{border-top:1px solid currentColor}.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__blockquote{border-left-color:currentColor}.euiMarkdownFormat .euiTextColor--custom .euiHorizontalRule{background-color:currentColor;color:currentColor}.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table{border-left:1px solid currentColor}.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th,.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td{border-top:1px solid currentColor;border-bottom:1px solid currentColor}.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th:last-child,.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td:last-child{border-right:1px solid currentColor}.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table tr{border-top:1px solid currentColor}.euiMarkdownFormat .euiMarkdownFormat__blockquote{border-left-style:solid}.euiMarkdownFormat .euiCheckbox{margin-bottom:0 !important}.euiMarkdownFormat .euiCheckbox .euiCheckbox__input+.euiCheckbox__square{top:50%;transform:translateY(-50%)}.euiMarkdownFormat .euiMarkdownFormat__table{display:block;width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}.euiMarkdownEditorFooter{display:inline-flex;padding:4px;border:1px solid #d3dae6;align-items:center;background:#fafbfd}.euiMarkdownEditorFooter__popover{width:300px}.euiMarkdownEditorFooter__actions{flex:1;display:inline-flex}.euiMarkdownEditorFooter__actions>button,.euiMarkdownEditorFooter__actions>span{margin-right:4px;align-self:center}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError{position:relative;left:-1px;line-height:1;border-radius:6px}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError>span{padding:0 4px}.euiMarkdownEditorFooter__helpButton>svg{width:26px}.euiMarkdownEditorPreview{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;background:#fff;min-height:"150px";overflow-y:auto;border:1px solid #d3dae6;padding:12px}.euiMarkdownEditorPreview::-webkit-scrollbar{width:16px;height:16px}.euiMarkdownEditorPreview::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiMarkdownEditorPreview::-webkit-scrollbar-corner,.euiMarkdownEditorPreview::-webkit-scrollbar-track{background-color:transparent}.euiMarkdownEditorTextArea{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-size:14px;color:#343741;scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;width:100%;height:100%;min-height:"150px";padding:12px;border:1px solid #d3dae6;border-bottom:none;line-height:1.5;resize:vertical;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0% 100%;margin:0;transition:box-shadow 150ms ease-in,background-image 150ms ease-in,background-size 150ms ease-in,background-color 150ms ease-in}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.euiMarkdownEditorTextArea{line-height:1em}}.euiMarkdownEditorTextArea::-webkit-input-placeholder{color:#6a717d;opacity:1}.euiMarkdownEditorTextArea::-moz-placeholder{color:#6a717d;opacity:1}.euiMarkdownEditorTextArea:-ms-input-placeholder{color:#6a717d;opacity:1}.euiMarkdownEditorTextArea:-moz-placeholder{color:#6a717d;opacity:1}.euiMarkdownEditorTextArea::placeholder{color:#6a717d;opacity:1}.euiMarkdownEditorTextArea::-webkit-scrollbar{width:16px;height:16px}.euiMarkdownEditorTextArea::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiMarkdownEditorTextArea::-webkit-scrollbar-corner,.euiMarkdownEditorTextArea::-webkit-scrollbar-track{background-color:transparent}.euiMarkdownEditorTextArea:focus,.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea{background-color:#fff;background-image:linear-gradient(to top, #4db2cf, #4db2cf 2px, transparent 2px, transparent 100%);background-size:100% 100%}.euiMarkdownEditorToolbar{display:flex;flex-wrap:wrap;background:#f5f7fa;border:1px solid #d3dae6;border-color:#d3dae6;border-bottom:none;padding:4px}.euiMarkdownEditorToolbar__buttons{display:flex;flex-wrap:wrap;flex:1;align-items:center}.euiMarkdownEditorToolbar__buttons>*{margin-right:4px}.euiMarkdownEditorToolbar__divider{content:"";height:24px;display:block;margin-left:4px;padding-right:4px;border-left:1px solid #d3dae6}.euiMarkdownTooltip__icon{transform:translateY(-1px)}.euiMark{background-color:transparent;font-weight:700;color:#343741}.euiModal{border:1px solid #d3dae6;box-shadow:0 2.7px 9px rgba(0,0,0,.13),0 9.4px 24px rgba(0,0,0,.09),0 21.8px 43px rgba(0,0,0,.08);display:flex;position:relative;background-color:#fff;border-radius:6px;z-index:8000;min-width:400px;animation:euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1);max-width:calc(100vw - 16px)}.euiModal:focus{outline:none}.euiModal .euiModal__flex{flex:1 1 auto;display:flex;flex-direction:column;max-height:75vh;overflow:hidden}.euiModal--maxWidth-default{max-width:min(768px, calc(100vw - 16px))}.euiModal--confirmation{min-width:400px}.euiModalHeader{display:flex;justify-content:space-between;align-items:center;padding:24px 40px 16px 24px;flex-grow:0;flex-shrink:0}.euiModalHeader__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:27px;font-size:1.9285714286rem;line-height:2.2857142857rem;font-weight:700}.euiModalBody{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}.euiModalBody .euiModalBody__overflow{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);padding:8px 24px}.euiModalBody .euiModalBody__overflow::-webkit-scrollbar{width:16px;height:16px}.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-corner,.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-track{background-color:transparent}.euiModalBody .euiModalBody__overflow:focus{outline:none}.euiModalBody .euiModalBody__overflow[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiModalFooter{display:flex;justify-content:flex-end;padding:16px 24px 24px;flex-grow:0;flex-shrink:0}.euiModalFooter>*+*{margin-left:16px}.euiModalHeader+.euiModalFooter{padding-top:8px}.euiModalBody:last-of-type .euiModalBody__overflow{padding-bottom:24px}.euiModal__closeIcon{background-color:rgba(255,255,255,.9);position:absolute;right:4px;top:4px;z-index:3}@keyframes euiModal{0%{opacity:0;transform:translateY(32px)}100%{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 574px){.euiModal{position:fixed;width:100vw !important;max-width:none !important;min-width:0 !important;left:0;right:0;bottom:0;top:0;border-radius:0;border:none}.euiModal.euiModal--confirmation{box-shadow:0 -2.7px 9px rgba(0,0,0,.13),0 -9.4px 24px rgba(0,0,0,.09),0 -21.8px 43px rgba(0,0,0,.08);top:auto}.euiModal .euiModal__flex{max-height:100vh}.euiModalHeader{width:100%}.euiModalFooter{width:100%;background:#f5f7fa;padding:12px 24px !important;justify-content:stretch}.euiModalFooter>*{flex:1}.euiModalFooter>*+*{margin-left:0}.euiModalBody{width:100%}.euiModalBody .euiModalBody__overflow{padding-bottom:24px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiModal{position:fixed;width:100vw !important;max-width:none !important;min-width:0 !important;left:0;right:0;bottom:0;top:0;border-radius:0;border:none}.euiModal.euiModal--confirmation{box-shadow:0 -2.7px 9px rgba(0,0,0,.13),0 -9.4px 24px rgba(0,0,0,.09),0 -21.8px 43px rgba(0,0,0,.08);top:auto}.euiModal .euiModal__flex{max-height:100vh}.euiModalHeader{width:100%}.euiModalFooter{width:100%;background:#f5f7fa;padding:12px 24px !important;justify-content:stretch}.euiModalFooter>*{flex:1}.euiModalFooter>*+*{margin-left:0}.euiModalBody{width:100%}.euiModalBody .euiModalBody__overflow{padding-bottom:24px}}.euiNotificationEvent{display:flex;padding:12px 0 12px 12px;border-bottom:1px solid #d3dae6}.euiNotificationEvent:last-child{border-bottom:none}.euiNotificationEvent--withReadState{padding:12px 0 12px 8px}.euiNotificationEvent__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;display:flex}.euiNotificationEvent__title.euiLink{color:#4db2cf}.euiNotificationEvent__title--isRead{color:#69707d !important}.euiNotificationEvent__readButton{margin-right:8px}.euiNotificationEvent__content{flex:1}.euiNotificationEvent__content>*+*{margin-top:8px;margin-right:12px}.euiNotificationEventMeta{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-right:4px;min-height:24px}.euiNotificationEventMeta--hasContextMenu{padding-right:24px}.euiNotificationEventMeta__contextMenuWrapper{position:absolute;top:0;right:0}.euiNotificationEventMeta__section{margin-right:8px}.euiNotificationEventMeta__section:first-child{display:flex;flex:1;align-items:center}.euiNotificationEventMeta__icon{margin-right:8px}.euiNotificationEventMeta__badge{max-width:100%;display:inline-grid}.euiNotificationEventMeta__time{font-size:12px;color:#6a717d}.euiNotificationEventMessages{font-size:14px}.euiNotificationEventMessages__accordion{color:#69707d}.euiNotificationEventMessages__accordionButton{color:#4db2cf}.euiNotificationEventMessages__accordionContent>*{padding-top:8px}.euiNotificationEventReadButton--isRead svg{fill:transparent;stroke-width:1px;stroke:#d3dae6}.euiNotificationEventReadIcon{display:flex;align-items:center;height:24px;margin:0 4px}.euiNotificationEventReadIcon--isRead svg{fill:transparent;stroke-width:1px;stroke:#d3dae6}.euiOverlayMask{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-bottom:10vh;animation:euiAnimFadeIn 150ms ease-in;background:rgba(255,255,255,.8)}.euiBody-hasOverlayMask{overflow:hidden}.euiOverlayMask--aboveHeader{z-index:6000}.euiOverlayMask--belowHeader{z-index:1000}.euiPagination{display:flex;align-items:center}.euiPagination__compressedText{display:inline-flex;align-items:center;line-height:1 !important}.euiPagination__compressedText>*:first-child{margin-right:4px}.euiPagination__compressedText>*:last-child{margin-left:4px}.euiPagination__list{display:flex;align-items:baseline}.euiPaginationButton{font-size:14px;padding:0;text-align:center;border-radius:6px}.euiPaginationButton-isActive{font-weight:700}.euiPaginationButton-isActive.euiPaginationButton-isActive{color:#4db2cf}.euiPaginationButton-isActive.euiPaginationButton-isActive .euiButtonEmpty__content{cursor:default}.euiPaginationButton-isActive.euiPaginationButton-isActive,.euiPaginationButton-isActive.euiPaginationButton-isActive:hover{text-decoration:underline}.euiPaginationButton-isPlaceholder{align-items:baseline;color:#afb0b3;font-size:14px;padding:0 8px;height:24px;padding-top:6px}@media only screen and (max-width: 574px){.euiPaginationButton-isPlaceholder,.euiPaginationButton--hideOnMobile{display:none}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPaginationButton-isPlaceholder,.euiPaginationButton--hideOnMobile{display:none}}.euiPanel{flex-grow:1}.euiPanel.euiPanel--flexGrowZero{flex-grow:0}.euiPanel.euiPanel--hasShadow{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiPanel.euiPanel--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiPanel.euiPanel--isClickable{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiPanel.euiPanel--isClickable:enabled{display:block;width:100%;text-align:left}.euiPanel.euiPanel--isClickable:hover,.euiPanel.euiPanel--isClickable:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);transform:translateY(-2px);cursor:pointer}.euiPanel.euiPanel--borderRadiusNone{border-radius:0}.euiPanel.euiPanel--borderRadiusMedium{border-radius:6px}.euiPanel.euiPanel--transparent{background-color:transparent}.euiPanel.euiPanel--plain{background-color:#fff}.euiPanel.euiPanel--subdued{background-color:#fafbfd}.euiPanel.euiPanel--accent{background-color:#e9edf1}.euiPanel.euiPanel--primary{background-color:#edf7fa}.euiPanel.euiPanel--success{background-color:#ebfaea}.euiPanel.euiPanel--warning{background-color:#fcf5ed}.euiPanel.euiPanel--danger{background-color:#f8e9e9}.euiPanel--paddingSmall{padding:8px}.euiPanel--paddingMedium{padding:16px}.euiPanel--paddingLarge{padding:24px}.euiSplitPanel{display:flex;flex-direction:column;min-width:0}.euiSplitPanel .euiSplitPanel__inner{flex-basis:0%;transform:none !important;box-shadow:none !important}.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child,.euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child{border-radius:-1 -1 0 0}.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child,.euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child{border-radius:0 0 -1 -1}.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child,.euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child{border-radius:5px 5px 0 0}.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child,.euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child{border-radius:0 0 5px 5px}.euiSplitPanel--row{flex-direction:row}.euiSplitPanel--row.euiSplitPanel-isResponsive{flex-direction:column}.euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child{border-radius:-1 0 0 -1}.euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child{border-radius:0 -1 -1 0}.euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child{border-radius:5px 0 0 5px}.euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child{border-radius:0 5px 5px 0}.euiPage{display:flex;background-color:#fafbfd;flex-shrink:0;max-width:100%}.euiPage--restrictWidth-default,.euiPage--restrictWidth-custom{margin-left:auto;margin-right:auto;width:100%}.euiPage--restrictWidth-default{max-width:1200px}.euiPage--grow{flex-grow:1}.euiPage--column{flex-direction:column}@media only screen and (max-width: 574px){.euiPage{flex-direction:column}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPage{flex-direction:column}}.euiPage--paddingSmall{padding:8px}.euiPage--paddingSmall .euiPageSideBar{min-width:192px;margin-right:8px}@media only screen and (max-width: 574px){.euiPage--paddingSmall .euiPageSideBar{margin-right:0;margin-bottom:8px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPage--paddingSmall .euiPageSideBar{margin-right:0;margin-bottom:8px}}.euiPage--paddingSmall .euiPageBody>.euiPageHeader{margin-bottom:8px}.euiPage--paddingMedium{padding:16px}.euiPage--paddingMedium .euiPageSideBar{min-width:192px;margin-right:16px}@media only screen and (max-width: 574px){.euiPage--paddingMedium .euiPageSideBar{margin-right:0;margin-bottom:16px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPage--paddingMedium .euiPageSideBar{margin-right:0;margin-bottom:16px}}.euiPage--paddingMedium .euiPageBody>.euiPageHeader{margin-bottom:16px}.euiPage--paddingLarge{padding:24px}.euiPage--paddingLarge .euiPageSideBar{min-width:192px;margin-right:24px}@media only screen and (max-width: 574px){.euiPage--paddingLarge .euiPageSideBar{margin-right:0;margin-bottom:24px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPage--paddingLarge .euiPageSideBar{margin-right:0;margin-bottom:24px}}.euiPage--paddingLarge .euiPageBody>.euiPageHeader{margin-bottom:24px}.euiPageBody{display:flex;flex-direction:column;align-items:stretch;flex:1 1 100%;max-width:100%;min-width:0}.euiPageBody--restrictWidth-default,.euiPageBody--restrictWidth-custom{margin-left:auto;margin-right:auto;width:100%}.euiPageBody--restrictWidth-default{max-width:1200px}.euiPageBody.euiPageBody--borderRadiusNone{border-top-width:0;border-right-width:0;border-bottom-width:0}.euiPageBody--paddingSmall{padding:8px}.euiPageBody--paddingSmall>.euiPageHeader:not([class*="--padding"]){margin-bottom:8px;border-bottom:1px solid #d3dae6}.euiPageBody--paddingSmall>.euiPageHeader:not([class*="--padding"]):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs){padding-bottom:8px}.euiPageBody--paddingSmall>.euiPageHeader.euiPageHeader--onlyTabs{padding-top:0}.euiPageBody--paddingMedium{padding:16px}.euiPageBody--paddingMedium>.euiPageHeader:not([class*="--padding"]){margin-bottom:16px;border-bottom:1px solid #d3dae6}.euiPageBody--paddingMedium>.euiPageHeader:not([class*="--padding"]):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs){padding-bottom:16px}.euiPageBody--paddingMedium>.euiPageHeader.euiPageHeader--onlyTabs{padding-top:0}.euiPageBody--paddingLarge{padding:24px}.euiPageBody--paddingLarge>.euiPageHeader:not([class*="--padding"]){margin-bottom:24px;border-bottom:1px solid #d3dae6}.euiPageBody--paddingLarge>.euiPageHeader:not([class*="--padding"]):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs){padding-bottom:24px}.euiPageBody--paddingLarge>.euiPageHeader.euiPageHeader--onlyTabs{padding-top:0}.euiPageContent{width:100%;min-width:0}.euiPageContent.euiPageContent--borderRadiusNone{border-left-width:0;border-right-width:0;border-bottom-width:0}.euiPageContent.euiPageContent--verticalCenter{align-self:center;margin-top:auto;margin-bottom:auto;flex-grow:0}.euiPageContent.euiPageContent--horizontalCenter{width:auto;max-width:100%;margin-left:auto;margin-right:auto;flex-grow:0}.euiPageContentBody--restrictWidth-default,.euiPageContentBody--restrictWidth-custom{margin-left:auto;margin-right:auto;width:100%}.euiPageContentBody--restrictWidth-default{max-width:1200px}.euiPageContentBody--paddingSmall{padding:8px}.euiPageContentBody--paddingMedium{padding:16px}.euiPageContentBody--paddingLarge{padding:24px}.euiPageContentHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.euiPageContent[class*=paddingSmall] .euiPageContentHeader{margin-bottom:8px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader{margin-bottom:16px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader{margin-bottom:24px}@media only screen and (max-width: 574px){.euiPageContentHeader--responsive{flex-direction:column;align-items:flex-start}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPageContentHeader--responsive{flex-direction:column;align-items:flex-start}}.euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:32px}@media only screen and (max-width: 574px){.euiPageContent[class*=paddingSmall] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:4px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:8px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:12px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPageContent[class*=paddingSmall] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:4px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:8px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:12px}}.euiPageSideBar{min-width:240px;flex:0 1 0%}.euiPageSideBar--paddingSmall{padding:8px}.euiPageSideBar--paddingMedium{padding:16px}.euiPageSideBar--paddingLarge{padding:24px}@media only screen and (max-width: 574px){.euiPageSideBar{width:100%}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPageSideBar{width:100%}}@media only screen and (min-width: 768px)and (max-width: 991px){.euiPageSideBar--sticky{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiPageSideBar--sticky{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}@media only screen and (min-width: 1200px){.euiPageSideBar--sticky{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}.euiPageHeader{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-shrink:0}.euiPageHeader--restrictWidth-default,.euiPageHeader--restrictWidth-custom{margin-left:auto;margin-right:auto;width:100%}.euiPageHeader--restrictWidth-default{max-width:1200px}.euiPageHeader--bottomBorder{border-bottom:1px solid #d3dae6}.euiPageHeader--bottomBorder:not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs){padding-bottom:24px}.euiPageHeader--onlyTabs{padding-top:8px}.euiPageHeader--onlyTabs .euiTabs--xlarge .euiTab{line-height:72px;height:72px}.euiPageHeader--paddingSmall{padding:8px}.euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom,.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs{padding-bottom:0}.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs{padding-top:8px}.euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder{margin-bottom:8px}.euiPageHeader--paddingMedium{padding:16px}.euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom,.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs{padding-bottom:0}.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs{padding-top:8px}.euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder{margin-bottom:16px}.euiPageHeader--paddingLarge{padding:24px}.euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom,.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs{padding-bottom:0}.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs{padding-top:8px}.euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder{margin-bottom:24px}.euiPageHeader--top{align-items:flex-start}.euiPageHeader--bottom{align-items:flex-end}.euiPageHeader--stretch{align-items:stretch}@media only screen and (max-width: 574px){.euiPageHeader--responsive{flex-direction:column}.euiPageHeader--responsiveReverse{flex-direction:column-reverse}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPageHeader--responsive{flex-direction:column}.euiPageHeader--responsiveReverse{flex-direction:column-reverse}}.euiPageHeader .euiPageHeaderContent{width:100%}.euiPageHeaderContent__titleIcon{top:-4px;position:relative;margin-right:16px}@media only screen and (min-width: 768px)and (max-width: 991px){.euiPageHeaderContent__rightSideItems{flex-direction:row-reverse}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiPageHeaderContent__rightSideItems{flex-direction:row-reverse}}@media only screen and (min-width: 1200px){.euiPageHeaderContent__rightSideItems{flex-direction:row-reverse}}.euiPageHeaderSection:not(:first-of-type){margin-left:32px}@media only screen and (max-width: 574px){.euiPageHeader--responsive .euiPageHeaderSection{width:100%}.euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type){margin-left:0;margin-top:16px}.euiPageHeader--responsiveReverse .euiPageHeaderSection{width:100%}.euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type){margin-left:0}.euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type){margin-top:16px}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiPageHeader--responsive .euiPageHeaderSection{width:100%}.euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type){margin-left:0;margin-top:16px}.euiPageHeader--responsiveReverse .euiPageHeaderSection{width:100%}.euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type){margin-left:0}.euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type){margin-top:16px}}.euiPopover{display:inline-block;position:relative;vertical-align:middle;max-width:100%}.euiPopover__anchor{display:inline-block}.euiPopover--displayBlock{display:block}.euiPopover--displayBlock .euiPopover__anchor{display:block}.euiPopover__panel{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);position:absolute;min-width:112px;max-width:calc(100vw - 32px);backface-visibility:hidden;pointer-events:none;opacity:0;transition:opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms}.euiPopover__panel:not(.euiPopover__panel-isAttached){transform:translateY(0) translateX(0) translateZ(0);transition:opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms,transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms}.euiPopover__panel.euiPopover__panel-isOpen{opacity:1;pointer-events:auto}.euiPopover__panel .euiPopover__panelArrow{position:absolute;width:0;height:0}.euiPopover__panel .euiPopover__panelArrow:before{position:absolute;content:"";height:0;width:0}.euiPopover__panel .euiPopover__panelArrow:after{position:absolute;content:"";height:0;width:0}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before{bottom:-10px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #d3dae6}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after{bottom:-9px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before{left:-12px;top:50%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #d3dae6}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after{left:-11px;top:50%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #fff}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before{top:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #d3dae6}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after{top:-11px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before{right:-11px;top:50%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #d3dae6}.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after{right:-10px;top:50%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #fff}.euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow{display:none}.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom{border-top-color:rgba(211,218,230,.8);border-top-right-radius:0;border-top-left-radius:0}.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top{box-shadow:0 0 .8px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.04),0 0 5px rgba(0,0,0,.04),0 0 17px rgba(0,0,0,.03);border-bottom-color:rgba(211,218,230,.8);border-bottom-right-radius:0;border-bottom-left-radius:0}.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top,.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--top{transform:translateY(8px) translateZ(0)}.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom,.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--bottom{transform:translateY(-8px) translateZ(0)}.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--left{transform:translateX(8px) translateZ(0)}.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--right{transform:translateX(-8px) translateZ(0)}.euiPopoverTitle{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:12px;border-bottom:1px solid #d3dae6}.euiPopoverTitle--paddingNone{padding:0}.euiPopoverTitle--paddingSmall{padding:8px}.euiPopoverTitle--paddingMedium{padding:16px}.euiPopoverTitle--paddingLarge{padding:24px}.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle{margin:-8px -8px 8px}.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*=euiPopoverTitle--padding]){padding:12px 8px}.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle{margin:-16px -16px 16px}.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*=euiPopoverTitle--padding]){padding:12px 16px}.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle{margin:-24px -24px 24px}.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*=euiPopoverTitle--padding]){padding:12px 24px}.euiPopoverFooter{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:12px;border-top:1px solid #d3dae6}.euiPopoverFooter--paddingNone{padding:0}.euiPopoverFooter--paddingSmall{padding:8px}.euiPopoverFooter--paddingMedium{padding:16px}.euiPopoverFooter--paddingLarge{padding:24px}.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter{margin:8px -8px -8px}.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*=euiPopoverFooter--padding]){padding:12px 8px}.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter{margin:16px -16px -16px}.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*=euiPopoverFooter--padding]){padding:12px 16px}.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter{margin:24px -24px -24px}.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*=euiPopoverFooter--padding]){padding:12px 24px}.euiInputPopover{max-width:400px}.euiInputPopover.euiInputPopover--fullWidth{max-width:100%}.euiBody-hasPortalContent{position:relative}.euiProgress{position:relative;overflow:hidden;background-color:#d3dae6}.euiProgress--xs{height:2px}.euiProgress--s{height:4px}.euiProgress--m{height:8px}.euiProgress--l{height:16px}.euiProgress--native{display:block;width:100%;appearance:none;border:none}.euiProgress--native::-webkit-progress-bar{background-color:#d3dae6}.euiProgress--native::-webkit-progress-value{transition:width 250ms linear}.euiProgress--native::-moz-progress-bar{transition:width 250ms linear}.euiProgress--indeterminate:before{position:absolute;content:"";width:100%;top:0;bottom:0;left:0;transform:scaleX(0) translateX(0%);animation:euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite}.euiProgress--fixed{position:fixed;z-index:1001}.euiProgress--absolute{position:absolute}.euiProgress--fixed,.euiProgress--absolute{top:0;left:0;right:0;background-color:transparent}.euiProgress--fixed.euiProgress--native::-webkit-progress-bar,.euiProgress--absolute.euiProgress--native::-webkit-progress-bar{background-color:transparent}.euiProgress--fixed.euiProgress--native::-moz-progress-bar,.euiProgress--absolute.euiProgress--native::-moz-progress-bar{background-color:transparent}.euiProgress--primary.euiProgress--native::-webkit-progress-value{background-color:#4db2cf}.euiProgress--primary.euiProgress--native::-moz-progress-bar{background-color:#4db2cf}.euiProgress--primary.euiProgress--indeterminate:before{background-color:#4db2cf}.euiProgress__data--primary .euiProgress__valueText{color:#367c91}.euiProgress--success.euiProgress--native::-webkit-progress-value{background-color:#33cd2e}.euiProgress--success.euiProgress--native::-moz-progress-bar{background-color:#33cd2e}.euiProgress--success.euiProgress--indeterminate:before{background-color:#33cd2e}.euiProgress__data--success .euiProgress__valueText{color:#20811d}.euiProgress--warning.euiProgress--native::-webkit-progress-value{background-color:#e39846}.euiProgress--warning.euiProgress--native::-moz-progress-bar{background-color:#e39846}.euiProgress--warning.euiProgress--indeterminate:before{background-color:#e39846}.euiProgress__data--warning .euiProgress__valueText{color:#97652f}.euiProgress--danger.euiProgress--native::-webkit-progress-value{background-color:#b62222}.euiProgress--danger.euiProgress--native::-moz-progress-bar{background-color:#b62222}.euiProgress--danger.euiProgress--indeterminate:before{background-color:#b62222}.euiProgress__data--danger .euiProgress__valueText{color:#b62222}.euiProgress--accent.euiProgress--native::-webkit-progress-value{background-color:#274b72}.euiProgress--accent.euiProgress--native::-moz-progress-bar{background-color:#274b72}.euiProgress--accent.euiProgress--indeterminate:before{background-color:#274b72}.euiProgress__data--accent .euiProgress__valueText{color:#274b72}.euiProgress--subdued.euiProgress--native::-webkit-progress-value{background-color:#6a717d}.euiProgress--subdued.euiProgress--native::-moz-progress-bar{background-color:#6a717d}.euiProgress--subdued.euiProgress--indeterminate:before{background-color:#6a717d}.euiProgress__data--subdued .euiProgress__valueText{color:#6a717d}.euiProgress--vis0.euiProgress--native::-webkit-progress-value{background-color:#54b399}.euiProgress--vis0.euiProgress--native::-moz-progress-bar{background-color:#54b399}.euiProgress--vis0.euiProgress--indeterminate:before{background-color:#54b399}.euiProgress__data--vis0 .euiProgress__valueText{color:#3b7d6a}.euiProgress--vis1.euiProgress--native::-webkit-progress-value{background-color:#6092c0}.euiProgress--vis1.euiProgress--native::-moz-progress-bar{background-color:#6092c0}.euiProgress--vis1.euiProgress--indeterminate:before{background-color:#6092c0}.euiProgress__data--vis1 .euiProgress__valueText{color:#4e779c}.euiProgress--vis2.euiProgress--native::-webkit-progress-value{background-color:#d36086}.euiProgress--vis2.euiProgress--native::-moz-progress-bar{background-color:#d36086}.euiProgress--vis2.euiProgress--indeterminate:before{background-color:#d36086}.euiProgress__data--vis2 .euiProgress__valueText{color:#b55273}.euiProgress--vis3.euiProgress--native::-webkit-progress-value{background-color:#9170b8}.euiProgress--vis3.euiProgress--native::-moz-progress-bar{background-color:#9170b8}.euiProgress--vis3.euiProgress--indeterminate:before{background-color:#9170b8}.euiProgress__data--vis3 .euiProgress__valueText{color:#8365a6}.euiProgress--vis4.euiProgress--native::-webkit-progress-value{background-color:#ca8eae}.euiProgress--vis4.euiProgress--native::-moz-progress-bar{background-color:#ca8eae}.euiProgress--vis4.euiProgress--indeterminate:before{background-color:#ca8eae}.euiProgress__data--vis4 .euiProgress__valueText{color:#8d647a}.euiProgress--vis5.euiProgress--native::-webkit-progress-value{background-color:#d6bf57}.euiProgress--vis5.euiProgress--native::-moz-progress-bar{background-color:#d6bf57}.euiProgress--vis5.euiProgress--indeterminate:before{background-color:#d6bf57}.euiProgress__data--vis5 .euiProgress__valueText{color:#807234}.euiProgress--vis6.euiProgress--native::-webkit-progress-value{background-color:#b9a888}.euiProgress--vis6.euiProgress--native::-moz-progress-bar{background-color:#b9a888}.euiProgress--vis6.euiProgress--indeterminate:before{background-color:#b9a888}.euiProgress__data--vis6 .euiProgress__valueText{color:#7b705a}.euiProgress--vis7.euiProgress--native::-webkit-progress-value{background-color:#da8b45}.euiProgress--vis7.euiProgress--native::-moz-progress-bar{background-color:#da8b45}.euiProgress--vis7.euiProgress--indeterminate:before{background-color:#da8b45}.euiProgress__data--vis7 .euiProgress__valueText{color:#a16633}.euiProgress--vis8.euiProgress--native::-webkit-progress-value{background-color:#aa6556}.euiProgress--vis8.euiProgress--native::-moz-progress-bar{background-color:#aa6556}.euiProgress--vis8.euiProgress--indeterminate:before{background-color:#aa6556}.euiProgress__data--vis8 .euiProgress__valueText{color:#a26052}.euiProgress--vis9.euiProgress--native::-webkit-progress-value{background-color:#e7664c}.euiProgress--vis9.euiProgress--native::-moz-progress-bar{background-color:#e7664c}.euiProgress--vis9.euiProgress--indeterminate:before{background-color:#e7664c}.euiProgress__data--vis9 .euiProgress__valueText{color:#bc533e}.euiProgress--customColor.euiProgress--native::-webkit-progress-value{background-color:currentColor}.euiProgress--customColor.euiProgress--native::-moz-progress-bar{background-color:currentColor}.euiProgress--customColor.euiProgress--indeterminate:before{background-color:currentColor}@keyframes euiProgress{0%{transform:scaleX(1) translateX(-100%)}100%{transform:scaleX(1) translateX(100%)}}.euiProgress__data{display:flex;justify-content:space-between}.euiProgress__label,.euiProgress__valueText{color:#343741;font-weight:400;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.euiProgress__label{flex-grow:1}.euiProgress__label+.euiProgress__valueText{padding-left:4px;flex-grow:1;text-align:right;flex-shrink:0}.euiProgress__valueText{font-feature-settings:"tnum" 1;margin-left:auto}.euiProgress__data--l .euiProgress__label,.euiProgress__data--l .euiProgress__valueText{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiTreeView__wrapper .euiTreeView{margin:0;list-style-type:none}.euiTreeView .euiTreeView{padding-left:24px}.euiTreeView__node{max-height:32px;line-height:32px}.euiTreeView__node--expanded{max-height:100vh}.euiTreeView__nodeInner{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;padding-left:8px;display:flex;flex-direction:row;align-items:center;height:32px;border-radius:6px;width:100%;text-align-last:left}.euiTreeView__nodeInner:focus{outline:2px solid currentColor;outline-offset:-2px}.euiTreeView__nodeInner:focus:focus-visible{outline-style:auto}.euiTreeView__nodeInner:focus:not(:focus-visible){outline:none}.euiTreeView__nodeInner:hover,.euiTreeView__nodeInner:active,.euiTreeView__nodeInner:focus{background-color:rgba(52,55,65,.1)}.euiTreeView__nodeInner .euiTreeView__iconPlaceholder{width:32px}.euiTreeView__nodeLabel{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.euiTreeView__iconWrapper{margin-top:-2px;margin-right:8px}.euiTreeView__iconWrapper .euiToken{margin-top:2px}.euiTreeView--compressed .euiTreeView__node{max-height:24px;line-height:24px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeInner{height:24px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconWrapper{margin:0 6px 0 0}.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeLabel{margin-top:-1px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconPlaceholder{width:24px}.euiTreeView--compressed .euiTreeView__node--expanded{max-height:100vh}.euiTreeView--withArrows .euiTreeView__expansionArrow{margin-right:4px}.euiTreeView--withArrows.euiTreeView .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper{margin-left:0}.euiTreeView--withArrows.euiTreeView .euiTreeView__iconWrapper{margin-left:20px}.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper{margin-left:0}.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__iconWrapper{margin-left:16px}.euiResizableButton{position:relative;flex-shrink:0;z-index:1}.euiResizableButton:before,.euiResizableButton:after{content:"";display:block;position:absolute;top:50%;left:50%;background-color:#343741;transition:width 150ms ease,height 150ms ease,transform 150ms ease,background-color 150ms ease}.euiResizableButton.euiResizableButton--horizontal{cursor:col-resize;width:16px;margin-left:-8px;margin-right:-8px}.euiResizableButton.euiResizableButton--horizontal:before,.euiResizableButton.euiResizableButton--horizontal:after{width:1px;height:12px}.euiResizableButton.euiResizableButton--horizontal:before{transform:translate(-2px, -50%)}.euiResizableButton.euiResizableButton--horizontal:after{transform:translate(1px, -50%)}.euiResizableButton.euiResizableButton--vertical{cursor:row-resize;height:16px;margin-top:-8px;margin-bottom:-8px}.euiResizableButton.euiResizableButton--vertical:before,.euiResizableButton.euiResizableButton--vertical:after{width:12px;height:1px}.euiResizableButton.euiResizableButton--vertical:before{transform:translate(-50%, -2px)}.euiResizableButton.euiResizableButton--vertical:after{transform:translate(-50%, 1px)}.euiResizableButton:hover:not(:disabled):before,.euiResizableButton:hover:not(:disabled):after{background-color:#98a2b3;transition-delay:150ms}.euiResizableButton:focus:not(:disabled){background-color:rgba(77,178,207,.1)}.euiResizableButton:focus:not(:disabled):before,.euiResizableButton:focus:not(:disabled):after{background-color:#4db2cf;transition:width 150ms ease,height 150ms ease,transform 150ms ease;transition-delay:75ms}.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before,.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after,.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before,.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after{height:100%}.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before,.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before{transform:translate(-1px, -50%)}.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after,.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after{transform:translate(0, -50%)}.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before,.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after,.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before,.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after{width:100%}.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before,.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before{transform:translate(-50%, -1px)}.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after,.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after{transform:translate(-50%, 0)}.euiResizableButton:disabled{display:none !important}.euiResizableToggleButton{box-shadow:0 .8px .8px rgba(0,0,0,.04),0 2.3px 2px rgba(0,0,0,.03);position:absolute;z-index:2;animation:none !important;transition-property:background,box-shadow}.euiResizableToggleButton:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05)}.euiResizableToggleButton-isCollapsed{box-shadow:none;background:transparent;border-radius:0}.euiResizableToggleButton:not(:focus):not(:active):not(.euiResizableToggleButton-isVisible):not(.euiResizableToggleButton-isCollapsed){position:absolute;top:auto;left:-10000px;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;margin:-1px}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after{right:0;top:50%;transform:translate(50%, -50%)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--top{top:0;transform:translate(50%, 16px)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--bottom{top:auto;bottom:0;transform:translate(50%, -16px)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before{left:0;top:50%;transform:translate(-50%, -50%)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--top{top:0;transform:translate(-50%, 16px)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--bottom{top:auto;bottom:0;transform:translate(-50%, -16px)}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed{top:0 !important;bottom:0 !important;transform:none !important;height:100%}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--top{padding-top:16px;align-items:flex-start}.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--bottom{padding-bottom:16px;align-items:flex-end}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after{top:100%;left:50%;transform:translate(-50%, -50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--left{left:0;transform:translate(16px, -50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--right{left:auto;right:0;transform:translate(-16px, -50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before{bottom:100%;left:50%;transform:translate(-50%, 50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--left{left:0;transform:translate(16px, 50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--right{left:auto;right:0;transform:translate(-16px, 50%)}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed{top:0 !important;bottom:0 !important;left:0 !important;transform:none !important;width:100%}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--left{padding-left:16px;justify-content:flex-start}.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--right{padding-right:16px;justify-content:flex-end}.euiResizableContainer{display:flex;width:100%}.euiResizableContainer--vertical{flex-direction:column}.euiResizablePanel{position:relative}.euiResizablePanel--paddingSmall{padding:8px}.euiResizablePanel--paddingMedium{padding:16px}.euiResizablePanel--paddingLarge{padding:24px}.euiResizablePanel__content{height:100%}.euiResizablePanel__content:not([class*=plain]){border-width:0}.euiResizablePanel__content--scrollable{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;overflow-y:auto}.euiResizablePanel__content--scrollable::-webkit-scrollbar{width:16px;height:16px}.euiResizablePanel__content--scrollable::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiResizablePanel__content--scrollable::-webkit-scrollbar-corner,.euiResizablePanel__content--scrollable::-webkit-scrollbar-track{background-color:transparent}.euiResizablePanel-isCollapsed{overflow:hidden}.euiResizablePanel-isCollapsed .euiResizablePanel__content *{display:none}.euiResizableContainer--horizontal .euiResizablePanel-isCollapsed{min-width:0 !important}.euiResizableContainer--horizontal .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed{min-width:24px !important}.euiResizableContainer--vertical .euiResizablePanel-isCollapsed{min-height:0 !important}.euiResizableContainer--vertical .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed{min-height:24px !important}.euiSideNav__mobileToggle{height:auto;border-bottom:1px solid #d3dae6;width:100%;text-align:left;border-radius:0 !important;font-size:16px;padding:0 16px}.euiSideNav__mobileToggle .euiSideNav__mobileToggleText{padding:16px 0}.euiSideNav__mobileToggle .euiSideNav__mobileToggleContent{justify-content:space-between}.euiSideNav__heading{margin-bottom:24px}@media only screen and (max-width: 574px){.euiSideNav__contentMobile-xs{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@media only screen and (max-width: 574px)and (prefers-reduced-motion: no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs{transition:all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiSideNav__contentMobile-s{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-s{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@media only screen and (min-width: 575px)and (max-width: 767px)and (prefers-reduced-motion: no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-s{transition:all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}@media only screen and (min-width: 768px)and (max-width: 991px){.euiSideNav__contentMobile-m{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-m{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@media only screen and (min-width: 768px)and (max-width: 991px)and (prefers-reduced-motion: no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-m{transition:all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiSideNav__contentMobile-l{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-l{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@media only screen and (min-width: 992px)and (max-width: 1199px)and (prefers-reduced-motion: no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-l{transition:all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}@media only screen and (min-width: 1200px){.euiSideNav__contentMobile-xl{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@media only screen and (min-width: 1200px)and (prefers-reduced-motion: no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl{transition:all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}}.euiSideNavItemButton{font-size:14px;font-size:1rem;line-height:1.7142857143rem;text-align:left;display:block;width:100%;padding:2px 0;color:inherit}.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover{cursor:pointer}.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover .euiSideNavItemButton__label,.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):focus .euiSideNavItemButton__label{text-decoration:underline}.euiSideNavItemButton.euiSideNavItemButton-isSelected{color:#33768a;font-weight:700}.euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label{text-decoration:underline}.euiSideNavItemButton:disabled{cursor:not-allowed;text-decoration:none;color:#a6a7aa}.euiSideNavItemButton__content{display:flex;align-items:center}.euiSideNavItemButton__icon{margin-right:8px}.euiSideNavItemButton__labelContainer{min-width:0}.euiSideNavItemButton__label{flex-grow:1}.euiSideNavItemButton__label--truncated{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.euiSideNavItem--root.euiSideNavItem--rootIcon>.euiSideNavItem__items{margin-left:24px}.euiSideNavItem--root>.euiSideNavItemButton{margin-bottom:8px;padding:0;padding-left:8px;padding-right:8px;margin-left:-8px;width:calc(100% + 16px)}.euiSideNavItem--root>.euiSideNavItemButton .euiSideNavItemButton__label{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;color:inherit}.euiSideNavItem--root>.euiSideNavItem__items{position:static;margin-left:0}.euiSideNavItem--root>.euiSideNavItem__items:after{display:none}.euiSideNavItem--root+.euiSideNavItem--root{margin-top:32px}.euiSideNavItem--trunk{color:#1a1c21}.euiSideNavItem--trunk>.euiSideNavItemButton{padding-left:8px;padding-right:8px;margin-left:-8px;width:calc(100% + 16px)}.euiSideNavItem--trunk>.euiSideNavItem__items{margin-left:8px;width:100%}.euiSideNavItem--branch{position:relative;color:#656b77}.euiSideNavItem--branch::after{position:absolute;content:"";top:0;bottom:0;width:1px;background:#d3dae6;left:0}.euiSideNavItem--branch:last-of-type::after{height:12px}.euiSideNavItem--branch>.euiSideNavItemButton{position:relative;padding-left:8px;padding-right:8px}.euiSideNavItem--branch>.euiSideNavItemButton:after{position:absolute;content:"";top:12px;left:0;width:4px;height:1px;background:#d3dae6}.euiSideNavItem--branch>.euiSideNavItem__items{margin-left:16px}.euiSideNavItem--emphasized{background:rgba(211,218,230,.3);color:#1a1c21;box-shadow:100px 0 0 0 rgba(211,218,230,.3),-100px 0 0 0 rgba(211,218,230,.3)}.euiSideNavItem--emphasized>.euiSideNavItemButton{font-weight:700}.euiSideNavItem--emphasized .euiSideNavItem--emphasized{background:transparent;box-shadow:none}.euiSpacer{flex-shrink:0}.euiSpacer--xs{height:4px}.euiSpacer--s{height:8px}.euiSpacer--m{height:16px}.euiSpacer--l{height:24px}.euiSpacer--xl{height:32px}.euiSpacer--xxl{height:40px}.euiSearchBar__searchHolder{min-width:200px}@media only screen and (min-width: 768px)and (max-width: 991px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}@media only screen and (min-width: 1200px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}.euiSelectable{display:flex;flex-direction:column}.euiSelectable-fullHeight{height:100%}.euiSelectableList:focus-within{outline:2px solid currentColor}.euiSelectableList:focus-within:focus-visible{outline-style:auto}.euiSelectableList:focus-within:not(:focus-visible){outline:none}.euiSelectableList-fullHeight{flex-grow:1}.euiSelectableList-bordered{overflow:hidden;border:1px solid #d3dae6;border-radius:6px}.euiSelectableList__list{mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin}.euiSelectableList__list::-webkit-scrollbar{width:16px;height:16px}.euiSelectableList__list::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiSelectableList__list::-webkit-scrollbar-corner,.euiSelectableList__list::-webkit-scrollbar-track{background-color:transparent}.euiSelectableList__groupLabel{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;font-weight:700;display:flex;align-items:center;border-bottom:1px solid #eef2f7;padding:4px 12px}.euiSelectableListItem{font-size:14px;font-size:1rem;line-height:1.7142857143rem;display:inline-flex;width:100%;text-align:left;color:#343741;cursor:pointer}.euiSelectableListItem:not(:last-of-type){border-bottom:1px solid #eef2f7}.euiSelectableListItem-isFocused:not([aria-disabled=true]),.euiSelectableListItem:hover:not([aria-disabled=true]){color:#4db2cf;background-color:rgba(77,178,207,.1)}.euiSelectableListItem-isFocused:not([aria-disabled=true]) .euiSelectableListItem__text,.euiSelectableListItem:hover:not([aria-disabled=true]) .euiSelectableListItem__text{text-decoration:underline}.euiSelectableListItem[aria-disabled=true]{color:#98a2b3;cursor:not-allowed}.euiSelectableListItem__content{padding:4px 12px;width:100%;display:flex;align-items:center}.euiSelectableListItem__icon,.euiSelectableListItem__prepend{margin-right:12px;flex-shrink:0}.euiSelectableListItem__append{margin-left:12px;flex-shrink:0}.euiSelectableListItem__text{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;flex-grow:1}.euiSelectableMessage{padding:8px;text-align:center;word-wrap:break-word;display:flex;justify-content:center;align-items:center}.euiSelectableMessage--bordered{overflow:hidden;border:1px solid #d3dae6;border-radius:6px}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout{background-color:transparent}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout--group,.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout input{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within){color:rgba(255,255,255,.7)}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input{color:inherit;background-color:transparent}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-webkit-input-placeholder{color:rgba(255,255,255,.4);opacity:1}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-moz-placeholder{color:rgba(255,255,255,.4);opacity:1}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input:-ms-input-placeholder{color:rgba(255,255,255,.4);opacity:1}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input:-moz-placeholder{color:rgba(255,255,255,.4);opacity:1}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::placeholder{color:rgba(255,255,255,.4);opacity:1}.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) .euiFormControlLayout__append{background-color:transparent;color:inherit}.euiSelectableTemplateSitewide__listItem .euiSelectableListItem__text{text-decoration:none !important}.euiSelectableTemplateSitewide__listItem[class*=-isFocused]:not([aria-disabled=true]) .euiSelectableTemplateSitewide__listItemTitle,.euiSelectableTemplateSitewide__listItem:hover:not([aria-disabled=true]) .euiSelectableTemplateSitewide__listItemTitle{text-decoration:underline}.euiSelectableTemplateSitewide__optionMetasList{display:block;margin-top:4px;font-size:12px;color:#6a717d}.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type)::after{content:"•";margin:0 4px;color:#6a717d}.euiSelectableTemplateSitewide__optionMeta--application{color:#4e779c;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--deployment{color:#3b7d6a;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--article{color:#8365a6;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--case{color:#bc533e;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--platform{color:#807234;font-weight:500}.euiStat .euiStat__title{color:#000}.euiStat .euiStat__title--subdued{color:#6a717d}.euiStat .euiStat__title--primary{color:#367c91}.euiStat .euiStat__title--success{color:#017d73}.euiStat .euiStat__title--danger{color:#bd271e}.euiStat .euiStat__title--accent{color:#274b72}.euiStat .euiStat__title-isLoading{animation:euiStatPulse 1.5s infinite ease-in-out}.euiStat.euiStat--leftAligned{text-align:left;align-items:flex-start}.euiStat.euiStat--centerAligned{text-align:center;align-items:center}.euiStat.euiStat--rightAligned{text-align:right;align-items:flex-end}@keyframes euiStatPulse{0%{opacity:1}50%{opacity:.25}100%{opacity:1}}.euiStepNumber{width:32px;height:32px;display:inline-block;line-height:32px;border-radius:32px;text-align:center;color:#fff;background-color:#4db2cf;font-size:14px;font-weight:500}.euiStepNumber .euiStepNumber__icon{vertical-align:middle;position:relative;top:-2px}.euiStepNumber--small{width:24px;height:24px;display:inline-block;line-height:24px;border-radius:24px;text-align:center;color:#fff;background-color:#4db2cf;font-size:12px;font-weight:500}.euiStepNumber--small .euiStepNumber__icon{top:-1px}.euiStepNumber--complete .euiStepNumber__icon{stroke:currentColor;stroke-width:.5px}@media screen and (prefers-reduced-motion: no-preference){.euiStepNumber--complete,.euiStepNumber--warning,.euiStepNumber--danger{animation:euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1)}}.euiStepNumber--loading{background:transparent}.euiStepNumber.euiStepNumber-isHollow{background-color:transparent;border:2px solid #4db2cf}.euiStepNumber.euiStepNumber-isHollow .euiStepNumber__number{display:none}.euiStepNumber--warning{color:#97652f;background-color:#fcf5ed}.euiStepNumber--danger{color:#b62222;background-color:#f8e9e9}.euiStepNumber--disabled{color:#646a77;background-color:#f0f1f2}.euiStepNumber--incomplete{color:#646a77;background-color:#f0f1f2}.euiStep:not(:last-of-type){background-image:linear-gradient(to right, transparent 0, transparent 15px, #D3DAE6 15px, #D3DAE6 17px, transparent 17px, transparent 100%);background-repeat:no-repeat;background-position:left 40px}.euiStep--small:not(:last-of-type){background-position:left -4px top 32px}.euiStep--small .euiStep__content{padding-left:28px;margin-left:12px}.euiStep__titleWrapper{display:flex}.euiStep__circle{flex-shrink:0;margin-right:16px;vertical-align:top}.euiStep__title{font-weight:500}.euiStep__content{padding:16px 16px 32px;margin:8px 0;padding-left:32px;margin-left:16px}.euiSubSteps{padding:16px;background-color:#f5f7fa;margin-bottom:16px}.euiSubSteps>*:last-child{margin-bottom:0}.euiText .euiSubSteps ol,.euiSubSteps ol{list-style-type:lower-alpha}.euiStepsHorizontal{display:flex;align-items:stretch;background:rgba(245,247,250,.5)}.euiStepHorizontal__item{flex-grow:1;flex-basis:0%}.euiStepHorizontal__item:first-of-type>.euiStepHorizontal::before,.euiStepHorizontal__item:last-of-type>.euiStepHorizontal::after{display:none}.euiStepHorizontal{padding:24px 16px 16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;position:relative;width:100%}.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title,.euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title{text-decoration:underline}.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled){outline:none}.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number{outline:2px solid currentColor}.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:focus-visible{outline-style:auto}.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number:not(:focus-visible){outline:none}.euiStepHorizontal.euiStepHorizontal-isDisabled{cursor:not-allowed}.euiStepHorizontal::before,.euiStepHorizontal::after{content:"";position:absolute;width:calc(50% - 16px);height:1px;top:40px;background-color:#d3dae6;z-index:0}.euiStepHorizontal::before{left:0}.euiStepHorizontal::after{right:0}.euiStepHorizontal__number{position:relative;z-index:1;transition:all 150ms ease-in-out}.euiStepHorizontal__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;margin-top:8px;font-weight:400;text-align:center}.euiStepHorizontal-isDisabled .euiStepHorizontal__title{color:#69707d}.euiStepHorizontal-isComplete::before,.euiStepHorizontal-isComplete::after{height:2px;background-color:#4db2cf}.euiStepHorizontal-isSelected .euiStepHorizontal__number:not([class*=danger]):not([class*=warning]):not([class*=loading]){box-shadow:0 .8px .8px rgba(100,165,184,.04),0 2.3px 2px rgba(100,165,184,.03)}.euiStepHorizontal-isSelected::before{height:2px;background-color:#4db2cf}@media only screen and (max-width: 574px){.euiStepHorizontal{padding-top:16px}.euiStepHorizontal::before,.euiStepHorizontal::after{top:32px}.euiStepHorizontal__title{display:none}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiStepHorizontal{padding-top:16px}.euiStepHorizontal::before,.euiStepHorizontal::after{top:32px}.euiStepHorizontal__title{display:none}}.euiSuggestItem{display:flex;flex-grow:1;align-items:center;font-size:12px;white-space:nowrap}.euiSuggestItem.euiSuggestItem-isClickable{width:100%;text-align:left}.euiSuggestItem.euiSuggestItem-isClickable:hover,.euiSuggestItem.euiSuggestItem-isClickable:focus{cursor:pointer;background-color:#f5f7fa}.euiSuggestItem.euiSuggestItem-isClickable:hover .euiSuggestItem__type,.euiSuggestItem.euiSuggestItem-isClickable:focus .euiSuggestItem__type{color:#343741}.euiSuggestItem .euiSuggestItem__type--tint0{background-color:#e0f1ed;color:#357160}.euiSuggestItem .euiSuggestItem__type--tint1{background-color:#e2ebf4;color:#466b8d}.euiSuggestItem .euiSuggestItem__type--tint2{background-color:#f7e2e9;color:#a34a68}.euiSuggestItem .euiSuggestItem__type--tint3{background-color:#ebe5f2;color:#765b96}.euiSuggestItem .euiSuggestItem__type--tint4{background-color:#f5ebf0;color:#865f74}.euiSuggestItem .euiSuggestItem__type--tint5{background-color:#f8f3e1;color:#7a6c31}.euiSuggestItem .euiSuggestItem__type--tint6{background-color:#f2efea;color:#756a56}.euiSuggestItem .euiSuggestItem__type--tint7{background-color:#f8eade;color:#915c2e}.euiSuggestItem .euiSuggestItem__type--tint8{background-color:#f0e3e1;color:#92564a}.euiSuggestItem .euiSuggestItem__type--tint9{background-color:#fbe3df;color:#aa4b38}.euiSuggestItem .euiSuggestItem__type--tint10{background-color:#e4e5e8;color:#5f6571}.euiSuggestItem .euiSuggestItem__label,.euiSuggestItem .euiSuggestItem__type,.euiSuggestItem .euiSuggestItem__description{flex-grow:0;display:flex;flex-direction:column}.euiSuggestItem .euiSuggestItem__type{position:relative;flex-shrink:0;flex-basis:auto;width:32px;height:32px;text-align:center;overflow:hidden;padding:4px;justify-content:center;align-items:center}.euiSuggestItem .euiSuggestItem__label{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace;overflow:hidden;text-overflow:ellipsis;padding:4px 8px;color:#343741;display:block}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width20{flex-basis:20%;min-width:20%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width21{flex-basis:21%;min-width:21%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width22{flex-basis:22%;min-width:22%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width23{flex-basis:23%;min-width:23%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width24{flex-basis:24%;min-width:24%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width25{flex-basis:25%;min-width:25%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width26{flex-basis:26%;min-width:26%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width27{flex-basis:27%;min-width:27%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width28{flex-basis:28%;min-width:28%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width29{flex-basis:29%;min-width:29%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width30{flex-basis:30%;min-width:30%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width31{flex-basis:31%;min-width:31%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width32{flex-basis:32%;min-width:32%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width33{flex-basis:33%;min-width:33%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width34{flex-basis:34%;min-width:34%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width35{flex-basis:35%;min-width:35%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width36{flex-basis:36%;min-width:36%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width37{flex-basis:37%;min-width:37%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width38{flex-basis:38%;min-width:38%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width39{flex-basis:39%;min-width:39%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width40{flex-basis:40%;min-width:40%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width41{flex-basis:41%;min-width:41%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width42{flex-basis:42%;min-width:42%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width43{flex-basis:43%;min-width:43%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width44{flex-basis:44%;min-width:44%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width45{flex-basis:45%;min-width:45%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width46{flex-basis:46%;min-width:46%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width47{flex-basis:47%;min-width:47%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width48{flex-basis:48%;min-width:48%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width49{flex-basis:49%;min-width:49%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width50{flex-basis:50%;min-width:50%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width51{flex-basis:51%;min-width:51%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width52{flex-basis:52%;min-width:52%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width53{flex-basis:53%;min-width:53%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width54{flex-basis:54%;min-width:54%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width55{flex-basis:55%;min-width:55%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width56{flex-basis:56%;min-width:56%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width57{flex-basis:57%;min-width:57%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width58{flex-basis:58%;min-width:58%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width59{flex-basis:59%;min-width:59%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width60{flex-basis:60%;min-width:60%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width61{flex-basis:61%;min-width:61%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width62{flex-basis:62%;min-width:62%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width63{flex-basis:63%;min-width:63%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width64{flex-basis:64%;min-width:64%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width65{flex-basis:65%;min-width:65%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width66{flex-basis:66%;min-width:66%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width67{flex-basis:67%;min-width:67%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width68{flex-basis:68%;min-width:68%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width69{flex-basis:69%;min-width:69%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width70{flex-basis:70%;min-width:70%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width71{flex-basis:71%;min-width:71%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width72{flex-basis:72%;min-width:72%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width73{flex-basis:73%;min-width:73%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width74{flex-basis:74%;min-width:74%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width75{flex-basis:75%;min-width:75%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width76{flex-basis:76%;min-width:76%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width77{flex-basis:77%;min-width:77%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width78{flex-basis:78%;min-width:78%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width79{flex-basis:79%;min-width:79%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width80{flex-basis:80%;min-width:80%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width81{flex-basis:81%;min-width:81%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width82{flex-basis:82%;min-width:82%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width83{flex-basis:83%;min-width:83%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width84{flex-basis:84%;min-width:84%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width85{flex-basis:85%;min-width:85%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width86{flex-basis:86%;min-width:86%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width87{flex-basis:87%;min-width:87%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width88{flex-basis:88%;min-width:88%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width89{flex-basis:89%;min-width:89%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__label--width90{flex-basis:90%;min-width:90%}.euiSuggestItem .euiSuggestItem__label.euiSuggestItem__labelDisplay--expand{flex-basis:auto;flex-shrink:1}.euiSuggestItem .euiSuggestItem__description{color:#69707d;flex-basis:auto;padding-top:2px;display:block}.euiSuggestItem .euiSuggestItem__description.euiSuggestItem__description--wrap{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;white-space:normal;line-height:14px}.euiSuggestItem .euiSuggestItem__description.euiSuggestItem__description--truncate{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;line-height:1.5}.euiSuggestItem .euiSuggestItem__description:empty{flex-grow:0;margin-left:0}.euiSuggestInput__statusIcon{background-color:transparent !important}.euiTable{font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-feature-settings:"calt" 1,"kern" 1,"liga" 1,"tnum" 1;width:100%;table-layout:fixed;border:none;border-collapse:collapse;background-color:#fff}.euiTable.euiTable--auto{table-layout:auto}.euiTableCaption{position:relative}@media only screen and (min-width: 768px)and (max-width: 991px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:4px}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:4px}}@media only screen and (min-width: 1200px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:4px}}.euiTableFooterCell,.euiTableHeaderCell{vertical-align:middle;border-top:1px solid #d3dae6;border-bottom:1px solid #d3dae6;font-weight:inherit;text-align:left;overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;font-weight:500;border-top:none}.euiTableFooterCell .euiTableHeaderButton,.euiTableHeaderCell .euiTableHeaderButton{text-align:left;font-weight:500}.euiTableFooterCell .euiTableCellContent__text,.euiTableHeaderCell .euiTableCellContent__text{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;font-weight:600}.euiTableHeaderButton{font-size:14px;font-size:1rem;line-height:1.7142857143rem;color:inherit;width:100%}.euiTableHeaderButton:hover .euiTableCellContent__text,.euiTableHeaderButton:focus .euiTableCellContent__text{text-decoration:underline;color:#4db2cf}.euiTableHeaderButton:hover .euiTableSortIcon,.euiTableHeaderButton:focus .euiTableSortIcon{fill:#4db2cf}.euiTableSortIcon{margin-left:4px;flex-shrink:0}.euiTableHeaderButton-isSorted .euiTableSortIcon{fill:#1a1c21}.euiTableHeaderCellCheckbox{vertical-align:middle;border-top:1px solid #d3dae6;border-bottom:1px solid #d3dae6;font-weight:inherit;text-align:left;width:32px;vertical-align:middle;border-top:none}.euiTableRow:hover{background-color:#fafbfd}.euiTableRow.euiTableRow-isClickable:hover{background-color:rgba(77,178,207,.05);cursor:pointer}.euiTableRow.euiTableRow-isClickable:focus{background-color:rgba(77,178,207,.1)}.euiTableRow.euiTableRow-isExpandedRow{background-color:#fafbfd}.euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent{padding-left:40px}.euiTableRow.euiTableRow-isSelected{background-color:rgba(236,247,250,.37)}.euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:rgba(236,247,250,.37)}.euiTableRow.euiTableRow-isSelected:hover,.euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:rgba(77,178,207,.1)}.euiTableRowCell{vertical-align:middle;border-top:1px solid #d3dae6;border-bottom:1px solid #d3dae6;font-weight:inherit;text-align:left;color:#343741}.euiTableRowCell--top{vertical-align:top}.euiTableRowCell--bottom{vertical-align:bottom}.euiTableRowCell--baseline{vertical-align:baseline}.euiTableRowCell.euiTableRowCell--isMobileHeader{display:none}.euiTableRowCellCheckbox{vertical-align:middle;border-top:1px solid #d3dae6;border-bottom:1px solid #d3dae6;font-weight:inherit;text-align:left;width:32px;vertical-align:middle}.euiTableFooterCell{background-color:#f5f7fa;border-bottom:none}.euiTableCellContent{overflow:hidden;display:flex;align-items:center;padding:8px}.euiTableCellContent__text{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;min-width:0;text-overflow:ellipsis}.euiTableCellContent--alignRight{justify-content:flex-end;text-align:right}.euiTableCellContent--alignCenter{justify-content:center;text-align:center}.euiTableHeaderCell,.euiTableFooterCell,.euiTableCellContent--truncateText{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important}.euiTableHeaderCell .euiTableCellContent__text,.euiTableFooterCell .euiTableCellContent__text,.euiTableCellContent--truncateText .euiTableCellContent__text{overflow:hidden}.euiTableCellContent--overflowingContent{overflow:visible;white-space:normal;word-break:break-all;word-break:break-word}.euiTableCellContent--showOnHover>*:not(:first-child){margin-left:8px}.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{flex-shrink:0;opacity:.7;filter:grayscale(100%);transition:opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1),filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus,.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled{filter:grayscale(0%);opacity:0}.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled),.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover,.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus{opacity:1;filter:grayscale(0%)}.euiTableRow-isExpandedRow .euiTableCellContent{overflow:hidden;animation:250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow}@keyframes growExpandedRow{0%{max-height:0}99%{max-height:100vh}100%{max-height:unset}}.euiTableRowCell__mobileHeader{display:none}@media only screen and (max-width: 574px){.euiTableRowCell--hideForMobile{display:none !important}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiTableRowCell--hideForMobile{display:none !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.euiTableRowCell--hideForDesktop{display:none !important}}@media only screen and (min-width: 992px)and (max-width: 1199px){.euiTableRowCell--hideForDesktop{display:none !important}}@media only screen and (min-width: 1200px){.euiTableRowCell--hideForDesktop{display:none !important}}@media only screen and (max-width: 574px){.euiTable.euiTable--responsive thead{display:none}.euiTable.euiTable--responsive tfoot{display:none}.euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-size:9.625px;font-size:0.6875rem;display:block;color:#69707d;padding:8px;padding-bottom:0;margin-bottom:-8px;min-height:24px}.euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{min-height:0}.euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiTable.euiTable--responsive .euiTableRow{flex-grow:1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero{flex-grow:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled{display:block;width:100%;text-align:left}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);transform:translateY(-2px);cursor:pointer}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone{border-radius:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium{border-radius:6px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent{background-color:transparent}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#fafbfd}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#e9edf1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#edf7fa}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#ebfaea}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#fcf5ed}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#f8e9e9}.euiTable.euiTable--responsive .euiTableRow{box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);background-color:#fff;border-radius:6px;display:flex;flex-wrap:wrap;padding:8px;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions{background-image:linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions{min-width:0;width:24px;position:absolute;top:16px;right:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before{display:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent{flex-direction:column;padding:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink{padding:4px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{top:auto;bottom:16px;right:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{position:absolute;left:4px;top:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:rgba(236,247,250,.37)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);margin-top:-16px;position:relative;z-index:2;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding-left:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{width:calc(100% - 40px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before{display:none}.euiTable.euiTable--responsive .euiTableRowCell{display:block;min-width:50%;border:none}.euiTable.euiTable--responsive .euiTableRowCellCheckbox{border:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover>*{margin-left:0}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide{display:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{opacity:1;filter:none;margin-left:0;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableCellContent--alignRight{justify-content:flex-start}.euiTable.euiTable--responsive .euiTableCellContent--alignCenter{justify-content:flex-start}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiTable.euiTable--responsive thead{display:none}.euiTable.euiTable--responsive tfoot{display:none}.euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-size:9.625px;font-size:0.6875rem;display:block;color:#69707d;padding:8px;padding-bottom:0;margin-bottom:-8px;min-height:24px}.euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{min-height:0}.euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiTable.euiTable--responsive .euiTableRow{flex-grow:1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero{flex-grow:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow{box-shadow:0 .9px 4px -1px rgba(0,0,0,.08),0 2.6px 8px -1px rgba(0,0,0,.06),0 5.7px 12px -1px rgba(0,0,0,.05),0 15px 15px -1px rgba(0,0,0,.04)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable{transition:all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled{display:block;width:100%;text-align:left}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);transform:translateY(-2px);cursor:pointer}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone{border-radius:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium{border-radius:6px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent{background-color:transparent}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#fafbfd}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#e9edf1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#edf7fa}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#ebfaea}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#fcf5ed}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#f8e9e9}.euiTable.euiTable--responsive .euiTableRow{box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);background-color:#fff;border-radius:6px;display:flex;flex-wrap:wrap;padding:8px;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions{background-image:linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions{min-width:0;width:24px;position:absolute;top:16px;right:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before{display:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent{flex-direction:column;padding:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink{padding:4px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{top:auto;bottom:16px;right:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{position:absolute;left:4px;top:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:rgba(236,247,250,.37)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;box-shadow:0 .7px 1.4px rgba(0,0,0,.07),0 1.9px 4px rgba(0,0,0,.05),0 4.5px 10px rgba(0,0,0,.05);margin-top:-16px;position:relative;z-index:2;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding-left:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{width:calc(100% - 40px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before{display:none}.euiTable.euiTable--responsive .euiTableRowCell{display:block;min-width:50%;border:none}.euiTable.euiTable--responsive .euiTableRowCellCheckbox{border:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover>*{margin-left:0}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide{display:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{opacity:1;filter:none;margin-left:0;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableCellContent--alignRight{justify-content:flex-start}.euiTable.euiTable--responsive .euiTableCellContent--alignCenter{justify-content:flex-start}}.euiTableHeaderMobile,.euiTableHeaderCell--hideForDesktop{display:none}@media only screen and (max-width: 574px){.euiTableHeaderMobile{display:flex;justify-content:flex-end;padding:8px 0}.euiTableSortMobile{display:block}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiTableHeaderMobile{display:flex;justify-content:flex-end;padding:8px 0}.euiTableSortMobile{display:block}}.euiTabs{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;display:flex;max-width:100%;overflow-x:auto;overflow-y:hidden;position:relative;flex-shrink:0}.euiTabs::-webkit-scrollbar{width:16px;height:16px}.euiTabs::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiTabs::-webkit-scrollbar-corner,.euiTabs::-webkit-scrollbar-track{background-color:transparent}.euiTabs--bottomBorder{box-shadow:inset 0 -1px 0 #d3dae6}.euiTabs::-webkit-scrollbar{height:2px}.euiTab{color:#343741;padding:12px 16px;cursor:pointer;display:flex;flex-direction:row;align-items:center}.euiTab .euiTab__content{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;word-wrap:normal !important;font-size:14px;font-size:1rem;line-height:1.7142857143rem;color:#343741;line-height:1.5;display:block}.euiTab:not(.euiTab-isDisabled):hover .euiTab__content,.euiTab:not(.euiTab-isDisabled):focus .euiTab__content{text-decoration:underline}.euiTab:focus{background-color:rgba(77,178,207,.1);outline-offset:-2px}.euiTab.euiTab-isSelected{box-shadow:inset 0 -2px 0 #367c91}.euiTab.euiTab-isSelected,.euiTab.euiTab-isSelected .euiTab__content{color:#367c91 !important}.euiTab.euiTab-isDisabled,.euiTab.euiTab-isDisabled .euiTab__content{color:#afb0b3 !important}.euiTab.euiTab-isDisabled:hover{cursor:not-allowed}.euiTab.euiTab-isDisabled.euiTab-isSelected{box-shadow:inset 0 -2px 0 #afb0b3}.euiTabs--small .euiTab{padding:8px}.euiTabs--small .euiTab .euiTab__content{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiTabs--large .euiTab{padding:12px 16px}.euiTabs--xlarge .euiTab{padding:8px 24px}.euiTabs--xlarge .euiTab .euiTab__content{font-size:22px;font-size:1.5714285714rem;line-height:2.2857142857rem}.euiTabs--expand .euiTab{flex-basis:0%;flex-grow:1;justify-content:center}.euiTab__prepend{margin-right:8px}.euiTab__append{margin-left:8px}.euiTabs--condensed .euiTab{padding:8px 4px}.euiTabs--condensed .euiTab .euiTab__content{font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:600}.euiTabs--condensed .euiTab+.euiTab{margin-left:16px}.euiTabs--condensed.euiTabs--small .euiTab{padding:6px 4px}.euiTabs--condensed.euiTabs--small .euiTab .euiTab__content{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiTabs--condensed.euiTabs--large .euiTab+.euiTab{margin-left:24px}.euiTabs--condensed.euiTabs--xlarge .euiTab{padding:12px 4px}.euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content{font-size:22px;font-size:1.5714285714rem;line-height:2.2857142857rem}.euiTabs--condensed.euiTabs--xlarge .euiTab+.euiTab{margin-left:24px}.euiTextDiff del{color:#bd271e}.euiTextDiff ins{color:#017d73}.euiTitle+.euiTitle{margin-top:24px}.euiTitle--uppercase{text-transform:uppercase}.euiTitle--xxxsmall{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;font-weight:700}.euiTitle--xxsmall{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700}.euiTitle--xsmall{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700}.euiTitle--small{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:22px;font-size:1.5714285714rem;line-height:2.2857142857rem;font-weight:700}.euiTitle--medium{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:27px;font-size:1.9285714286rem;line-height:2.2857142857rem;font-weight:700}.euiTitle--large{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:34px;font-size:2.4285714286rem;line-height:2.8571428571rem;font-weight:700}.euiGlobalToastList{scrollbar-color:rgba(105,112,125,.5) transparent;scrollbar-width:thin;display:flex;flex-direction:column;align-items:stretch;position:fixed;z-index:9000;bottom:0;width:400px;max-height:100vh;overflow-y:auto;scrollbar-width:none}.euiGlobalToastList::-webkit-scrollbar{width:16px;height:16px}.euiGlobalToastList::-webkit-scrollbar-thumb{background-color:rgba(105,112,125,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiGlobalToastList::-webkit-scrollbar-corner,.euiGlobalToastList::-webkit-scrollbar-track{background-color:transparent}.euiGlobalToastList::-webkit-scrollbar{width:0;height:0}.euiGlobalToastList:not(:empty){padding:16px}.euiGlobalToastList--right:not(:empty){right:0;padding-left:64px}.euiGlobalToastList--left:not(:empty){left:0;padding-right:64px}.euiGlobalToastListItem{margin-bottom:16px;animation:250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1);opacity:1}.euiGlobalToastListItem:first-child{margin-top:auto}.euiGlobalToastListItem:last-child{margin-bottom:0}.euiGlobalToastListItem.euiGlobalToastListItem-isDismissed{transition:opacity 250ms;opacity:0}@keyframes euiShowToast{from{transform:translateY(24px) scale(0.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media only screen and (max-width: 574px){.euiGlobalToastList:not(:empty){left:0;padding-left:16px;padding-right:16px;width:100%}}@media only screen and (min-width: 575px)and (max-width: 767px){.euiGlobalToastList:not(:empty){left:0;padding-left:16px;padding-right:16px;width:100%}}.euiToast{border:1px solid #d3dae6;box-shadow:0 2.7px 9px rgba(0,0,0,.13),0 9.4px 24px rgba(0,0,0,.09),0 21.8px 43px rgba(0,0,0,.08);position:relative;padding:16px;background-color:#fff;width:100%}.euiToast:hover .euiToast__closeButton,.euiToast:focus .euiToast__closeButton{opacity:1}.euiToast__closeButton{position:absolute;top:16px;right:16px;line-height:0;appearance:none;opacity:0;transition:opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1)}.euiToast__closeButton svg{fill:#8d8e90}.euiToast__closeButton:hover svg{fill:#1a1c21}.euiToast__closeButton:focus{background-color:rgba(77,178,207,.1);opacity:1}.euiToast__closeButton:focus svg{fill:#4db2cf}.euiToast--primary{border-top:2px solid #4299b2}.euiToast--success{border-top:2px solid #2aa726}.euiToast--warning{border-top:2px solid #c3823d}.euiToast--danger{border-top:2px solid #b62222}.euiToastHeader{padding-right:24px;display:flex;align-items:baseline}.euiToastHeader>*+*{margin-left:8px}.euiToastHeader__icon{flex:0 0 auto;fill:#1a1c21;transform:translateY(2px)}.euiToastHeader__title{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;font-weight:300}.euiToastHeader--withBody{margin-bottom:8px}.euiToastBody{word-wrap:break-word}.euiToken{display:inline-flex;align-items:center;justify-content:center}.euiToken svg{height:100%;margin:auto}.euiToken--circle{border-radius:50%}.euiToken--square{border-radius:5px}.euiToken--xsmall{width:12px;height:12px}.euiToken--xsmall.euiToken--rectangle{padding:0 4px}.euiToken--small{width:16px;height:16px}.euiToken--small.euiToken--rectangle{padding:0 4px}.euiToken--medium{width:24px;height:24px}.euiToken--medium.euiToken--rectangle{padding:0 8px}.euiToken--large{width:32px;height:32px}.euiToken--large.euiToken--rectangle{padding:0 8px}.euiToken--rectangle{box-sizing:content-box}.euiToken--euiColorVis0{color:#54b399}.euiToken--euiColorVis0.euiToken--light{color:#387765;background-color:#eef7f5;box-shadow:inset 0 0 0 1px #cce8e0}.euiToken--euiColorVis0.euiToken--dark{background-color:#6dccb1;color:#000}.euiToken--euiColorVis1{color:#6092c0}.euiToken--euiColorVis1.euiToken--light{color:#4a7194;background-color:#eff4f9;box-shadow:inset 0 0 0 1px #cfdeec}.euiToken--euiColorVis1.euiToken--dark{background-color:#79aad9;color:#000}.euiToken--euiColorVis2{color:#d36086}.euiToken--euiColorVis2.euiToken--light{color:#ac4e6d;background-color:#fbeff3;box-shadow:inset 0 0 0 1px #f2cfdb}.euiToken--euiColorVis2.euiToken--dark{background-color:#ee789d;color:#000}.euiToken--euiColorVis3{color:#9170b8}.euiToken--euiColorVis3.euiToken--light{color:#7c609e;background-color:#f4f1f8;box-shadow:inset 0 0 0 1px #ded4ea}.euiToken--euiColorVis3.euiToken--dark{background-color:#a987d1;color:#000}.euiToken--euiColorVis4{color:#ca8eae}.euiToken--euiColorVis4.euiToken--light{color:#8d647a;background-color:#faf4f7;box-shadow:inset 0 0 0 1px #efdde7}.euiToken--euiColorVis4.euiToken--dark{background-color:#e4a6c7;color:#000}.euiToken--euiColorVis5{color:#d6bf57}.euiToken--euiColorVis5.euiToken--light{color:#807234;background-color:#fbf9ee;box-shadow:inset 0 0 0 1px #f3eccd}.euiToken--euiColorVis5.euiToken--dark{background-color:#f1d86f;color:#000}.euiToken--euiColorVis6{color:#b9a888}.euiToken--euiColorVis6.euiToken--light{color:#7b705a;background-color:#f8f6f3;box-shadow:inset 0 0 0 1px #eae5db}.euiToken--euiColorVis6.euiToken--dark{background-color:#d2c0a0;color:#000}.euiToken--euiColorVis7{color:#da8b45}.euiToken--euiColorVis7.euiToken--light{color:#996130;background-color:#fbf3ec;box-shadow:inset 0 0 0 1px #f4dcc7}.euiToken--euiColorVis7.euiToken--dark{background-color:#f5a35c;color:#000}.euiToken--euiColorVis8{color:#aa6556}.euiToken--euiColorVis8.euiToken--light{color:#9a5b4e;background-color:#f7f0ee;box-shadow:inset 0 0 0 1px #e6d1cc}.euiToken--euiColorVis8.euiToken--dark{background-color:#c47c6c;color:#000}.euiToken--euiColorVis9{color:#e7664c}.euiToken--euiColorVis9.euiToken--light{color:#b34f3b;background-color:#fdf0ed;box-shadow:inset 0 0 0 1px #f8d1c9}.euiToken--euiColorVis9.euiToken--dark{background-color:#ff7e62;color:#000}.euiToken--gray{color:#69707d}.euiToken--gray.euiToken--light{color:#646a77;background-color:#f0f1f2;box-shadow:inset 0 0 0 1px #d2d4d8}.euiToken--gray.euiToken--dark{background-color:#69707d;color:#fff}.euiToolTip{box-shadow:0 1px 5px rgba(0,0,0,.1),0 3.6px 13px rgba(0,0,0,.07),0 8.4px 23px rgba(0,0,0,.06),0 23px 35px rgba(0,0,0,.05);border-radius:6px;background-color:#404040;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:12px;animation:euiToolTipTop 350ms ease-out 0s forwards;position:absolute;opacity:0}.euiToolTip .euiToolTip__arrow{content:"";position:absolute;transform-origin:center;border-radius:2px;background-color:#404040;width:12px;height:12px;transform:translateY(-7px) rotateZ(45deg)}.euiToolTip.euiToolTip--right{animation-name:euiToolTipRight}.euiToolTip.euiToolTip--right .euiToolTip__arrow{transform:translateX(-5px) rotateZ(45deg)}.euiToolTip.euiToolTip--bottom{animation-name:euiToolTipBottom}.euiToolTip.euiToolTip--bottom .euiToolTip__arrow{transform:translateY(-5px) rotateZ(45deg)}.euiToolTip.euiToolTip--left{animation-name:euiToolTipLeft}.euiToolTip.euiToolTip--left .euiToolTip__arrow{transform:translateX(-7px) rotateZ(45deg)}.euiToolTip .euiToolTip__title{font-weight:700;border-bottom:solid 1px #595959;padding-bottom:4px;margin-bottom:4px}.euiToolTipAnchor{display:inline-block}.euiToolTipAnchor *[disabled]{pointer-events:none}.euiToolTipAnchor.euiToolTipAnchor--displayBlock{display:block}@keyframes euiToolTipTop{0%{opacity:0;transform:translateY(-16px)}100%{opacity:1;transform:translateY(0)}}@keyframes euiToolTipBottom{0%{opacity:0;transform:translateY(16px)}100%{opacity:1;transform:translateY(0)}}@keyframes euiToolTipLeft{0%{opacity:0;transform:translateX(-16px)}100%{opacity:1;transform:translateY(0)}}@keyframes euiToolTipRight{0%{opacity:0;transform:translateX(16px)}100%{opacity:1;transform:translateY(0)}}.euiTourHeader{border-bottom:none;margin-bottom:8px !important}.euiTourHeader .euiTourHeader__title{margin-top:0}.euiTourHeader__subtitle{color:#6a717d}.euiTourFooter{background-color:#fafbfd;border-radius:0 0 6px 6px}.euiTour .euiTour__beacon{pointer-events:none;position:absolute;opacity:0;transition:opacity 0s 350ms}.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--right .euiTour__beacon{opacity:1;top:6px;left:-24px}.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--left .euiTour__beacon{opacity:1;top:6px;left:12px}.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top:after{border-top-color:#f5f7fa}.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top .euiTour__beacon{opacity:1;top:12px;left:6px}.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--bottom .euiTour__beacon{opacity:1;top:-24px;left:6px}.euiTourStepIndicator{display:inline-block}.euiText{color:#343741;font-weight:400;color:inherit;clear:both}.euiText a:not([class]){text-align:left;font-weight:500}.euiText a:not([class]):hover{text-decoration:underline}.euiText a:not([class]):focus{outline:2px solid currentColor;outline-offset:2px;text-decoration:underline;text-decoration-thickness:2px !important}.euiText a:not([class]):focus:focus-visible{outline-style:auto}.euiText a:not([class]):focus:not(:focus-visible){outline:none}.euiText img{display:block;width:100%}.euiText ul{list-style:disc}.euiText ol{list-style:decimal}.euiText blockquote:not(.euiMarkdownFormat__blockquote){position:relative;text-align:center;margin-left:auto;margin-right:auto;font-family:Georgia,Times,Times New Roman,serif;font-style:italic;letter-spacing:normal}.euiText blockquote:not(.euiMarkdownFormat__blockquote) p:last-child{margin-bottom:0}.euiText blockquote:not(.euiMarkdownFormat__blockquote):before,.euiText blockquote:not(.euiMarkdownFormat__blockquote):after{position:absolute;content:"";height:2px;width:50%;right:0;transform:translateX(-50%);background:#69707d}.euiText blockquote:not(.euiMarkdownFormat__blockquote):before{top:0}.euiText blockquote:not(.euiMarkdownFormat__blockquote):after{bottom:0}.euiText h1{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:34px;font-size:2.4285714286rem;line-height:2.8571428571rem;font-weight:700}.euiText h2{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:27px;font-size:1.9285714286rem;line-height:2.2857142857rem;font-weight:700}.euiText h3{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:22px;font-size:1.5714285714rem;line-height:2.2857142857rem;font-weight:700}.euiText h4,.euiText dt{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700}.euiText h5{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700}.euiText h6{overflow-wrap:break-word !important;word-wrap:break-word !important;word-break:break-word;color:#1a1c21;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;font-weight:700;text-transform:uppercase}.euiText h1,.euiText h2,.euiText h3,.euiText h4,.euiText h5,.euiText h6,.euiText dt{color:inherit}.euiText pre{white-space:pre-wrap;background:#f5f7fa;color:#343741}.euiText pre,.euiText pre code{display:block}.euiText code{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace;letter-spacing:normal}.euiText.euiText--constrainedWidth{max-width:36em;min-width:75%}.euiText>:last-child,.euiText .euiTextColor>:last-child{margin-bottom:0 !important}.euiText--medium{font-size:14px;font-size:1rem;line-height:1.5}.euiText--medium p,.euiText--medium ul,.euiText--medium ol,.euiText--medium dl,.euiText--medium blockquote,.euiText--medium img,.euiText--medium pre{margin-bottom:1.5rem}.euiText--medium ul,.euiText--medium ol{margin-left:1.5rem}.euiText--medium blockquote{font-size:1rem;padding:1.5rem}.euiText--medium h1{font-size:2.125rem;line-height:1.4117647059;margin-bottom:0.5rem}.euiText--medium h2{font-size:1.6875rem;line-height:1.4814814815;margin-bottom:0.5rem}.euiText--medium h3{font-size:1.375rem;line-height:1.4545454545;margin-bottom:0.5rem}.euiText--medium h4{font-size:1rem;line-height:1.5;margin-bottom:0.5rem}.euiText--medium h5{font-size:0.875rem;line-height:1.1428571429;margin-bottom:0.5rem}.euiText--medium h6{font-size:0.75rem;line-height:1.3333333333;margin-bottom:0.5rem}.euiText--medium *+h2{margin-top:2rem}.euiText--medium *+h3{margin-top:2rem}.euiText--medium *+h4{margin-top:2rem}.euiText--medium *+h5{margin-top:2rem}.euiText--medium *+h6{margin-top:2rem}.euiText--medium dd+dt{margin-top:1rem}.euiText--medium dt,.euiText--medium .eui-definitionListReverse dd{font-size:1rem;line-height:1.5}.euiText--medium .eui-definitionListReverse dt{font-size:0.75rem;color:#343741}.euiText--medium small{font-size:0.875rem}.euiText--medium pre{padding:1rem}.euiText--medium code:not(.euiCode):not(.euiCodeBlock__code){font-size:0.9rem}.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote{padding:0 1rem;border-left-width:0.25rem;margin-bottom:1rem}.euiText--medium.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1rem}.euiText--medium.euiMarkdownFormat .euiCheckbox__label{font-size:1rem;padding-left:1.5rem;line-height:1.5}.euiText--medium.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1rem}.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper{margin-bottom:1rem}.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table{margin-bottom:1rem}.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th,.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td{padding:0.25rem 0.5rem}.euiText--small{font-size:14px;font-size:1rem;line-height:1.5}.euiText--small p,.euiText--small ul,.euiText--small ol,.euiText--small dl,.euiText--small blockquote,.euiText--small img,.euiText--small pre{margin-bottom:1.5rem}.euiText--small ul,.euiText--small ol{margin-left:1.5rem}.euiText--small blockquote{font-size:1rem;padding:1.5rem}.euiText--small h1{font-size:2.125rem;line-height:1.4117647059;margin-bottom:0.5rem}.euiText--small h2{font-size:1.6875rem;line-height:1.4814814815;margin-bottom:0.5rem}.euiText--small h3{font-size:1.375rem;line-height:1.4545454545;margin-bottom:0.5rem}.euiText--small h4{font-size:1rem;line-height:1.5;margin-bottom:0.5rem}.euiText--small h5{font-size:0.875rem;line-height:1.1428571429;margin-bottom:0.5rem}.euiText--small h6{font-size:0.75rem;line-height:1.3333333333;margin-bottom:0.5rem}.euiText--small *+h2{margin-top:2rem}.euiText--small *+h3{margin-top:2rem}.euiText--small *+h4{margin-top:2rem}.euiText--small *+h5{margin-top:2rem}.euiText--small *+h6{margin-top:2rem}.euiText--small dd+dt{margin-top:1rem}.euiText--small dt,.euiText--small .eui-definitionListReverse dd{font-size:1rem;line-height:1.5}.euiText--small .eui-definitionListReverse dt{font-size:0.75rem;color:#343741}.euiText--small small{font-size:0.875rem}.euiText--small pre{padding:1rem}.euiText--small code:not(.euiCode):not(.euiCodeBlock__code){font-size:0.9rem}.euiText--small.euiMarkdownFormat .euiMarkdownFormat__blockquote{padding:0 1rem;border-left-width:0.25rem;margin-bottom:1rem}.euiText--small.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1rem}.euiText--small.euiMarkdownFormat .euiCheckbox__label{font-size:1rem;padding-left:1.5rem;line-height:1.5}.euiText--small.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1rem}.euiText--small.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper{margin-bottom:1rem}.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table{margin-bottom:1rem}.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table th,.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table td{padding:0.25rem 0.5rem}.euiText--extraSmall{font-size:12px;font-size:0.8571428571rem;line-height:1.5}.euiText--extraSmall p,.euiText--extraSmall ul,.euiText--extraSmall ol,.euiText--extraSmall dl,.euiText--extraSmall blockquote,.euiText--extraSmall img,.euiText--extraSmall pre{margin-bottom:1.2857142857rem}.euiText--extraSmall ul,.euiText--extraSmall ol{margin-left:1.2857142857rem}.euiText--extraSmall blockquote{font-size:0.8571428571rem;padding:1.2857142857rem}.euiText--extraSmall h1{font-size:1.8214285714rem;line-height:1.4117647059;margin-bottom:0.4285714286rem}.euiText--extraSmall h2{font-size:1.4464285714rem;line-height:1.4814814815;margin-bottom:0.4285714286rem}.euiText--extraSmall h3{font-size:1.1785714286rem;line-height:1.4545454545;margin-bottom:0.4285714286rem}.euiText--extraSmall h4{font-size:0.8571428571rem;line-height:1.5;margin-bottom:0.4285714286rem}.euiText--extraSmall h5{font-size:0.75rem;line-height:1.1428571429;margin-bottom:0.4285714286rem}.euiText--extraSmall h6{font-size:0.6428571429rem;line-height:1.3333333333;margin-bottom:0.4285714286rem}.euiText--extraSmall *+h2{margin-top:1.7142857143rem}.euiText--extraSmall *+h3{margin-top:1.7142857143rem}.euiText--extraSmall *+h4{margin-top:1.7142857143rem}.euiText--extraSmall *+h5{margin-top:1.7142857143rem}.euiText--extraSmall *+h6{margin-top:1.7142857143rem}.euiText--extraSmall dd+dt{margin-top:0.8571428571rem}.euiText--extraSmall dt,.euiText--extraSmall .eui-definitionListReverse dd{font-size:0.8571428571rem;line-height:1.5}.euiText--extraSmall .eui-definitionListReverse dt{font-size:0.6428571429rem;color:#343741}.euiText--extraSmall small{font-size:0.75rem}.euiText--extraSmall pre{padding:0.8571428571rem}.euiText--extraSmall code:not(.euiCode):not(.euiCodeBlock__code){font-size:0.7714285714rem}.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__blockquote{padding:0 0.8571428571rem;border-left-width:0.2142857143rem;margin-bottom:0.8571428571rem}.euiText--extraSmall.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:0.8571428571rem}.euiText--extraSmall.euiMarkdownFormat .euiCheckbox__label{font-size:0.8571428571rem;padding-left:1.2857142857rem;line-height:1.5}.euiText--extraSmall.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:0.8571428571rem}.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper{margin-bottom:0.8571428571rem}.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table{margin-bottom:0.8571428571rem}.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table th,.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table td{padding:0.2142857143rem 0.4285714286rem}.euiText--relative{font-size:1em;line-height:1.5}.euiText--relative p,.euiText--relative ul,.euiText--relative ol,.euiText--relative dl,.euiText--relative blockquote,.euiText--relative img,.euiText--relative pre{margin-bottom:1.5em}.euiText--relative ul,.euiText--relative ol{margin-left:1.5em}.euiText--relative blockquote{font-size:1em;padding:1.5em}.euiText--relative h1{font-size:2.125em;line-height:1.4117647059;margin-bottom:0.2352941176em}.euiText--relative h2{font-size:1.6875em;line-height:1.4814814815;margin-bottom:0.2962962963em}.euiText--relative h3{font-size:1.375em;line-height:1.4545454545;margin-bottom:0.3636363636em}.euiText--relative h4{font-size:1em;line-height:1.5;margin-bottom:0.5em}.euiText--relative h5{font-size:0.875em;line-height:1.1428571429;margin-bottom:0.5714285714em}.euiText--relative h6{font-size:0.75em;line-height:1.3333333333;margin-bottom:0.6666666667em}.euiText--relative *+h2{margin-top:1.1851851852em}.euiText--relative *+h3{margin-top:1.4545454545em}.euiText--relative *+h4{margin-top:2em}.euiText--relative *+h5{margin-top:2.2857142857em}.euiText--relative *+h6{margin-top:2.6666666667em}.euiText--relative dd+dt{margin-top:14pxem}.euiText--relative dt,.euiText--relative .eui-definitionListReverse dd{font-size:1em;line-height:1.5}.euiText--relative .eui-definitionListReverse dt{font-size:0.75em;color:#343741}.euiText--relative small{font-size:0.875em}.euiText--relative pre{padding:1em}.euiText--relative code:not(.euiCode):not(.euiCodeBlock__code){font-size:0.9em}.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__blockquote{padding:0 1em;border-left-width:0.25em;margin-bottom:1em}.euiText--relative.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1em}.euiText--relative.euiMarkdownFormat .euiCheckbox__label{font-size:1em;padding-left:1.5em;line-height:1.5}.euiText--relative.euiMarkdownFormat .euiCheckbox+*:not(.euiCheckbox){margin-top:1em}.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper{margin-bottom:1em}.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table{margin-bottom:1em}.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table th,.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table td{padding:0.25em 0.5em}.euiTextColor--default{color:#343741}.euiTextColor--subdued{color:#6a717d}.euiTextColor--success{color:#22881e}.euiTextColor--accent{color:#274b72}.euiTextColor--warning{color:#9f6a31}.euiTextColor--danger{color:#b62222}.euiTextColor--ghost{color:#717171;color:#fff !important}.euiTextColor--inherit{color:inherit}.euiTextAlign--left{text-align:left}.euiTextAlign--right{text-align:right}.euiTextAlign--center{text-align:center} \ No newline at end of file diff --git a/src/lib/themes/vars.scss b/src/lib/themes/vars.scss deleted file mode 100644 index a0ce53ba..00000000 --- a/src/lib/themes/vars.scss +++ /dev/null @@ -1,17 +0,0 @@ -/*! - * Copyright 2019-2020 SURF. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -// Import custom variables from theme -@import "./surfnet_light/vars.scss"; diff --git a/src/lib/themes/webpack.config.js b/src/lib/themes/webpack.config.js deleted file mode 100644 index c7f89467..00000000 --- a/src/lib/themes/webpack.config.js +++ /dev/null @@ -1,27 +0,0 @@ -const path = require("path"); - -module.exports = { - mode: "production", - entry: "./main.scss", - output: { - path: path.resolve(__dirname), - }, - module: { - rules: [ - { - test: /\.s[ac]ss$/i, - use: [ - { - loader: "file-loader", - options: { outputPath: "./", name: "theme.css" }, - }, - // Compiles Sass to CSS - "sass-loader", - ], - }, - ], - }, - performance: { - maxAssetSize: 500000, - }, -}; diff --git a/src/lib/themes/yarn.lock b/src/lib/themes/yarn.lock deleted file mode 100644 index 8714f4d6..00000000 --- a/src/lib/themes/yarn.lock +++ /dev/null @@ -1,3744 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4": - version "7.11.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== - dependencies: - regenerator-runtime "^0.13.4" - -"@elastic/eui@^41.2.3": - version "41.4.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-41.4.0.tgz#b6ad9429213dbe5cd2f1d11d5b68be7c79beb903" - integrity sha512-6mIeNesz8Wf1/FtfckevTJH8MCC13Jh98njURqXChR56Uta3tBq66V/lF5ZsxIVyCMgROvTtx642mGJO/S02ig== - dependencies: - "@types/chroma-js" "^2.0.0" - "@types/lodash" "^4.14.160" - "@types/numeral" "^0.0.28" - "@types/react-beautiful-dnd" "^13.0.0" - "@types/react-input-autosize" "^2.2.0" - "@types/react-virtualized-auto-sizer" "^1.0.0" - "@types/react-window" "^1.8.2" - "@types/refractor" "^3.0.0" - "@types/resize-observer-browser" "^0.1.5" - "@types/vfile-message" "^2.0.0" - chroma-js "^2.1.0" - classnames "^2.2.6" - lodash "^4.17.21" - mdast-util-to-hast "^10.0.0" - numeral "^2.0.6" - prop-types "^15.6.0" - react-beautiful-dnd "^13.0.0" - react-dropzone "^11.2.0" - react-focus-on "^3.5.0" - react-input-autosize "^2.2.2" - react-is "~16.3.0" - react-virtualized-auto-sizer "^1.0.2" - react-window "^1.8.5" - refractor "^3.5.0" - rehype-raw "^5.0.0" - rehype-react "^6.0.0" - rehype-stringify "^8.0.0" - remark-breaks "^2.0.2" - remark-emoji "^2.1.0" - remark-parse "^8.0.3" - remark-rehype "^8.0.0" - tabbable "^3.0.0" - text-diff "^1.0.1" - unified "^9.2.0" - unist-util-visit "^2.0.3" - url-parse "^1.5.3" - uuid "^8.3.0" - vfile "^4.2.0" - -"@mapbox/hast-util-table-cell-style@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.1.3.tgz#5b7166ae01297d72216932b245e4b2f0b642dca6" - integrity sha512-QsEsh5YaDvHoMQ2YHdvZy2iDnU3GgKVBTcHf6cILyoWDZtPSdlG444pL/ioPYO/GpXSfODBb9sefEetfC4v9oA== - dependencies: - unist-util-visit "^1.3.0" - -"@types/chroma-js@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/chroma-js/-/chroma-js-2.0.1.tgz#9dc55127dd25f9fd5bfc3ea7a790adc7b2d117e0" - integrity sha512-vVWMMgoJPxnekRV0nccamAUVJgucvUMd0KEFQRkqLJXWvTRgMI2f9gnnGHxiF8po3XUv7ALXzVhixFclnOfX6Q== - -"@types/hast@^2.0.0": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.1.tgz#b16872f2a6144c7025f296fb9636a667ebb79cd9" - integrity sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q== - dependencies: - "@types/unist" "*" - -"@types/json-schema@^7.0.5": - version "7.0.6" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" - integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - -"@types/lodash@^4.14.160": - version "4.14.161" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.161.tgz#a21ca0777dabc6e4f44f3d07f37b765f54188b18" - integrity sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA== - -"@types/mdast@^3.0.0": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" - integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== - dependencies: - "@types/unist" "*" - -"@types/numeral@^0.0.28": - version "0.0.28" - resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-0.0.28.tgz#e43928f0bda10b169b6f7ecf99e3ddf836b8ebe4" - integrity sha512-Sjsy10w6XFHDktJJdXzBJmoondAKW+LcGpRFH+9+zXEDj0cOH8BxJuZA9vUDSMAzU1YRJlsPKmZEEiTYDlICLw== - -"@types/parse5@^5.0.0": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109" - integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - -"@types/prismjs@*": - version "1.16.6" - resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.16.6.tgz#377054f72f671b36dbe78c517ce2b279d83ecc40" - integrity sha512-dTvnamRITNqNkqhlBd235kZl3KfVJQQoT5jkXeiWSBK7i4/TLKBNLV0S1wOt8gy4E2TY722KLtdmv2xc6+Wevg== - -"@types/prop-types@*": - version "15.7.3" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" - integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== - -"@types/react-beautiful-dnd@^13.0.0": - version "13.0.0" - resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.0.0.tgz#e60d3d965312fcf1516894af92dc3e9249587db4" - integrity sha512-by80tJ8aTTDXT256Gl+RfLRtFjYbUWOnZuEigJgNsJrSEGxvFe5eY6k3g4VIvf0M/6+xoLgfYWoWonlOo6Wqdg== - dependencies: - "@types/react" "*" - -"@types/react-input-autosize@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.0.tgz#d62b07567088e547500f4693ae25dce0639c1b4e" - integrity sha512-8NO64XLmdRKUHeteXnweVnXuuSQr5HMSa4vRyNBUKOeZlimvgHPMtRchFHVHO9k7VpDoufCFYMJ6XHJ44qMTBQ== - dependencies: - "@types/react" "*" - -"@types/react-virtualized-auto-sizer@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.0.tgz#fc32f30a8dab527b5816f3a757e1e1d040c8f272" - integrity sha512-NMErdIdSnm2j/7IqMteRiRvRulpjoELnXWUwdbucYCz84xG9PHcoOrr7QfXwB/ku7wd6egiKFrzt/+QK4Imeeg== - dependencies: - "@types/react" "*" - -"@types/react-window@^1.8.2": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.2.tgz#a5a6b2762ce73ffaab7911ee1397cf645f2459fe" - integrity sha512-gP1xam68Wc4ZTAee++zx6pTdDAH08rAkQrWm4B4F/y6hhmlT9Mgx2q8lTCXnrPHXsr15XjRN9+K2DLKcz44qEQ== - dependencies: - "@types/react" "*" - -"@types/react@*": - version "16.9.49" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872" - integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/refractor@^3.0.0": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/refractor/-/refractor-3.0.2.tgz#2d42128d59f78f84d2c799ffc5ab5cadbcba2d82" - integrity sha512-2HMXuwGuOqzUG+KUTm9GDJCHl0LCBKsB5cg28ujEmVi/0qgTb6jOmkVSO5K48qXksyl2Fr3C0Q2VrgD4zbwyXg== - dependencies: - "@types/prismjs" "*" - -"@types/resize-observer-browser@^0.1.5": - version "0.1.6" - resolved "https://registry.yarnpkg.com/@types/resize-observer-browser/-/resize-observer-browser-0.1.6.tgz#d8e6c2f830e2650dc06fe74464472ff64b54a302" - integrity sha512-61IfTac0s9jvNtBCpyo86QeaN8qqpMGHdK0uGKCCIy2dt5/Yk84VduHIdWAcmkC5QvdkPL0p5eWYgUZtHKKUVg== - -"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" - integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - -"@types/vfile-message@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/vfile-message/-/vfile-message-2.0.0.tgz#690e46af0fdfc1f9faae00cd049cc888957927d5" - integrity sha512-GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw== - dependencies: - vfile-message "*" - -"@webassemblyjs/ast@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" - integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - dependencies: - "@webassemblyjs/helper-module-context" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/wast-parser" "1.9.0" - -"@webassemblyjs/floating-point-hex-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" - integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - -"@webassemblyjs/helper-api-error@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" - integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - -"@webassemblyjs/helper-buffer@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" - integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - -"@webassemblyjs/helper-code-frame@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" - integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - dependencies: - "@webassemblyjs/wast-printer" "1.9.0" - -"@webassemblyjs/helper-fsm@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" - integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - -"@webassemblyjs/helper-module-context@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" - integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - dependencies: - "@webassemblyjs/ast" "1.9.0" - -"@webassemblyjs/helper-wasm-bytecode@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" - integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - -"@webassemblyjs/helper-wasm-section@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" - integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - -"@webassemblyjs/ieee754@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" - integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== - dependencies: - "@xtuc/ieee754" "^1.2.0" - -"@webassemblyjs/leb128@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" - integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== - dependencies: - "@xtuc/long" "4.2.2" - -"@webassemblyjs/utf8@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" - integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - -"@webassemblyjs/wasm-edit@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" - integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/helper-wasm-section" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - "@webassemblyjs/wasm-opt" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - "@webassemblyjs/wast-printer" "1.9.0" - -"@webassemblyjs/wasm-gen@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" - integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/ieee754" "1.9.0" - "@webassemblyjs/leb128" "1.9.0" - "@webassemblyjs/utf8" "1.9.0" - -"@webassemblyjs/wasm-opt@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" - integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - -"@webassemblyjs/wasm-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" - integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-api-error" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/ieee754" "1.9.0" - "@webassemblyjs/leb128" "1.9.0" - "@webassemblyjs/utf8" "1.9.0" - -"@webassemblyjs/wast-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" - integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/floating-point-hex-parser" "1.9.0" - "@webassemblyjs/helper-api-error" "1.9.0" - "@webassemblyjs/helper-code-frame" "1.9.0" - "@webassemblyjs/helper-fsm" "1.9.0" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/wast-printer@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" - integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/wast-parser" "1.9.0" - "@xtuc/long" "4.2.2" - -"@xtuc/ieee754@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" - integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - -"@xtuc/long@4.2.2": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" - integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - -acorn@^6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" - integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== - -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - -ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" - integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - -ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.4: - version "6.12.5" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da" - integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@~3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -aproba@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -aria-hidden@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.1.1.tgz#0c356026d3f65e2bd487a3adb73f0c586be2c37e" - integrity sha512-M7zYxCcOQPOaxGHoMTKUFD2UNcVFTp9ycrdStLcTPLf8zgTXC3+YcGe+UuzSh5X1BX/0/PtS8xTNy4xyH/6xtw== - dependencies: - tslib "^1.0.0" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -asn1.js@^5.2.0: - version "5.4.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" - integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - safer-buffer "^2.1.0" - -assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - dependencies: - object-assign "^4.1.1" - util "0.10.3" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -attr-accept@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b" - integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg== - -bail@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" - integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base64-js@^1.0.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" - integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - -binary-extensions@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" - integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - -bindings@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - dependencies: - file-uri-to-path "1.0.0" - -bluebird@^3.5.5: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: - version "4.12.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" - integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== - -bn.js@^5.1.1: - version "5.1.3" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b" - integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -brorand@^1.0.1, brorand@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" - integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - dependencies: - bn.js "^4.1.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" - integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - dependencies: - bn.js "^5.1.1" - browserify-rsa "^4.0.1" - create-hash "^1.2.0" - create-hmac "^1.1.7" - elliptic "^6.5.3" - inherits "^2.0.4" - parse-asn1 "^5.1.5" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^4.3.0: - version "4.9.2" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" - integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - isarray "^1.0.0" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - -cacache@^12.0.2: - version "12.0.4" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" - integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - dependencies: - bluebird "^3.5.5" - chownr "^1.1.1" - figgy-pudding "^3.5.1" - glob "^7.1.4" - graceful-fs "^4.1.15" - infer-owner "^1.0.3" - lru-cache "^5.1.1" - mississippi "^3.0.0" - mkdirp "^0.5.1" - move-concurrently "^1.0.1" - promise-inflight "^1.0.1" - rimraf "^2.6.3" - ssri "^6.0.1" - unique-filename "^1.1.1" - y18n "^4.0.0" - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -camelcase@^5.0.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -ccount@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17" - integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== - -chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -character-entities-html4@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125" - integrity sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g== - -character-entities-legacy@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" - integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== - -character-entities@^1.0.0: - version "1.2.4" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" - integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - -character-reference-invalid@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" - integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== - -"chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.1: - version "3.4.2" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" - integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.4.0" - optionalDependencies: - fsevents "~2.1.2" - -chokidar@^2.1.8: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - -chownr@^1.1.1: - version "1.1.4" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" - integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - -chroma-js@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-2.1.0.tgz#c0be48a21fe797ef8965608c1c4f911ef2da49d5" - integrity sha512-uiRdh4ZZy+UTPSrAdp8hqEdVb1EllLtTHOt5TMaOjJUvi+O54/83Fc5K2ld1P+TJX+dw5B+8/sCgzI6eaur/lg== - dependencies: - cross-env "^6.0.3" - -chrome-trace-event@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" - -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -classnames@^2.2.6: - version "2.2.6" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" - integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== - -cliui@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" - integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - dependencies: - string-width "^3.1.0" - strip-ansi "^5.2.0" - wrap-ansi "^5.1.0" - -collapse-white-space@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" - integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -comma-separated-tokens@^1.0.0: - version "1.0.8" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea" - integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - -commander@^2.20.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -concat-stream@^1.5.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -console-browserify@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - -copy-concurrently@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" - integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - dependencies: - aproba "^1.1.1" - fs-write-stream-atomic "^1.0.8" - iferr "^0.1.5" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.0" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -create-ecdh@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" - integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - dependencies: - bn.js "^4.1.0" - elliptic "^6.5.3" - -create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" - -create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -cross-env@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941" - integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag== - dependencies: - cross-spawn "^7.0.0" - -cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-browserify@^3.11.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" - -css-box-model@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/css-box-model/-/css-box-model-1.2.1.tgz#59951d3b81fd6b2074a62d49444415b0d2b4d7c1" - integrity sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw== - dependencies: - tiny-invariant "^1.0.6" - -csstype@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8" - integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag== - -cyclist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - -dart-sass@^1.25.0: - version "1.25.0" - resolved "https://registry.yarnpkg.com/dart-sass/-/dart-sass-1.25.0.tgz#e00c0348118916e9d81cb485297184c131af1dad" - integrity sha512-syNOAstJXAmvD3RifcDk3fiPMyYE2fY8so6w9gf2/wNlKpG0zyH+oiXubEYVOy1WAWkzOc72pbAxwx+3OU4JJA== - dependencies: - chokidar ">=2.0.0 <4.0.0" - -debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -detect-file@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - -detect-node-es@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.0.0.tgz#c0318b9e539a5256ca780dd9575c9345af05b8ed" - integrity sha512-S4AHriUkTX9FoFvL4G8hXDcx6t3gp2HpfCza3Q0v6S78gul2hKWifLQbeW+ZF89+hSm2ZIc/uF3J97ZgytgTRg== - -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - -domain-browser@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" - integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - -duplexify@^3.4.2, duplexify@^3.6.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" - integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - dependencies: - end-of-stream "^1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" - -elliptic@^6.5.3: - version "6.5.4" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" - integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== - dependencies: - bn.js "^4.11.9" - brorand "^1.1.0" - hash.js "^1.0.0" - hmac-drbg "^1.0.1" - inherits "^2.0.4" - minimalistic-assert "^1.0.1" - minimalistic-crypto-utils "^1.0.1" - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - -emojis-list@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" - integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - -emoticon@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f" - integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@^4.1.1, enhanced-resolve@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" - integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== - dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.5.0" - tapable "^1.0.0" - -errno@^0.1.3, errno@~0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" - integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - dependencies: - prr "~1.0.1" - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -eslint-scope@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -esrecurse@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" - integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - -events@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379" - integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -fast-deep-equal@^3.1.1: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -figgy-pudding@^3.5.1: - version "3.5.2" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" - integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - -file-selector@^0.2.2: - version "0.2.4" - resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.4.tgz#7b98286f9dbb9925f420130ea5ed0a69238d4d80" - integrity sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA== - dependencies: - tslib "^2.0.3" - -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -find-cache-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -findup-sync@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" - integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - dependencies: - detect-file "^1.0.0" - is-glob "^4.0.0" - micromatch "^3.0.4" - resolve-dir "^1.0.1" - -flush-write-stream@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" - integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - dependencies: - inherits "^2.0.3" - readable-stream "^2.3.6" - -focus-lock@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.7.0.tgz#b2bfb0ca7beacc8710a1ff74275fe0dc60a1d88a" - integrity sha512-LI7v2mH02R55SekHYdv9pRHR9RajVNyIJ2N5IEkWbg7FT5ZmJ9Hw4mWxHeEUcd+dJo0QmzztHvDvWcc7prVFsw== - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -from2@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.0" - -fs-write-stream-atomic@^1.0.8: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - dependencies: - graceful-fs "^4.1.2" - iferr "^0.1.5" - imurmurhash "^0.1.4" - readable-stream "1 || 2" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^1.2.7: - version "1.2.13" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" - integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - dependencies: - bindings "^1.5.0" - nan "^2.12.1" - -fsevents@~2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" - integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-nonce@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3" - integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob-parent@~5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" - integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - dependencies: - is-glob "^4.0.1" - -glob@^7.1.3, glob@^7.1.4: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-modules@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" - integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - dependencies: - global-prefix "^3.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" - -global-prefix@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" - integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - dependencies: - ini "^1.3.5" - kind-of "^6.0.2" - which "^1.3.1" - -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2: - version "4.2.4" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -hash-base@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" - integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - dependencies: - inherits "^2.0.4" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -hast-to-hyperscript@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz#768fb557765fe28749169c885056417342d71e83" - integrity sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg== - dependencies: - "@types/unist" "^2.0.3" - comma-separated-tokens "^1.0.0" - property-information "^5.3.0" - space-separated-tokens "^1.0.0" - style-to-object "^0.3.0" - unist-util-is "^4.0.0" - web-namespaces "^1.0.0" - -hast-util-from-parse5@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz#554e34abdeea25ac76f5bd950a1f0180e0b3bc2a" - integrity sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA== - dependencies: - "@types/parse5" "^5.0.0" - hastscript "^6.0.0" - property-information "^5.0.0" - vfile "^4.0.0" - vfile-location "^3.2.0" - web-namespaces "^1.0.0" - -hast-util-is-element@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz#3b3ed5159a2707c6137b48637fbfe068e175a425" - integrity sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ== - -hast-util-parse-selector@^2.0.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.4.tgz#60c99d0b519e12ab4ed32e58f150ec3f61ed1974" - integrity sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA== - -hast-util-raw@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.0.2.tgz#0954c44e2e1c03dc5bb44c40ef5eee3185ebeabe" - integrity sha512-m7IlmqO8cytmG3EIMDMXUG8LjO2uyApWcxwL6apsGvikIClgykFg3UYps4rnt4kUpY3j8Mc7ANJ8zW6KPPLb+w== - dependencies: - "@types/hast" "^2.0.0" - hast-util-from-parse5 "^6.0.0" - hast-util-to-parse5 "^6.0.0" - html-void-elements "^1.0.0" - parse5 "^6.0.0" - unist-util-position "^3.0.0" - vfile "^4.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.0" - zwitch "^1.0.0" - -hast-util-to-html@^7.1.1: - version "7.1.2" - resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-7.1.2.tgz#db677f0ee483658cea0eecc9dec30aba42b67111" - integrity sha512-pu73bvORzdF6XZgwl9eID/0RjBb/jtRfoGRRSykpR1+o9rCdiAHpgkSukZsQBRlIqMg6ylAcd7F0F7myJUb09Q== - dependencies: - ccount "^1.0.0" - comma-separated-tokens "^1.0.0" - hast-util-is-element "^1.0.0" - hast-util-whitespace "^1.0.0" - html-void-elements "^1.0.0" - property-information "^5.0.0" - space-separated-tokens "^1.0.0" - stringify-entities "^3.0.1" - unist-util-is "^4.0.0" - xtend "^4.0.0" - -hast-util-to-parse5@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz#1ec44650b631d72952066cea9b1445df699f8479" - integrity sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== - dependencies: - hast-to-hyperscript "^9.0.0" - property-information "^5.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.0" - zwitch "^1.0.0" - -hast-util-whitespace@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz#e4fe77c4a9ae1cb2e6c25e02df0043d0164f6e41" - integrity sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A== - -hastscript@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-6.0.0.tgz#e8768d7eac56c3fdeac8a92830d58e811e5bf640" - integrity sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w== - dependencies: - "@types/hast" "^2.0.0" - comma-separated-tokens "^1.0.0" - hast-util-parse-selector "^2.0.0" - property-information "^5.0.0" - space-separated-tokens "^1.0.0" - -hmac-drbg@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -hoist-non-react-statics@^3.3.0: - version "3.3.2" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" - integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - dependencies: - react-is "^16.7.0" - -homedir-polyfill@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" - integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - dependencies: - parse-passwd "^1.0.0" - -html-void-elements@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" - integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - -ieee754@^1.1.4: - version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" - integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - -iferr@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= - -import-local@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" - integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - dependencies: - pkg-dir "^3.0.0" - resolve-cwd "^2.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -infer-owner@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -ini@^1.3.4, ini@^1.3.5: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -inline-style-parser@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" - integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - -interpret@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" - integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - -invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-alphabetical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" - integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - -is-alphanumerical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" - integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - dependencies: - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - dependencies: - binary-extensions "^1.0.0" - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-buffer@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" - integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-decimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" - integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.0, is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-hexadecimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" - integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-plain-obj@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" - integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-whitespace-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" - integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - -is-windows@^1.0.1, is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-word-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230" - integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -"js-tokens@^3.0.0 || ^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -json-parse-better-errors@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - -json5@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - dependencies: - minimist "^1.2.5" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -klona@^2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" - integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== - -loader-runner@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" - integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - -loader-utils@^1.2.3, loader-utils@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" - integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^1.0.1" - -loader-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" - integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^2.1.2" - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -lodash.toarray@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" - integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE= - -lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -loose-envify@^1.0.0, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -make-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -markdown-escapes@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" - integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -mdast-util-definitions@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2" - integrity sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ== - dependencies: - unist-util-visit "^2.0.0" - -mdast-util-to-hast@^10.0.0: - version "10.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz#0cfc82089494c52d46eb0e3edb7a4eb2aea021eb" - integrity sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA== - dependencies: - "@types/mdast" "^3.0.0" - "@types/unist" "^2.0.0" - mdast-util-definitions "^4.0.0" - mdurl "^1.0.0" - unist-builder "^2.0.0" - unist-util-generated "^1.0.0" - unist-util-position "^3.0.0" - unist-util-visit "^2.0.0" - -mdurl@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= - -"memoize-one@>=3.1.1 <6", memoize-one@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0" - integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== - -memory-fs@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -memory-fs@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" - integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -mississippi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" - integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - dependencies: - concat-stream "^1.5.0" - duplexify "^3.4.2" - end-of-stream "^1.1.0" - flush-write-stream "^1.0.0" - from2 "^2.1.0" - parallel-transform "^1.1.0" - pump "^3.0.0" - pumpify "^1.3.3" - stream-each "^1.1.0" - through2 "^2.0.0" - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mkdirp@^0.5.1, mkdirp@^0.5.3: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - dependencies: - minimist "^1.2.5" - -move-concurrently@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - dependencies: - aproba "^1.1.1" - copy-concurrently "^1.0.0" - fs-write-stream-atomic "^1.0.8" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.3" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -nan@^2.12.1: - version "2.14.1" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" - integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-emoji@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da" - integrity sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== - dependencies: - lodash.toarray "^4.4.0" - -node-libs-browser@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" - integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - dependencies: - assert "^1.1.1" - browserify-zlib "^0.2.0" - buffer "^4.3.0" - console-browserify "^1.1.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.11.0" - domain-browser "^1.1.1" - events "^3.0.0" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "0.0.1" - process "^0.11.10" - punycode "^1.2.4" - querystring-es3 "^0.2.0" - readable-stream "^2.3.3" - stream-browserify "^2.0.1" - stream-http "^2.7.2" - string_decoder "^1.0.0" - timers-browserify "^2.0.4" - tty-browserify "0.0.0" - url "^0.11.0" - util "^0.11.0" - vm-browserify "^1.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -numeral@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/numeral/-/numeral-2.0.6.tgz#4ad080936d443c2561aed9f2197efffe25f4e506" - integrity sha1-StCAk21EPCVhrtnyGX7//iX05QY= - -object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -p-limit@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - -parallel-transform@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" - integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - dependencies: - cyclist "^1.0.1" - inherits "^2.0.3" - readable-stream "^2.1.5" - -parse-asn1@^5.0.0, parse-asn1@^5.1.5: - version "5.1.6" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" - integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - dependencies: - asn1.js "^5.2.0" - browserify-aes "^1.0.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-entities@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8" - integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== - dependencies: - character-entities "^1.0.0" - character-entities-legacy "^1.0.0" - character-reference-invalid "^1.0.0" - is-alphanumerical "^1.0.0" - is-decimal "^1.0.0" - is-hexadecimal "^1.0.0" - -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - -parse5@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" - integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -pbkdf2@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" - integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -picomatch@^2.0.4, picomatch@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -prismjs@~1.25.0: - version "1.25.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756" - integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg== - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2: - version "15.7.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" - integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.8.1" - -property-information@^5.0.0, property-information@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.5.0.tgz#4dc075d493061a82e2b7d096f406e076ed859943" - integrity sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA== - dependencies: - xtend "^4.0.0" - -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -pump@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" - integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pumpify@^1.3.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" - integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - dependencies: - duplexify "^3.6.0" - inherits "^2.0.3" - pump "^2.0.0" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@^1.2.4: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -punycode@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -querystring-es3@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - -querystringify@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" - integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - -raf-schd@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-4.0.2.tgz#bd44c708188f2e84c810bf55fcea9231bcaed8a0" - integrity sha512-VhlMZmGy6A6hrkJWHLNTGl5gtgMUm+xfGza6wbwnE914yeQ5Ybm18vgM734RZhMgfw4tacUrWseGZlpUrrakEQ== - -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - -react-beautiful-dnd@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-13.0.0.tgz#f70cc8ff82b84bc718f8af157c9f95757a6c3b40" - integrity sha512-87It8sN0ineoC3nBW0SbQuTFXM6bUqM62uJGY4BtTf0yzPl8/3+bHMWkgIe0Z6m8e+gJgjWxefGRVfpE3VcdEg== - dependencies: - "@babel/runtime" "^7.8.4" - css-box-model "^1.2.0" - memoize-one "^5.1.1" - raf-schd "^4.0.2" - react-redux "^7.1.1" - redux "^4.0.4" - use-memo-one "^1.1.1" - -react-clientside-effect@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.2.tgz#6212fb0e07b204e714581dd51992603d1accc837" - integrity sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - dependencies: - "@babel/runtime" "^7.0.0" - -react-dropzone@^11.2.0: - version "11.2.4" - resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.2.4.tgz#391a8d2e41a8a974340f83524d306540192e3313" - integrity sha512-EGSvK2CxFTuc28WxwuJCICyuYFX8b+sRumwU6Bs6sTbElV2HtQkT0d6C+HEee6XfbjiLIZ+Th9uji27rvo2wGw== - dependencies: - attr-accept "^2.2.1" - file-selector "^0.2.2" - prop-types "^15.7.2" - -react-focus-lock@^2.3.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.4.1.tgz#e842cc93da736b5c5d331799012544295cbcee4f" - integrity sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - dependencies: - "@babel/runtime" "^7.0.0" - focus-lock "^0.7.0" - prop-types "^15.6.2" - react-clientside-effect "^1.2.2" - use-callback-ref "^1.2.1" - use-sidecar "^1.0.1" - -react-focus-on@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/react-focus-on/-/react-focus-on-3.5.0.tgz#3cdebbefee26a083976e1700ba75f7377040f7f1" - integrity sha512-RqGAHOxhRAaMSVHIN5IpY7YL6AJkD/DMa/+iPDV7aB6XWRQfg3v2q35egIZgMWP2xhXaRVai3B80dpVWyj4Rcw== - dependencies: - aria-hidden "^1.1.1" - react-focus-lock "^2.3.1" - react-remove-scroll "^2.4.0" - react-style-singleton "^2.1.0" - use-callback-ref "^1.2.3" - use-sidecar "^1.0.1" - -react-input-autosize@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2" - integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - dependencies: - prop-types "^15.5.8" - -react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-is@~16.3.0: - version "16.3.2" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22" - integrity sha512-ybEM7YOr4yBgFd6w8dJqwxegqZGJNBZl6U27HnGKuTZmDvVrD5quWOK/wAnMywiZzW+Qsk+l4X2c70+thp/A8Q== - -react-redux@^7.1.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.1.tgz#8dedf784901014db2feca1ab633864dee68ad985" - integrity sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - dependencies: - "@babel/runtime" "^7.5.5" - hoist-non-react-statics "^3.3.0" - loose-envify "^1.4.0" - prop-types "^15.7.2" - react-is "^16.9.0" - -react-remove-scroll-bar@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.1.0.tgz#edafe9b42a42c0dad9bdd10712772a1f9a39d7b9" - integrity sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - dependencies: - react-style-singleton "^2.1.0" - tslib "^1.0.0" - -react-remove-scroll@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.4.0.tgz#190c16eb508c5927595935499e8f5dd9ab0e75cf" - integrity sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - dependencies: - react-remove-scroll-bar "^2.1.0" - react-style-singleton "^2.1.0" - tslib "^1.0.0" - use-callback-ref "^1.2.3" - use-sidecar "^1.0.1" - -react-style-singleton@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.1.0.tgz#7396885332e9729957f9df51f08cadbfc164e1c4" - integrity sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - dependencies: - get-nonce "^1.0.0" - invariant "^2.2.4" - tslib "^1.0.0" - -react-virtualized-auto-sizer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.2.tgz#a61dd4f756458bbf63bd895a92379f9b70f803bd" - integrity sha512-MYXhTY1BZpdJFjUovvYHVBmkq79szK/k7V3MO+36gJkWGkrXKtyr4vCPtpphaTLRAdDNoYEYFZWE8LjN+PIHNg== - -react-window@^1.8.5: - version "1.8.5" - resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.5.tgz#a56b39307e79979721021f5d06a67742ecca52d1" - integrity sha512-HeTwlNa37AFa8MDZFZOKcNEkuF2YflA0hpGPiTT9vR7OawEt+GZbfM6wqkBahD3D3pUjIabQYzsnY/BSJbgq6Q== - dependencies: - "@babel/runtime" "^7.0.0" - memoize-one ">=3.1.1 <6" - -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -readdirp@~3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" - integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== - dependencies: - picomatch "^2.2.1" - -redux@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" - integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - dependencies: - loose-envify "^1.4.0" - symbol-observable "^1.2.0" - -refractor@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.5.0.tgz#334586f352dda4beaf354099b48c2d18e0819aec" - integrity sha512-QwPJd3ferTZ4cSPPjdP5bsYHMytwWYnAN5EEnLtGvkqp/FCCnGsBgxrm9EuIDnjUC3Uc/kETtvVi7fSIVC74Dg== - dependencies: - hastscript "^6.0.0" - parse-entities "^2.0.0" - prismjs "~1.25.0" - -regenerator-runtime@^0.13.4: - version "0.13.7" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -rehype-raw@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-5.0.0.tgz#3688e3e1132e958761e677a1b9b2ba358a465af8" - integrity sha512-q/MOBj4fs1WF/LSCh5uOtNhnm5OESuDcSvq1mDQP4/2t6Q52E9MHeVoLeMy9vOn93BEcgVBm4FCokcK2iXRDvA== - dependencies: - hast-util-raw "^6.0.0" - -rehype-react@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/rehype-react/-/rehype-react-6.1.0.tgz#95f8c936eea2159f92adfbf58e5e90be86a97cbf" - integrity sha512-hQ4DSGOJKA1a87Ei4fJtSHzopbfgoHkwjWMCFpLrcVR5+AIyCOtHy4oQcpGF11kTZOU6oKmJ9UKzO/JpI/XZWA== - dependencies: - "@mapbox/hast-util-table-cell-style" "^0.1.3" - hast-to-hyperscript "^9.0.0" - -rehype-stringify@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-8.0.0.tgz#9b6afb599bcf3165f10f93fc8548f9a03d2ec2ba" - integrity sha512-VkIs18G0pj2xklyllrPSvdShAV36Ff3yE5PUO9u36f6+2qJFnn22Z5gKwBOwgXviux4UC7K+/j13AnZfPICi/g== - dependencies: - hast-util-to-html "^7.1.1" - -remark-breaks@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/remark-breaks/-/remark-breaks-2.0.2.tgz#55fdec6c7da84f659aa7fdb1aa95b632870cee8d" - integrity sha512-LsQnPPQ7Fzp9RTjj4IwdEmjPOr9bxe9zYKWhs9ZQOg9hMg8rOfeeqQ410cvVdIK87Famqza1CKRxNkepp2EvUA== - dependencies: - unist-util-visit "^2.0.0" - -remark-emoji@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.1.0.tgz#69165d1181b98a54ad5d9ef811003d53d7ebc7db" - integrity sha512-lDddGsxXURV01WS9WAiS9rO/cedO1pvr9tahtLhr6qCGFhHG4yZSJW3Ha4Nw9Uk1hLNmUBtPC0+m45Ms+xEitg== - dependencies: - emoticon "^3.2.0" - node-emoji "^1.10.0" - unist-util-visit "^2.0.2" - -remark-parse@^8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1" - integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== - dependencies: - ccount "^1.0.0" - collapse-white-space "^1.0.2" - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - is-word-character "^1.0.0" - markdown-escapes "^1.0.0" - parse-entities "^2.0.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - trim "0.0.1" - trim-trailing-lines "^1.0.0" - unherit "^1.0.4" - unist-util-remove-position "^2.0.0" - vfile-location "^3.0.0" - xtend "^4.0.1" - -remark-rehype@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-8.0.0.tgz#5a8afc8262a59d205fba21dafb27a673fb3b92fa" - integrity sha512-gVvOH02TMFqXOWoL6iXU7NXMsDJguNkNuMrzfkQeA4V6WCyHQnOKptn+IQBVVPuIH2sMJBwo8hlrmtn1MLTh9w== - dependencies: - mdast-util-to-hast "^10.0.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.5.4, repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -replace-ext@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - -resolve-dir@^1.0.0, resolve-dir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -rimraf@^2.5.4, rimraf@^2.6.3: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -run-queue@^1.0.0, run-queue@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - dependencies: - aproba "^1.1.1" - -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -safer-buffer@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sass-loader@^10.0.2: - version "10.0.2" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.2.tgz#c7b73010848b264792dd45372eea0b87cba4401e" - integrity sha512-wV6NDUVB8/iEYMalV/+139+vl2LaRFlZGEd5/xmdcdzQcgmis+npyco6NsDTVOlNA3y2NV9Gcz+vHyFMIT+ffg== - dependencies: - klona "^2.0.3" - loader-utils "^2.0.0" - neo-async "^2.6.2" - schema-utils "^2.7.1" - semver "^7.3.2" - -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" - -schema-utils@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" - integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - dependencies: - "@types/json-schema" "^7.0.5" - ajv "^6.12.4" - ajv-keywords "^3.5.2" - -semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" - integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - -serialize-javascript@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" - integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== - dependencies: - randombytes "^2.1.0" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -source-list-map@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@~0.5.12: - version "0.5.19" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" - integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -space-separated-tokens@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899" - integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -ssri@^6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" - integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== - dependencies: - figgy-pudding "^3.5.1" - -state-toggle@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe" - integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -stream-browserify@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" - integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - dependencies: - inherits "~2.0.1" - readable-stream "^2.0.2" - -stream-each@^1.1.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" - integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - dependencies: - end-of-stream "^1.1.0" - stream-shift "^1.0.0" - -stream-http@^2.7.2: - version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" - integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.1" - readable-stream "^2.3.6" - to-arraybuffer "^1.0.0" - xtend "^4.0.0" - -stream-shift@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" - integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - -string-width@^3.0.0, string-width@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string_decoder@^1.0.0, string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -stringify-entities@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.1.0.tgz#b8d3feac256d9ffcc9fa1fefdcf3ca70576ee903" - integrity sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg== - dependencies: - character-entities-html4 "^1.0.0" - character-entities-legacy "^1.0.0" - xtend "^4.0.0" - -strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -style-to-object@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" - integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - dependencies: - inline-style-parser "0.1.1" - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -symbol-observable@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -tabbable@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-3.1.2.tgz#f2d16cccd01f400e38635c7181adfe0ad965a4a2" - integrity sha512-wjB6puVXTYO0BSFtCmWQubA/KIn7Xvajw0x0l6eJUudMG/EAiJvIUnyNX6xO4NpGrJ16lbD0eUseB9WxW0vlpQ== - -tapable@^1.0.0, tapable@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - -terser-webpack-plugin@^1.4.3: - version "1.4.5" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" - integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - dependencies: - cacache "^12.0.2" - find-cache-dir "^2.1.0" - is-wsl "^1.1.0" - schema-utils "^1.0.0" - serialize-javascript "^4.0.0" - source-map "^0.6.1" - terser "^4.1.2" - webpack-sources "^1.4.0" - worker-farm "^1.7.0" - -terser@^4.1.2: - version "4.8.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" - integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -text-diff@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/text-diff/-/text-diff-1.0.1.tgz#6c105905435e337857375c9d2f6ca63e453ff565" - integrity sha1-bBBZBUNeM3hXN1ydL2ymPkU/9WU= - -through2@^2.0.0: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -timers-browserify@^2.0.4: - version "2.0.11" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" - integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== - dependencies: - setimmediate "^1.0.4" - -tiny-invariant@^1.0.6: - version "1.1.0" - resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875" - integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -trim-trailing-lines@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94" - integrity sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== - -trim@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= - -trough@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" - integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - -tslib@^1.0.0, tslib@^1.9.0, tslib@^1.9.3: - version "1.13.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" - integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== - -tslib@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" - integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== - -tty-browserify@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -unherit@^1.0.4: - version "1.1.3" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22" - integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - dependencies: - inherits "^2.0.0" - xtend "^4.0.0" - -unified@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8" - integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-buffer "^2.0.0" - is-plain-obj "^2.0.0" - trough "^1.0.0" - vfile "^4.0.0" - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - -unist-builder@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436" - integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - -unist-util-generated@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.5.tgz#1e903e68467931ebfaea386dae9ea253628acd42" - integrity sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== - -unist-util-is@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd" - integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - -unist-util-is@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.2.tgz#c7d1341188aa9ce5b3cff538958de9895f14a5de" - integrity sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== - -unist-util-position@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47" - integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== - -unist-util-remove-position@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc" - integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - dependencies: - unist-util-visit "^2.0.0" - -unist-util-stringify-position@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da" - integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== - dependencies: - "@types/unist" "^2.0.2" - -unist-util-visit-parents@^2.0.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9" - integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - dependencies: - unist-util-is "^3.0.0" - -unist-util-visit-parents@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz#4dd262fb9dcfe44f297d53e882fc6ff3421173d5" - integrity sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - -unist-util-visit@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" - integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - dependencies: - unist-util-visit-parents "^2.0.0" - -unist-util-visit@^2.0.0, unist-util-visit@^2.0.2, unist-util-visit@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" - integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - unist-util-visit-parents "^3.0.0" - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -upath@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - -uri-js@^4.2.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602" - integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url-parse@^1.5.3: - version "1.5.4" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.4.tgz#e4f645a7e2a0852cc8a66b14b292a3e9a11a97fd" - integrity sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - -url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use-callback-ref@^1.2.1, use-callback-ref@^1.2.3: - version "1.2.4" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.4.tgz#d86d1577bfd0b955b6e04aaf5971025f406bea3c" - integrity sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - -use-memo-one@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.1.tgz#39e6f08fe27e422a7d7b234b5f9056af313bd22c" - integrity sha512-oFfsyun+bP7RX8X2AskHNTxu+R3QdE/RC5IefMbqptmACAA/gfol1KDD5KRzPsGMa62sWxGZw+Ui43u6x4ddoQ== - -use-sidecar@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.3.tgz#17a4e567d4830c0c0ee100040e85a7fe68611e0f" - integrity sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - dependencies: - detect-node-es "^1.0.0" - tslib "^1.9.3" - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - dependencies: - inherits "2.0.1" - -util@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" - integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - dependencies: - inherits "2.0.3" - -uuid@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" - integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== - -v8-compile-cache@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745" - integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== - -vfile-location@^3.0.0, vfile-location@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c" - integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== - -vfile-message@*, vfile-message@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a" - integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== - dependencies: - "@types/unist" "^2.0.0" - unist-util-stringify-position "^2.0.0" - -vfile@^4.0.0, vfile@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.0.tgz#26c78ac92eb70816b01d4565e003b7e65a2a0e01" - integrity sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw== - dependencies: - "@types/unist" "^2.0.0" - is-buffer "^2.0.0" - replace-ext "1.0.0" - unist-util-stringify-position "^2.0.0" - vfile-message "^2.0.0" - -vm-browserify@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - -watchpack-chokidar2@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0" - integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== - dependencies: - chokidar "^2.1.8" - -watchpack@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" - integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== - dependencies: - graceful-fs "^4.1.2" - neo-async "^2.5.0" - optionalDependencies: - chokidar "^3.4.1" - watchpack-chokidar2 "^2.0.0" - -web-namespaces@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" - integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== - -webpack-cli@^3.3.12: - version "3.3.12" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" - integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== - dependencies: - chalk "^2.4.2" - cross-spawn "^6.0.5" - enhanced-resolve "^4.1.1" - findup-sync "^3.0.0" - global-modules "^2.0.0" - import-local "^2.0.0" - interpret "^1.4.0" - loader-utils "^1.4.0" - supports-color "^6.1.0" - v8-compile-cache "^2.1.1" - yargs "^13.3.2" - -webpack-sources@^1.4.0, webpack-sources@^1.4.1: - version "1.4.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" - integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - dependencies: - source-list-map "^2.0.0" - source-map "~0.6.1" - -webpack@^4.44.1: - version "4.44.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" - integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-module-context" "1.9.0" - "@webassemblyjs/wasm-edit" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - acorn "^6.4.1" - ajv "^6.10.2" - ajv-keywords "^3.4.1" - chrome-trace-event "^1.0.2" - enhanced-resolve "^4.3.0" - eslint-scope "^4.0.3" - json-parse-better-errors "^1.0.2" - loader-runner "^2.4.0" - loader-utils "^1.2.3" - memory-fs "^0.4.1" - micromatch "^3.1.10" - mkdirp "^0.5.3" - neo-async "^2.6.1" - node-libs-browser "^2.2.1" - schema-utils "^1.0.0" - tapable "^1.1.3" - terser-webpack-plugin "^1.4.3" - watchpack "^1.7.4" - webpack-sources "^1.4.1" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@^1.2.14, which@^1.2.9, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -worker-farm@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" - integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - dependencies: - errno "~0.1.7" - -wrap-ansi@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" - integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - dependencies: - ansi-styles "^3.2.0" - string-width "^3.0.0" - strip-ansi "^5.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yargs-parser@^13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" - integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@^13.3.2: - version "13.3.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" - integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - dependencies: - cliui "^5.0.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^3.0.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^13.1.2" - -zwitch@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" - integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== diff --git a/src/lib/uniforms-surfnet/__tests__/AcceptField.tsx b/src/lib/uniforms-surfnet/__tests__/AcceptField.tsx index 4dfaf7f4..f7297301 100644 --- a/src/lib/uniforms-surfnet/__tests__/AcceptField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/AcceptField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { AcceptField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/AutoFields.tsx b/src/lib/uniforms-surfnet/__tests__/AutoFields.tsx index 40a722e0..e7fdb6b1 100644 --- a/src/lib/uniforms-surfnet/__tests__/AutoFields.tsx +++ b/src/lib/uniforms-surfnet/__tests__/AutoFields.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { AutoFields } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/BoolField.tsx b/src/lib/uniforms-surfnet/__tests__/BoolField.tsx index 6f4e2f33..9f834201 100644 --- a/src/lib/uniforms-surfnet/__tests__/BoolField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/BoolField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { BoolField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/DateField.tsx b/src/lib/uniforms-surfnet/__tests__/DateField.tsx index 80445845..c4589423 100644 --- a/src/lib/uniforms-surfnet/__tests__/DateField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/DateField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { DateField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ErrorField.tsx b/src/lib/uniforms-surfnet/__tests__/ErrorField.tsx index 54639e48..53f2cbbc 100644 --- a/src/lib/uniforms-surfnet/__tests__/ErrorField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ErrorField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { ErrorField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ErrorsField.tsx b/src/lib/uniforms-surfnet/__tests__/ErrorsField.tsx index 242b17cf..ad05d36f 100644 --- a/src/lib/uniforms-surfnet/__tests__/ErrorsField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ErrorsField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { ErrorsField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/HiddenField.tsx b/src/lib/uniforms-surfnet/__tests__/HiddenField.tsx index da9a4e68..4c79cc9f 100644 --- a/src/lib/uniforms-surfnet/__tests__/HiddenField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/HiddenField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { HiddenField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ListAddField.tsx b/src/lib/uniforms-surfnet/__tests__/ListAddField.tsx index 407e8f42..fd3636ae 100644 --- a/src/lib/uniforms-surfnet/__tests__/ListAddField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ListAddField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { ListAddField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ListDelField.tsx b/src/lib/uniforms-surfnet/__tests__/ListDelField.tsx index dd5772fd..d0369472 100644 --- a/src/lib/uniforms-surfnet/__tests__/ListDelField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ListDelField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { ListDelField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ListField.tsx b/src/lib/uniforms-surfnet/__tests__/ListField.tsx index f441a5cc..f3db4dd0 100644 --- a/src/lib/uniforms-surfnet/__tests__/ListField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ListField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { ListAddField, ListField, ListItemField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/ListItemField.tsx b/src/lib/uniforms-surfnet/__tests__/ListItemField.tsx index 4e037e1c..49a37c74 100644 --- a/src/lib/uniforms-surfnet/__tests__/ListItemField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/ListItemField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/LongTextField.tsx b/src/lib/uniforms-surfnet/__tests__/LongTextField.tsx index 27c3d204..cb3a178f 100644 --- a/src/lib/uniforms-surfnet/__tests__/LongTextField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/LongTextField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { LongTextField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/NestField.tsx b/src/lib/uniforms-surfnet/__tests__/NestField.tsx index 30e7fd13..4467e36b 100644 --- a/src/lib/uniforms-surfnet/__tests__/NestField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/NestField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/NumField.tsx b/src/lib/uniforms-surfnet/__tests__/NumField.tsx index ecc508df..59e7ed0f 100644 --- a/src/lib/uniforms-surfnet/__tests__/NumField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/NumField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/OptGroupField.tsx b/src/lib/uniforms-surfnet/__tests__/OptGroupField.tsx index e44fe307..5f9fe3b5 100644 --- a/src/lib/uniforms-surfnet/__tests__/OptGroupField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/OptGroupField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { OptGroupField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/RadioField.tsx b/src/lib/uniforms-surfnet/__tests__/RadioField.tsx index 89e7661f..cbd585c5 100644 --- a/src/lib/uniforms-surfnet/__tests__/RadioField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/RadioField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { RadioField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/SelectField.tsx b/src/lib/uniforms-surfnet/__tests__/SelectField.tsx index 699970c1..89411739 100644 --- a/src/lib/uniforms-surfnet/__tests__/SelectField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/SelectField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/SubmitField.tsx b/src/lib/uniforms-surfnet/__tests__/SubmitField.tsx index 3b910b9d..3644ffaa 100644 --- a/src/lib/uniforms-surfnet/__tests__/SubmitField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/SubmitField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { SubmitField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/SubscriptionField.tsx b/src/lib/uniforms-surfnet/__tests__/SubscriptionField.tsx index bf05e3c4..9f932b4c 100644 --- a/src/lib/uniforms-surfnet/__tests__/SubscriptionField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/SubscriptionField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/SubscriptionSummaryField.tsx b/src/lib/uniforms-surfnet/__tests__/SubscriptionSummaryField.tsx index b950fcaa..8ae59a0a 100644 --- a/src/lib/uniforms-surfnet/__tests__/SubscriptionSummaryField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/SubscriptionSummaryField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/TextField.tsx b/src/lib/uniforms-surfnet/__tests__/TextField.tsx index 2941722e..68d4f2c3 100644 --- a/src/lib/uniforms-surfnet/__tests__/TextField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/TextField.tsx @@ -2,7 +2,7 @@ import createContext from "lib/uniforms-surfnet/__tests__/_createContext"; import mount from "lib/uniforms-surfnet/__tests__/_mount"; import { TextField } from "lib/uniforms-surfnet/src"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/_createContext.ts b/src/lib/uniforms-surfnet/__tests__/_createContext.ts index 7ebc156e..4c67cb55 100644 --- a/src/lib/uniforms-surfnet/__tests__/_createContext.ts +++ b/src/lib/uniforms-surfnet/__tests__/_createContext.ts @@ -1,6 +1,6 @@ import createSchema from "lib/uniforms-surfnet/__tests__/_createSchema"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/_createSchema.ts b/src/lib/uniforms-surfnet/__tests__/_createSchema.ts index e070930c..bdbae1fe 100644 --- a/src/lib/uniforms-surfnet/__tests__/_createSchema.ts +++ b/src/lib/uniforms-surfnet/__tests__/_createSchema.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/_mount.tsx b/src/lib/uniforms-surfnet/__tests__/_mount.tsx index 006ce00e..cbe9d612 100644 --- a/src/lib/uniforms-surfnet/__tests__/_mount.tsx +++ b/src/lib/uniforms-surfnet/__tests__/_mount.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/_withSubscriptions.tsx b/src/lib/uniforms-surfnet/__tests__/_withSubscriptions.tsx index d1e6e2b3..0610040f 100644 --- a/src/lib/uniforms-surfnet/__tests__/_withSubscriptions.tsx +++ b/src/lib/uniforms-surfnet/__tests__/_withSubscriptions.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/index.ts b/src/lib/uniforms-surfnet/__tests__/index.ts index 76691f98..a90e3c04 100644 --- a/src/lib/uniforms-surfnet/__tests__/index.ts +++ b/src/lib/uniforms-surfnet/__tests__/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/logic/LocationCodeField.tsx b/src/lib/uniforms-surfnet/__tests__/logic/LocationCodeField.tsx index be98fd68..ea5aa5ba 100644 --- a/src/lib/uniforms-surfnet/__tests__/logic/LocationCodeField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/logic/LocationCodeField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/logic/OrganisationField.tsx b/src/lib/uniforms-surfnet/__tests__/logic/OrganisationField.tsx index bd870152..83116bfa 100644 --- a/src/lib/uniforms-surfnet/__tests__/logic/OrganisationField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/logic/OrganisationField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/__tests__/logic/ProductField.tsx b/src/lib/uniforms-surfnet/__tests__/logic/ProductField.tsx index d3c6f4ca..2a8770cf 100644 --- a/src/lib/uniforms-surfnet/__tests__/logic/ProductField.tsx +++ b/src/lib/uniforms-surfnet/__tests__/logic/ProductField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/AcceptField.scss b/src/lib/uniforms-surfnet/src/AcceptField.scss index ca72e2ab..f811e6d6 100644 --- a/src/lib/uniforms-surfnet/src/AcceptField.scss +++ b/src/lib/uniforms-surfnet/src/AcceptField.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/AcceptField.tsx b/src/lib/uniforms-surfnet/src/AcceptField.tsx index 094d2dd7..adb46435 100644 --- a/src/lib/uniforms-surfnet/src/AcceptField.tsx +++ b/src/lib/uniforms-surfnet/src/AcceptField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/AutoFields.tsx b/src/lib/uniforms-surfnet/src/AutoFields.tsx index 0c85a8e5..a1daab8e 100644 --- a/src/lib/uniforms-surfnet/src/AutoFields.tsx +++ b/src/lib/uniforms-surfnet/src/AutoFields.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/BoolField.scss b/src/lib/uniforms-surfnet/src/BoolField.scss index 9a79ac6b..41360445 100644 --- a/src/lib/uniforms-surfnet/src/BoolField.scss +++ b/src/lib/uniforms-surfnet/src/BoolField.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/BoolField.tsx b/src/lib/uniforms-surfnet/src/BoolField.tsx index 8a0e9ec2..15f056c6 100644 --- a/src/lib/uniforms-surfnet/src/BoolField.tsx +++ b/src/lib/uniforms-surfnet/src/BoolField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/DateField.tsx b/src/lib/uniforms-surfnet/src/DateField.tsx index 5fc82777..fd3d4dd7 100644 --- a/src/lib/uniforms-surfnet/src/DateField.tsx +++ b/src/lib/uniforms-surfnet/src/DateField.tsx @@ -1,6 +1,6 @@ import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/DividerField.tsx b/src/lib/uniforms-surfnet/src/DividerField.tsx index 563cf998..5e0b5ac4 100644 --- a/src/lib/uniforms-surfnet/src/DividerField.tsx +++ b/src/lib/uniforms-surfnet/src/DividerField.tsx @@ -1,7 +1,7 @@ import { EuiHorizontalRule } from "@elastic/eui"; import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ErrorField.tsx b/src/lib/uniforms-surfnet/src/ErrorField.tsx index f9be84ad..8f451b51 100644 --- a/src/lib/uniforms-surfnet/src/ErrorField.tsx +++ b/src/lib/uniforms-surfnet/src/ErrorField.tsx @@ -1,6 +1,6 @@ import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ErrorsField.tsx b/src/lib/uniforms-surfnet/src/ErrorsField.tsx index e6097b11..51e4c227 100644 --- a/src/lib/uniforms-surfnet/src/ErrorsField.tsx +++ b/src/lib/uniforms-surfnet/src/ErrorsField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/HiddenField.tsx b/src/lib/uniforms-surfnet/src/HiddenField.tsx index 28b53bfa..e4f98c27 100644 --- a/src/lib/uniforms-surfnet/src/HiddenField.tsx +++ b/src/lib/uniforms-surfnet/src/HiddenField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/LabelField.tsx b/src/lib/uniforms-surfnet/src/LabelField.tsx index 622ef157..686bbd10 100644 --- a/src/lib/uniforms-surfnet/src/LabelField.tsx +++ b/src/lib/uniforms-surfnet/src/LabelField.tsx @@ -1,6 +1,6 @@ import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ListAddField.tsx b/src/lib/uniforms-surfnet/src/ListAddField.tsx index cc8b8927..8cbc494c 100644 --- a/src/lib/uniforms-surfnet/src/ListAddField.tsx +++ b/src/lib/uniforms-surfnet/src/ListAddField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ListDelField.tsx b/src/lib/uniforms-surfnet/src/ListDelField.tsx index 3f02183d..3a565a2e 100644 --- a/src/lib/uniforms-surfnet/src/ListDelField.tsx +++ b/src/lib/uniforms-surfnet/src/ListDelField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ListField.scss b/src/lib/uniforms-surfnet/src/ListField.scss index 61c92cd3..4afceb3a 100644 --- a/src/lib/uniforms-surfnet/src/ListField.scss +++ b/src/lib/uniforms-surfnet/src/ListField.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ListField.tsx b/src/lib/uniforms-surfnet/src/ListField.tsx index 8482da78..69c88f37 100644 --- a/src/lib/uniforms-surfnet/src/ListField.tsx +++ b/src/lib/uniforms-surfnet/src/ListField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/ListItemField.tsx b/src/lib/uniforms-surfnet/src/ListItemField.tsx index 508da787..e5836934 100644 --- a/src/lib/uniforms-surfnet/src/ListItemField.tsx +++ b/src/lib/uniforms-surfnet/src/ListItemField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/LongTextField.tsx b/src/lib/uniforms-surfnet/src/LongTextField.tsx index 427addd2..aba25fed 100644 --- a/src/lib/uniforms-surfnet/src/LongTextField.tsx +++ b/src/lib/uniforms-surfnet/src/LongTextField.tsx @@ -1,7 +1,7 @@ import { EuiFormRow, EuiText, EuiTextArea } from "@elastic/eui"; import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/NestField.tsx b/src/lib/uniforms-surfnet/src/NestField.tsx index df77403e..791a5171 100644 --- a/src/lib/uniforms-surfnet/src/NestField.tsx +++ b/src/lib/uniforms-surfnet/src/NestField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/NumField.tsx b/src/lib/uniforms-surfnet/src/NumField.tsx index 103f68a8..534cc415 100644 --- a/src/lib/uniforms-surfnet/src/NumField.tsx +++ b/src/lib/uniforms-surfnet/src/NumField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/OptGroupField.tsx b/src/lib/uniforms-surfnet/src/OptGroupField.tsx index e596f86a..e899b8ef 100644 --- a/src/lib/uniforms-surfnet/src/OptGroupField.tsx +++ b/src/lib/uniforms-surfnet/src/OptGroupField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -14,13 +14,14 @@ */ import { EuiDescribedFormGroup, EuiFlexItem, EuiFormRow } from "@elastic/eui"; -import { BoolField } from "lib/uniforms-surfnet/src"; import { FieldProps } from "lib/uniforms-surfnet/src/types"; import React from "react"; import { useIntl } from "react-intl"; import { connectField, filterDOMProps, useField } from "uniforms"; import { AutoField } from "uniforms-unstyled"; +import BoolField from "./BoolField"; + export type OptGroupFieldProps = FieldProps; filterDOMProps.register("properties"); diff --git a/src/lib/uniforms-surfnet/src/RadioField.tsx b/src/lib/uniforms-surfnet/src/RadioField.tsx index 03afd5fa..baee9bc2 100644 --- a/src/lib/uniforms-surfnet/src/RadioField.tsx +++ b/src/lib/uniforms-surfnet/src/RadioField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/SelectField.tsx b/src/lib/uniforms-surfnet/src/SelectField.tsx index f55cdd34..1622dc88 100644 --- a/src/lib/uniforms-surfnet/src/SelectField.tsx +++ b/src/lib/uniforms-surfnet/src/SelectField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -14,14 +14,17 @@ */ import { EuiFormRow, EuiText } from "@elastic/eui"; -import { ListField, ListItemField, SelectField } from "lib/uniforms-surfnet/src"; -import { ListFieldProps } from "lib/uniforms-surfnet/src/ListField"; +import ListField, { ListFieldProps } from "lib/uniforms-surfnet/src/ListField"; +import ListItemField from "lib/uniforms-surfnet/src/ListItemField"; import { FieldProps } from "lib/uniforms-surfnet/src/types"; import { get } from "lodash"; -import React from "react"; +import React, { useContext } from "react"; import { WrappedComponentProps, injectIntl } from "react-intl"; import ReactSelect from "react-select"; import { connectField, filterDOMProps, joinName, useField, useForm } from "uniforms"; +import { SelectField } from "uniforms-unstyled"; +import ApplicationContext from "utils/ApplicationContext"; +import { getReactSelectTheme } from "utils/Colors"; import { Option } from "utils/types"; export type SelectFieldProps = FieldProps< @@ -50,6 +53,8 @@ function Select({ intl, ...props }: SelectFieldProps) { + const { theme } = useContext(ApplicationContext); + const nameArray = joinName(null, name); let parentName = joinName(nameArray.slice(0, -1)); @@ -77,6 +82,8 @@ function Select({ const selectedValue = options.find((option: Option) => option.value === value); + const customStyles = getReactSelectTheme(theme); + if (fieldType === Array) { return ( @@ -105,6 +112,7 @@ function Select({ onChange(option?.value); } }} + styles={customStyles} options={options} value={selectedValue} isSearchable={true} diff --git a/src/lib/uniforms-surfnet/src/SubmitField.tsx b/src/lib/uniforms-surfnet/src/SubmitField.tsx index ea336c50..cad82c59 100644 --- a/src/lib/uniforms-surfnet/src/SubmitField.tsx +++ b/src/lib/uniforms-surfnet/src/SubmitField.tsx @@ -1,6 +1,6 @@ import { FieldProps } from "lib/uniforms-surfnet/src/types"; /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/SubscriptionField.scss b/src/lib/uniforms-surfnet/src/SubscriptionField.scss index 903c1492..055ff698 100644 --- a/src/lib/uniforms-surfnet/src/SubscriptionField.scss +++ b/src/lib/uniforms-surfnet/src/SubscriptionField.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/SubscriptionField.tsx b/src/lib/uniforms-surfnet/src/SubscriptionField.tsx index 74c5028f..4f677273 100644 --- a/src/lib/uniforms-surfnet/src/SubscriptionField.tsx +++ b/src/lib/uniforms-surfnet/src/SubscriptionField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -31,6 +31,8 @@ import { productById } from "utils/Lookups"; import { Option, Organization, Product, ServicePortSubscription, Subscription as iSubscription } from "utils/types"; import { filterProductsByBandwidth } from "validations/Products"; +import { getReactSelectTheme } from "../../../utils/Colors"; + export function makeLabel(subscription: iSubscription, products: Product[], organisations?: Organization[]) { const organisation = organisations && organisations.find((org) => org.uuid === subscription.customer_id); const organisationName = organisation ? organisation.name : subscription.customer_id.substring(0, 8); @@ -126,6 +128,8 @@ function Subscription({ intl, ...props }: SubscriptionFieldProps) { + const { theme } = useContext(ApplicationContext); + const nameArray = joinName(null, name); let parentName = joinName(nameArray.slice(0, -1)); // We cant call useField conditionally so we call it for ourselfs if there is no parent @@ -227,6 +231,7 @@ function Subscription({ onChange(s); closeModal(); }; + const customStyles = getReactSelectTheme(theme); return (
@@ -296,6 +301,7 @@ function Subscription({ isDisabled={disabled || readOnly} required={required} inputRef={inputRef} + styles={customStyles} className="subscription-field-select" /> diff --git a/src/lib/uniforms-surfnet/src/SubscriptionSummaryField.tsx b/src/lib/uniforms-surfnet/src/SubscriptionSummaryField.tsx index 48a6fdd7..ab5eb196 100644 --- a/src/lib/uniforms-surfnet/src/SubscriptionSummaryField.tsx +++ b/src/lib/uniforms-surfnet/src/SubscriptionSummaryField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/lib/uniforms-surfnet/src/SummaryField.scss b/src/lib/uniforms-surfnet/src/SummaryField.scss index cd831675..01420329 100644 --- a/src/lib/uniforms-surfnet/src/SummaryField.scss +++ b/src/lib/uniforms-surfnet/src/SummaryField.scss @@ -1,5 +1,5 @@ /*! - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -24,15 +24,31 @@ section.table-summary { } td:not(:first-child):not(:last-child) { - border-right: solid 2px vars.$light-grey; + &.light { + border-right: 1px solid vars.$light-grey; + } + &.dark { + border-right: 1px solid vars.$dark-grey; + } } .label { font-weight: bold; - background-color: vars.$light-primary; - border-right: solid 2px vars.$primary; + &.light { + background-color: vars.$light-primary; + border-right: solid 2px vars.$primary; + } + &.dark { + background-color: vars.$darkest-primary; + border-right: solid 2px vars.$light-primary; + } } .value { - background-color: vars.$lightest-grey; + &.light { + background-color: vars.$light-grey; + } + &.dark { + background-color: vars.$darkest-grey; + } } } diff --git a/src/lib/uniforms-surfnet/src/SummaryField.tsx b/src/lib/uniforms-surfnet/src/SummaryField.tsx index aa38adda..cac1474d 100644 --- a/src/lib/uniforms-surfnet/src/SummaryField.tsx +++ b/src/lib/uniforms-surfnet/src/SummaryField.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 SURF. + * Copyright 2019-2022 SURF. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,10 +16,12 @@ import "lib/uniforms-surfnet/src/SummaryField.scss"; import { EuiFormRow, EuiText } from "@elastic/eui"; import { FieldProps } from "lib/uniforms-surfnet/src/types"; -import React from "react"; +import React, { useContext } from "react"; import { connectField, filterDOMProps } from "uniforms"; import { isEmpty } from "utils/Utils"; +import ApplicationContext from "../../../utils/ApplicationContext"; + export type SummaryFieldProps = FieldProps< null, { data?: { headers: string[]; labels: string[]; columns: string[][] } } @@ -27,6 +29,7 @@ export type SummaryFieldProps = FieldProps< // onChange not used on purpose function Summary({ id, name, label, description, onChange, data, ...props }: SummaryFieldProps) { + const { theme } = useContext(ApplicationContext); if (!data) { return null; } @@ -37,11 +40,11 @@ function Summary({ id, name, label, description, onChange, data, ...props }: Sum const rows = columns[0].map((row, index) => (
{labels[index]}{row}{labels[index]}{row} + {extra_columns_data[idx][index]}