From 52314c85149a4fb136b94586e95667e505898078 Mon Sep 17 00:00:00 2001 From: Sabrina Baggett Date: Thu, 13 Aug 2026 11:04:26 -0700 Subject: [PATCH] change to directory api call --- ucdlib-directory/includes/api-people.php | 3 ++- ucdlib-directory/src/public/package-lock.json | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ucdlib-directory/includes/api-people.php b/ucdlib-directory/includes/api-people.php index 444b2fb..5de39d1 100644 --- a/ucdlib-directory/includes/api-people.php +++ b/ucdlib-directory/includes/api-people.php @@ -120,7 +120,8 @@ public function epcb_person( $request ) { 'contactEmail' => $profile->meta('contactEmail'), 'contactPhone' => $profile->meta('contactPhone'), 'contactAppointmentUrl' => $profile->meta('contactAppointmentUrl'), - 'positionTitle' => $profile->meta('position_title') + 'positionTitle' => $profile->meta('position_title'), + 'libraries' => $profile->libraries() ]; $pic = $profile->thumbnail(); diff --git a/ucdlib-directory/src/public/package-lock.json b/ucdlib-directory/src/public/package-lock.json index a14ac37..a3a8503 100644 --- a/ucdlib-directory/src/public/package-lock.json +++ b/ucdlib-directory/src/public/package-lock.json @@ -51,9 +51,9 @@ } }, "node_modules/@ucd-lib/theme-elements": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@ucd-lib/theme-elements/-/theme-elements-3.5.0.tgz", - "integrity": "sha512-65Ke+Wwtq3a3YZAMgMtFc5HpKRGb2iRZshqW48Ns8VyXzHXjylBUwea96QHmYE7OqaKl2aA9RwhQ/rRoMEuXiQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@ucd-lib/theme-elements/-/theme-elements-3.5.3.tgz", + "integrity": "sha512-msajnDgt2wL9sr+6BZYkED6D1YzSLXNkWBP4kpWU6ExZXDvgH/kGbF8LWhxJqMISLCiXVJqLRsZgu9MaY+kodw==", "license": "MIT", "dependencies": { "@lit-labs/task": "^1.0.0", @@ -319,9 +319,9 @@ } }, "@ucd-lib/theme-elements": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@ucd-lib/theme-elements/-/theme-elements-3.5.0.tgz", - "integrity": "sha512-65Ke+Wwtq3a3YZAMgMtFc5HpKRGb2iRZshqW48Ns8VyXzHXjylBUwea96QHmYE7OqaKl2aA9RwhQ/rRoMEuXiQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@ucd-lib/theme-elements/-/theme-elements-3.5.3.tgz", + "integrity": "sha512-msajnDgt2wL9sr+6BZYkED6D1YzSLXNkWBP4kpWU6ExZXDvgH/kGbF8LWhxJqMISLCiXVJqLRsZgu9MaY+kodw==", "requires": { "@lit-labs/task": "^1.0.0", "@ucd-lib/theme-sass": "^6.0.1",