chore: add border to menus in dark theme
This commit is contained in:
BIN
.yarn/cache/@alloc-quick-lru-npm-5.2.0-eb83517088-bdc35758b5.zip
vendored
Normal file
BIN
.yarn/cache/@alloc-quick-lru-npm-5.2.0-eb83517088-bdc35758b5.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/commander-npm-4.1.1-22a0fe921b-d7b9913ff9.zip
vendored
Normal file
BIN
.yarn/cache/commander-npm-4.1.1-22a0fe921b-d7b9913ff9.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/is-core-module-npm-2.12.1-ce74e89160-f04ea30533.zip
vendored
Normal file
BIN
.yarn/cache/is-core-module-npm-2.12.1-ce74e89160-f04ea30533.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/jiti-npm-1.19.1-eef2f0ec29-fdf55e315f.zip
vendored
Normal file
BIN
.yarn/cache/jiti-npm-1.19.1-eef2f0ec29-fdf55e315f.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/lilconfig-npm-2.1.0-a179261924-8549bb352b.zip
vendored
Normal file
BIN
.yarn/cache/lilconfig-npm-2.1.0-a179261924-8549bb352b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/nanoid-npm-3.3.6-e6d6ae7e71-7d0eda6570.zip
vendored
Normal file
BIN
.yarn/cache/nanoid-npm-3.3.6-e6d6ae7e71-7d0eda6570.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/pirates-npm-4.0.6-a8ec571a43-46a65fefaf.zip
vendored
Normal file
BIN
.yarn/cache/pirates-npm-4.0.6-a8ec571a43-46a65fefaf.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/postcss-import-npm-15.1.0-8b9e86f900-7bd04bd8f0.zip
vendored
Normal file
BIN
.yarn/cache/postcss-import-npm-15.1.0-8b9e86f900-7bd04bd8f0.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/postcss-load-config-npm-4.0.1-351eb776f5-b61f890499.zip
vendored
Normal file
BIN
.yarn/cache/postcss-load-config-npm-4.0.1-351eb776f5-b61f890499.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/postcss-nested-npm-6.0.1-5cdc427fe8-7ddb0364cd.zip
vendored
Normal file
BIN
.yarn/cache/postcss-nested-npm-6.0.1-5cdc427fe8-7ddb0364cd.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/postcss-npm-8.4.25-c990ab80d8-9ed3ab8af4.zip
vendored
Normal file
BIN
.yarn/cache/postcss-npm-8.4.25-c990ab80d8-9ed3ab8af4.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/prettier-plugin-tailwindcss-npm-0.4.0-50fdb98f80-900558ea15.zip
vendored
Normal file
BIN
.yarn/cache/prettier-plugin-tailwindcss-npm-0.4.0-50fdb98f80-900558ea15.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/resolve-npm-1.22.3-f7dee15274-fb834b8134.zip
vendored
Normal file
BIN
.yarn/cache/resolve-npm-1.22.3-f7dee15274-fb834b8134.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/resolve-patch-8df1eb26d0-ad59734723.zip
vendored
Normal file
BIN
.yarn/cache/resolve-patch-8df1eb26d0-ad59734723.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/sucrase-npm-3.32.0-77d3fb5106-79f760aef5.zip
vendored
Normal file
BIN
.yarn/cache/sucrase-npm-3.32.0-77d3fb5106-79f760aef5.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/tailwindcss-npm-3.3.2-9311a8c9fc-4897c70e67.zip
vendored
Normal file
BIN
.yarn/cache/tailwindcss-npm-3.3.2-9311a8c9fc-4897c70e67.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/ts-interface-checker-npm-0.1.13-0c7b064494-20c29189c2.zip
vendored
Normal file
BIN
.yarn/cache/ts-interface-checker-npm-0.1.13-0c7b064494-20c29189c2.zip
vendored
Normal file
Binary file not shown.
@@ -87,14 +87,14 @@
|
||||
"postcss": "^8.4.19",
|
||||
"postcss-loader": "^7.0.2",
|
||||
"prettier": "*",
|
||||
"prettier-plugin-tailwindcss": "^0.2.1",
|
||||
"prettier-plugin-tailwindcss": "^0.4.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-refresh": "^0.14.0",
|
||||
"sass-loader": "*",
|
||||
"svg-jest": "^1.0.1",
|
||||
"tailwindcss": "^3.2.7",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "*",
|
||||
|
||||
@@ -47,4 +47,5 @@
|
||||
--sn-stylekit-menu-border: 1px solid #424242;
|
||||
--navigation-item-selected-background-color: var(--background-color);
|
||||
--normal-button-background-color: var(--sn-stylekit-passive-color-5);
|
||||
--menu-border-color: var(--sn-stylekit-border-color);
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ const PositionedPopoverContent = ({
|
||||
<div
|
||||
className={classNames(
|
||||
'absolute top-0 left-0 flex w-full min-w-80 cursor-auto flex-col',
|
||||
'overflow-y-auto rounded bg-default shadow-main md:h-auto md:max-w-xs',
|
||||
'overflow-y-auto rounded border border-[--menu-border-color] bg-default shadow-main md:h-auto md:max-w-xs',
|
||||
!disableMobileFullscreenTakeover && 'h-full',
|
||||
overrideZIndex ? overrideZIndex : 'z-dropdown-menu',
|
||||
!isDesktopScreen && !disableMobileFullscreenTakeover ? 'pt-safe-top pb-safe-bottom' : '',
|
||||
|
||||
@@ -43,4 +43,6 @@
|
||||
--link-element-color: var(--sn-stylekit-info-color);
|
||||
|
||||
--normal-button-background-color: var(--sn-stylekit-background-color);
|
||||
|
||||
--menu-border-color: transparent;
|
||||
}
|
||||
|
||||
308
yarn.lock
308
yarn.lock
@@ -12,6 +12,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@alloc/quick-lru@npm:^5.2.0":
|
||||
version: 5.2.0
|
||||
resolution: "@alloc/quick-lru@npm:5.2.0"
|
||||
checksum: bdc35758b552bcf045733ac047fb7f9a07c4678b944c641adfbd41f798b4b91fffd0fdc0df2578d9b0afc7b4d636aa6e110ead5d6281a2adc1ab90efd7f057f8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ampproject/remapping@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "@ampproject/remapping@npm:2.2.0"
|
||||
@@ -4862,14 +4869,14 @@ __metadata:
|
||||
postcss: ^8.4.19
|
||||
postcss-loader: ^7.0.2
|
||||
prettier: "*"
|
||||
prettier-plugin-tailwindcss: ^0.2.1
|
||||
prettier-plugin-tailwindcss: ^0.4.0
|
||||
qrcode.react: ^3.1.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
react-refresh: ^0.14.0
|
||||
sass-loader: "*"
|
||||
svg-jest: ^1.0.1
|
||||
tailwindcss: ^3.2.7
|
||||
tailwindcss: ^3.3.2
|
||||
ts-jest: ^29.0.3
|
||||
ts-loader: ^9.4.2
|
||||
typescript: "*"
|
||||
@@ -6302,24 +6309,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn-node@npm:^1.8.2":
|
||||
version: 1.8.2
|
||||
resolution: "acorn-node@npm:1.8.2"
|
||||
dependencies:
|
||||
acorn: ^7.0.0
|
||||
acorn-walk: ^7.0.0
|
||||
xtend: ^4.0.2
|
||||
checksum: 02e1564a1ccf8bd1fcefcd01235398af4a9effaf032c5397994ddd275590a72894cb3e26e4b82579ccdda1e48ade7486aef61e771ddae3563ca452b927f443d8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn-walk@npm:^7.0.0":
|
||||
version: 7.2.0
|
||||
resolution: "acorn-walk@npm:7.2.0"
|
||||
checksum: 9252158a79b9d92f1bc0dd6acc0fcfb87a67339e84bcc301bb33d6078936d27e35d606b4d35626d2962cd43c256d6f27717e70cbe15c04fff999ab0b2260b21f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn-walk@npm:^8.0.2, acorn-walk@npm:^8.1.1, acorn-walk@npm:^8.2.0":
|
||||
version: 8.2.0
|
||||
resolution: "acorn-walk@npm:8.2.0"
|
||||
@@ -6327,15 +6316,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^7.0.0":
|
||||
version: 7.4.1
|
||||
resolution: "acorn@npm:7.4.1"
|
||||
bin:
|
||||
acorn: bin/acorn
|
||||
checksum: 1860f23c2107c910c6177b7b7be71be350db9e1080d814493fae143ae37605189504152d1ba8743ba3178d0b37269ce1ffc42b101547fdc1827078f82671e407
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^8.1.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.0, acorn@npm:^8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "acorn@npm:8.8.1"
|
||||
@@ -8562,7 +8542,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"color-name@npm:^1.1.4, color-name@npm:~1.1.4":
|
||||
"color-name@npm:~1.1.4":
|
||||
version: 1.1.4
|
||||
resolution: "color-name@npm:1.1.4"
|
||||
checksum: b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610
|
||||
@@ -8641,6 +8621,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"commander@npm:^4.0.0":
|
||||
version: 4.1.1
|
||||
resolution: "commander@npm:4.1.1"
|
||||
checksum: d7b9913ff92cae20cb577a4ac6fcc121bd6223319e54a40f51a14740a681ad5c574fd29a57da478a5f234a6fa6c52cbf0b7c641353e03c648b1ae85ba670b977
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"commander@npm:^5.0.0":
|
||||
version: 5.1.0
|
||||
resolution: "commander@npm:5.1.0"
|
||||
@@ -9595,13 +9582,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"defined@npm:^1.0.0":
|
||||
version: 1.0.1
|
||||
resolution: "defined@npm:1.0.1"
|
||||
checksum: b1a852300bdb57f297289b55eafdd0c517afaa3ec8190e78fce91b9d8d0c0369d4505ecbdacfd3d98372e664f4a267d9bd793938d4a8c76209c9d9516fbe2101
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"del@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "del@npm:7.0.0"
|
||||
@@ -9713,19 +9693,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"detective@npm:^5.2.1":
|
||||
version: 5.2.1
|
||||
resolution: "detective@npm:5.2.1"
|
||||
dependencies:
|
||||
acorn-node: ^1.8.2
|
||||
defined: ^1.0.0
|
||||
minimist: ^1.2.6
|
||||
bin:
|
||||
detective: bin/detective.js
|
||||
checksum: dc4601bbc6be850edb3c2dab7a0eaf5a6169a15ad201679c66d40ea1986df816eeaecd590047f15b0780285f3eeea13b82dca0d4c52a47e744a571e326a72dc9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"detox@npm:^20.0.3":
|
||||
version: 20.0.3
|
||||
resolution: "detox@npm:20.0.3"
|
||||
@@ -13403,6 +13370,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-core-module@npm:^2.12.0":
|
||||
version: 2.12.1
|
||||
resolution: "is-core-module@npm:2.12.1"
|
||||
dependencies:
|
||||
has: ^1.0.3
|
||||
checksum: f04ea30533b5e62764e7b2e049d3157dc0abd95ef44275b32489ea2081176ac9746ffb1cdb107445cf1ff0e0dfcad522726ca27c27ece64dadf3795428b8e468
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1, is-core-module@npm:^2.9.0":
|
||||
version: 2.10.0
|
||||
resolution: "is-core-module@npm:2.10.0"
|
||||
@@ -14518,6 +14494,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jiti@npm:^1.18.2":
|
||||
version: 1.19.1
|
||||
resolution: "jiti@npm:1.19.1"
|
||||
bin:
|
||||
jiti: bin/jiti.js
|
||||
checksum: fdf55e315f9e81c04ae902416642062851d92c6cdcc17a59d5d1d35e1a0842e4e79be38da86613c5776fa18c579954542a441b93d1c347a50137dee2e558cbd0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jju@npm:^1.1.0":
|
||||
version: 1.4.0
|
||||
resolution: "jju@npm:1.4.0"
|
||||
@@ -15166,13 +15151,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lilconfig@npm:^2.0.5, lilconfig@npm:^2.0.6":
|
||||
"lilconfig@npm:^2.0.5":
|
||||
version: 2.0.6
|
||||
resolution: "lilconfig@npm:2.0.6"
|
||||
checksum: 40a3cd72f103b1be5975f2ac1850810b61d4053e20ab09be8d3aeddfe042187e1ba70b4651a7e70f95efa1642e7dc8b2ae395b317b7d7753b241b43cef7c0f7d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lilconfig@npm:^2.1.0":
|
||||
version: 2.1.0
|
||||
resolution: "lilconfig@npm:2.1.0"
|
||||
checksum: 8549bb352b8192375fed4a74694cd61ad293904eee33f9d4866c2192865c44c4eb35d10782966242634e0cbc1e91fe62b1247f148dc5514918e3a966da7ea117
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"line-reader@npm:^0.2.4":
|
||||
version: 0.2.4
|
||||
resolution: "line-reader@npm:0.2.4"
|
||||
@@ -16778,7 +16770,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"mz@npm:2.7.0":
|
||||
"mz@npm:2.7.0, mz@npm:^2.7.0":
|
||||
version: 2.7.0
|
||||
resolution: "mz@npm:2.7.0"
|
||||
dependencies:
|
||||
@@ -16807,6 +16799,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nanoid@npm:^3.3.6":
|
||||
version: 3.3.6
|
||||
resolution: "nanoid@npm:3.3.6"
|
||||
bin:
|
||||
nanoid: bin/nanoid.cjs
|
||||
checksum: 7d0eda657002738aa5206107bd0580aead6c95c460ef1bdd0b1a87a9c7ae6277ac2e9b945306aaa5b32c6dcb7feaf462d0f552e7f8b5718abfc6ead5c94a71b3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nanoid@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "nanoid@npm:4.0.0"
|
||||
@@ -18440,6 +18441,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pirates@npm:^4.0.1":
|
||||
version: 4.0.6
|
||||
resolution: "pirates@npm:4.0.6"
|
||||
checksum: 46a65fefaf19c6f57460388a5af9ab81e3d7fd0e7bc44ca59d753cb5c4d0df97c6c6e583674869762101836d68675f027d60f841c105d72734df9dfca97cbcc6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pirates@npm:^4.0.4, pirates@npm:^4.0.5":
|
||||
version: 4.0.5
|
||||
resolution: "pirates@npm:4.0.5"
|
||||
@@ -18510,36 +18518,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-import@npm:^14.1.0":
|
||||
version: 14.1.0
|
||||
resolution: "postcss-import@npm:14.1.0"
|
||||
"postcss-import@npm:^15.1.0":
|
||||
version: 15.1.0
|
||||
resolution: "postcss-import@npm:15.1.0"
|
||||
dependencies:
|
||||
postcss-value-parser: ^4.0.0
|
||||
read-cache: ^1.0.0
|
||||
resolve: ^1.1.7
|
||||
peerDependencies:
|
||||
postcss: ^8.0.0
|
||||
checksum: cd45d406e90f67cdab9524352e573cc6b4462b790934a05954e929a6653ebd31288ceebc8ce3c3ed7117ae672d9ebbec57df0bceec0a56e9b259c2e71d47ca86
|
||||
checksum: 7bd04bd8f0235429009d0022cbf00faebc885de1d017f6d12ccb1b021265882efc9302006ba700af6cab24c46bfa2f3bc590be3f9aee89d064944f171b04e2a3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-js@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "postcss-js@npm:4.0.0"
|
||||
"postcss-js@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "postcss-js@npm:4.0.1"
|
||||
dependencies:
|
||||
camelcase-css: ^2.0.1
|
||||
peerDependencies:
|
||||
postcss: ^8.3.3
|
||||
checksum: 14be8a58670b4c5d037d40f179240a4f736d53530db727e2635638fa296bc4bff18149ca860928398aace422e55d07c9f5729eeccd395340944985199cdc82a5
|
||||
postcss: ^8.4.21
|
||||
checksum: 5c1e83efeabeb5a42676193f4357aa9c88f4dc1b3c4a0332c132fe88932b33ea58848186db117cf473049fc233a980356f67db490bd0a7832ccba9d0b3fd3491
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-load-config@npm:^3.1.4":
|
||||
version: 3.1.4
|
||||
resolution: "postcss-load-config@npm:3.1.4"
|
||||
"postcss-load-config@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "postcss-load-config@npm:4.0.1"
|
||||
dependencies:
|
||||
lilconfig: ^2.0.5
|
||||
yaml: ^1.10.2
|
||||
yaml: ^2.1.1
|
||||
peerDependencies:
|
||||
postcss: ">=8.0.9"
|
||||
ts-node: ">=9.0.0"
|
||||
@@ -18548,7 +18556,7 @@ __metadata:
|
||||
optional: true
|
||||
ts-node:
|
||||
optional: true
|
||||
checksum: 1c589504c2d90b1568aecae8238ab993c17dba2c44f848a8f13619ba556d26a1c09644d5e6361b5784e721e94af37b604992f9f3dc0483e687a0cc1cc5029a34
|
||||
checksum: b61f890499ed7dcda1e36c20a9582b17d745bad5e2b2c7bc96942465e406bc43ae03f270c08e60d1e29dab1ee50cb26970b5eb20c9aae30e066e20bd607ae4e4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -18610,14 +18618,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-nested@npm:6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "postcss-nested@npm:6.0.0"
|
||||
"postcss-nested@npm:^6.0.1":
|
||||
version: 6.0.1
|
||||
resolution: "postcss-nested@npm:6.0.1"
|
||||
dependencies:
|
||||
postcss-selector-parser: ^6.0.10
|
||||
postcss-selector-parser: ^6.0.11
|
||||
peerDependencies:
|
||||
postcss: ^8.2.14
|
||||
checksum: 2105dc52cd19747058f1a46862c9e454b5a365ac2e7135fc1015d67a8fe98ada2a8d9ee578e90f7a093bd55d3994dd913ba5ff1d5e945b4ed9a8a2992ecc8f10
|
||||
checksum: 7ddb0364cd797de01e38f644879189e0caeb7ea3f78628c933d91cc24f327c56d31269384454fc02ecaf503b44bfa8e08870a7c4cc56b23bc15640e1894523fa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -18638,7 +18646,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss@npm:8.4.21, postcss@npm:^8.0.9, postcss@npm:^8.4.18, postcss@npm:^8.4.19":
|
||||
"postcss@npm:8.4.21, postcss@npm:^8.4.18, postcss@npm:^8.4.19":
|
||||
version: 8.4.21
|
||||
resolution: "postcss@npm:8.4.21"
|
||||
dependencies:
|
||||
@@ -18649,6 +18657,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss@npm:^8.4.23":
|
||||
version: 8.4.25
|
||||
resolution: "postcss@npm:8.4.25"
|
||||
dependencies:
|
||||
nanoid: ^3.3.6
|
||||
picocolors: ^1.0.0
|
||||
source-map-js: ^1.0.2
|
||||
checksum: 9ed3ab8af43ad5210c28f56f916fd9b8c9f94fbeaebbf645dcf579bc28bdd8056c2a7ecc934668d399b81fedb6128f0c4b299f931e50454964bc911c25a3a0a2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prebuild-install@npm:^7.0.1":
|
||||
version: 7.1.1
|
||||
resolution: "prebuild-install@npm:7.1.1"
|
||||
@@ -18711,12 +18730,58 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier-plugin-tailwindcss@npm:^0.2.1":
|
||||
version: 0.2.1
|
||||
resolution: "prettier-plugin-tailwindcss@npm:0.2.1"
|
||||
"prettier-plugin-tailwindcss@npm:^0.4.0":
|
||||
version: 0.4.0
|
||||
resolution: "prettier-plugin-tailwindcss@npm:0.4.0"
|
||||
peerDependencies:
|
||||
prettier: ">=2.2.0"
|
||||
checksum: 5a04b26f50baea552aaff938b6413bf66d0050c3ca5a0d5bc432a7efc8f8e4ba194a23b1aabd4d39d36228afaf368ba2bce24ebb87f4972459a3679eff6942e8
|
||||
"@ianvs/prettier-plugin-sort-imports": "*"
|
||||
"@prettier/plugin-pug": "*"
|
||||
"@shopify/prettier-plugin-liquid": "*"
|
||||
"@shufo/prettier-plugin-blade": "*"
|
||||
"@trivago/prettier-plugin-sort-imports": "*"
|
||||
prettier: ^2.2 || ^3.0
|
||||
prettier-plugin-astro: "*"
|
||||
prettier-plugin-css-order: "*"
|
||||
prettier-plugin-import-sort: "*"
|
||||
prettier-plugin-jsdoc: "*"
|
||||
prettier-plugin-marko: "*"
|
||||
prettier-plugin-organize-attributes: "*"
|
||||
prettier-plugin-organize-imports: "*"
|
||||
prettier-plugin-style-order: "*"
|
||||
prettier-plugin-svelte: "*"
|
||||
prettier-plugin-twig-melody: "*"
|
||||
peerDependenciesMeta:
|
||||
"@ianvs/prettier-plugin-sort-imports":
|
||||
optional: true
|
||||
"@prettier/plugin-pug":
|
||||
optional: true
|
||||
"@shopify/prettier-plugin-liquid":
|
||||
optional: true
|
||||
"@shufo/prettier-plugin-blade":
|
||||
optional: true
|
||||
"@trivago/prettier-plugin-sort-imports":
|
||||
optional: true
|
||||
prettier-plugin-astro:
|
||||
optional: true
|
||||
prettier-plugin-css-order:
|
||||
optional: true
|
||||
prettier-plugin-import-sort:
|
||||
optional: true
|
||||
prettier-plugin-jsdoc:
|
||||
optional: true
|
||||
prettier-plugin-marko:
|
||||
optional: true
|
||||
prettier-plugin-organize-attributes:
|
||||
optional: true
|
||||
prettier-plugin-organize-imports:
|
||||
optional: true
|
||||
prettier-plugin-style-order:
|
||||
optional: true
|
||||
prettier-plugin-svelte:
|
||||
optional: true
|
||||
prettier-plugin-twig-melody:
|
||||
optional: true
|
||||
checksum: 900558ea1593d9ea7723bcc2c2e391f844decb5bdd712a55dd335652f2a05418cef779b8346eabfacbfbd4ea2a13d0cf637570e804db5e22550c63a836a5eb22
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -19940,7 +20005,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@npm:^1.1.7, resolve@npm:^1.10.0, resolve@npm:^1.10.1, resolve@npm:^1.11.1, resolve@npm:^1.14.2, resolve@npm:^1.20.0, resolve@npm:^1.22.0, resolve@npm:^1.22.1, resolve@npm:^1.9.0":
|
||||
"resolve@npm:^1.1.7, resolve@npm:^1.10.0, resolve@npm:^1.10.1, resolve@npm:^1.11.1, resolve@npm:^1.14.2, resolve@npm:^1.20.0, resolve@npm:^1.22.0, resolve@npm:^1.9.0":
|
||||
version: 1.22.1
|
||||
resolution: "resolve@npm:1.22.1"
|
||||
dependencies:
|
||||
@@ -19953,6 +20018,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@npm:^1.22.2":
|
||||
version: 1.22.3
|
||||
resolution: "resolve@npm:1.22.3"
|
||||
dependencies:
|
||||
is-core-module: ^2.12.0
|
||||
path-parse: ^1.0.7
|
||||
supports-preserve-symlinks-flag: ^1.0.0
|
||||
bin:
|
||||
resolve: bin/resolve
|
||||
checksum: fb834b81348428cb545ff1b828a72ea28feb5a97c026a1cf40aa1008352c72811ff4d4e71f2035273dc536dcfcae20c13604ba6283c612d70fa0b6e44519c374
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@npm:^2.0.0-next.3":
|
||||
version: 2.0.0-next.4
|
||||
resolution: "resolve@npm:2.0.0-next.4"
|
||||
@@ -19966,7 +20044,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@patch:resolve@^1.1.7#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.11.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
|
||||
"resolve@patch:resolve@^1.1.7#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.11.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
|
||||
version: 1.22.1
|
||||
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
|
||||
dependencies:
|
||||
@@ -19979,6 +20057,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@patch:resolve@^1.22.2#~builtin<compat/resolve>":
|
||||
version: 1.22.3
|
||||
resolution: "resolve@patch:resolve@npm%3A1.22.3#~builtin<compat/resolve>::version=1.22.3&hash=07638b"
|
||||
dependencies:
|
||||
is-core-module: ^2.12.0
|
||||
path-parse: ^1.0.7
|
||||
supports-preserve-symlinks-flag: ^1.0.0
|
||||
bin:
|
||||
resolve: bin/resolve
|
||||
checksum: ad59734723b596d0891321c951592ed9015a77ce84907f89c9d9307dd0c06e11a67906a3e628c4cae143d3e44898603478af0ddeb2bba3f229a9373efe342665
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve@patch:resolve@^2.0.0-next.3#~builtin<compat/resolve>":
|
||||
version: 2.0.0-next.4
|
||||
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin<compat/resolve>::version=2.0.0-next.4&hash=07638b"
|
||||
@@ -21469,6 +21560,24 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sucrase@npm:^3.32.0":
|
||||
version: 3.32.0
|
||||
resolution: "sucrase@npm:3.32.0"
|
||||
dependencies:
|
||||
"@jridgewell/gen-mapping": ^0.3.2
|
||||
commander: ^4.0.0
|
||||
glob: 7.1.6
|
||||
lines-and-columns: ^1.1.6
|
||||
mz: ^2.7.0
|
||||
pirates: ^4.0.1
|
||||
ts-interface-checker: ^0.1.9
|
||||
bin:
|
||||
sucrase: bin/sucrase
|
||||
sucrase-node: bin/sucrase-node
|
||||
checksum: 79f760aef513adcf22b882d43100296a8afa7f307acef3e8803304b763484cf138a3e2cebc498a6791110ab20c7b8deba097f6ce82f812ca8f1723e3440e5c95
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sudo-prompt@npm:^9.0.0":
|
||||
version: 9.2.1
|
||||
resolution: "sudo-prompt@npm:9.2.1"
|
||||
@@ -21569,39 +21678,37 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tailwindcss@npm:^3.2.7":
|
||||
version: 3.2.7
|
||||
resolution: "tailwindcss@npm:3.2.7"
|
||||
"tailwindcss@npm:^3.3.2":
|
||||
version: 3.3.2
|
||||
resolution: "tailwindcss@npm:3.3.2"
|
||||
dependencies:
|
||||
"@alloc/quick-lru": ^5.2.0
|
||||
arg: ^5.0.2
|
||||
chokidar: ^3.5.3
|
||||
color-name: ^1.1.4
|
||||
detective: ^5.2.1
|
||||
didyoumean: ^1.2.2
|
||||
dlv: ^1.1.3
|
||||
fast-glob: ^3.2.12
|
||||
glob-parent: ^6.0.2
|
||||
is-glob: ^4.0.3
|
||||
lilconfig: ^2.0.6
|
||||
jiti: ^1.18.2
|
||||
lilconfig: ^2.1.0
|
||||
micromatch: ^4.0.5
|
||||
normalize-path: ^3.0.0
|
||||
object-hash: ^3.0.0
|
||||
picocolors: ^1.0.0
|
||||
postcss: ^8.0.9
|
||||
postcss-import: ^14.1.0
|
||||
postcss-js: ^4.0.0
|
||||
postcss-load-config: ^3.1.4
|
||||
postcss-nested: 6.0.0
|
||||
postcss: ^8.4.23
|
||||
postcss-import: ^15.1.0
|
||||
postcss-js: ^4.0.1
|
||||
postcss-load-config: ^4.0.1
|
||||
postcss-nested: ^6.0.1
|
||||
postcss-selector-parser: ^6.0.11
|
||||
postcss-value-parser: ^4.2.0
|
||||
quick-lru: ^5.1.1
|
||||
resolve: ^1.22.1
|
||||
peerDependencies:
|
||||
postcss: ^8.0.9
|
||||
resolve: ^1.22.2
|
||||
sucrase: ^3.32.0
|
||||
bin:
|
||||
tailwind: lib/cli.js
|
||||
tailwindcss: lib/cli.js
|
||||
checksum: 819446bf67acea1fc738f345d80f328b7bb6e6ef4b24070249a11219307045881cf97baed6258cbdcede7fa18886e9c9c41fd0fa087b3e987cf2948560a2f164
|
||||
checksum: 4897c70e671c885e151f57434d87ccb806f468a11900f028245b351ffbca5245ff0c10ca5dbb6eb4c7c4df3de8a15a05fe08c2aea4b152cb07bee9bb1d8a14a8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -22042,6 +22149,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-interface-checker@npm:^0.1.9":
|
||||
version: 0.1.13
|
||||
resolution: "ts-interface-checker@npm:0.1.13"
|
||||
checksum: 20c29189c2dd6067a8775e07823ddf8d59a33e2ffc47a1bd59a5cb28bb0121a2969a816d5e77eda2ed85b18171aa5d1c4005a6b88ae8499ec7cc49f78571cb5e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-jest@npm:^29.0.3":
|
||||
version: 29.0.3
|
||||
resolution: "ts-jest@npm:29.0.3"
|
||||
@@ -23503,7 +23617,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xtend@npm:^4.0.2, xtend@npm:~4.0.1":
|
||||
"xtend@npm:~4.0.1":
|
||||
version: 4.0.2
|
||||
resolution: "xtend@npm:4.0.2"
|
||||
checksum: ac5dfa738b21f6e7f0dd6e65e1b3155036d68104e67e5d5d1bde74892e327d7e5636a076f625599dc394330a731861e87343ff184b0047fef1360a7ec0a5a36a
|
||||
@@ -23545,7 +23659,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yaml@npm:^1.10.0, yaml@npm:^1.10.2":
|
||||
"yaml@npm:^1.10.0":
|
||||
version: 1.10.2
|
||||
resolution: "yaml@npm:1.10.2"
|
||||
checksum: ce4ada136e8a78a0b08dc10b4b900936912d15de59905b2bf415b4d33c63df1d555d23acb2a41b23cf9fb5da41c256441afca3d6509de7247daa062fd2c5ea5f
|
||||
|
||||
Reference in New Issue
Block a user