@pocketprep/ui-kit 3.0.22 → 3.0.23

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.
@@ -402,8 +402,8 @@
402
402
  class="uikit-question__toggle-explanation"
403
403
  :class="{ 'uikit-question__toggle-explanation--review-mode': reviewMode }"
404
404
  :is-dark-mode="isDarkMode"
405
- :aria-expanded="showExplanationImageLongAlt ? 'true' : 'false'"
406
- @click.stop="toggleExplanationImageLongAlt"
405
+ :aria-expanded="showExplanation ? 'true' : 'false'"
406
+ @click.stop="toggleExplanation"
407
407
  @mousedown.prevent
408
408
  >
409
409
  <span
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.22",
3
+ "version": "3.0.23",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {