@gallop.software/studio 1.0.2 → 1.0.4

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/index.js CHANGED
@@ -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-GWMM47P7.js"))));
17
+ var StudioUI = _react.lazy.call(void 0, () => Promise.resolve().then(() => _interopRequireWildcard(require("./StudioUI-FCQJK23M.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-KCUI5YUD.mjs"));
17
+ var StudioUI = lazy(() => import("./StudioUI-ADLDMRJQ.mjs"));
18
18
  var spin = keyframes`
19
19
  to {
20
20
  transform: rotate(360deg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gallop.software/studio",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Media manager for Gallop templates - upload, process, and sync images to CDN",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",