@corbado/shared-ui
Advanced tools
Comparing version 1.1.0 to 1.1.2
@@ -1,2 +0,2 @@ | ||
import type { ProjectConfig, SessionUser } from '@corbado/types'; | ||
import type { SessionUser } from '@corbado/types'; | ||
import { type CorbadoApp } from '@corbado/web-core'; | ||
@@ -18,3 +18,3 @@ import type { i18n } from 'i18next'; | ||
*/ | ||
constructor(corbadoApp: CorbadoApp | undefined, projectConfig: ProjectConfig, onLoggedIn: () => void, initialFlowType?: FlowType); | ||
constructor(corbadoApp: CorbadoApp | undefined); | ||
/** | ||
@@ -24,3 +24,4 @@ * Initializes the FlowHandler. | ||
*/ | ||
init(i18next: i18n): Promise<void>; | ||
init(i18next: i18n, onLoggedIn: () => void, initialFlowType?: FlowType): Promise<void>; | ||
dispose(): void; | ||
get currentScreenName(): ScreenNames; | ||
@@ -27,0 +28,0 @@ get currentFlowName(): import("./constants").SignUpFlowNames | import("./constants").LoginFlowNames; |
@@ -385,2 +385,3 @@ import './styles/index.css'; | ||
cancelIcon: any; | ||
logoIcon: any; | ||
}; |
@@ -6,1 +6,2 @@ /// <reference types="ua-parser-js" /> | ||
}; | ||
export declare const updateSvgFillColor: (base64Svg: string, newColor: string) => string; |
{ | ||
"name": "@corbado/shared-ui", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "This package contains shared files for all the complete packages of Corbado for VanillaJS, React, Angular, Vue, etc.", | ||
@@ -35,3 +35,3 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>", | ||
"devDependencies": { | ||
"@corbado/types": "^1.1.0", | ||
"@corbado/types": "^1.1.2", | ||
"@svgr/webpack": "^8.1.0", | ||
@@ -54,6 +54,6 @@ "@types/ua-parser-js": "^0.7.39", | ||
"dependencies": { | ||
"@corbado/web-core": "^1.1.0", | ||
"@corbado/web-core": "^1.1.2", | ||
"ua-parser-js": "^1.0.37" | ||
}, | ||
"gitHead": "a3b51cc8c8f501c8cc0790569e22dc7e5a9344aa" | ||
"gitHead": "3e8b8918a10f969cfdb086dd023eaed18f4e6ec2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
528708
33
1283
Updated@corbado/web-core@^1.1.2