@pocketprep/ui-kit 3.4.82 → 3.4.84
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.js +7 -3
- 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/dist/style.css +1 -1
- package/lib/components/Buttons/Button.vue +5 -3
- package/lib/components/Quiz/Question/MatrixChoicesContainer.vue +2 -0
- package/lib/components/Quiz/Question/MobileMatrixChoicesContainer.vue +6 -1
- package/lib/components/Quiz/Question/MobileMatrixRadioGroup.vue +5 -1
- package/package.json +1 -1
|
@@ -19844,7 +19844,7 @@ const $g = /* @__PURE__ */ me(ut, [["render", _g]]), ef = {
|
|
|
19844
19844
|
]) : Le("", !0);
|
|
19845
19845
|
}
|
|
19846
19846
|
});
|
|
19847
|
-
const nf = /* @__PURE__ */ me(sf, [["__scopeId", "data-v-
|
|
19847
|
+
const nf = /* @__PURE__ */ me(sf, [["__scopeId", "data-v-8aa15dd5"]]);
|
|
19848
19848
|
var rf = Object.defineProperty, af = Object.getOwnPropertyDescriptor, ft = (e, i, s, o) => {
|
|
19849
19849
|
for (var t = o > 1 ? void 0 : o ? af(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
19850
19850
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
@@ -20240,11 +20240,15 @@ function ff(e, i, s, o, t, n) {
|
|
|
20240
20240
|
disabled: e.showMatrixAnswers || e.reviewMode,
|
|
20241
20241
|
"checkbox-styles": e.checkboxContainerStyling(I, A)
|
|
20242
20242
|
}, null, 8, ["model-value", "is-dark-mode", "disabled", "checkbox-styles"])),
|
|
20243
|
-
|
|
20243
|
+
ne((N(), V("div", {
|
|
20244
20244
|
class: Ce(["uikit-question-mobile-matrix-choices-container__checkbox-label", {
|
|
20245
20245
|
"uikit-question-mobile-matrix-choices-container__checkbox-label--distractor": (e.showMatrixAnswers || e.reviewMode) && e.matrixChoiceLayout[I] && ((g = e.matrixChoiceLayout[I][A]) == null ? void 0 : g.startsWith("d"))
|
|
20246
20246
|
}])
|
|
20247
|
-
},
|
|
20247
|
+
}, [
|
|
20248
|
+
xe(ve(e.stripHtmlTags(G)), 1)
|
|
20249
|
+
], 2)), [
|
|
20250
|
+
[Y, e.isDarkMode]
|
|
20251
|
+
])
|
|
20248
20252
|
], 40, pf)), [
|
|
20249
20253
|
[Y, e.isDarkMode]
|
|
20250
20254
|
]);
|