@pocketprep/ui-kit 3.4.11 → 3.4.12

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.
@@ -940,7 +940,7 @@ export default class Question extends Vue {
940
940
  if (choiceContainerComp) {
941
941
  const dropdownExplanationComp =
942
942
  // eslint-disable-next-line max-len
943
- choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as Ref[]
943
+ choiceContainerComp.$refs['uikit-question-choices-container__dropdown-explanation'] as ComponentPublicInstance[]
944
944
  if (dropdownExplanationComp) {
945
945
  const dropdownEl = dropdownExplanationComp[0] as ComponentPublicInstance | undefined
946
946
  const mobileImgDropdownImgDescription =
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.12",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {