@sphereon/ui-components.credential-branding 0.4.1-unstable.163 → 0.4.1-unstable.164

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.
@@ -120,7 +120,7 @@ const toCredentialDetailsRow = async (args) => {
120
120
  rows.push({
121
121
  id: (0, uuid_1.v4)(),
122
122
  label: isFirst ? label : '',
123
- value: ` ${item}`,
123
+ value: `\u00A0\u00A0\u00A0\u00A0${item}`,
124
124
  });
125
125
  }
126
126
  isFirst = false;
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.163+38cc1a5",
4
+ "version": "0.4.1-unstable.164+4ae7ffd",
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.155",
32
32
  "@sphereon/ssi-sdk.data-store-types": "0.36.1-next.155",
33
33
  "@sphereon/ssi-types": "0.36.1-next.155",
34
- "@sphereon/ui-components.core": "0.4.1-unstable.163+38cc1a5",
34
+ "@sphereon/ui-components.core": "0.4.1-unstable.164+4ae7ffd",
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": "38cc1a518b1cd568f7b2fad0f1036f772ebd4a2e"
54
+ "gitHead": "4ae7ffdd2a3edf2c4c7631c59ea5a8129e6ca8c1"
55
55
  }