@opengeni/react 6.1.0-canary.2 → 6.1.0-canary.3
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/README.md +5 -0
- package/dist/{browser-viewer-NTD6UIPR.js → browser-viewer-LGH4IP47.js} +3 -3
- package/dist/chunk-BRM6FVZA.js +302 -0
- package/dist/chunk-BRM6FVZA.js.map +1 -0
- package/dist/{chunk-UWVY3OXF.js → chunk-EQEIQSRJ.js} +276 -454
- package/dist/chunk-EQEIQSRJ.js.map +1 -0
- package/dist/{chunk-NLTS7JHI.js → chunk-JPHDWKZE.js} +5 -5
- package/dist/{chunk-KZ4QDBGM.js → chunk-LVHCZABQ.js} +924 -1264
- package/dist/chunk-LVHCZABQ.js.map +1 -0
- package/dist/{chunk-L5VJYZIW.js → chunk-O53CQZ6T.js} +7 -7
- package/dist/{chunk-24M4YBCL.js → chunk-PNAVEK2U.js} +4 -4
- package/dist/{chunk-G5JFM6ZE.js → chunk-URNTAVGX.js} +429 -84
- package/dist/chunk-URNTAVGX.js.map +1 -0
- package/dist/composer.js +3 -3
- package/dist/connect.js +4 -3
- package/dist/connect.js.map +1 -1
- package/dist/index.js +26 -26
- package/dist/interaction.js +2 -2
- package/dist/machines.js +2 -2
- package/dist/plugin-discovery.d.ts +2 -0
- package/dist/session-ui.js +6 -6
- package/dist/session.js +2 -2
- package/package.json +3 -3
- package/src/components/markdown.tsx +10 -23
- package/src/plugin-discovery.tsx +10 -6
- package/styles/compiled.css +0 -8
- package/dist/chunk-G5JFM6ZE.js.map +0 -1
- package/dist/chunk-HQV2I5HV.js +0 -124
- package/dist/chunk-HQV2I5HV.js.map +0 -1
- package/dist/chunk-KZ4QDBGM.js.map +0 -1
- package/dist/chunk-UWVY3OXF.js.map +0 -1
- /package/dist/{browser-viewer-NTD6UIPR.js.map → browser-viewer-LGH4IP47.js.map} +0 -0
- /package/dist/{chunk-NLTS7JHI.js.map → chunk-JPHDWKZE.js.map} +0 -0
- /package/dist/{chunk-L5VJYZIW.js.map → chunk-O53CQZ6T.js.map} +0 -0
- /package/dist/{chunk-24M4YBCL.js.map → chunk-PNAVEK2U.js.map} +0 -0
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CREDIT_EXHAUSTION_MESSAGE,
|
|
3
|
-
isCreditExhaustion,
|
|
4
|
-
presentFailure,
|
|
5
|
-
tryParseJson
|
|
6
|
-
} from "./chunk-PLYRL5ER.js";
|
|
7
1
|
import {
|
|
8
2
|
useDebouncedCallback,
|
|
9
3
|
useMutationRunner,
|
|
@@ -11,6 +5,12 @@ import {
|
|
|
11
5
|
usePolledValue,
|
|
12
6
|
useSessionEventTrigger
|
|
13
7
|
} from "./chunk-KZ73RL76.js";
|
|
8
|
+
import {
|
|
9
|
+
CREDIT_EXHAUSTION_MESSAGE,
|
|
10
|
+
isCreditExhaustion,
|
|
11
|
+
presentFailure,
|
|
12
|
+
tryParseJson
|
|
13
|
+
} from "./chunk-PLYRL5ER.js";
|
|
14
14
|
import {
|
|
15
15
|
useEmbeddedHumanInputSession,
|
|
16
16
|
useEmbeddedSession,
|
|
@@ -3786,4 +3786,4 @@ export {
|
|
|
3786
3786
|
isHumanInputEvent,
|
|
3787
3787
|
useHumanInputRequests
|
|
3788
3788
|
};
|
|
3789
|
-
//# sourceMappingURL=chunk-
|
|
3789
|
+
//# sourceMappingURL=chunk-O53CQZ6T.js.map
|
|
@@ -18,12 +18,12 @@ import {
|
|
|
18
18
|
import {
|
|
19
19
|
copyTextToClipboard
|
|
20
20
|
} from "./chunk-JVYQRRC4.js";
|
|
21
|
-
import {
|
|
22
|
-
formatBytes
|
|
23
|
-
} from "./chunk-PLYRL5ER.js";
|
|
24
21
|
import {
|
|
25
22
|
usePageLiveActivity
|
|
26
23
|
} from "./chunk-KZ73RL76.js";
|
|
24
|
+
import {
|
|
25
|
+
formatBytes
|
|
26
|
+
} from "./chunk-PLYRL5ER.js";
|
|
27
27
|
import {
|
|
28
28
|
useEmbeddedBrowserInteraction
|
|
29
29
|
} from "./chunk-NEXLLTP4.js";
|
|
@@ -3904,4 +3904,4 @@ export {
|
|
|
3904
3904
|
useSiteAuthConnections,
|
|
3905
3905
|
BrowserViewer
|
|
3906
3906
|
};
|
|
3907
|
-
//# sourceMappingURL=chunk-
|
|
3907
|
+
//# sourceMappingURL=chunk-PNAVEK2U.js.map
|