@pocketprep/ui-kit 3.4.83 → 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.
@@ -122,7 +122,8 @@
122
122
  :disabled="showMatrixAnswers || reviewMode"
123
123
  :checkbox-styles="checkboxContainerStyling(rowIndex, columnIndex)"
124
124
  />
125
- <div
125
+ <div
126
+ v-dark="isDarkMode"
126
127
  class="uikit-question-mobile-matrix-choices-container__checkbox-label"
127
128
  :class="{
128
129
  'uikit-question-mobile-matrix-choices-container__checkbox-label--distractor':
@@ -742,6 +743,10 @@ export default class MobileMatrixChoicesContainer extends Vue {
742
743
  &--distractor {
743
744
  text-decoration: line-through;
744
745
  color: $ash;
746
+
747
+ &--dark {
748
+ color: $fog;
749
+ }
745
750
  }
746
751
  }
747
752
 
@@ -131,7 +131,11 @@ const stripHtmlTags = (string?: string) => {
131
131
 
132
132
  &--distractor {
133
133
  text-decoration: line-through;
134
- color: $ash
134
+ color: $ash;
135
+
136
+ &--dark {
137
+ color: $fog;
138
+ }
135
139
  }
136
140
  }
137
141
  }
@@ -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.83",
3
+ "version": "3.4.85",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {