@sphereon/ui-components.core 0.1.3-unstable.126 → 0.1.3-unstable.127

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.
@@ -26,6 +26,5 @@
26
26
  "credential_issuance_wizard_credential_type_label": "Credential type",
27
27
  "credential_issuance_wizard_evidence_title": "Evidence",
28
28
  "credential_issuance_wizard_evidence_optional_title": "(optional)",
29
- "credential_issuance_wizard_evidence_description": "Optionally, you can upload one or more documents or files that you want to attach to this credential.",
30
- "action_issue_credential_caption": "Issue credential"
29
+ "credential_issuance_wizard_evidence_description": "Optionally, you can upload one or more documents or files that you want to attach to this credential."
31
30
  }
@@ -26,6 +26,5 @@
26
26
  "credential_issuance_wizard_credential_type_label": "Credential type",
27
27
  "credential_issuance_wizard_evidence_title": "Bewijs",
28
28
  "credential_issuance_wizard_evidence_optional_title": "(optioneel)",
29
- "credential_issuance_wizard_evidence_description": "Optioneel kunt u een of meer documenten of bestanden uploaden die u aan deze credential wilt toevoegen.",
30
- "action_issue_credential_caption": "Credential uitgeven"
29
+ "credential_issuance_wizard_evidence_description": "Optioneel kunt u een of meer documenten of bestanden uploaden die u aan deze credential wilt toevoegen."
31
30
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.core",
3
3
  "private": false,
4
- "version": "0.1.3-unstable.126+1ea8001",
4
+ "version": "0.1.3-unstable.127+94b0d89",
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": ">= 16.8.0"
45
45
  },
46
- "gitHead": "1ea8001173b732f94ac6861965209149abadd736"
46
+ "gitHead": "94b0d89f7f946124442639b4830128d12c21f94c"
47
47
  }