@sphereon/ui-components.ssi-react 0.3.1-unstable.22 → 0.3.1-unstable.25
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,7 +3,7 @@ import { useEffect, useState } from 'react';
|
|
|
3
3
|
import { JsonForms } from '@jsonforms/react';
|
|
4
4
|
import { materialCells } from '@jsonforms/material-renderers';
|
|
5
5
|
import { jsonFormsMaterialRenderers } from '../../../renders/jsonFormsRenders';
|
|
6
|
-
import { formatDateToISO } from '../../../helpers
|
|
6
|
+
import { formatDateToISO } from '../../../helpers';
|
|
7
7
|
const initializeDefaultValues = (schema, currentData = {}) => {
|
|
8
8
|
const result = { ...currentData };
|
|
9
9
|
if (!schema.properties) {
|
package/dist/helpers/index.d.ts
CHANGED
package/dist/helpers/index.js
CHANGED
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.3.1-unstable.
|
|
4
|
+
"version": "0.3.1-unstable.25+055535e",
|
|
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>",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@mui/system": "^5.15.12",
|
|
42
42
|
"@mui/x-date-pickers": "^6.19.5",
|
|
43
43
|
"@sphereon/ssi-sdk.data-store": "0.29.1-next.47",
|
|
44
|
-
"@sphereon/ui-components.core": "0.3.1-unstable.
|
|
44
|
+
"@sphereon/ui-components.core": "0.3.1-unstable.25+055535e",
|
|
45
45
|
"@tanstack/react-table": "^8.9.3",
|
|
46
46
|
"react-json-tree": "^0.18.0",
|
|
47
47
|
"react-loader-spinner": "5.4.5",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">= 18"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "055535e49a0dc35841e53876a3b6fb85eb3e84c2"
|
|
63
63
|
}
|
|
File without changes
|
|
File without changes
|