@abcaustralia/campaign-health-quiz
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -47,3 +47,3 @@ import * as React from 'react'; | ||
} | ||
declare function ProgressBar({ progressionText, progressionPercentage, showBackbutton, showLogo, onClickBackButton, }: ProgressBarProps): JSX.Element; | ||
declare function ProgressBar({ progressionText, progressionPercentage, showBackbutton, showLogo, onClickBackButton }: ProgressBarProps): JSX.Element; | ||
declare namespace ProgressBar { | ||
@@ -87,3 +87,3 @@ var displayName: string; | ||
} | ||
declare function SummaryQuestionResult({ answerId, questionData, }: SummaryQuestionResultProps): JSX.Element; | ||
declare function SummaryQuestionResult({ answerId, questionData }: SummaryQuestionResultProps): JSX.Element; | ||
declare namespace SummaryQuestionResult { | ||
@@ -104,3 +104,3 @@ var displayName: string; | ||
declare function Onboarding({ content, acceptOnboarding, }: { | ||
declare function Onboarding({ content, acceptOnboarding }: { | ||
content: any; | ||
@@ -110,3 +110,3 @@ acceptOnboarding: any; | ||
declare function QuizChooser({ content, gotoQuiz, urlDataStored, onClickBackButton, }: { | ||
declare function QuizChooser({ content, gotoQuiz, urlDataStored, onClickBackButton }: { | ||
content: any; | ||
@@ -118,3 +118,3 @@ gotoQuiz?: any; | ||
declare function Quiz({ content, currentQuestionId, selectQuizAnswer, urlDataStored, onClickBackButton }: { | ||
declare function Quiz({ content, currentQuestionId, selectQuizAnswer, urlDataStored, onClickBackButton, showSummary, quizChooserContent, onClickSummaryNextButton }: { | ||
content: any; | ||
@@ -125,5 +125,8 @@ currentQuestionId: number; | ||
onClickBackButton: any; | ||
showSummary: boolean; | ||
quizChooserContent: any; | ||
onClickSummaryNextButton: any; | ||
}): JSX.Element; | ||
declare function QuizSignUp({ content, restartQuiz, }: { | ||
declare function QuizSignUp({ content, restartQuiz }: { | ||
content: any; | ||
@@ -130,0 +133,0 @@ restartQuiz: any; |
{ | ||
"name": "@abcaustralia/campaign-health-quiz", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
7468224
5828