@sphereon/ui-components.credential-branding 0.4.1-unstable.161 → 0.4.1-unstable.162

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.
@@ -176,7 +176,7 @@ var toCredentialDetailsRow = function (args) { return __awaiter(void 0, void 0,
176
176
  rows.push({
177
177
  id: (0, uuid_1.v4)(),
178
178
  label: isFirst ? label : '',
179
- value: "- ".concat(item)
179
+ value: " ".concat(item)
180
180
  });
181
181
  _q.label = 4;
182
182
  case 4:
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.161+ee5b24d",
4
+ "version": "0.4.1-unstable.162+3efcf7b",
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.34.1-feature.SSISDK.45.94",
32
32
  "@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.94",
33
33
  "@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.94",
34
- "@sphereon/ui-components.core": "0.4.1-unstable.161+ee5b24d",
34
+ "@sphereon/ui-components.core": "0.4.1-unstable.162+3efcf7b",
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": "ee5b24d61e75955da6e2e4e43572807db7c4aa40"
54
+ "gitHead": "3efcf7bdcfb7c5974c572d59fa3274ae3069410c"
55
55
  }