@gallop.software/studio 0.1.109 → 0.1.111

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.
@@ -3455,7 +3455,7 @@ function formatFileSize(bytes) {
3455
3455
  if (bytes < 1024 * 1024) return `${(bytes / 1024).toFixed(1)} KB`;
3456
3456
  return `${(bytes / (1024 * 1024)).toFixed(1)} MB`;
3457
3457
  }
3458
- function truncateMiddle(str, maxLength = 24) {
3458
+ function truncateMiddle(str, maxLength = 36) {
3459
3459
  if (str.length <= maxLength) return str;
3460
3460
  const lastDot = str.lastIndexOf(".");
3461
3461
  const ext = lastDot > 0 ? str.substring(lastDot) : "";
@@ -5614,4 +5614,4 @@ export {
5614
5614
  StudioUI,
5615
5615
  StudioUI_default as default
5616
5616
  };
5617
- //# sourceMappingURL=StudioUI-OFQB3F3W.mjs.map
5617
+ //# sourceMappingURL=StudioUI-XASVLKKZ.mjs.map