@pocketprep/ui-kit 3.9.11 → 3.9.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.
@@ -52,8 +52,7 @@
52
52
  isMPMCQuestion && reviewMode,
53
53
  'uikit-question-summary__summary-dropdown-explanation--build-list-question-review-mode':
54
54
  isBuildListQuestion && reviewMode,
55
- 'uikit-question-summary__summary-dropdown-explanation--tei-showing-right-side-bar':
56
- (isBuildListQuestion || isMatrixQuestion || isMPMCQuestion) && showRightSideBar
55
+ 'uikit-question-summary__summary-dropdown-explanation--right-side-bar': showRightSideBar
57
56
  }"
58
57
  >
59
58
  <slot name="explanationTopExperiment"></slot>
@@ -334,7 +333,7 @@ const toggleSummaryExplanationImageLongAlt = () => {
334
333
  &--matrix-question-review-mode#{&}--tablet-landscape,
335
334
  &--mpmc-question-review-mode#{&}--tablet-landscape,
336
335
  &--build-list-question-review-mode#{&}--tablet-landscape,
337
- &--tei-showing-right-side-bar#{&}--tablet-landscape {
336
+ &--right-side-bar#{&}--tablet-landscape {
338
337
  display: inline-block;
339
338
  }
340
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.9.11",
3
+ "version": "3.9.12",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {