@formbricks/js
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -8,6 +8,5 @@ import type { JsConfig, Survey } from "../../../types/js"; | ||
close: () => void; | ||
brandColor: string; | ||
errorHandler: IErrorHandler; | ||
} | ||
export default function SurveyView({ config, survey, close, brandColor, errorHandler }: SurveyViewProps): h.JSX.Element; | ||
export default function SurveyView({ config, survey, close, errorHandler }: SurveyViewProps): h.JSX.Element; | ||
export {}; |
@@ -45,2 +45,3 @@ export type { ErrorHandler as IErrorHandler } from "../../../types/js"; | ||
private handleError; | ||
customized: boolean; | ||
static initialized: boolean; | ||
@@ -50,3 +51,4 @@ private constructor(); | ||
static init(errorHandler?: (error: any) => void): void; | ||
printStatus(): void; | ||
handle(error: any): void; | ||
} |
@@ -47,2 +47,3 @@ import { Question } from "./questions"; | ||
brandColor?: string; | ||
formbricksSignature?: boolean; | ||
} | ||
@@ -70,2 +71,3 @@ export interface JsConfig { | ||
thankYouCard: ThankYouCard; | ||
autoClose?: number | null; | ||
} | ||
@@ -72,0 +74,0 @@ export interface Trigger { |
@@ -23,2 +23,3 @@ import { Question } from "./questions"; | ||
attributeFilters: AttributeFilter[]; | ||
autoClose: number | null; | ||
} | ||
@@ -25,0 +26,0 @@ export interface AttributeFilter { |
{ | ||
"name": "@formbricks/js", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.", | ||
@@ -59,4 +59,4 @@ "keywords": [ | ||
"typescript": "^5.0.4", | ||
"@formbricks/types": "0.0.0", | ||
"eslint-config-formbricks": "1.0.0" | ||
"eslint-config-formbricks": "1.0.0", | ||
"@formbricks/types": "0.0.0" | ||
}, | ||
@@ -63,0 +63,0 @@ "jest": { |
Sorry, the diff of this file is too big to display
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 too big to display
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
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
1244223
53
2075