@sphereon/ui-components.core 0.2.1-unstable.15 → 0.2.1-unstable.16

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.
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [2024] [Sphereon International B.V.]
189
+ Copyright [2023] [Sphereon BV]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -28,11 +28,11 @@
28
28
  "credential_issuance_wizard_title": "Issue credential",
29
29
  "credential_issuance_wizard_credential_type_label": "Credential type",
30
30
  "credential_issuance_wizard_evidence_title": "Evidence",
31
- "credential_issuance_wizard_evidence_optional_title": "(optional)",
32
31
  "credential_issuance_wizard_evidence_description": "Optionally, you can upload one or more documents or files that you want to attach to this credential.",
33
32
  "file_permission_public_label": "Public",
34
33
  "file_permission_private_label": "Private",
35
34
  "credentials_view_item_expires_on": "Expires on",
36
35
  "json_data_view_attribute_column_label": "Attribute",
37
- "json_data_view_value_column_label": "Value"
36
+ "json_data_view_value_column_label": "Value",
37
+ "optional_label": "(optional)"
38
38
  }
@@ -28,11 +28,11 @@
28
28
  "credential_issuance_wizard_title": "Credential uitgeven",
29
29
  "credential_issuance_wizard_credential_type_label": "Credential type",
30
30
  "credential_issuance_wizard_evidence_title": "Bewijs",
31
- "credential_issuance_wizard_evidence_optional_title": "(optioneel)",
32
31
  "credential_issuance_wizard_evidence_description": "Optioneel kunt u een of meer documenten of bestanden uploaden die u aan deze credential wilt toevoegen.",
33
32
  "file_permission_public_label": "Openbaar",
34
33
  "file_permission_private_label": "Privaat",
35
34
  "credentials_view_item_expires_on": "Vervalt op",
36
35
  "json_data_view_attribute_column_label": "Attribuut",
37
- "json_data_view_value_column_label": "Waarde"
36
+ "json_data_view_value_column_label": "Waarde",
37
+ "optional_label": "(optioneel)"
38
38
  }
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.15+d166f7b",
4
+ "version": "0.2.1-unstable.16+a3b10e4",
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": "d166f7b4cdfdb00a4d5ae6cab3f9add907963b2a"
46
+ "gitHead": "a3b10e4d2762397b63a959339914d2d6fba454f4"
47
47
  }