@dyedurham/search-and-file-widget 1.6.26 → 1.6.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87917,7 +87917,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87917
87917
  const mappedCurrentStateName = currentState === IRCurrentState.Added ? "Added" : currentState === IRCurrentState.Ceased ? "Ceased" : "Edited";
87918
87918
  const mappedId = matchingAdmin?.Id ?? "";
87919
87919
  const mappedRoleId = matchingAdmin?.RoleId ?? "";
87920
- const personNameRoleId = isOfficer ? matchingAdmin?.RoleId ?? null : null;
87920
+ const personNameRoleId = matchingAdmin?.RoleId;
87921
87921
  const mappedCeaseDate = currentState === IRCurrentState.Ceased ? ceaseDate : "";
87922
87922
  const mappedElectedDate = currentState === IRCurrentState.Added ? electedDate : "";
87923
87923
  const positionName = ECORE_POSITION_CODE_TO_POSITION_NAME[position2?.toUpperCase()];
@@ -88032,7 +88032,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88032
88032
  ElectedDate: mappedElectedDate,
88033
88033
  EmailAddress: email,
88034
88034
  IsDirector: isDirectorFromRole,
88035
- PersonName: __spreadProps(__spreadValues({}, PersonName), { RoleId: personNameRoleId }),
88035
+ PersonName: __spreadProps(__spreadValues({}, PersonName), { RoleId: personNameRoleId, Position: position2 }),
88036
88036
  OfficerPosition: position2,
88037
88037
  Position: position2,
88038
88038
  PositionName: positionName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.6.26",
3
+ "version": "1.6.28",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {