@sphereon/ui-components.core 0.2.1-unstable.42 → 0.2.1-unstable.44

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.
@@ -29,10 +29,6 @@
29
29
  "credential_issuance_wizard_credential_type_label": "Credential type",
30
30
  "credential_issuance_wizard_evidence_title": "Evidence",
31
31
  "credential_issuance_wizard_evidence_description": "Optionally, you can upload one or more documents or files that you want to attach to this credential.",
32
- "information_request_title": "Information request",
33
- "information_request_purpose_label": "Purpose",
34
- "information_request_form_label": "Request form",
35
- "information_request_interacting_with": "You're interacting with Relying party {{partyName}}",
36
32
  "file_permission_public_label": "Public",
37
33
  "file_permission_private_label": "Private",
38
34
  "credentials_view_item_expires_on": "Expires on",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.core",
3
3
  "private": false,
4
- "version": "0.2.1-unstable.42+4300018",
4
+ "version": "0.2.1-unstable.44+5dc2b62",
5
5
  "description": "SSI UI components Core",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -43,5 +43,5 @@
43
43
  "peerDependencies": {
44
44
  "react": ">= 18"
45
45
  },
46
- "gitHead": "430001815157ebe09ea6b10fc66a58068ebbe3e0"
46
+ "gitHead": "5dc2b62ecd2eb2d4bee5dc72544d523de3d4d4e4"
47
47
  }