@rslsp1/fa-app-tools 2.0.27 → 2.0.28

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
@@ -638,6 +638,6 @@ declare function findTips(dag: Dag): number[];
638
638
  declare function findForks(dag: Dag): DagFork[];
639
639
  declare function topoSort(events: HFEvent[]): HFEvent[];
640
640
 
641
- declare const LIB_VERSION = "2.0.27";
641
+ declare const LIB_VERSION = "2.0.28";
642
642
 
643
643
  export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type DagFork, type ExtractedCharacter, FaApp, type FaAppProps, type FaServerEnv, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, type HFEvent, type HFEventVersion, type HFFileInfo$1 as HFFileInfo, type HFMetadataEntry, type HFStateMeta, type HFStateResult, type HFStateSnapshot, HistoryPanel, type ImageAddedPayload, InspectPanel, LIB_VERSION, LabBlend, LabCompare, type LabFrame, LabFrameExtractor, type LabFrameExtractorProps, LabImagePicker, type LabItem, LabLoop, LabRemix, type LabServices, LabsTab, ListView, type MediaItem, MediaLibrary, type MetadataUpdatedPayload, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedLabImage, type SelectedTag, ServerTab, SetupPanel, type SyncDiff, TagManagerPanel, type TagOption, type TagUpsertedPayload, type WorkspaceTags, applyEvent, applyEvents, autoLabel, buildBlendInstruction, buildCompareInstruction, buildDag, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildLoopInstruction, buildPromptTabPayload, buildReferenceImageMediaIds, buildRemixInstruction, buildScanInstruction, cleanAiResponse, createFlowServices, exportProjectToZip, faServerDelete, faServerGet, faServerPost, faServerPut, findForks, findTips, formatTreeToMarkdown, frameToGeneration, getFormattedTimestamp, getHFToken, getSessionClientId, groupGenerationsToLabItems, hfBatchArchive, hfBootstrapFromLegacy, hfDeleteProject, hfDownloadProject, hfListDir, hfListProjects, hfLoadImageAsBase64, hfUploadImage, hfUploadProjectForm, hfUploadSmallFile, importProjectFromZip, injectXMPMetadata, interpretSdkError, loadHFState, loadPendingEvents, parsePromptFile, parsePromptResponse, setHFToken, topoSort, tsFromEventPath, useHFState, useKeyboardNavigation, useOnClickOutside, writeHFEvent };
package/dist/index.d.ts CHANGED
@@ -638,6 +638,6 @@ declare function findTips(dag: Dag): number[];
638
638
  declare function findForks(dag: Dag): DagFork[];
639
639
  declare function topoSort(events: HFEvent[]): HFEvent[];
640
640
 
641
- declare const LIB_VERSION = "2.0.27";
641
+ declare const LIB_VERSION = "2.0.28";
642
642
 
643
643
  export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type DagFork, type ExtractedCharacter, FaApp, type FaAppProps, type FaServerEnv, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, type HFEvent, type HFEventVersion, type HFFileInfo$1 as HFFileInfo, type HFMetadataEntry, type HFStateMeta, type HFStateResult, type HFStateSnapshot, HistoryPanel, type ImageAddedPayload, InspectPanel, LIB_VERSION, LabBlend, LabCompare, type LabFrame, LabFrameExtractor, type LabFrameExtractorProps, LabImagePicker, type LabItem, LabLoop, LabRemix, type LabServices, LabsTab, ListView, type MediaItem, MediaLibrary, type MetadataUpdatedPayload, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedLabImage, type SelectedTag, ServerTab, SetupPanel, type SyncDiff, TagManagerPanel, type TagOption, type TagUpsertedPayload, type WorkspaceTags, applyEvent, applyEvents, autoLabel, buildBlendInstruction, buildCompareInstruction, buildDag, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildLoopInstruction, buildPromptTabPayload, buildReferenceImageMediaIds, buildRemixInstruction, buildScanInstruction, cleanAiResponse, createFlowServices, exportProjectToZip, faServerDelete, faServerGet, faServerPost, faServerPut, findForks, findTips, formatTreeToMarkdown, frameToGeneration, getFormattedTimestamp, getHFToken, getSessionClientId, groupGenerationsToLabItems, hfBatchArchive, hfBootstrapFromLegacy, hfDeleteProject, hfDownloadProject, hfListDir, hfListProjects, hfLoadImageAsBase64, hfUploadImage, hfUploadProjectForm, hfUploadSmallFile, importProjectFromZip, injectXMPMetadata, interpretSdkError, loadHFState, loadPendingEvents, parsePromptFile, parsePromptResponse, setHFToken, topoSort, tsFromEventPath, useHFState, useKeyboardNavigation, useOnClickOutside, writeHFEvent };
package/dist/index.js CHANGED
@@ -4646,7 +4646,7 @@ var import_react24 = require("react");
4646
4646
 
4647
4647
  // src/lib/faHfServerService.ts
4648
4648
  init_hfStateService();
4649
- var FA_APP_SPACE = "https://rslsp1-fa-app.hf.space";
4649
+ var FA_APP_SPACE = "https://rolandsch-fa-app.hf.space";
4650
4650
  async function request(method, path, env = "prod", body, tokenOverride) {
4651
4651
  const token = tokenOverride || getHFToken();
4652
4652
  if (!token) throw new Error("fa-app gateway: kein HF Token gesetzt");
@@ -6521,7 +6521,7 @@ function FaApp({
6521
6521
  // src/index.ts
6522
6522
  init_hfStateService();
6523
6523
  init_hfStateService();
6524
- var LIB_VERSION = "2.0.27";
6524
+ var LIB_VERSION = "2.0.28";
6525
6525
  // Annotate the CommonJS export names for ESM import in node:
6526
6526
  0 && (module.exports = {
6527
6527
  AvatarArchitectApp,
package/dist/index.mjs CHANGED
@@ -3966,7 +3966,7 @@ function HFTestTab({ token, namespace, galleryItems, allEvents = [], confirmedEv
3966
3966
  import { useState as useState17, useEffect as useEffect6 } from "react";
3967
3967
 
3968
3968
  // src/lib/faHfServerService.ts
3969
- var FA_APP_SPACE = "https://rslsp1-fa-app.hf.space";
3969
+ var FA_APP_SPACE = "https://rolandsch-fa-app.hf.space";
3970
3970
  async function request(method, path, env = "prod", body, tokenOverride) {
3971
3971
  const token = tokenOverride || getHFToken();
3972
3972
  if (!token) throw new Error("fa-app gateway: kein HF Token gesetzt");
@@ -5838,7 +5838,7 @@ function FaApp({
5838
5838
  }
5839
5839
 
5840
5840
  // src/index.ts
5841
- var LIB_VERSION = "2.0.27";
5841
+ var LIB_VERSION = "2.0.28";
5842
5842
  export {
5843
5843
  AvatarArchitectApp,
5844
5844
  CollapsibleCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslsp1/fa-app-tools",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "description": "Shared tools and hooks for Fine Art flow apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",