@adriansteffan/reactive 0.0.24 → 0.0.26

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.d.ts CHANGED
@@ -112,6 +112,8 @@ export declare function Quest({ next, surveyJson, customQuestions }: {
112
112
  customQuestions?: ComponentsMap;
113
113
  }): JSX_2.Element;
114
114
 
115
+ export declare function RequestFilePermission({ next }: BaseComponentProps): JSX_2.Element;
116
+
115
117
  export declare function shuffle(array: any[]): any[];
116
118
 
117
119
  export declare interface Store {
@@ -1,18 +1,19 @@
1
- import { a as e, c as r, d as t, e as i, M as n, f as l, P as o, Q as c, T as f, U as p, g as P, h as m, i as u, n as x, s as E } from "./mod-DFT88PVZ.js";
1
+ import { a, c as i, d as r, e as t, M as n, f as l, P as o, Q as P, R as c, T as f, U as m, g as p, h as u, i as x, n as E, s as d } from "./mod-Dqf5zajq.js";
2
2
  export {
3
- e as EnterFullscreen,
4
- r as ExitFullscreen,
5
- t as Experiment,
6
- i as ExperimentProvider,
3
+ a as EnterFullscreen,
4
+ i as ExitFullscreen,
5
+ r as Experiment,
6
+ t as ExperimentProvider,
7
7
  n as MicCheck,
8
8
  l as PlainInput,
9
9
  o as ProlificEnding,
10
- c as Quest,
10
+ P as Quest,
11
+ c as RequestFilePermission,
11
12
  f as Text,
12
- p as Upload,
13
- P as getParam,
14
- m as getPlatform,
15
- u as isDesktop,
16
- x as now,
17
- E as shuffle
13
+ m as Upload,
14
+ p as getParam,
15
+ u as getPlatform,
16
+ x as isDesktop,
17
+ E as now,
18
+ d as shuffle
18
19
  };