@sphereon/ui-components.core 0.2.1-unstable.88 → 0.2.1-unstable.89

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.
@@ -32,7 +32,7 @@
32
32
  "information_request_title": "Information request",
33
33
  "information_request_header_description": "{{partyName}} would like to receive the following information from you for verification",
34
34
  "information_request_purpose_label": "Purpose",
35
- "information_request_form_label": "Request from",
35
+ "information_request_form_label": "Request form",
36
36
  "information_request_interacting_with": "You're interacting with Relying party {{partyName}}",
37
37
  "file_permission_public_label": "Public",
38
38
  "file_permission_private_label": "Private",
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.88+3ec6b08",
4
+ "version": "0.2.1-unstable.89+ad8f031",
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": "3ec6b0844a3bfe519d6baef0b47c6b96e914ae75"
46
+ "gitHead": "ad8f031641f8d58a427323fe7d35baf11e98384b"
47
47
  }