react-os-shell 4.11.0 → 4.11.1

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
@@ -12,11 +12,11 @@ import { setPdfPreview } from './chunk-BV6SQ46N.js';
12
12
  import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, setSoundForType, previewSound, setAllSounds, playLogout } from './chunk-D7PYW2QS.js';
13
13
  import { useAuth } from './chunk-KILLK5UH.js';
14
14
  export { setShellAuthBridge } from './chunk-KILLK5UH.js';
15
- import { EditableGrid } from './chunk-GP4Y3VCB.js';
16
- export { EditableGrid } from './chunk-GP4Y3VCB.js';
15
+ import { withSpareRow, EditableGrid } from './chunk-DC6BYGZ6.js';
16
+ export { EditableGrid } from './chunk-DC6BYGZ6.js';
17
17
  import './chunk-4SQU5YV6.js';
18
- import { APP_VERSION, VERSION } from './chunk-VG2WSTEJ.js';
19
- export { VERSION } from './chunk-VG2WSTEJ.js';
18
+ import { APP_VERSION, VERSION } from './chunk-V2JNA3GW.js';
19
+ export { VERSION } from './chunk-V2JNA3GW.js';
20
20
  import { registerModalEscapeInterceptor, useIsMobile, cancelWindowFront, requestWindowFront, useWindowManager, PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, useShellPrefs, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, CancelButton, setWindowPosition } from './chunk-E2EGGV2Z.js';
21
21
  export { CancelButton, ConfirmProvider, CopyButton, DocFavStar, Modal, ModalActions, PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, confirm, confirmDestructive, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, prompt, registerModalEscapeInterceptor, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useIsActiveWindow, useLocalStoragePrefs, useModalActive, useShellPrefs, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-E2EGGV2Z.js';
22
22
  import { glassStyle, startMenuCategories, navSections, isSection, GLASS_INPUT_BG, navIcons, isReachable, sectionIcons, useShellAuth, visibleChildren } from './chunk-RVT2A2MO.js';
@@ -9229,7 +9229,7 @@ function BulkImportGrid({ columns, onImport, description, mergeDuplicates = fals
9229
9229
  });
9230
9230
  });
9231
9231
  while (cleaned.length < 15) cleaned.push(Array(colCount).fill(""));
9232
- setGridData(cleaned);
9232
+ setGridData(withSpareRow(cleaned, colCount));
9233
9233
  }, [colCount, columns]);
9234
9234
  const handleCSV = (e) => {
9235
9235
  const file = e.target.files?.[0];