@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/index.d.mts CHANGED
@@ -41,6 +41,7 @@ interface FileItem {
41
41
  cdnPushed?: boolean;
42
42
  cdnBaseUrl?: string;
43
43
  isRemote?: boolean;
44
+ isProtected?: boolean;
44
45
  fileCount?: number;
45
46
  totalSize?: number;
46
47
  thumbnail?: string;
package/dist/index.d.ts CHANGED
@@ -41,6 +41,7 @@ interface FileItem {
41
41
  cdnPushed?: boolean;
42
42
  cdnBaseUrl?: string;
43
43
  isRemote?: boolean;
44
+ isProtected?: boolean;
44
45
  fileCount?: number;
45
46
  totalSize?: number;
46
47
  thumbnail?: string;
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkLEOQKJCLjs = require('./chunk-LEOQKJCL.js');
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-OVL65ONP.js"))));
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 = _chunkLEOQKJCLjs.getAllThumbnailPaths; exports.getThumbnailPath = _chunkLEOQKJCLjs.getThumbnailPath;
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-RDNC5ABF.mjs";
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-73XFVFV4.mjs"));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gallop.software/studio",
3
- "version": "0.1.115",
3
+ "version": "1.0.0",
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",