@pocketprep/ui-kit 3.4.84 → 3.4.85

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.
@@ -35,6 +35,11 @@
35
35
  'uikit-question__main--matrix-question-review-mode': isMatrixQuestion && reviewMode,
36
36
  }"
37
37
  >
38
+ <div v-if="!showPassageAndImage && !showExplanation && !showPaywall">
39
+ <slot
40
+ name="keywordDefinitionHint"
41
+ />
42
+ </div>
38
43
  <slot name="context">
39
44
  <QuestionContext
40
45
  ref="uikit-question__context"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.84",
3
+ "version": "3.4.85",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {