@sphereon/ui-components.ssi-react 0.4.1-unstable.167 → 0.4.1-unstable.169

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.
@@ -3,5 +3,5 @@ export const base64UriToFile = (base64Uri, filename, mimeType) => {
3
3
  const base64 = base64Uri.split(',')[1];
4
4
  const uint8Array = fromString(base64, 'base64');
5
5
  const blob = new Blob([uint8Array]);
6
- return new File([blob], filename, { type: mimeType });
6
+ return new File([blob], filename, { type: mimeType, lastModified: Date.now() });
7
7
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.ssi-react",
3
3
  "private": false,
4
- "version": "0.4.1-unstable.167+74ae756",
4
+ "version": "0.4.1-unstable.169+31255b3",
5
5
  "description": "SSI UI components for React",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -48,9 +48,9 @@
48
48
  "@mui/styled-engine-sc": "^7.3.5",
49
49
  "@mui/system": "^7.3.5",
50
50
  "@mui/x-date-pickers": "^8.18.0",
51
- "@sphereon/ssi-sdk.data-store-types": "0.36.1-next.155",
52
- "@sphereon/ssi-types": "0.36.1-next.155",
53
- "@sphereon/ui-components.core": "0.4.1-unstable.167+74ae756",
51
+ "@sphereon/ssi-sdk.data-store-types": "0.36.1-next.159",
52
+ "@sphereon/ssi-types": "0.36.1-next.159",
53
+ "@sphereon/ui-components.core": "0.4.1-unstable.169+31255b3",
54
54
  "@tanstack/react-table": "^8.9.3",
55
55
  "ajv": "^8.17.1",
56
56
  "ajv-formats": "^3.0.1",
@@ -72,5 +72,5 @@
72
72
  "peerDependencies": {
73
73
  "react": ">= 18"
74
74
  },
75
- "gitHead": "74ae756159b3b15b66563f47cb9a8142aafde21d"
75
+ "gitHead": "31255b3215b56170050a1e6cd85c4a279b57625a"
76
76
  }