@pocketprep/ui-kit 3.4.11 → 3.4.13

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.
@@ -42,6 +42,7 @@
42
42
  :quiz-length="quizLength"
43
43
  :quiz-mode="quizMode"
44
44
  :question-number="questionNumber"
45
+ :is-correct="isCorrect"
45
46
  :is-dark-mode="isDarkMode"
46
47
  :context-icon-type="contextIconType"
47
48
  :show-answers="showAnswers"
@@ -940,12 +941,12 @@ export default class Question extends Vue {
940
941
  if (choiceContainerComp) {
941
942
  const dropdownExplanationComp =
942
943
  // eslint-disable-next-line max-len
943
- choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as Ref[]
944
+ choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as ComponentPublicInstance[]
944
945
  if (dropdownExplanationComp) {
945
946
  const dropdownEl = dropdownExplanationComp[0] as ComponentPublicInstance | undefined
946
947
  const mobileImgDropdownImgDescription =
947
- // eslint-disable-next-line max-len
948
- dropdownEl?.$refs['uikit-question-dropdown-explanation__dropdown-explanation-img-description'] as HTMLElement | undefined
948
+ // eslint-disable-next-line max-len
949
+ dropdownEl?.$refs['uikit-question-dropdown-explanation__dropdown-explanation-img-description'] as HTMLElement | undefined
949
950
 
950
951
  if (mobileImgDropdownImgDescription?.offsetParent) {
951
952
  mobileImgDropdownImgDescription.focus()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.11",
3
+ "version": "3.4.13",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {