@adriansteffan/reactive 0.0.32 → 0.0.33
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-OYK5S6rI.js → mod-E7J43-ME.js} +3 -2
- package/dist/mod.d.ts +3 -0
- package/dist/reactive.es.js +10 -9
- package/dist/reactive.umd.js +16 -16
- package/dist/{web-D0E0X8r4.js → web-CPiYvLVz.js} +1 -1
- package/dist/{web-GcUUyn5k.js → web-a2dmy96o.js} +1 -1
- package/package.json +1 -1
- package/src/mod.tsx +3 -1
|
@@ -70879,7 +70879,7 @@ var Yc;
|
|
|
70879
70879
|
d.UTF8 = "utf8", d.ASCII = "ascii", d.UTF16 = "utf16";
|
|
70880
70880
|
})(Yc || (Yc = {}));
|
|
70881
70881
|
const Yi = na("Filesystem", {
|
|
70882
|
-
web: () => import("./web-
|
|
70882
|
+
web: () => import("./web-a2dmy96o.js").then((d) => new d.FilesystemWeb())
|
|
70883
70883
|
});
|
|
70884
70884
|
ug("Upload", [
|
|
70885
70885
|
{
|
|
@@ -71188,7 +71188,7 @@ var Wh;
|
|
|
71188
71188
|
d.None = "NONE", d.Slide = "SLIDE", d.Fade = "FADE";
|
|
71189
71189
|
})(Wh || (Wh = {}));
|
|
71190
71190
|
const vm = na("StatusBar"), bm = na("ImmersiveMode", {
|
|
71191
|
-
web: () => import("./web-
|
|
71191
|
+
web: () => import("./web-CPiYvLVz.js").then((d) => new d.ImmersiveModeWeb())
|
|
71192
71192
|
});
|
|
71193
71193
|
function $x({
|
|
71194
71194
|
content: d,
|
|
@@ -72971,6 +72971,7 @@ function j5({
|
|
|
72971
72971
|
] });
|
|
72972
72972
|
}
|
|
72973
72973
|
export {
|
|
72974
|
+
Rt as B,
|
|
72974
72975
|
f5 as C,
|
|
72975
72976
|
Yc as E,
|
|
72976
72977
|
S1 as M,
|
package/dist/mod.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { ComponentType } from 'react';
|
|
|
2
2
|
import { default as default_2 } from 'react';
|
|
3
3
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
4
|
import { ReactNode } from 'react';
|
|
5
|
+
import { toast } from 'react-toastify';
|
|
5
6
|
|
|
6
7
|
export declare interface BaseComponentProps {
|
|
7
8
|
next: (data?: object, actualStartTime?: number, actualStopTime?: number) => void;
|
|
@@ -255,6 +256,8 @@ export { Text_2 as Text }
|
|
|
255
256
|
|
|
256
257
|
declare type TimelineItem = ControlFlowItem | any;
|
|
257
258
|
|
|
259
|
+
export { toast }
|
|
260
|
+
|
|
258
261
|
export declare interface TrialData {
|
|
259
262
|
index: number;
|
|
260
263
|
trialNumber: number;
|
package/dist/reactive.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { C as e, v as r, o as n, q as
|
|
1
|
+
import { C as e, v as r, o as n, q as t, t as i, u as o, M as l, P as m, l as p, m as c, Q as u, R as P, T as x, U as E, k as g, c as f, g as k, e as C, d, i as h, n as v, p as F, r as B, h as R, f as q, s as w, a as y, j as D, B as M } from "./mod-E7J43-ME.js";
|
|
2
2
|
export {
|
|
3
3
|
e as CanvasBlock,
|
|
4
4
|
r as CheckDevice,
|
|
5
5
|
n as EnterFullscreen,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
t as ExitFullscreen,
|
|
7
|
+
i as ExperimentProvider,
|
|
8
8
|
o as ExperimentRunner,
|
|
9
9
|
l as MicCheck,
|
|
10
10
|
m as Param,
|
|
@@ -22,10 +22,11 @@ export {
|
|
|
22
22
|
h as isFullscreen,
|
|
23
23
|
v as now,
|
|
24
24
|
F as pipe,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
D as subsetExperimentByParam
|
|
25
|
+
B as registerArrayExtensions,
|
|
26
|
+
R as registerComponentParams,
|
|
27
|
+
q as registerExperimentParams,
|
|
28
|
+
w as sample,
|
|
29
|
+
y as shuffle,
|
|
30
|
+
D as subsetExperimentByParam,
|
|
31
|
+
M as toast
|
|
31
32
|
};
|