@sphereon/ui-components.credential-branding 0.3.1-next.4 → 0.3.1-next.7

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.
@@ -168,7 +168,7 @@ var toCredentialDetailsRow = function (_a) {
168
168
  }
169
169
  _k.label = 4;
170
170
  case 4:
171
- if (!(typeof value !== 'string')) return [3, 6];
171
+ if (!(typeof value !== 'string' && value !== undefined)) return [3, 6];
172
172
  _g = (_f = rows).concat;
173
173
  return [4, toCredentialDetailsRow({ object: value, subject: subject, issuer: issuer })];
174
174
  case 5:
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.4+4fddd6c",
4
+ "version": "0.3.1-next.7+01eb911",
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.4+4fddd6c",
34
+ "@sphereon/ui-components.core": "0.3.1-next.7+01eb911",
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": "4fddd6c22fa6283b5e2504d00592c31c45d4cdf1"
51
+ "gitHead": "01eb9113b05f0114dfd629ddb8e05aa0fc5d84d5"
52
52
  }