@abtnode/ux 1.6.31 → 1.7.0

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.
@@ -90,7 +90,8 @@ function LostPassport(_ref2) {
90
90
  let {
91
91
  SessionContext,
92
92
  webWalletUrl,
93
- createPassportSvg
93
+ createPassportSvg,
94
+ passportColor
94
95
  } = _ref2;
95
96
  const {
96
97
  api,
@@ -197,7 +198,8 @@ function LostPassport(_ref2) {
197
198
  issuerDid: x.issuer.id,
198
199
  ownerName: user.fullName,
199
200
  ownerAvatarUrl: user.avatar,
200
- isDataUrl: true
201
+ isDataUrl: true,
202
+ preferredColor: passportColor || 'auto'
201
203
  }),
202
204
  name: x.title
203
205
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.31",
6
+ "version": "1.7.0",
7
7
  "description": "UX components shared across abtnode packages",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -39,5 +39,5 @@
39
39
  "babel-plugin-inline-react-svg": "^1.1.1",
40
40
  "babel-plugin-styled-components": "^1.10.7"
41
41
  },
42
- "gitHead": "ccda31a16ac6b606d34336fcc6db0b2aff15c32e"
42
+ "gitHead": "fc949a5e8a1017fbe17533d3bd78b166c7dad132"
43
43
  }