@gamelearn/arcade-components 3.16.0 → 3.16.1
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.
|
@@ -29921,7 +29921,7 @@ SlotList.defaultProps = {
|
|
|
29921
29921
|
function Options({ inherited: l, options: e, selectedChoice: n, selectChoice: t, showingResults: s, simplifiedOptions: o, required: d }) {
|
|
29922
29922
|
const [f, h] = useState(null), u = (x) => {
|
|
29923
29923
|
o ? (h(x), setTimeout(() => {
|
|
29924
|
-
t(x);
|
|
29924
|
+
t(x), h(null);
|
|
29925
29925
|
}, 1e3)) : t(x);
|
|
29926
29926
|
}, p = (x) => !!(s && (n == null ? void 0 : n.id) === x.id || (n == null ? void 0 : n.right) === !0 || s && !d);
|
|
29927
29927
|
return e == null ? void 0 : e.filter((x) => x.text).map((x) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|