This commit is contained in:
santiago
2026-01-08 18:11:08 -06:00
4 changed files with 646 additions and 302 deletions
+287 -300
View File
@@ -84,6 +84,39 @@
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/core": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz",
"integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@emnapi/wasi-threads": "1.1.0",
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/runtime": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz",
"integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/wasi-threads": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
"integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
@@ -280,20 +313,10 @@
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@img/colour": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
"integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=18"
}
},
"node_modules/@img/sharp-darwin-arm64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
"integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
"integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
"cpu": [
"arm64"
],
@@ -309,13 +332,13 @@
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-darwin-arm64": "1.2.3"
"@img/sharp-libvips-darwin-arm64": "1.2.0"
}
},
"node_modules/@img/sharp-darwin-x64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
"integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
"integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
"cpu": [
"x64"
],
@@ -331,13 +354,13 @@
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-darwin-x64": "1.2.3"
"@img/sharp-libvips-darwin-x64": "1.2.0"
}
},
"node_modules/@img/sharp-libvips-darwin-arm64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
"integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
"integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
"cpu": [
"arm64"
],
@@ -351,9 +374,9 @@
}
},
"node_modules/@img/sharp-libvips-darwin-x64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
"integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
"integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
"cpu": [
"x64"
],
@@ -367,9 +390,9 @@
}
},
"node_modules/@img/sharp-libvips-linux-arm": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
"integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
"integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
"cpu": [
"arm"
],
@@ -383,9 +406,9 @@
}
},
"node_modules/@img/sharp-libvips-linux-arm64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
"integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
"integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
"cpu": [
"arm64"
],
@@ -399,9 +422,9 @@
}
},
"node_modules/@img/sharp-libvips-linux-ppc64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
"integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
"integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
"cpu": [
"ppc64"
],
@@ -415,9 +438,9 @@
}
},
"node_modules/@img/sharp-libvips-linux-s390x": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
"integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
"integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
"cpu": [
"s390x"
],
@@ -446,22 +469,6 @@
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
"integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
"cpu": [
"arm64"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
"linux"
],
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
@@ -478,94 +485,6 @@
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-linux-arm": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
"integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
"cpu": [
"arm"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-linux-arm": "1.2.3"
}
},
"node_modules/@img/sharp-linux-arm64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
"integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-linux-arm64": "1.2.3"
}
},
"node_modules/@img/sharp-linux-ppc64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
"integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
"cpu": [
"ppc64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-linux-ppc64": "1.2.3"
}
},
"node_modules/@img/sharp-linux-s390x": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
"integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
"cpu": [
"s390x"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-linux-s390x": "1.2.3"
}
},
"node_modules/@img/sharp-linux-x64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
@@ -610,6 +529,28 @@
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
}
},
"node_modules/@img/sharp-linuxmusl-arm64": {
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
"integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
},
"optionalDependencies": {
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
}
},
"node_modules/@img/sharp-linuxmusl-x64": {
"version": "0.34.4",
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
@@ -708,6 +649,82 @@
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-wasm32": {
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
"integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
"cpu": [
"wasm32"
],
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
"optional": true,
"dependencies": {
"@emnapi/runtime": "^1.4.4"
},
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-arm64": {
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
"integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
"cpu": [
"arm64"
],
"license": "Apache-2.0 AND LGPL-3.0-or-later",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-ia32": {
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
"integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
"cpu": [
"ia32"
],
"license": "Apache-2.0 AND LGPL-3.0-or-later",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@img/sharp-win32-x64": {
"version": "0.34.3",
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
"integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
"cpu": [
"x64"
],
"license": "Apache-2.0 AND LGPL-3.0-or-later",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/@isaacs/fs-minipass": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
@@ -800,70 +817,6 @@
"fast-glob": "3.3.1"
}
},
"node_modules/@next/swc-darwin-arm64": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.4.tgz",
"integrity": "sha512-nopqz+Ov6uvorej8ndRX6HlxCYWCO3AHLfKK2TYvxoSB2scETOcfm/HSS3piPqc3A+MUgyHoqE6je4wnkjfrOA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-darwin-x64": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.4.tgz",
"integrity": "sha512-QOTCFq8b09ghfjRJKfb68kU9k2K+2wsC4A67psOiMn849K9ZXgCSRQr0oVHfmKnoqCbEmQWG1f2h1T2vtJJ9mA==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-linux-arm64-gnu": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.4.tgz",
"integrity": "sha512-eRD5zkts6jS3VfE/J0Kt1VxdFqTnMc3QgO5lFE5GKN3KDI/uUpSyK3CjQHmfEkYR4wCOl0R0XrsjpxfWEA++XA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-linux-arm64-musl": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.4.tgz",
"integrity": "sha512-TOK7iTxmXFc45UrtKqWdZ1shfxuL4tnVAOuuJK4S88rX3oyVV4ZkLjtMT85wQkfBrOOvU55aLty+MV8xmcJR8A==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-linux-x64-gnu": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.4.tgz",
@@ -896,38 +849,6 @@
"node": ">= 10"
}
},
"node_modules/@next/swc-win32-arm64-msvc": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.4.tgz",
"integrity": "sha512-PcR2bN7FlM32XM6eumklmyWLLbu2vs+D7nJX8OAIoWy69Kef8mfiN4e8TUv2KohprwifdpFKPzIP1njuCjD0YA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-win32-x64-msvc": {
"version": "15.5.4",
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.4.tgz",
"integrity": "sha512-1ur2tSHZj8Px/KMAthmuI9FMp/YFusMMGoRNJaRZMOlSkgvLjzosSdQI0cJAKogdHl3qXUQKL9MGaYvKwA7DXg==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -1552,6 +1473,125 @@
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-android-arm64": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz",
"integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-darwin-arm64": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz",
"integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-darwin-x64": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz",
"integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-freebsd-x64": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz",
"integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz",
"integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==",
"cpu": [
"arm"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz",
"integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz",
"integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
"version": "4.1.14",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.14.tgz",
@@ -1586,70 +1626,6 @@
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
"version": "4.1.14",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.14.tgz",
"integrity": "sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==",
"bundleDependencies": [
"@napi-rs/wasm-runtime",
"@emnapi/core",
"@emnapi/runtime",
"@tybys/wasm-util",
"@emnapi/wasi-threads",
"tslib"
],
"cpu": [
"wasm32"
],
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@emnapi/core": "^1.5.0",
"@emnapi/runtime": "^1.5.0",
"@emnapi/wasi-threads": "^1.1.0",
"@napi-rs/wasm-runtime": "^1.0.5",
"@tybys/wasm-util": "^0.10.1",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
"version": "4.1.14",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz",
"integrity": "sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
"version": "4.1.14",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.14.tgz",
"integrity": "sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@tailwindcss/postcss": {
"version": "4.1.14",
"resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.14.tgz",
@@ -1675,6 +1651,17 @@
"tslib": "^2.4.0"
}
},
"node_modules/@tybys/wasm-util": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@types/estree": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
+357
View File
@@ -0,0 +1,357 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1634 1251.8">
<defs>
<style>
.cls-1, .cls-2, .cls-3, .cls-4 {
fill: #fff;
}
.cls-2 {
font-size: 10px;
}
.cls-2, .cls-3, .cls-4 {
font-family: CenturyGothic-Bold, 'Century Gothic';
font-weight: 700;
isolation: isolate;
}
.cls-5 {
fill: none;
stroke: #002b7a;
stroke-linecap: round;
stroke-width: 5px;
}
.cls-5, .cls-6 {
stroke-miterlimit: 10;
}
.cls-6 {
fill: #002b7a;
stroke: #d59f0f;
stroke-width: 3px;
}
.cls-3 {
font-size: 12px;
}
.cls-4 {
font-size: 11px;
}
</style>
</defs>
<g id="Capa_2" data-name="Capa 2">
<rect class="cls-1" width="1634" height="1251.8"/>
</g>
<g id="Capa_3" data-name="Capa 3">
<line class="cls-5" x1="485.3" y1="782.1" x2="485.3" y2="842"/>
<line class="cls-5" x1="485.3" y1="689.9" x2="485.3" y2="749.8"/>
<line class="cls-5" x1="485.3" y1="411.9" x2="485.3" y2="471.8"/>
<line class="cls-5" x1="485.3" y1="597.6" x2="485.3" y2="657.5"/>
<line class="cls-5" x1="485.3" y1="504.8" x2="485.3" y2="564.7"/>
<line class="cls-5" x1="481.6" y1="316.6" x2="481.6" y2="376.5"/>
</g>
<g id="Capa_1-2" data-name="Capa 1">
<line class="cls-5" x1="509.8" y1="256.4" x2="651.6" y2="256.4"/>
<line class="cls-5" x1="509.8" y1="171.7" x2="793.3" y2="171.7"/>
<line class="cls-5" x1="150" y1="316.6" x2="1502.9" y2="316.6"/>
<line class="cls-5" x1="651.6" y1="87.4" x2="651.6" y2="376.5"/>
<line class="cls-5" x1="150" y1="316.6" x2="150" y2="376.5"/>
<line class="cls-5" x1="150" y1="376.5" x2="150" y2="471.8"/>
<line class="cls-5" x1="150" y1="471.8" x2="150" y2="567.1"/>
<line class="cls-5" x1="150" y1="567.1" x2="150" y2="662.4"/>
<line class="cls-5" x1="150" y1="662.4" x2="150" y2="757.8"/>
<line class="cls-5" x1="150" y1="757.8" x2="150" y2="853.1"/>
<line class="cls-5" x1="150" y1="853.1" x2="150" y2="948.4"/>
<line class="cls-5" x1="150" y1="948.4" x2="150" y2="1043.7"/>
<line class="cls-5" x1="315.7" y1="316.6" x2="315.7" y2="376.5"/>
<line class="cls-5" x1="315.7" y1="411.9" x2="315.7" y2="471.8"/>
<line class="cls-5" x1="655.5" y1="411.9" x2="655.5" y2="471.8"/>
<line class="cls-5" x1="825.8" y1="411.9" x2="825.8" y2="471.8"/>
<line class="cls-5" x1="825.8" y1="597.6" x2="825.8" y2="657.5"/>
<line class="cls-5" x1="825.8" y1="690.5" x2="825.8" y2="750.4"/>
<line class="cls-5" x1="825.8" y1="783.4" x2="825.8" y2="843.3"/>
<line class="cls-5" x1="825.8" y1="504.8" x2="825.8" y2="564.7"/>
<line class="cls-5" x1="655.5" y1="505.2" x2="655.5" y2="565.1"/>
<line class="cls-5" x1="655.5" y1="597.5" x2="655.5" y2="657.4"/>
<line class="cls-5" x1="655.5" y1="689.9" x2="655.5" y2="749.8"/>
<line class="cls-5" x1="655.5" y1="782.2" x2="655.5" y2="842.1"/>
<line class="cls-5" x1="655.5" y1="874.5" x2="655.5" y2="934.4"/>
<line class="cls-5" x1="655.55" y1="971.4" x2="655.55" y2="1031.3"/>
<line class="cls-5" x1="315.7" y1="600.1" x2="315.7" y2="660"/>
<line class="cls-5" x1="315.7" y1="504.8" x2="315.7" y2="564.7"/>
<line class="cls-5" x1="821.8" y1="316.6" x2="821.8" y2="376.5"/>
<line class="cls-5" x1="992.1" y1="316.6" x2="992.1" y2="376.5"/>
<line class="cls-5" x1="1162.3" y1="316.6" x2="1162.3" y2="376.5"/>
<line class="cls-5" x1="1332.6" y1="316.6" x2="1332.6" y2="376.5"/>
<line class="cls-5" x1="1502.9" y1="316.6" x2="1502.9" y2="376.5"/>
<line class="cls-5" x1="1502.9" y1="412.5" x2="1502.9" y2="472.4"/>
<line class="cls-5" x1="1502.9" y1="504.8" x2="1502.9" y2="564.7"/>
<line class="cls-5" x1="1502.9" y1="597" x2="1502.9" y2="656.9"/>
<line class="cls-5" x1="1502.9" y1="689.2" x2="1502.9" y2="749.1"/>
<line class="cls-5" x1="1502.9" y1="781.5" x2="1502.9" y2="841.4"/>
<path class="cls-6" d="m592.7,51.9h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m592.7,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m252.8,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m252.8,436.4h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<path class="cls-6" d="m763,436.4h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m763,622.1h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m763,715h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m763,807.8h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m763,529.2h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m252.8,624.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<path class="cls-6" d="m252.8,529.2h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m91.2,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,436.4h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,531.7h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,627h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,722.3h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,817.7h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,913h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m91.2,1008.3h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m763,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m933.2,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m1103.5,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m1273.7,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<path class="cls-6" d="m451,136.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<path class="cls-6" d="m451,221.3h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.3-12,12-12Z"/>
<path class="cls-6" d="m734.4,136.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<text id='72' class="cls-3" transform="translate(618.58 91.77)"><tspan x="0" y="0">DIRECCIÓN</tspan></text>
<g id='60'>
<text class="cls-3" transform="translate(729.47 168.92)"><tspan x="0" y="0">DEPARTAMENTO DE LA</tspan></text>
<text class="cls-3" transform="translate(735.83 183.32)"><tspan x="0" y="0">OFICINA DE PRENSA</tspan></text>
</g>
<g id='122'>
<text class="cls-3" transform="translate(452.01 161.72)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(459.81 176.12)"><tspan x="0" y="0">COMUNICACIÓN</tspan></text>
<text class="cls-3" transform="translate(488.24 190.52)"><tspan x="0" y="0">SOCIAL</tspan></text>
</g>
<g id='143'>
<text class="cls-3" transform="translate(452.01 253.58)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(484.88 267.98)"><tspan x="0" y="0">GESTIÓN</tspan></text>
</g>
<text id='8' class="cls-3" transform="translate(88.01 381.2)"><tspan x="0" y="0">SECRETARÍA GENERAL</tspan></text>
<g id='76'>
<text class="cls-3" transform="translate(115 461.8)"><tspan x="0" y="0">DIVISIÓN DE</tspan></text>
<text class="cls-3" transform="translate(103.49 476.2)"><tspan x="0" y="0">MATEMÁTICAS E</tspan></text>
<text class="cls-3" transform="translate(116.92 490.6)"><tspan x="0" y="0">INGENIERÍA</tspan></text>
</g>
<g id='78'>
<text class="cls-3" transform="translate(86.32 564.33)"><tspan x="0" y="0">DIVISIÓN DE DISEÑO Y</tspan></text>
<text class="cls-3" transform="translate(111.52 578.73)"><tspan x="0" y="0">EDIFICACIÓN</tspan></text>
</g>
<g id='77'>
<text class="cls-3" transform="translate(115 659.65)"><tspan x="0" y="0">DIVISIÓN DE</tspan></text>
<text class="cls-3" transform="translate(107.08 674.05)"><tspan x="0" y="0">HUMANIDADES</tspan></text>
</g>
<g id='79'>
<text class="cls-3" transform="translate(85.49 754.97)"><tspan x="0" y="0">DIVISIÓN DE CIENCIAS</tspan></text>
<text class="cls-3" transform="translate(83.45 769.37)"><tspan x="0" y="0">SOCIOECONÓMICAS</tspan></text>
</g>
<g id='80'>
<text class="cls-3" transform="translate(85.49 850.3)"><tspan x="0" y="0">DIVISIÓN DE CIENCIAS</tspan></text>
<text class="cls-3" transform="translate(120.04 864.7)"><tspan x="0" y="0">JURÍDICAS</tspan></text>
</g>
<g id='74'>
<text class="cls-3" transform="translate(88.25 930.78)"><tspan x="0" y="0">DIVISIÓN DEL SISTEMA</tspan></text>
<text class="cls-3" transform="translate(104.91 945.21)"><tspan x="0" y="0">DE UNIVERSIDAD</tspan></text>
<text class="cls-3" transform="translate(84.32 958.69)"><tspan x="0" y="0">ABIERTA Y EDUCACIÓN</tspan></text>
<text class="cls-3" transform="translate(115 971.8)"><tspan x="0" y="0">A DISTANCIA</tspan></text>
</g>
<g id='148'>
<text class="cls-3" transform="translate(88.01 1033.75)"><tspan x="0" y="0">SECRETARÍA AUXILIAR</tspan></text>
<text class="cls-3" transform="translate(98.21 1048.15)"><tspan x="0" y="0">DE LA SECRETARÍA</tspan></text>
<text class="cls-3" transform="translate(123.76 1062.55)"><tspan x="0" y="0">GENERAL</tspan></text>
</g>
<g id='119'>
<text class="cls-3" transform="translate(268.62 366.8)"><tspan x="0" y="0">SECRETARÍA DE</tspan></text>
<text class="cls-3" transform="translate(273.18 381.2)"><tspan x="0" y="0">POSGRADO E</tspan></text>
<text class="cls-3" transform="translate(265.63 395.6)"><tspan x="0" y="0">INVESTIGACIÓN</tspan></text>
</g>
<g id='120'>
<text class="cls-3" transform="translate(253.87 462.12)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(276.06 476.52)"><tspan x="0" y="0">ESTUDIOS DE</tspan></text>
<text class="cls-3" transform="translate(277.98 490.92)"><tspan x="0" y="0">POSGRADO</tspan></text>
</g>
<path class="cls-6" d="m422.5,807h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<g id='6'>
<text class="cls-3" transform="translate(449.51 832.77)"><tspan x="0" y="0">UNIDAD DE</tspan></text>
<text class="cls-3" transform="translate(430.08 847.17)"><tspan x="0" y="0">ADMINISTRACIÓN</tspan></text>
<text class="cls-3" transform="translate(454.79 861.57)"><tspan x="0" y="0">ESCOLAR</tspan></text>
</g>
<path class="cls-6" d="m592.7,712.3h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='129'>
<text class="cls-3" transform="translate(591.1 738.05)"><tspan x="0" y="0">COORDINACIÓN DEL</tspan></text>
<text class="cls-3" transform="translate(583.06 752.45)"><tspan x="0" y="0">CENTRO DE ENSEÑANZA</tspan></text>
<text class="cls-3" transform="translate(617.01 766.85)"><tspan x="0" y="0">DE IDIOMAS</tspan></text>
</g>
<g id='123'>
<text class="cls-3" transform="translate(753.44 462.12)"><tspan x="0" y="0">UNIDAD DEL CENTRO DE</tspan></text>
<text class="cls-3" transform="translate(773.24 476.52)"><tspan x="0" y="0">INFORMACIÓN Y</tspan></text>
<text class="cls-3" transform="translate(768.32 490.92)"><tspan x="0" y="0">DOCUMENTACIÓN</tspan></text>
</g>
<g id='130'>
<text class="cls-3" transform="translate(753.44 647.86)"><tspan x="0" y="0">UNIDAD DEL CENTRO DE</tspan></text>
<text class="cls-3" transform="translate(784.64 662.26)"><tspan x="0" y="0">DESARROLLO</tspan></text>
<text class="cls-3" transform="translate(777.92 676.66)"><tspan x="0" y="0">TECNOLÓGICO</tspan></text>
</g>
<g id='2'>
<text class="cls-3" transform="translate(758.23 747.93)"><tspan x="0" y="0">UNIDAD DE SERVICIOS</tspan></text>
<text class="cls-3" transform="translate(786.79 762.33)"><tspan x="0" y="0">EDITORIALES</tspan></text>
</g>
<g id='1'>
<text class="cls-3" transform="translate(761.6 833.6)"><tspan x="0" y="0">UNIDAD DE TALLERES,</tspan></text>
<text class="cls-3" transform="translate(772.04 848)"><tspan x="0" y="0">LABORATORIOS Y</tspan></text>
<text class="cls-3" transform="translate(776.48 862.4)"><tspan x="0" y="0">AUDIOVISUALES</tspan></text>
</g>
<g id='176'>
<text class="cls-4" transform="translate(766.4 549.22)"><tspan x="0" y="0">COORDINACIÓN DEL</tspan></text>
<text class="cls-4" transform="translate(758.7 562.42)"><tspan x="0" y="0">CENTRO TECNOLÓGICO</tspan></text>
<text class="cls-4" transform="translate(759.14 575.62)"><tspan x="0" y="0">PARA LA EDUCACIÓN A</tspan></text>
<text class="cls-4" transform="translate(793.24 588.82)"><tspan x="0" y="0">DISTANCIA</tspan></text>
</g>
<path class="cls-6" d="m592.7,805.3h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<g id='214'>
<text class="cls-3" transform="translate(591.1 823.82)"><tspan x="0" y="0">COORDINACIÓN DEL</tspan></text>
<text class="cls-3" transform="translate(590.97 838.22)"><tspan x="0" y="0">CENTRO DE ESTUDIOS</tspan></text>
<text class="cls-3" transform="translate(607.78 852.62)"><tspan x="0" y="0">MUNICIPALES Y</tspan></text>
<text class="cls-3" transform="translate(599.74 867.02)"><tspan x="0" y="0">METROPOLITANOS</tspan></text>
</g>
<path class="cls-6" d="m592.7,526.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='125'>
<text class="cls-3" transform="translate(591.1 552.38)"><tspan x="0" y="0">COORDINACIÓN DEL</tspan></text>
<text class="cls-3" transform="translate(590.74 566.78)"><tspan x="0" y="0">CENTRO DE DIFUSIÓN</tspan></text>
<text class="cls-3" transform="translate(623.49 581.18)"><tspan x="0" y="0">CULTURAL</tspan></text>
</g>
<path class="cls-6" d="m592.7,436.9h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='128'>
<text class="cls-3" transform="translate(593.74 455.48)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(613.29 469.88)"><tspan x="0" y="0">ACTIVIDADES</tspan></text>
<text class="cls-3" transform="translate(611.01 484.28)"><tspan x="0" y="0">DEPORTIVAS Y</tspan></text>
<text class="cls-3" transform="translate(613.29 498.68)"><tspan x="0" y="0">RECREATIVAS</tspan></text>
</g>
<path class="cls-6" d="m592.7,899.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='198'>
<text class="cls-4" transform="translate(586.46 919.64)"><tspan x="0" y="0">SECRETARÍA AUXILIAR DE</tspan></text>
<text class="cls-4" transform="translate(582.5 932.84)"><tspan x="0" y="0">EXTENSIÓN UNIVERSITARIA</tspan></text>
<text class="cls-4" transform="translate(608.35 946.04)"><tspan x="0" y="0">Y VINCULACIÓN</tspan></text>
<text class="cls-4" transform="translate(612.42 959.24)"><tspan x="0" y="0">INSTITUCIONAL</tspan></text>
</g>
<path class="cls-6" d="m592.7,992h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<g id='165'>
<text class="cls-4" transform="translate(587.12 1011.96)"><tspan x="0" y="0">SECRETARÍA TÉCNICA DE</tspan></text>
<text class="cls-4" transform="translate(582.5 1025.16)"><tspan x="0" y="0">EXTENSIÓN UNIVERSITARIA</tspan></text>
<text class="cls-4" transform="translate(608.35 1038.36)"><tspan x="0" y="0">Y VINCULACIÓN</tspan></text>
<text class="cls-4" transform="translate(612.42 1051.56)"><tspan x="0" y="0">INSTITUCIONAL</tspan></text>
</g>
<path class="cls-6" d="m422.5,711.9h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<g id='190'>
<text class="cls-4" transform="translate(416.2 731.93)"><tspan x="0" y="0">SECRETARÍA AUXILIAR DE</tspan></text>
<text class="cls-4" transform="translate(433.8 745.13)"><tspan x="0" y="0">LA SECRETARÍA DE</tspan></text>
<text class="cls-4" transform="translate(418.07 758.33)"><tspan x="0" y="0">ASUNTOS ACADÉMICOS</tspan></text>
<text class="cls-4" transform="translate(444.24 771.53)"><tspan x="0" y="0">ESTUDIANTILES</tspan></text>
</g>
<path class="cls-6" d="m422.5,523.7h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.3-12,12-12Z"/>
<g id='110'>
<text class="cls-4" transform="translate(430.83 543.74)"><tspan x="0" y="0">DEPARTAMENTO DE</tspan></text>
<text class="cls-4" transform="translate(416.2 556.94)"><tspan x="0" y="0">MOVILIDAD ESTUDIANTIL,</tspan></text>
<text class="cls-4" transform="translate(419.4 570.14)"><tspan x="0" y="0">INTERCAMBIO, BECAS Y</tspan></text>
<text class="cls-4" transform="translate(427.2 583.34)"><tspan x="0" y="0">SERVICIOS DE SALUD</tspan></text>
</g>
<g id='50'>
<text class="cls-3" transform="translate(249.67 650.31)"><tspan x="0" y="0">SECRETARÍA AUXILIAR</tspan></text>
<text class="cls-3" transform="translate(264.18 664.71)"><tspan x="0" y="0">DE POSGRADO E</tspan></text>
<text class="cls-3" transform="translate(265.63 679.11)"><tspan x="0" y="0">INVESTIGACIÓN</tspan></text>
</g>
<g id='182'>
<text class="cls-4" transform="translate(250.66 542.62)"><tspan x="0" y="0">COORDINACIÓN DE LA</tspan></text>
<text class="cls-4" transform="translate(282.55 555.82)"><tspan x="0" y="0">UNIDAD DE</tspan></text>
<text class="cls-4" transform="translate(269.47 569.02)"><tspan x="0" y="0">INVESTIGACIÓN</tspan></text>
<text class="cls-4" transform="translate(258.91 582.22)"><tspan x="0" y="0">MULTIDISCIPLINARIA</tspan></text>
<text class="cls-4" transform="translate(284.31 595.42)"><tspan x="0" y="0">APLICADA</tspan></text>
</g>
<g id='177'>
<text class="cls-4" transform="translate(612.09 354.43)"><tspan x="0" y="0">SECRETARÍA DE</tspan></text>
<text class="cls-4" transform="translate(622.65 367.63)"><tspan x="0" y="0">EXTENSIÓN</tspan></text>
<text class="cls-4" transform="translate(608.02 380.83)"><tspan x="0" y="0">UNIVERSITARIA Y</tspan></text>
<text class="cls-4" transform="translate(613.3 394.03)"><tspan x="0" y="0">VINCULACIÓN</tspan></text>
<text class="cls-4" transform="translate(612.42 407.23)"><tspan x="0" y="0">INSTITUCIONAL</tspan></text>
</g>
<g id='121'>
<text class="cls-3" transform="translate(764 366.48)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(791.71 380.88)"><tspan x="0" y="0">SERVICIOS</tspan></text>
<text class="cls-3" transform="translate(781.04 395.28)"><tspan x="0" y="0">ACADÉMICOS</tspan></text>
</g>
<g id='59'>
<text class="cls-3" transform="translate(925.02 373.68)"><tspan x="0" y="0">UNIDAD DE LA OFICINA</tspan></text>
<text class="cls-3" transform="translate(965.21 388.08)"><tspan x="0" y="0">JURÍDICA</tspan></text>
</g>
<g id='4'>
<text class="cls-3" transform="translate(1130.55 373.68)"><tspan x="0" y="0">UNIDAD DE</tspan></text>
<text class="cls-3" transform="translate(1124.08 388.08)"><tspan x="0" y="0">PLANEACIÓN</tspan></text>
</g>
<g id='9'>
<text class="cls-3" transform="translate(1274.78 373.68)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(1265.3 388.08)"><tspan x="0" y="0">CUERPOS COLEGIADOS</tspan></text>
</g>
<path class="cls-6" d="m1444,341h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='127'>
<text class="cls-3" transform="translate(1468.79 373.68)"><tspan x="0" y="0">SECRETARÍA</tspan></text>
<text class="cls-3" transform="translate(1454.63 388.08)"><tspan x="0" y="0">ADMINISTRATIVA</tspan></text>
</g>
<path class="cls-6" d="m1444,719.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='5'>
<text class="cls-3" transform="translate(1471.07 745.05)"><tspan x="0" y="0">UNIDAD DE</tspan></text>
<text class="cls-3" transform="translate(1442.64 759.45)"><tspan x="0" y="0">ADMINISTRACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(1472.99 773.85)"><tspan x="0" y="0">RECURSOS</tspan></text>
</g>
<path class="cls-6" d="m1444,809.1h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='3'>
<text class="cls-3" transform="translate(1439.27 841.74)"><tspan x="0" y="0" xml:space="preserve">UNIDAD DE SERVICIOS </tspan></text>
<text class="cls-3" transform="translate(1450.07 856.14)"><tspan x="0" y="0">A LA COMUNIDAD</tspan></text>
</g>
<path class="cls-6" d="m1444,525.8h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='204'>
<text class="cls-3" transform="translate(1447.79 551.27)"><tspan x="0" y="0">DEPARTAMENTO DE</tspan></text>
<text class="cls-3" transform="translate(1468.79 565.67)"><tspan x="0" y="0">PROYECTOS</tspan></text>
<text class="cls-3" transform="translate(1450.91 580.07)"><tspan x="0" y="0">ADMINISTRATIVOS</tspan></text>
</g>
<path class="cls-6" d="m423.7,436.6h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<text id='105' class="cls-4" transform="translate(431.86 456.62)"><tspan x="0" y="0">DEPARTAMENTO DE </tspan></text>
<text id='105' class="cls-4" transform="translate(447.59 483.02)"><tspan x="0" y="0">COMUNIDAD </tspan></text>
<text id='105' class="cls-4" transform="translate(440.89 469.82)"><tspan x="0" y="0">ATENCIÓN A LA </tspan></text>
<text id='105' class="cls-4" transform="translate(447.59 483.02)"><tspan x="0" y="0">COMUNIDAD </tspan></text>
<text id='105' class="cls-4" transform="translate(451 496.22)"><tspan x="0" y="0">ESTUDIANTIL</tspan></text>
<path class="cls-6" d="m422.2,621.5h117.8c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.8c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<text id='93' class="cls-2" transform="translate(435.19 642.6)"><tspan x="0" y="0">DEPARTAMENTO DE </tspan></text>
<text id='93' class="cls-2" transform="translate(437.8 654.6)"><tspan x="0" y="0">SERVICIO SOCIAL, </tspan></text>
<text id='93' class="cls-2" transform="translate(415.99 666.6)"><tspan x="0" y="0">DESARROLLO PROFESIONAL </tspan></text>
<text id='93' class="cls-2" transform="translate(427.5 678.6)"><tspan x="0" y="0">E INSERCIÓN LABORAL</tspan></text>
<path class="cls-6" d="m596.7,621.5h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<text id='124' class="cls-3" transform="translate(595.08 639.74)"><tspan x="0" y="0">COORDINACIÓN DEL </tspan></text>
<text id='124' class="cls-3" transform="translate(623.27 654.14)"><tspan x="0" y="0">CENTRO DE </tspan></text>
<text id='124' class="cls-3" transform="translate(619.43 668.54)"><tspan x="0" y="0">EDUCACIÓN </tspan></text>
<text id='124' class="cls-3" transform="translate(624.48 682.94)"><tspan x="0" y="0">CONTINUA</tspan></text>
<path class="cls-6" d="m423.6,338.5h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<g id='181'>
<text class="cls-4" transform="translate(417.15 365.07)"><tspan x="0" y="0">SECRETARÍA DE ASUNTOS</tspan></text>
<text class="cls-4" transform="translate(445.09 378.27)"><tspan x="0" y="0">ACADÉMICOS</tspan></text>
<text class="cls-4" transform="translate(445.41 391.47)"><tspan x="0" y="0">ESTUDIANTILES</tspan></text>
</g>
<path class="cls-6" d="m1444,624.2h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.6,5.4-12,12-12Z"/>
<g id='61'>
<text class="cls-3" transform="translate(1438.2 649.67)"><tspan x="0" y="0">SUPERINTENDENCIA DE</tspan></text>
<text class="cls-3" transform="translate(1477.91 664.07)"><tspan x="0" y="0">OBRAS Y</tspan></text>
<text class="cls-3" transform="translate(1454.64 678.47)"><tspan x="0" y="0">MANTENIMIENTO</tspan></text>
</g>
<path class="cls-6" d="m1444,436.4h117.7c6.6,0,12,5.4,12,12v46.9c0,6.6-5.4,12-12,12h-117.7c-6.6,0-12-5.4-12-12v-46.9c0-6.7,5.4-12,12-12Z"/>
<g >
<text class="cls-3" transform="translate(1445.04 454.6)"><tspan x="0" y="0">COORDINACIÓN DE</tspan></text>
<text class="cls-3" transform="translate(1472.03 469)"><tspan x="0" y="0">PLANTA DE</tspan></text>
<text class="cls-3" transform="translate(1454.28 483.4)"><tspan x="0" y="0">TRATAMIENTO DE</tspan></text>
<text class="cls-3" transform="translate(1447.55 497.8)"><tspan x="0" y="0">AGUAS RESIDUALES</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

+1 -1
View File
@@ -162,7 +162,7 @@ export default function OrganigramaInteractivo({
if (!container) return;
let mounted = true;
fetch('/Organigrama_con_ids(1).svg')
fetch('/organigrama_funcionarios.svg')
.then((r) => r.text())
.then((text) => {
if (!mounted) return;
+1 -1
View File
@@ -35,7 +35,7 @@ export const AREAS: Array<{ id: number; label: string }> = [
{ id: 86, label: 'Departamento de Talleres y Laboratorios' },
{ id: 72, label: 'Dirección' },
{ id: 80, label: 'División de Ciencias Jurídicas' },
{ id: 79, label: 'División de Ciencias y Socioeconómicas' },
{ id: 79, label: 'División de Ciencias Socioeconómicas' },
{ id: 78, label: 'División de Diseño y Edificación' },
{ id: 77, label: 'División de Humanidades' },
{ id: 76, label: 'División de Matemáticas e Ingeniería' },