@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.
- package/dist/@pocketprep/ui-kit.css +1 -1
- package/dist/@pocketprep/ui-kit.js +1 -1
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/lib/components/Quiz/Question/Summary.vue +2 -3
- package/package.json +1 -1
|
@@ -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--
|
|
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
|
-
&--
|
|
336
|
+
&--right-side-bar#{&}--tablet-landscape {
|
|
338
337
|
display: inline-block;
|
|
339
338
|
}
|
|
340
339
|
|