@descope/web-component
Advanced tools
Comparing version 3.28.0 to 3.29.0
@@ -1,1 +0,1 @@ | ||
export{D as default}from"./index-95f3b8cd.js";import"tslib";import"@descope/web-js-sdk";import"@descope/escape-markdown";import"@descope/sdk-mixins";import"@descope/sdk-helpers"; | ||
export{D as default}from"./index-213a4ec6.js";import"tslib";import"@descope/web-js-sdk";import"@descope/escape-markdown";import"@descope/sdk-mixins";import"@descope/sdk-helpers"; |
@@ -491,20 +491,20 @@ import createSdk from '@descope/web-js-sdk'; | ||
} & (new (...params: any[]) => { | ||
"__#12337@#globalStyleTag": HTMLStyleElement; | ||
"__#12343@#globalStyleTag": HTMLStyleElement; | ||
readonly theme: _descope_sdk_mixins.ThemeOptions; | ||
readonly styleId: string; | ||
"__#12337@#_themeResource": Promise<void | Record<string, any>>; | ||
"__#12337@#fetchTheme"(): Promise<Record<string, any>>; | ||
readonly "__#12337@#themeResource": Promise<void | Record<string, any>>; | ||
"__#12337@#loadGlobalStyle"(): Promise<void>; | ||
"__#12337@#loadComponentsStyle"(): Promise<void>; | ||
"__#12337@#getFontsConfig"(): Promise<Record<string, { | ||
"__#12343@#_themeResource": Promise<void | Record<string, any>>; | ||
"__#12343@#fetchTheme"(): Promise<Record<string, any>>; | ||
readonly "__#12343@#themeResource": Promise<void | Record<string, any>>; | ||
"__#12343@#loadGlobalStyle"(): Promise<void>; | ||
"__#12343@#loadComponentsStyle"(): Promise<void>; | ||
"__#12343@#getFontsConfig"(): Promise<Record<string, { | ||
url?: string; | ||
}>>; | ||
"__#12337@#loadFonts"(): Promise<void>; | ||
"__#12337@#applyTheme"(): Promise<void>; | ||
"__#12343@#loadFonts"(): Promise<void>; | ||
"__#12343@#applyTheme"(): Promise<void>; | ||
init(): Promise<void>; | ||
"__#12326@#observeMappings": {}; | ||
"__#12332@#observeMappings": {}; | ||
observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any); | ||
observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void); | ||
"__#12325@#isInit": boolean; | ||
"__#12331@#isInit": boolean; | ||
connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void); | ||
@@ -836,3 +836,3 @@ accessKey: string; | ||
focus(options?: FocusOptions): void; | ||
"__#12324@#logger": { | ||
"__#12330@#logger": { | ||
error(...data: any[]): void; | ||
@@ -843,3 +843,3 @@ warn(...data: any[]): void; | ||
}; | ||
"__#12324@#wrapLogger": ((logger: Partial<{ | ||
"__#12330@#wrapLogger": ((logger: Partial<{ | ||
error(...data: any[]): void; | ||
@@ -991,4 +991,4 @@ warn(...data: any[]): void; | ||
readonly config: any; | ||
"__#12328@#_configResource": any; | ||
"__#12328@#fetchConfig": (() => Promise<{ | ||
"__#12334@#_configResource": any; | ||
"__#12334@#fetchConfig": (() => Promise<{ | ||
projectConfig: _descope_sdk_mixins.ProjectConfiguration; | ||
@@ -1017,15 +1017,15 @@ executionContext: { | ||
readonly projectId: string; | ||
"__#12327@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void); | ||
"__#12331@#errorCbsSym": symbol; | ||
"__#12331@#loadCbsSym": symbol; | ||
"__#12331@#getComponentsVersion"(): Promise<any>; | ||
"__#12331@#exposeAlternateEvents"(scriptEle: HTMLScriptElement): void; | ||
"__#12331@#handleFallbackScript"(errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]): Promise<void>; | ||
"__#12331@#registerEvents"(scriptEle: HTMLScriptElement): void; | ||
"__#12331@#getDescopeUiLoadingScript"(): Promise<HTMLElement>; | ||
"__#12331@#descopeUi": Promise<any>; | ||
"__#12333@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void); | ||
"__#12337@#errorCbsSym": symbol; | ||
"__#12337@#loadCbsSym": symbol; | ||
"__#12337@#getComponentsVersion"(): Promise<any>; | ||
"__#12337@#exposeAlternateEvents"(scriptEle: HTMLScriptElement): void; | ||
"__#12337@#handleFallbackScript"(errorCbs: ((error: string) => void)[], loadCbs: (() => void)[], elemId: string, scriptUrl: string): Promise<void>; | ||
"__#12337@#registerEvents"(scriptEle: HTMLScriptElement): void; | ||
"__#12337@#getDescopeUiLoadingScript"(): Promise<HTMLElement>; | ||
"__#12337@#descopeUi": Promise<any>; | ||
readonly descopeUi: Promise<any>; | ||
"__#12331@#loadDescopeUiComponent"(componentName: string): Promise<any>; | ||
"__#12337@#loadDescopeUiComponent"(componentName: string): Promise<any>; | ||
loadDescopeUiComponents(templateOrComponentNames: string[] | HTMLTemplateElement): Promise<any[]>; | ||
"__#12331@#getDescopeUi"(): Promise<unknown>; | ||
"__#12337@#getDescopeUi"(): Promise<unknown>; | ||
}) & { | ||
@@ -1108,3 +1108,4 @@ new (): HTMLElement; | ||
bridgeVersion: number; | ||
nativeComplete: (bridgeResponse: string) => Promise<void>; | ||
nativeComplete: (input: Record<string, any>) => Promise<void>; | ||
nativeResume: (type: string, payload: string) => void; | ||
nativeOptions: { | ||
@@ -1111,0 +1112,0 @@ platform: 'ios' | 'android'; |
{ | ||
"name": "@descope/web-component", | ||
"version": "3.28.0", | ||
"version": "3.29.0", | ||
"author": "Descope Team <info@descope.com>", | ||
@@ -71,5 +71,5 @@ "homepage": "https://github.com/descope/descope-js", | ||
"@descope/sdk-helpers": "0.1.60", | ||
"@descope/sdk-mixins": "0.4.0", | ||
"@descope/escape-markdown": "0.0.2", | ||
"@descope/web-js-sdk": "1.19.2", | ||
"@descope/sdk-mixins": "0.3.2" | ||
"@descope/web-js-sdk": "1.19.2" | ||
}, | ||
@@ -76,0 +76,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
241492
1789
16586
5
10
172
+ Added@descope/sdk-mixins@0.4.0(transitive)
- Removed@descope/sdk-mixins@0.3.2(transitive)
Updated@descope/sdk-mixins@0.4.0