@sphereon/ui-components.credential-branding 0.2.1-unstable.96 → 0.2.1-unstable.97

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,7 +102,7 @@ function findCorrelationIdName(correlationId, parties, activeUser) {
102
102
  if (activeUser) {
103
103
  parties.push(activeUser);
104
104
  }
105
- return ((_b = (_a = allParties.find(function (contact) { return contact.identities.some(function (identity) { return identity.identifier.correlationId === correlationId; }); })) === 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) { return contact.identities.some(function (identity) { return identity.identifier.correlationId === correlationId; }); })) === null || _a === void 0 ? void 0 : _a.contact.displayName) !== null && _b !== void 0 ? _b : correlationId);
106
106
  }
107
107
  var getImageSize = function (image) { return __awaiter(void 0, void 0, void 0, function () {
108
108
  var downloadedImage, imageSize;
@@ -204,7 +204,7 @@ var getDate = function () {
204
204
  for (var _i = 0; _i < arguments.length; _i++) {
205
205
  dates[_i] = arguments[_i];
206
206
  }
207
- var date = dates.find(function (date) { return date !== null && date !== undefined; });
207
+ var date = dates === null || dates === void 0 ? void 0 : dates.find(function (date) { return date !== null && date !== undefined; });
208
208
  if (!date) {
209
209
  return;
210
210
  }
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.2.1-unstable.96+3a00452",
4
+ "version": "0.2.1-unstable.97+d6159f8",
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.28.1-next.39",
32
32
  "@sphereon/ssi-sdk.data-store": "0.28.1-next.39",
33
33
  "@sphereon/ssi-types": "0.28.1-next.39",
34
- "@sphereon/ui-components.core": "0.2.1-unstable.96+3a00452",
34
+ "@sphereon/ui-components.core": "0.2.1-unstable.97+d6159f8",
35
35
  "@veramo/core": "4.2.0",
36
36
  "@veramo/utils": "4.2.0",
37
37
  "i18n-js": "^3.8.0",
@@ -48,5 +48,5 @@
48
48
  "peerDependencies": {
49
49
  "react": ">= 18"
50
50
  },
51
- "gitHead": "3a004528c8cc70da42a9f3e3e194e5b4e3592d4a"
51
+ "gitHead": "d6159f8321e6f081a83d11c895e607100e6e08bd"
52
52
  }