@hachej/boring-workspace 0.1.47 → 0.1.49

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.
@@ -618,6 +618,7 @@ declare interface WorkspaceProviderProps {
618
618
  onThemeChange?: (theme: "light" | "dark") => void;
619
619
  workspaceId?: string;
620
620
  workspaceLabel?: string;
621
+ appTitle?: string;
621
622
  storageKey?: string;
622
623
  persistenceEnabled?: boolean;
623
624
  manageDocumentTitle?: boolean;