@adriansteffan/reactive 0.0.19 → 0.0.21
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/{mod-BlYvqdtq.js → mod-jEw82wE_.js} +8 -8
- package/dist/reactive.es.js +1 -1
- package/dist/reactive.umd.js +5 -5
- package/dist/style.css +1 -1
- package/dist/{web-EvjUSKrQ.js → web-Ct-fywza.js} +1 -1
- package/package.json +1 -1
- package/src/components/experiment.tsx +2 -2
- package/src/components/microphonecheck.tsx +1 -1
- package/src/components/quest.tsx +1 -1
- package/src/components/text.tsx +1 -1
- package/src/components/upload.tsx +1 -1
- package/src/components/voicerecorder.tsx +1 -1
|
@@ -654,7 +654,7 @@ function $c({
|
|
|
654
654
|
const C = () => {
|
|
655
655
|
f({});
|
|
656
656
|
};
|
|
657
|
-
return /* @__PURE__ */ Ce.jsxs("div", { className: `max-w-prose mx-auto ${p} mt-20 mb-20`, children: [
|
|
657
|
+
return /* @__PURE__ */ Ce.jsxs("div", { className: `max-w-prose mx-auto ${p} mt-20 mb-20 px-4 `, children: [
|
|
658
658
|
/* @__PURE__ */ Ce.jsx(
|
|
659
659
|
"article",
|
|
660
660
|
{
|
|
@@ -976,7 +976,7 @@ const Q0 = ({ stream: d }) => {
|
|
|
976
976
|
}, Q = () => {
|
|
977
977
|
C && URL.revokeObjectURL(C), x(null), d.value = null, p();
|
|
978
978
|
};
|
|
979
|
-
return /* @__PURE__ */ Ce.jsxs("div", { className: "flex flex-col items-center space-y-4 p-4 bg-white", children: [
|
|
979
|
+
return /* @__PURE__ */ Ce.jsxs("div", { className: "flex flex-col items-center space-y-4 p-4 bg-white px-8 ", children: [
|
|
980
980
|
!C && /* @__PURE__ */ Ce.jsx(
|
|
981
981
|
"button",
|
|
982
982
|
{
|
|
@@ -1103,7 +1103,7 @@ function U0({
|
|
|
1103
1103
|
}
|
|
1104
1104
|
const W0 = ({ next: d }) => {
|
|
1105
1105
|
const [h, p] = Ur(!1);
|
|
1106
|
-
return /* @__PURE__ */ Ce.jsxs("div", { className: "max-w-prose mx-auto mt-20 mb-20", children: [
|
|
1106
|
+
return /* @__PURE__ */ Ce.jsxs("div", { className: "max-w-prose mx-auto mt-20 mb-20 px-4 ", children: [
|
|
1107
1107
|
/* @__PURE__ */ Ce.jsxs("article", { className: "prose prose-2xl prose-slate text-xl text-black leading-relaxed", children: [
|
|
1108
1108
|
/* @__PURE__ */ Ce.jsx("h1", { className: "text-3xl mb-6 font-semibold", children: "Let's test your microphone!" }),
|
|
1109
1109
|
/* @__PURE__ */ Ce.jsx("p", { children: "In this experiment, you will need to answer some questions verbally. To make sure that we don't lose your input, please select your preferred microphone using the menu below..." })
|
|
@@ -62177,7 +62177,7 @@ function Z0({ next: d, surveyJson: h, customQuestions: p = {} }) {
|
|
|
62177
62177
|
}
|
|
62178
62178
|
d(x);
|
|
62179
62179
|
}, [d]);
|
|
62180
|
-
return f.onComplete.add(m), /* @__PURE__ */ Ce.jsxs("div", { className: "max-w-4xl mx-auto", children: [
|
|
62180
|
+
return f.onComplete.add(m), /* @__PURE__ */ Ce.jsxs("div", { className: "max-w-4xl mx-auto px-4", children: [
|
|
62181
62181
|
/* @__PURE__ */ Ce.jsx("div", { className: "absolute inset-0 -z-10 h-full w-full bg-white bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] [background-size:16px_16px]" }),
|
|
62182
62182
|
/* @__PURE__ */ Ce.jsx(Ac.Survey, { model: f })
|
|
62183
62183
|
] });
|
|
@@ -70680,7 +70680,7 @@ var Nh;
|
|
|
70680
70680
|
d.UTF8 = "utf8", d.ASCII = "ascii", d.UTF16 = "utf16";
|
|
70681
70681
|
})(Nh || (Nh = {}));
|
|
70682
70682
|
const Fs = np("Filesystem", {
|
|
70683
|
-
web: () => import("./web-
|
|
70683
|
+
web: () => import("./web-Ct-fywza.js").then((d) => new d.FilesystemWeb())
|
|
70684
70684
|
}), mx = () => {
|
|
70685
70685
|
const d = window.electronAPI;
|
|
70686
70686
|
return {
|
|
@@ -70844,7 +70844,7 @@ function xx({
|
|
|
70844
70844
|
C && !b.current && Q && Q();
|
|
70845
70845
|
}, [C, Q]), qn(() => {
|
|
70846
70846
|
w === "error" && (b.current = !1);
|
|
70847
|
-
}, [w]), /* @__PURE__ */ Ce.jsxs("div", { className: "flex flex-col items-center justify-center gap-4 p-6 text-xl mt-16", children: [
|
|
70847
|
+
}, [w]), /* @__PURE__ */ Ce.jsxs("div", { className: "flex flex-col items-center justify-center gap-4 p-6 text-xl mt-16 px-10", children: [
|
|
70848
70848
|
w == "initial" && !C && /* @__PURE__ */ Ce.jsxs(Ce.Fragment, { children: [
|
|
70849
70849
|
/* @__PURE__ */ Ce.jsx("p", { className: "", children: "Thank you for participating! Please click the button below to submit your data." }),
|
|
70850
70850
|
/* @__PURE__ */ Ce.jsx(
|
|
@@ -71305,11 +71305,11 @@ function Gx({
|
|
|
71305
71305
|
}
|
|
71306
71306
|
O.current = Q, C(m + 1);
|
|
71307
71307
|
}
|
|
71308
|
-
return /* @__PURE__ */ Ce.jsxs("div", { className: "
|
|
71308
|
+
return /* @__PURE__ */ Ce.jsxs("div", { className: "w-full", children: [
|
|
71309
71309
|
/* @__PURE__ */ Ce.jsx(
|
|
71310
71310
|
"div",
|
|
71311
71311
|
{
|
|
71312
|
-
className: ` ${h.showProgressBar ? "" : "hidden "} mt-4 sm:mt-12 max-w-2xl mx-auto flex-1 h-6 bg-gray-200 rounded-full overflow-hidden`,
|
|
71312
|
+
className: ` ${h.showProgressBar ? "" : "hidden "} px-4 mt-4 sm:mt-12 max-w-2xl mx-auto flex-1 h-6 bg-gray-200 rounded-full overflow-hidden`,
|
|
71313
71313
|
children: /* @__PURE__ */ Ce.jsx(
|
|
71314
71314
|
"div",
|
|
71315
71315
|
{
|
package/dist/reactive.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a, c as r, d as i, e as n, M as t, P as l, Q as o, T as c, U as p, g as x, i as E, n as d, s as f } from "./mod-
|
|
1
|
+
import { a, c as r, d as i, e as n, M as t, P as l, Q as o, T as c, U as p, g as x, i as E, n as d, s as f } from "./mod-jEw82wE_.js";
|
|
2
2
|
export {
|
|
3
3
|
a as EnterFullscreen,
|
|
4
4
|
r as ExitFullscreen,
|