Skip to content

Commit 1ca3f27

Browse files
committed
[home] better bg
1 parent dac8751 commit 1ca3f27

21 files changed

+55
-1
lines changed

apps/neurora_home

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/bp/v2/02-framework.png

189 KB
Loading

assets/bp/v2/03-workflow.png

230 KB
Loading
File renamed without changes.

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4332,6 +4332,7 @@ __metadata:
43324332
postcss-nesting: "npm:^12.0.1"
43334333
react: "npm:^18.2.0"
43344334
react-dom: "npm:^18.2.0"
4335+
react-image-lightbox: "npm:^5.1.4"
43354336
react-wrap-balancer: "npm:^1.1.0"
43364337
rehype-autolink-headings: "npm:^7.0.0"
43374338
rehype-pretty-code: "npm:^0.10.1"
@@ -4342,6 +4343,7 @@ __metadata:
43424343
tailwindcss: "npm:^3.3.3"
43434344
tailwindcss-debug-screens: "npm:^2.2.1"
43444345
typescript: "npm:^5.2.2"
4346+
yet-another-react-lightbox: "npm:^3.21.6"
43454347
languageName: unknown
43464348
linkType: soft
43474349

@@ -22991,6 +22993,13 @@ __metadata:
2299122993
languageName: node
2299222994
linkType: hard
2299322995

22996+
"exenv@npm:^1.2.0":
22997+
version: 1.2.2
22998+
resolution: "exenv@npm:1.2.2"
22999+
checksum: 10c0/4e96b355a6b9b9547237288ca779dd673b2e698458b409e88b50df09feb7c85ef94c07354b6b87bc3ed0193a94009a6f7a3c71956da12f45911c0d0f5aa3caa0
23000+
languageName: node
23001+
linkType: hard
23002+
2299423003
"exif-parser@npm:^0.1.12":
2299523004
version: 0.1.12
2299623005
resolution: "exif-parser@npm:0.1.12"
@@ -36718,6 +36727,19 @@ __metadata:
3671836727
languageName: node
3671936728
linkType: hard
3672036729

36730+
"react-image-lightbox@npm:^5.1.4":
36731+
version: 5.1.4
36732+
resolution: "react-image-lightbox@npm:5.1.4"
36733+
dependencies:
36734+
prop-types: "npm:^15.7.2"
36735+
react-modal: "npm:^3.11.1"
36736+
peerDependencies:
36737+
react: 16.x || 17.x
36738+
react-dom: 16.x || 17.x
36739+
checksum: 10c0/526fb24249979b0df8be51f436a3fc2cf8c52802be9cdc7a3e75e8d229ca93e135d17e8b7ea29a2f98669ff31cca3605636515e454d5e5897f1770c6cba556a2
36740+
languageName: node
36741+
linkType: hard
36742+
3672136743
"react-is@npm:^16.10.2, react-is@npm:^16.13.1, react-is@npm:^16.7.0, react-is@npm:^16.8.1":
3672236744
version: 16.13.1
3672336745
resolution: "react-is@npm:16.13.1"
@@ -36753,6 +36775,13 @@ __metadata:
3675336775
languageName: node
3675436776
linkType: hard
3675536777

36778+
"react-lifecycles-compat@npm:^3.0.0":
36779+
version: 3.0.4
36780+
resolution: "react-lifecycles-compat@npm:3.0.4"
36781+
checksum: 10c0/1d0df3c85af79df720524780f00c064d53a9dd1899d785eddb7264b378026979acbddb58a4b7e06e7d0d12aa1494fd5754562ee55d32907b15601068dae82c27
36782+
languageName: node
36783+
linkType: hard
36784+
3675636785
"react-markdown@npm:^8.0.7":
3675736786
version: 8.0.7
3675836787
resolution: "react-markdown@npm:8.0.7"
@@ -36819,6 +36848,21 @@ __metadata:
3681936848
languageName: node
3682036849
linkType: hard
3682136850

36851+
"react-modal@npm:^3.11.1":
36852+
version: 3.16.1
36853+
resolution: "react-modal@npm:3.16.1"
36854+
dependencies:
36855+
exenv: "npm:^1.2.0"
36856+
prop-types: "npm:^15.7.2"
36857+
react-lifecycles-compat: "npm:^3.0.0"
36858+
warning: "npm:^4.0.3"
36859+
peerDependencies:
36860+
react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
36861+
react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
36862+
checksum: 10c0/7b56e2c505b2b924736c471a34754a4211df40ac2d6fb0949cf095aea5e65d3326bd9f111fa7898acf40afa54f526809ad8aa47e02b8328663d11422568dc7b1
36863+
languageName: node
36864+
linkType: hard
36865+
3682236866
"react-number-format@npm:^5.3.1":
3682336867
version: 5.4.2
3682436868
resolution: "react-number-format@npm:5.4.2"
@@ -45016,6 +45060,16 @@ __metadata:
4501645060
languageName: node
4501745061
linkType: hard
4501845062

45063+
"yet-another-react-lightbox@npm:^3.21.6":
45064+
version: 3.21.6
45065+
resolution: "yet-another-react-lightbox@npm:3.21.6"
45066+
peerDependencies:
45067+
react: ">=16.8.0"
45068+
react-dom: ">=16.8.0"
45069+
checksum: 10c0/5488949baf3a03a78a450a50b1e490f1d9baa1ccc79e95bdff35e1dc781121889cfff6a2087da1396547003b7bf22d46050375e58bbb840d86350677a8d4fe93
45070+
languageName: node
45071+
linkType: hard
45072+
4501945073
"yn@npm:3.1.1":
4502045074
version: 3.1.1
4502145075
resolution: "yn@npm:3.1.1"

0 commit comments

Comments
 (0)