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;
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",