publish 1.0.3

fix types
This commit is contained in:
nflnkr 2024-02-16 18:32:13 +03:00
parent f4a563fe3e
commit 18925acc4d
2 changed files with 3 additions and 8 deletions

@ -53,7 +53,7 @@ export interface QuizConfig {
startpageType: QuizStartpageType; startpageType: QuizStartpageType;
score?: boolean; score?: boolean;
results: QuizResultsType; results: QuizResultsType;
haveRoot: string; haveRoot: string | null;
theme: QuizTheme; theme: QuizTheme;
resultInfo: { resultInfo: {
when: "email" | ""; when: "email" | "";
@ -84,13 +84,8 @@ export interface QuizConfig {
formContact: { formContact: {
title: string; title: string;
desc: string; desc: string;
name: FCField;
email: FCField;
phone: FCField;
text: FCField;
address: FCField;
button: string;
fields: Record<FormContactFieldName, FormContactFieldData>; fields: Record<FormContactFieldName, FormContactFieldData>;
button: string;
}; };
info: { info: {
phonenumber: string; phonenumber: string;

@ -1,6 +1,6 @@
{ {
"name": "@frontend/squzanswerer", "name": "@frontend/squzanswerer",
"version": "1.0.2", "version": "1.0.3",
"type": "module", "type": "module",
"main": "./dist-package/index.js", "main": "./dist-package/index.js",
"module": "./dist-package/index.js", "module": "./dist-package/index.js",