@gallop.software/studio 1.2.1 → 1.2.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/dist/{StudioUI-7GX4ZLF3.js → StudioUI-4MNDHVMZ.js} +7 -7
- package/dist/{StudioUI-7GX4ZLF3.js.map → StudioUI-4MNDHVMZ.js.map} +1 -1
- package/dist/{StudioUI-GLI2IYCZ.mjs → StudioUI-NRYRARU4.mjs} +7 -7
- package/dist/{StudioUI-GLI2IYCZ.mjs.map → StudioUI-NRYRARU4.mjs.map} +1 -1
- package/dist/handlers/index.js +151 -60
- package/dist/handlers/index.js.map +1 -1
- package/dist/handlers/index.mjs +117 -26
- package/dist/handlers/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var _chunkN6JYTJCBjs = require('./chunk-N6JYTJCB.js');
|
|
|
14
14
|
var _react = require('react');
|
|
15
15
|
var _react3 = require('@emotion/react');
|
|
16
16
|
var _jsxruntime = require('@emotion/react/jsx-runtime');
|
|
17
|
-
var StudioUI = _react.lazy.call(void 0, () => Promise.resolve().then(() => _interopRequireWildcard(require("./StudioUI-
|
|
17
|
+
var StudioUI = _react.lazy.call(void 0, () => Promise.resolve().then(() => _interopRequireWildcard(require("./StudioUI-4MNDHVMZ.js"))));
|
|
18
18
|
var spin = _react3.keyframes`
|
|
19
19
|
to {
|
|
20
20
|
transform: rotate(360deg);
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import { useState, useEffect, lazy, Suspense } from "react";
|
|
15
15
|
import { css, keyframes } from "@emotion/react";
|
|
16
16
|
import { Fragment, jsx, jsxs } from "@emotion/react/jsx-runtime";
|
|
17
|
-
var StudioUI = lazy(() => import("./StudioUI-
|
|
17
|
+
var StudioUI = lazy(() => import("./StudioUI-NRYRARU4.mjs"));
|
|
18
18
|
var spin = keyframes`
|
|
19
19
|
to {
|
|
20
20
|
transform: rotate(360deg);
|
package/package.json
CHANGED