chore: updated styles declaration for nested css in different theme

This commit is contained in:
Nishchit14
2023-04-13 15:23:47 +05:30
committed by Nishchit Dhanani
parent 4d8812f052
commit 3badad9c18
3 changed files with 168 additions and 299 deletions

View File

@@ -114,10 +114,6 @@
--selectd: #ffffff17;
--cm-string: #b5cea8;
.invert img {
filter: invert(0.8);
}
}
.theme-light.primary-green,.theme-dark.primary-green{
--app-primary: #2daf57 !important;
@@ -206,10 +202,13 @@
--selectd: #00000017;
--cm-string: #098658;
.invert img {
filter: invert(0);
}
.invert img {
filter: invert(0.8);
}
.theme-light .invert img {
filter: invert(0);
}
}

View File

@@ -479,10 +479,6 @@ video {
--selectd: #ffffff17;
--cm-string: #b5cea8;
.invert img {
filter: invert(0.8);
}
}
.theme-light.primary-green,.theme-dark.primary-green{
--app-primary: #2daf57 !important;
@@ -571,10 +567,9 @@ video {
--selectd: #00000017;
--cm-string: #098658;
.invert img {
filter: invert(0);
}
.theme-light .invert img {
filter: invert(0);
}
*, ::before, ::after {
@@ -1111,12 +1106,6 @@ video {
.h-28 {
height: 7rem;
}
.h-0 {
height: 0px;
}
.h-5 {
height: 1.25rem;
.h-32 {
height: 8rem;
}
@@ -1132,19 +1121,12 @@ video {
.h-6 {
height: 1.5rem;
}
.h-\[10px\] {
height: 10px;
}
.h-\[30px\] {
height: 30px;
.h-7 {
height: 1.75rem;
}
.h-8 {
height: 2rem;
}
.h-80 {
height: 20rem;
}
@@ -1154,9 +1136,15 @@ video {
.h-96 {
height: 24rem;
}
.h-\[10px\] {
height: 10px;
}
.h-\[200px\] {
height: 200px;
}
.h-\[30px\] {
height: 30px;
}
.h-\[50vh\] {
height: 50vh;
}
@@ -1173,9 +1161,6 @@ video {
.h-screen {
height: 100vh;
}
.h-7 {
height: 1.75rem;
}
.max-h-4 {
max-height: 1rem;
}
@@ -1197,6 +1182,9 @@ video {
.\!w-full {
width: 100% !important;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
@@ -1206,6 +1194,9 @@ video {
.w-2 {
width: 0.5rem;
}
.w-20 {
width: 5rem;
}
.w-32 {
width: 8rem;
}
@@ -1233,21 +1224,9 @@ video {
.w-7 {
width: 1.75rem;
}
.w-10 {
width: 2.5rem;
}
.w-\[60px\] {
width: 60px;
}
.w-20 {
width: 5rem;
}
.w-8 {
width: 2rem;
}
.w-screen {
width: 100vw;
}
.w-9 {
width: 2.25rem;
}
@@ -1260,6 +1239,9 @@ video {
.w-\[32rem\] {
width: 32rem;
}
.w-\[60px\] {
width: 60px;
}
.w-auto {
width: auto;
}
@@ -2131,9 +2113,6 @@ video {
.text-inputPlaceholder {
color: var(--input-placeholder);
}
.text-graphql {
color: var(--req-graphql);
}
.text-inputText {
color: var(--input-text);
}
@@ -2179,7 +2158,7 @@ video {
color: var(--warning);
}
.text-websocket {
color: var(--req-socketio);
color: var(--req-websocket);
}
.underline {
text-decoration-line: underline;
@@ -2472,13 +2451,6 @@ video {
.hover\:pr-1:hover {
padding-right: 0.25rem;
}
.hover\:text-activityBarForeground:hover {
color: var(--activityBar-foreground);
}
.hover\:text-primaryColorText:hover {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:\!text-link:hover {
color: var(--link) !important;
}
@@ -2535,6 +2507,9 @@ video {
--tw-shadow-color: var(--popoverBoxshadow) !important;
--tw-shadow: var(--tw-shadow-colored) !important;
}
.group:hover .group-hover\:h-auto {
height: auto;
}
@keyframes slideUpAndFade {
from {
@@ -2550,9 +2525,6 @@ video {
.data-\[side\=\'bottom\'\]\:animate-slideUpAndFade[data-side='bottom'] {
animation: slideUpAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.group:hover .group-hover\:h-auto {
height: auto;
}
@import url(../components/split-view/SplitView.scss);
/* @import url(collection.scss); */

374
pnpm-lock.yaml generated
View File

@@ -413,7 +413,6 @@ importers:
packages/firecamp-rest-executor:
specifiers:
'@firecamp/scripts': workspace:*
'@firecamp/types': ^0.2.1
'@firecamp/url': 0.0.20
'@firecamp/utils': ^0.0.21
@@ -456,7 +455,6 @@ importers:
typescript: ^4.7.4
vm2: ^3.9.11
dependencies:
'@firecamp/scripts': link:../firecamp-scripts
'@firecamp/types': 0.2.1
'@firecamp/url': 0.0.20
'@firecamp/utils': 0.0.21
@@ -500,93 +498,6 @@ importers:
typedoc: 0.23.24_typescript@4.9.4
typescript: 4.9.4
packages/firecamp-scripts:
specifiers:
'@firecamp/types': ^0.2.1
'@firecamp/url': 0.0.20
'@firecamp/utils': ^0.0.21
'@hapi/joi': ^17.1.1
'@types/chai': ^4.3.1
'@types/chrome': ^0.0.204
'@types/jest': ^29.2.4
'@types/mocha': ^10.0.0
'@types/node': ^18.0.0
'@typescript-eslint/eslint-plugin': ^5.35.1
'@typescript-eslint/parser': ^5.29.0
ajv: ^8.11.2
axios: 0.27.2
browser-or-node: ^2.0.0
chai: ^4.3.6
chai-http: ^4.3.0
cspell: ^4.1.0
eslint: ^8.29.0
eslint-config-prettier: ^6.11.0
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-functional: ^4.2.1
eslint-plugin-import: ^2.22.0
form-data: ^4.0.0
get-value: ^3.0.1
jest: ^28.1.3
jest-chrome: ^0.7.2
mocha: ^10.1.0
nanoid: 3.3.4
npm-run-all: ^4.1.5
open-cli: ^6.0.1
prettier: ^2.1.1
qs: ^6.11.0
rimraf: ^3.0.2
shadowrealm-api: ^0.8.2
standard-version: ^9.0.0
ts-jest: ^28.0.7
ts-node: ^10.9.1
tv4: ^1.3.0
typedoc: ^0.23.8
typescript: ^4.7.4
vm2: ^3.9.11
dependencies:
'@firecamp/types': 0.2.1
'@firecamp/url': 0.0.20
'@firecamp/utils': 0.0.21
'@hapi/joi': 17.1.1
ajv: 8.12.0
axios: 0.27.2
browser-or-node: 2.1.1
chai: 4.3.7
chai-http: 4.3.0
form-data: 4.0.0
get-value: 3.0.1
mocha: 10.2.0
nanoid: 3.3.4
qs: 6.11.0
shadowrealm-api: 0.8.2
tv4: 1.3.0
vm2: 3.9.13
devDependencies:
'@types/chai': 4.3.4
'@types/chrome': 0.0.204
'@types/jest': 29.5.0
'@types/mocha': 10.0.1
'@types/node': 18.15.11
'@typescript-eslint/eslint-plugin': 5.48.2_caon6io6stgpr7lz2rtbhekxqy
'@typescript-eslint/parser': 5.48.2_7uibuqfxkfaozanbtbziikiqje
cspell: 4.2.8
eslint: 8.32.0
eslint-config-prettier: 6.15.0_eslint@8.32.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.32.0
eslint-plugin-functional: 4.4.1_7uibuqfxkfaozanbtbziikiqje
eslint-plugin-import: 2.27.5_2l6piu6guil2f63lj3qmhzbnn4
jest: 28.1.3_rrli7kzx2akox3oq6aahu3rvje
jest-chrome: 0.7.2_jest@28.1.3
npm-run-all: 4.1.5
open-cli: 6.0.1
prettier: 2.8.3
rimraf: 3.0.2
standard-version: 9.5.0
ts-jest: 28.0.8_ra2f52bqkg4l5hhftg6v7qm6jm
ts-node: 10.9.1_od3vuficnfbr74q5a3bmsrnj6y
typedoc: 0.23.24_typescript@4.9.4
typescript: 4.9.4
packages/firecamp-socket-io:
specifiers:
'@firecamp/socket.io-executor': workspace:*
@@ -1166,7 +1077,7 @@ packages:
gensync: 1.0.0-beta.2
json5: 2.2.3
lodash: 4.17.21
resolve: 1.22.2
resolve: 1.22.1
semver: 5.7.1
source-map: 0.5.7
transitivePeerDependencies:
@@ -1290,7 +1201,7 @@ packages:
'@babel/traverse': 7.20.13
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.2
resolve: 1.22.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -1306,7 +1217,7 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.2
resolve: 1.22.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -2591,7 +2502,7 @@ packages:
resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
'@babel/code-frame': 7.18.6
'@babel/parser': 7.20.13
'@babel/types': 7.20.7
dev: true
@@ -2600,7 +2511,7 @@ packages:
resolution: {integrity: sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
'@babel/code-frame': 7.18.6
'@babel/generator': 7.20.7
'@babel/helper-environment-visitor': 7.18.9
'@babel/helper-function-name': 7.19.0
@@ -3188,7 +3099,7 @@ packages:
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 28.1.3
jest-config: 28.1.3_@types+node@18.15.11
jest-config: 28.1.3_@types+node@18.15.6
jest-haste-map: 28.1.3
jest-message-util: 28.1.3
jest-regex-util: 28.0.2
@@ -3224,14 +3135,14 @@ packages:
'@jest/test-result': 28.1.3
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
'@types/node': 18.15.11
'@types/node': 18.15.6
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.8.0
ci-info: 3.7.1
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 28.1.3
jest-config: 28.1.3_rrli7kzx2akox3oq6aahu3rvje
jest-config: 28.1.3_l3ckdoqai4uuwdvasedjeygqd4
jest-haste-map: 28.1.3
jest-message-util: 28.1.3
jest-regex-util: 28.0.2
@@ -3266,7 +3177,7 @@ packages:
'@jest/reporters': 29.3.1
'@jest/test-result': 29.3.1
'@jest/transform': 29.3.1
'@jest/types': 29.5.0
'@jest/types': 29.4.3
'@types/node': 18.15.11
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -3310,8 +3221,8 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/fake-timers': 29.3.1
'@jest/types': 29.5.0
'@types/node': 18.15.11
'@jest/types': 29.4.3
'@types/node': 18.14.1
jest-mock: 29.3.1
dev: true
@@ -3372,12 +3283,12 @@ packages:
resolution: {integrity: sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
'@jest/types': 29.4.3
'@sinonjs/fake-timers': 9.1.2
'@types/node': 18.15.11
'@types/node': 18.14.1
jest-message-util: 29.5.0
jest-mock: 29.3.1
jest-util: 29.5.0
jest-util: 29.4.3
dev: true
/@jest/globals/28.1.3:
@@ -3614,7 +3525,7 @@ packages:
chalk: 4.1.2
convert-source-map: 2.0.0
fast-json-stable-stringify: 2.1.0
graceful-fs: 4.2.11
graceful-fs: 4.2.10
jest-haste-map: 29.3.1
jest-regex-util: 29.2.0
jest-util: 29.5.0
@@ -4988,7 +4899,7 @@ packages:
'@storybook/semver': 7.3.2
'@storybook/store': 6.5.15_react-dom@17.0.2
'@storybook/theming': 6.5.15_react-dom@17.0.2
'@types/node': 16.18.23
'@types/node': 16.18.12
babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm
babel-plugin-named-exports-order: 0.0.2
browser-assert: 1.2.1
@@ -5524,7 +5435,7 @@ packages:
'@storybook/node-logger': 6.5.15
'@storybook/theming': 6.5.15_react-dom@17.0.2
'@storybook/ui': 6.5.15_react-dom@17.0.2
'@types/node': 16.18.23
'@types/node': 16.18.12
babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm
case-sensitive-paths-webpack-plugin: 2.4.0
chalk: 4.1.2
@@ -5957,7 +5868,7 @@ packages:
fast-glob: 3.2.12
fs-extra: 10.1.0
glob-parent: 6.0.2
html-tags: 3.3.1
html-tags: 3.3.0
is-color-stop: 1.1.0
is-glob: 4.0.3
lodash: 4.17.21
@@ -5977,7 +5888,7 @@ packages:
purgecss: 4.1.3
quick-lru: 5.1.1
reduce-css-calc: 2.1.8
resolve: 1.22.2
resolve: 1.22.1
tmp: 0.2.1
transitivePeerDependencies:
- ts-node
@@ -6127,7 +6038,7 @@ packages:
/@types/bonjour/3.5.10:
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
dependencies:
'@types/node': 18.15.11
'@types/node': 18.15.6
dev: true
/@types/cacheable-request/6.0.3:
@@ -6170,7 +6081,7 @@ packages:
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
dependencies:
'@types/express-serve-static-core': 4.17.32
'@types/node': 18.15.11
'@types/node': 18.15.6
dev: true
/@types/connect/3.4.35:
@@ -6331,10 +6242,17 @@ packages:
pretty-format: 29.5.0
dev: true
/@types/jest/29.5.0:
resolution: {integrity: sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==}
dependencies:
expect: 29.5.0
pretty-format: 29.5.0
dev: true
/@types/jsdom/20.0.1:
resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
dependencies:
'@types/node': 18.15.11
'@types/node': 18.14.1
'@types/tough-cookie': 4.0.2
parse5: 7.1.2
dev: true
@@ -6413,6 +6331,14 @@ packages:
resolution: {integrity: sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==}
dev: true
/@types/node/16.18.12:
resolution: {integrity: sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw==}
dev: true
/@types/node/16.18.19:
resolution: {integrity: sha512-Qd2EhjbjOKZuHMn+IJc2EUYwdkJw9kgsZ3k2zdyi2uIBH0hU00Yd9T5rpMq6KRiFvpscpXUQRjJSaJHH29ei8A==}
dev: true
/@types/node/16.18.23:
resolution: {integrity: sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==}
dev: true
@@ -6421,8 +6347,16 @@ packages:
resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==}
dev: true
/@types/node/18.14.1:
resolution: {integrity: sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==}
dev: true
/@types/node/18.15.11:
resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
dev: true
/@types/node/18.15.6:
resolution: {integrity: sha512-YErOafCZpK4g+Rp3Q/PBgZNAsWKGunQTm9FA3/Pbcm0VCriTEzcrutQ/SxSc0rytAp0NoFWue669jmKhEtd0sA==}
/@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -6504,13 +6438,13 @@ packages:
resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==}
dependencies:
'@types/mime': 3.0.1
'@types/node': 18.15.11
'@types/node': 18.15.6
dev: true
/@types/sockjs/0.3.33:
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
dependencies:
'@types/node': 18.15.11
'@types/node': 18.15.6
dev: true
/@types/source-list-map/0.1.2:
@@ -6594,7 +6528,7 @@ packages:
/@types/ws/8.5.4:
resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
dependencies:
'@types/node': 18.15.11
'@types/node': 18.15.6
dev: true
/@types/yargs-parser/21.0.0:
@@ -6613,6 +6547,12 @@ packages:
'@types/yargs-parser': 21.0.0
dev: true
/@types/yargs/17.0.20:
resolution: {integrity: sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A==}
dependencies:
'@types/yargs-parser': 21.0.0
dev: true
/@types/yargs/17.0.24:
resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==}
dependencies:
@@ -7270,6 +7210,7 @@ packages:
resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==}
engines: {node: '>=0.4.0'}
hasBin: true
dev: true
/add-stream/1.0.0:
resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==}
@@ -7784,7 +7725,7 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.5
caniuse-lite: 1.0.30001477
caniuse-lite: 1.0.30001473
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
@@ -7797,7 +7738,7 @@ packages:
hasBin: true
dependencies:
browserslist: 4.21.5
caniuse-lite: 1.0.30001477
caniuse-lite: 1.0.30001473
normalize-range: 0.1.2
num2fraction: 1.2.2
picocolors: 0.2.1
@@ -8034,7 +7975,7 @@ packages:
dependencies:
'@babel/runtime': 7.20.13
cosmiconfig: 7.1.0
resolve: 1.22.2
resolve: 1.22.1
dev: true
/babel-plugin-named-exports-order/0.0.2:
@@ -8503,8 +8444,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001477
electron-to-chromium: 1.4.356
caniuse-lite: 1.0.30001469
electron-to-chromium: 1.4.339
node-releases: 2.0.10
update-browserslist-db: 1.0.10_browserslist@4.21.4
dev: true
@@ -8514,8 +8455,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001477
electron-to-chromium: 1.4.356
caniuse-lite: 1.0.30001473
electron-to-chromium: 1.4.348
node-releases: 2.0.10
update-browserslist-db: 1.0.10_browserslist@4.21.5
dev: true
@@ -8764,8 +8705,12 @@ packages:
hasBin: true
dev: true
/caniuse-lite/1.0.30001477:
resolution: {integrity: sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ==}
/caniuse-lite/1.0.30001469:
resolution: {integrity: sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==}
dev: true
/caniuse-lite/1.0.30001473:
resolution: {integrity: sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg==}
dev: true
/capture-exit/2.0.0:
@@ -8971,6 +8916,11 @@ packages:
resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
dev: true
/ci-info/3.7.1:
resolution: {integrity: sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==}
engines: {node: '>=8'}
dev: true
/ci-info/3.8.0:
resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
engines: {node: '>=8'}
@@ -10712,8 +10662,12 @@ packages:
resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
dev: true
/electron-to-chromium/1.4.356:
resolution: {integrity: sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A==}
/electron-to-chromium/1.4.339:
resolution: {integrity: sha512-MSXHBJGcbBydq/DQDlpBeUKnJ6C7aTiNCTRpfDV5Iz0sNr/Ng6RJFloq82AAicp/SrmDq4zF6XsKG0B8Xwn1UQ==}
dev: true
/electron-to-chromium/1.4.348:
resolution: {integrity: sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ==}
dev: true
/electron/23.2.1:
@@ -11176,7 +11130,7 @@ packages:
dependencies:
debug: 3.2.7
is-core-module: 2.11.0
resolve: 1.22.2
resolve: 1.22.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -11296,6 +11250,38 @@ packages:
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.6
resolve: 1.22.1
semver: 6.3.0
tsconfig-paths: 3.14.1
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
dev: true
/eslint-plugin-import/2.27.5_eslint@8.32.0:
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
peerDependenciesMeta:
'@typescript-eslint/parser':
optional: true
dependencies:
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
debug: 3.2.7
doctrine: 2.1.0
eslint: 8.32.0
eslint-import-resolver-node: 0.3.7
eslint-module-utils: 2.7.4_tdm2zecdp3gdwhfxnfmevnwugq
has: 1.0.3
is-core-module: 2.11.0
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.6
resolve: 1.22.2
semver: 6.3.0
tsconfig-paths: 3.14.1
@@ -13145,7 +13131,7 @@ packages:
dev: false
/he/1.1.1:
resolution: {integrity: sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==}
resolution: {integrity: sha1-k0EP0hsAlzUVH4howvJx80J+I/0=}
hasBin: true
dev: false
@@ -13270,8 +13256,8 @@ packages:
engines: {node: '>=8'}
dev: true
/html-tags/3.3.1:
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
/html-tags/3.3.0:
resolution: {integrity: sha512-mH3dWNbvfCKcAEysbpD7wvtIJ6ImPog8aFhfzqog9gCN8CJFhKjLDtjpohG3IxYRLqHMJ1PWpBvnSMkFJBQ6Jg==}
engines: {node: '>=8'}
dev: true
@@ -14450,34 +14436,6 @@ packages:
- ts-node
dev: true
/jest-cli/28.1.3_rrli7kzx2akox3oq6aahu3rvje:
resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
hasBin: true
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
node-notifier:
optional: true
dependencies:
'@jest/core': 28.1.3_ts-node@10.9.1
'@jest/test-result': 28.1.3
'@jest/types': 28.1.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
import-local: 3.1.0
jest-config: 28.1.3_rrli7kzx2akox3oq6aahu3rvje
jest-util: 28.1.3
jest-validate: 28.1.3
prompts: 2.4.2
yargs: 17.6.2
transitivePeerDependencies:
- '@types/node'
- supports-color
- ts-node
dev: true
/jest-cli/28.1.3_zfha7dvnw4nti6zkbsmhmn6xo4:
resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
@@ -14518,7 +14476,7 @@ packages:
dependencies:
'@jest/core': 29.3.1
'@jest/test-result': 29.3.1
'@jest/types': 29.5.0
'@jest/types': 29.4.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
@@ -14612,7 +14570,7 @@ packages:
- supports-color
dev: true
/jest-config/28.1.3_@types+node@18.15.11:
/jest-config/28.1.3_@types+node@18.15.6:
resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
peerDependencies:
@@ -14627,7 +14585,7 @@ packages:
'@babel/core': 7.20.12
'@jest/test-sequencer': 28.1.3
'@jest/types': 28.1.3
'@types/node': 18.15.11
'@types/node': 18.15.6
babel-jest: 28.1.3_@babel+core@7.20.12
chalk: 4.1.2
ci-info: 3.8.0
@@ -14651,7 +14609,7 @@ packages:
- supports-color
dev: true
/jest-config/28.1.3_rrli7kzx2akox3oq6aahu3rvje:
/jest-config/28.1.3_l3ckdoqai4uuwdvasedjeygqd4:
resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
peerDependencies:
@@ -14666,7 +14624,7 @@ packages:
'@babel/core': 7.20.12
'@jest/test-sequencer': 28.1.3
'@jest/types': 28.1.3
'@types/node': 18.15.11
'@types/node': 18.15.6
babel-jest: 28.1.3_@babel+core@7.20.12
chalk: 4.1.2
ci-info: 3.8.0
@@ -15123,9 +15081,9 @@ packages:
resolution: {integrity: sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
'@types/node': 18.15.11
jest-util: 29.5.0
'@jest/types': 29.4.3
'@types/node': 18.14.1
jest-util: 29.4.3
dev: true
/jest-playwright-preset/2.0.0_p6cmbkzcb73dhedp36nqclcfgm:
@@ -15236,7 +15194,7 @@ packages:
jest-pnp-resolver: 1.2.3_jest-resolve@28.1.3
jest-util: 28.1.3
jest-validate: 28.1.3
resolve: 1.22.2
resolve: 1.22.1
resolve.exports: 1.1.1
slash: 3.0.0
dev: true
@@ -15251,7 +15209,7 @@ packages:
jest-pnp-resolver: 1.2.3_jest-resolve@29.3.1
jest-util: 29.5.0
jest-validate: 29.3.1
resolve: 1.22.2
resolve: 1.22.1
resolve.exports: 1.1.1
slash: 3.0.0
dev: true
@@ -15491,8 +15449,8 @@ packages:
resolution: {integrity: sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
'@types/node': 18.15.11
'@jest/types': 29.4.3
'@types/node': 18.14.1
chalk: 4.1.2
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -15656,26 +15614,6 @@ packages:
- ts-node
dev: true
/jest/28.1.3_rrli7kzx2akox3oq6aahu3rvje:
resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
hasBin: true
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
node-notifier:
optional: true
dependencies:
'@jest/core': 28.1.3_ts-node@10.9.1
'@jest/types': 28.1.3
import-local: 3.1.0
jest-cli: 28.1.3_rrli7kzx2akox3oq6aahu3rvje
transitivePeerDependencies:
- '@types/node'
- supports-color
- ts-node
dev: true
/jest/28.1.3_zfha7dvnw4nti6zkbsmhmn6xo4:
resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
@@ -17192,7 +17130,7 @@ packages:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
resolve: 1.22.2
resolve: 1.22.1
semver: 5.7.1
validate-npm-package-license: 3.0.4
dev: true
@@ -19286,14 +19224,14 @@ packages:
resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
engines: {node: '>= 0.10'}
dependencies:
resolve: 1.22.2
resolve: 1.22.1
dev: true
/rechoir/0.8.0:
resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==}
engines: {node: '>= 10.13.0'}
dependencies:
resolve: 1.22.2
resolve: 1.22.1
dev: true
/redent/1.0.0:
@@ -19588,15 +19526,6 @@ packages:
supports-preserve-symlinks-flag: 1.0.0
dev: true
/resolve/1.22.2:
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
hasBin: true
dependencies:
is-core-module: 2.11.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
/resolve/2.0.0-next.4:
resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
hasBin: true
@@ -20953,8 +20882,8 @@ packages:
inline-style-parser: 0.1.1
dev: true
/sucrase/3.32.0:
resolution: {integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==}
/sucrase/3.31.0:
resolution: {integrity: sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==}
engines: {node: '>=8'}
hasBin: true
dependencies:
@@ -21590,38 +21519,7 @@ packages:
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.11.18
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
typescript: 4.9.4
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: true
/ts-node/10.9.1_od3vuficnfbr74q5a3bmsrnj6y:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
'@swc/core': '>=1.2.50'
'@swc/wasm': '>=1.2.50'
'@types/node': '*'
typescript: '>=2.7'
peerDependenciesMeta:
'@swc/core':
optional: true
'@swc/wasm':
optional: true
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.9
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.15.11
acorn: 8.8.2
acorn: 8.8.1
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
@@ -21652,7 +21550,7 @@ packages:
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 16.18.11
acorn: 8.8.2
acorn: 8.8.1
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
@@ -21682,7 +21580,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
acorn: 8.8.2
acorn: 8.8.1
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1