publish 1.0.3
fix types
This commit is contained in:
parent
f4a563fe3e
commit
18925acc4d
@ -53,7 +53,7 @@ export interface QuizConfig {
|
||||
startpageType: QuizStartpageType;
|
||||
score?: boolean;
|
||||
results: QuizResultsType;
|
||||
haveRoot: string;
|
||||
haveRoot: string | null;
|
||||
theme: QuizTheme;
|
||||
resultInfo: {
|
||||
when: "email" | "";
|
||||
@ -84,13 +84,8 @@ export interface QuizConfig {
|
||||
formContact: {
|
||||
title: string;
|
||||
desc: string;
|
||||
name: FCField;
|
||||
email: FCField;
|
||||
phone: FCField;
|
||||
text: FCField;
|
||||
address: FCField;
|
||||
button: string;
|
||||
fields: Record<FormContactFieldName, FormContactFieldData>;
|
||||
button: string;
|
||||
};
|
||||
info: {
|
||||
phonenumber: string;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/squzanswerer",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"type": "module",
|
||||
"main": "./dist-package/index.js",
|
||||
"module": "./dist-package/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user