diff --git a/biome.json b/biome.json index 81114a5cc9..7f8442ce90 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", + "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", "assist": { "actions": { "source": { @@ -50,7 +50,8 @@ "noDangerouslySetInnerHtml": "off" }, "style": { - "noNonNullAssertion": "off" + "noNonNullAssertion": "off", + "useSelfClosingElements": "error" }, "suspicious": { "noArrayIndexKey": "off", diff --git a/code/datums/ghost_spawn.dm b/code/datums/ghost_spawn.dm index f56146e127..01bb3a9073 100644 --- a/code/datums/ghost_spawn.dm +++ b/code/datums/ghost_spawn.dm @@ -11,7 +11,7 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2) var/active_tab = GHOST_POD_TAB /datum/tgui_module/ghost_spawn_menu/tgui_state(mob/user) - return GLOB.tgui_self_state + return GLOB.tgui_observer_state /datum/tgui_module/ghost_spawn_menu/tgui_close(mob/user) . = ..() diff --git a/dependencies.sh b/dependencies.sh index ad77875b17..1ec51a8aeb 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -17,7 +17,7 @@ export RUST_G_VERSION=3.11.0 export NODE_VERSION_LTS=22.14.0 # Bun version -export BUN_VERSION=1.2.18 +export BUN_VERSION=1.2.19 # SpacemanDMM git tag export SPACEMAN_DMM_VERSION=suite-1.10 diff --git a/tgui/bun.lock b/tgui/bun.lock index 53cb3942c1..a790120ac1 100644 --- a/tgui/bun.lock +++ b/tgui/bun.lock @@ -7,7 +7,7 @@ "@happy-dom/global-registrator": "^17.6.3", "@rspack/cli": "^1.4.8", "@rspack/core": "^1.4.8", - "@types/bun": "^1.2.18", + "@types/bun": "^1.2.19", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/webpack-env": "^1.18.8", @@ -234,7 +234,7 @@ "@types/bonjour": ["@types/bonjour@3.5.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ=="], - "@types/bun": ["@types/bun@1.2.18", "", { "dependencies": { "bun-types": "1.2.18" } }, "sha512-Xf6RaWVheyemaThV0kUfaAUvCNokFr+bH8Jxp+tTZfx7dAPA8z9ePnP9S9+Vspzuxxx9JRAXhnyccRj3GyCMdQ=="], + "@types/bun": ["@types/bun@1.2.19", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="], "@types/connect": ["@types/connect@3.4.38", "", { "dependencies": { "@types/node": "*" } }, "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug=="], @@ -396,7 +396,7 @@ "bufferstreams": ["bufferstreams@4.0.0", "", { "dependencies": { "readable-stream": "^3.4.0", "yerror": "^8.0.0" } }, "sha512-azX778/2VQ9K2uiYprSUKLgK2K6lR1KtJycJDsMg7u0+Cc994A9HyGaUKb01e/T+M8jse057429iKXurCaT35g=="], - "bun-types": ["bun-types@1.2.18", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-04+Eha5NP7Z0A9YgDAzMk5PHR16ZuLVa83b26kH5+cp1qZW4F6FmAURngE7INf4tKOvCE69vYvDEwoNl1tGiWw=="], + "bun-types": ["bun-types@1.2.19", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ=="], "bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="], diff --git a/tgui/package.json b/tgui/package.json index d751be25bd..3a53d71843 100644 --- a/tgui/package.json +++ b/tgui/package.json @@ -2,7 +2,7 @@ "private": true, "name": "tgui-workspace", "version": "6.0.0", - "packageManager": "bun@1.2.18", + "packageManager": "bun@1.2.19", "workspaces": [ "packages/*" ], @@ -17,7 +17,7 @@ "@happy-dom/global-registrator": "^17.6.3", "@rspack/cli": "^1.4.8", "@rspack/core": "^1.4.8", - "@types/bun": "^1.2.18", + "@types/bun": "^1.2.19", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/webpack-env": "^1.18.8", diff --git a/tgui/packages/tgui/interfaces/PublicLibraryWiki/WikiPages/WikiSubPages/WikiBloodTable.tsx b/tgui/packages/tgui/interfaces/PublicLibraryWiki/WikiPages/WikiSubPages/WikiBloodTable.tsx new file mode 100644 index 0000000000..d2d51e3fc6 --- /dev/null +++ b/tgui/packages/tgui/interfaces/PublicLibraryWiki/WikiPages/WikiSubPages/WikiBloodTable.tsx @@ -0,0 +1,230 @@ +import { Box, Icon, Section, Table } from 'tgui-core/components'; + +export const WikiBloodTypes = (props) => { + return ( +
+ + + + + You can receive + + + + + + + + O+ + + + O- + + + A+ + + + A- + + + B+ + + + B- + + + AB+ + + + AB- + + + + + y + + + + + o + + + O+ + + + + + + + + + + + + + + + + + u + + + O- + + + + + + + + + + + + + + + r + + + A+ + + + + + + + + + + + + + + + + + + + + + + A- + + + + + + + + + + + + + + + + + t + + + B+ + + + + + + + + + + + + + + + + + + + + + y + + + B- + + + + + + + + + + + + + + + + + p + + + AB+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + e + + + AB- + + + + + + + + + + + + + + + + + + +
+
+ ); +}; diff --git a/tools/build/package.json b/tools/build/package.json index be04a88c3f..9f9470f3b7 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -2,6 +2,6 @@ "private": true, "type": "module", "devDependencies": { - "@types/bun": "^1.2.18" + "@types/bun": "^1.2.19" } }