@sphereon/ui-components.credential-branding 0.3.1-next.14 → 0.3.1-next.16

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.
@@ -102,9 +102,7 @@ function findCorrelationIdName(correlationId, parties, activeUser) {
102
102
  if (activeUser) {
103
103
  parties.push(activeUser);
104
104
  }
105
- return ((_b = (_a = allParties === null || allParties === void 0 ? void 0 : allParties.find(function (contact) {
106
- return contact.identities.some(function (identity) { return identity.identifier.correlationId === correlationId; });
107
- })) === null || _a === void 0 ? void 0 : _a.contact.displayName) !== null && _b !== void 0 ? _b : correlationId);
105
+ return ((_b = (_a = allParties === null || allParties === void 0 ? void 0 : allParties.find(function (contact) { var _a; return (_a = contact.identities) === null || _a === void 0 ? void 0 : _a.some(function (identity) { return identity.identifier.correlationId === correlationId; }); })) === null || _a === void 0 ? void 0 : _a.contact.displayName) !== null && _b !== void 0 ? _b : correlationId);
108
106
  }
109
107
  var getImageSize = function (image) { return __awaiter(void 0, void 0, void 0, function () {
110
108
  var downloadedImage;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.credential-branding",
3
3
  "private": false,
4
- "version": "0.3.1-next.14+a2c5adf",
4
+ "version": "0.3.1-next.16+de29629",
5
5
  "description": "SSI UI components credential branding",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -31,7 +31,7 @@
31
31
  "@sphereon/ssi-sdk.core": "0.29.0",
32
32
  "@sphereon/ssi-sdk.data-store": "0.29.0",
33
33
  "@sphereon/ssi-types": "0.29.0",
34
- "@sphereon/ui-components.core": "0.3.1-next.14+a2c5adf",
34
+ "@sphereon/ui-components.core": "0.3.1-next.16+de29629",
35
35
  "@veramo/core": "4.2.0",
36
36
  "@veramo/utils": "4.2.0",
37
37
  "i18n-js": "^3.8.0",
@@ -51,5 +51,5 @@
51
51
  "peerDependencies": {
52
52
  "react": ">= 18"
53
53
  },
54
- "gitHead": "a2c5adfd01626310b0585f531315024ef5b7e1b1"
54
+ "gitHead": "de2962975c215ed93bc920674564e8b871ee496e"
55
55
  }