@sphereon/ui-components.credential-branding 0.4.1-unstable.6 → 0.4.1-unstable.60
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IBasicCredentialLocaleBranding, IBasicIssuerLocaleBranding } from '@sphereon/ssi-sdk.data-store';
|
|
1
|
+
import type { IBasicCredentialLocaleBranding, IBasicIssuerLocaleBranding } from '@sphereon/ssi-sdk.data-store';
|
|
2
2
|
import { CredentialDetailsRow, CredentialSummary, GetCredentialDisplayNameArgs, GetCredentialIssuerNameAndAliasArgs, ISelectAppLocaleBrandingArgs, ToCredentialDetailsRowArgs, ToCredentialSummaryArgs, ToNonPersistedCredentialSummaryArgs } from '../types';
|
|
3
3
|
export declare const toCredentialDetailsRow: (args: ToCredentialDetailsRowArgs) => Promise<CredentialDetailsRow[]>;
|
|
4
4
|
export declare const toNonPersistedCredentialSummary: (args: ToNonPersistedCredentialSummaryArgs) => Promise<CredentialSummary>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CredentialStatus, ImageSize, IssuerStatus } from '@sphereon/ui-components.core';
|
|
2
|
-
import {
|
|
2
|
+
import type { IBasicCredentialClaim, IBasicCredentialLocaleBranding, IBasicIssuerLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store';
|
|
3
|
+
import { CredentialRole } from '@sphereon/ssi-types';
|
|
3
4
|
import { ICredential } from '@sphereon/ssi-types';
|
|
4
5
|
import { VerifiableCredential } from '@veramo/core';
|
|
5
6
|
export type CredentialSummary = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VerifiableCredential } from '@veramo/core';
|
|
2
2
|
import { CredentialSummary } from '../types';
|
|
3
|
-
import { IBasicCredentialLocaleBranding } from '@sphereon/ssi-sdk.data-store';
|
|
3
|
+
import type { IBasicCredentialLocaleBranding } from '@sphereon/ssi-sdk.data-store';
|
|
4
4
|
export declare const isImageAddress: (value: string) => Promise<boolean>;
|
|
5
5
|
export declare function getIssuerLogo(verifiableCredential: VerifiableCredential | CredentialSummary, localeBranding?: IBasicCredentialLocaleBranding): string | undefined;
|
|
6
6
|
export declare const getImageFromObjectOrString: (image?: string | object) => string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ui-components.credential-branding",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.4.1-unstable.
|
|
4
|
+
"version": "0.4.1-unstable.60+25b5041",
|
|
5
5
|
"description": "SSI UI components credential branding",
|
|
6
6
|
"repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
|
|
7
7
|
"author": "Sphereon <dev@sphereon.com>",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@sphereon/ssi-sdk.core": "
|
|
32
|
-
"@sphereon/ssi-sdk.data-store": "
|
|
33
|
-
"@sphereon/ssi-types": "
|
|
34
|
-
"@sphereon/ui-components.core": "0.4.1-unstable.
|
|
31
|
+
"@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.45.94",
|
|
32
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.94",
|
|
33
|
+
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.94",
|
|
34
|
+
"@sphereon/ui-components.core": "0.4.1-unstable.60+25b5041",
|
|
35
35
|
"@veramo/core": "4.2.0",
|
|
36
36
|
"@veramo/utils": "4.2.0",
|
|
37
37
|
"i18n-js": "^3.8.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">= 18.2"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "25b504152bcd5aaa59f994dea336a6add2e2083d"
|
|
55
55
|
}
|