@sphereon/ui-components.credential-branding 0.4.1-unstable.170 → 0.4.1-unstable.174

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.
@@ -126,7 +126,7 @@ const toCredentialDetailsRow = async (args) => {
126
126
  rows = rows.concat(await (0, exports.toCredentialDetailsRow)({ object: item, subject, issuer, branding, parentKey: parentKey ? `${parentKey}.${key}` : key, depth: depth + 1 }));
127
127
  }
128
128
  }
129
- else if (typeof value === 'object' && value !== null && value !== undefined) {
129
+ else if (typeof value === 'object' && value !== null) {
130
130
  const label = (_d = (_c = branding === null || branding === void 0 ? void 0 : branding.find(claim => claim.key === (parentKey ? `${parentKey}.${key}` : key))) === null || _c === void 0 ? void 0 : _c.name) !== null && _d !== void 0 ? _d : key;
131
131
  rows.push({
132
132
  id: (0, uuid_1.v4)(),
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.4.1-unstable.170+1b385bc",
4
+ "version": "0.4.1-unstable.174+5781879",
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.36.1-next.159",
32
32
  "@sphereon/ssi-sdk.data-store-types": "0.36.1-next.159",
33
33
  "@sphereon/ssi-types": "0.36.1-next.159",
34
- "@sphereon/ui-components.core": "0.4.1-unstable.170+1b385bc",
34
+ "@sphereon/ui-components.core": "0.4.1-unstable.174+5781879",
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.2"
53
53
  },
54
- "gitHead": "1b385bc56e0146969d6da5833e8f11e6a25bddb1"
54
+ "gitHead": "57818799173d32f7d1e2a9997e3238b73756b698"
55
55
  }