@gallop.software/studio 0.1.115 → 1.0.0
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-OVL65ONP.js → StudioUI-GWMM47P7.js} +99 -17
- package/dist/StudioUI-GWMM47P7.js.map +1 -0
- package/dist/{StudioUI-73XFVFV4.mjs → StudioUI-KCUI5YUD.mjs} +99 -17
- package/dist/StudioUI-KCUI5YUD.mjs.map +1 -0
- package/dist/{chunk-RDNC5ABF.mjs → chunk-FDWPNRNZ.mjs} +1 -1
- package/dist/chunk-FDWPNRNZ.mjs.map +1 -0
- package/dist/{chunk-LEOQKJCL.js → chunk-WJJHVPLT.js} +1 -1
- package/dist/chunk-WJJHVPLT.js.map +1 -0
- package/dist/handlers/index.js +126 -27
- package/dist/handlers/index.js.map +1 -1
- package/dist/handlers/index.mjs +116 -17
- package/dist/handlers/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/StudioUI-73XFVFV4.mjs.map +0 -1
- package/dist/StudioUI-OVL65ONP.js.map +0 -1
- package/dist/chunk-LEOQKJCL.js.map +0 -1
- package/dist/chunk-RDNC5ABF.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkWJJHVPLTjs = require('./chunk-WJJHVPLT.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -14,7 +14,7 @@ var _chunkUFCWGUAGjs = require('./chunk-UFCWGUAG.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-GWMM47P7.js"))));
|
|
18
18
|
var spin = _react3.keyframes`
|
|
19
19
|
to {
|
|
20
20
|
transform: rotate(360deg);
|
|
@@ -182,5 +182,5 @@ function LoadingState() {
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
exports.StudioButton = StudioButton; exports.getAllThumbnailPaths =
|
|
185
|
+
exports.StudioButton = StudioButton; exports.getAllThumbnailPaths = _chunkWJJHVPLTjs.getAllThumbnailPaths; exports.getThumbnailPath = _chunkWJJHVPLTjs.getThumbnailPath;
|
|
186
186
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getAllThumbnailPaths,
|
|
4
4
|
getThumbnailPath
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-FDWPNRNZ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
baseReset,
|
|
8
8
|
colors,
|
|
@@ -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-KCUI5YUD.mjs"));
|
|
18
18
|
var spin = keyframes`
|
|
19
19
|
to {
|
|
20
20
|
transform: rotate(360deg);
|
package/package.json
CHANGED