@descope/web-component
Advanced tools
Comparing version 3.25.2 to 3.25.3
@@ -1,1 +0,1 @@ | ||
export{D as default}from"./index-0bc0d677.js";import"tslib";import"@descope/web-js-sdk";import"@descope/sdk-mixins";import"@descope/sdk-helpers"; | ||
export{D as default}from"./index-ea402d79.js";import"tslib";import"@descope/web-js-sdk";import"@descope/sdk-mixins";import"@descope/sdk-helpers"; |
@@ -98,8 +98,2 @@ import createSdk from '@descope/web-js-sdk'; | ||
type ThemeOptions = 'light' | 'dark' | 'os'; | ||
interface ILogger { | ||
info(title: string, description: string, state: any): void; | ||
warn(title: string, description?: string): void; | ||
debug(title: string, description?: string): void; | ||
error(title: string, description?: string, ...optionalParams: any[]): void; | ||
} | ||
type DescopeUI = Record<string, () => Promise<void>> & { | ||
@@ -1101,2 +1095,4 @@ componentsThemeManager: Record<string, any>; | ||
type ILogger = Partial<DescopeWc['logger']>; | ||
export { type AutoFocusOptions, type ILogger, type ThemeOptions, DescopeWc as default }; |
{ | ||
"name": "@descope/web-component", | ||
"version": "3.25.2", | ||
"version": "3.25.3", | ||
"author": "Descope Team <info@descope.com>", | ||
@@ -70,5 +70,5 @@ "homepage": "https://github.com/descope/descope-js", | ||
"@fingerprintjs/fingerprintjs-pro": "3.9.9", | ||
"@descope/sdk-helpers": "0.1.60", | ||
"@descope/sdk-mixins": "0.3.2", | ||
"@descope/web-js-sdk": "1.17.0", | ||
"@descope/sdk-helpers": "0.1.60" | ||
"@descope/web-js-sdk": "1.17.0" | ||
}, | ||
@@ -75,0 +75,0 @@ "overrides": { |
Sorry, the diff of this file is too big to display
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
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
232919
1733