@constructor-io/constructorio-ui-quizzes 1.19.0 → 1.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/version.js
CHANGED
package/lib/mjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '1.19.
|
|
1
|
+
export default '1.19.2';
|
package/lib/types/types.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { Question } from '@constructor-io/constructorio-client-javascript/lib/ty
|
|
|
4
4
|
import ConstructorIOClient, { GetBrowseResultsForItemIdsResponse } from '@constructor-io/constructorio-client-javascript';
|
|
5
5
|
import { RequestStates } from './constants';
|
|
6
6
|
import { QuestionTypes } from './components/CioQuiz/actions';
|
|
7
|
-
export type { QuestionOption, QuestionImages, NextQuestionResponse, QuizResultsResponse, QuizResultsConfigResponse, QuizResultsConfig, BrowseResultData, BrowseRequestType, QuizzesParameters, QuizzesResultsParameters, } from '@constructor-io/constructorio-client-javascript/lib/types/';
|
|
7
|
+
export type { QuestionOption, FilterQuestionOption, QuestionImages, NextQuestionResponse, QuizResultsResponse, QuizResultsConfigResponse, QuizResultsConfig, BrowseResultData, BrowseRequestType, QuizzesParameters, QuizzesResultsParameters, } from '@constructor-io/constructorio-client-javascript/lib/types/';
|
|
8
8
|
export type { Question } from '@constructor-io/constructorio-client-javascript/lib/types/quizzes';
|
|
9
9
|
export type QuizResultDataPartial = Partial<QuizResultData>;
|
|
10
10
|
export type QuizEmailResults = {
|
|
@@ -95,6 +95,7 @@ export interface QuizReturnState {
|
|
|
95
95
|
selectedOptionsWithAttributes?: string[];
|
|
96
96
|
matchedOptions?: string[];
|
|
97
97
|
resultsConfig: QuizResultsConfig | null;
|
|
98
|
+
metadata?: object | null;
|
|
98
99
|
};
|
|
99
100
|
quizSessionStorageState: QuizSessionStorageState;
|
|
100
101
|
}
|
package/lib/types/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.19.
|
|
1
|
+
declare const _default: "1.19.2";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructor-io/constructorio-ui-quizzes",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.2",
|
|
4
4
|
"description": "Constructor.io Quizzes UI library for web applications",
|
|
5
5
|
"author": "Constructor.io Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"check-license": "license-checker --production --onlyAllow 'Apache-2.0;BSD-3-Clause;MIT;0BSD;BSD-2-Clause' --excludePackages 'picocolors@1.0.0'"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@constructor-io/constructorio-client-javascript": "^2.
|
|
64
|
+
"@constructor-io/constructorio-client-javascript": "^2.68.1",
|
|
65
65
|
"react": ">=16.12.0",
|
|
66
66
|
"react-dom": ">=16.12.0",
|
|
67
67
|
"tslib": "^2.4.0"
|