@rslsp1/fa-app-tools 1.0.4 → 1.0.6
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +5 -0
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -297,4 +297,6 @@ interface ProjectSyncTabProps {
|
|
|
297
297
|
}
|
|
298
298
|
declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
declare const LIB_VERSION = "1.0.5";
|
|
301
|
+
|
|
302
|
+
export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type ExtractedCharacter, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, HistoryPanel, InspectPanel, LIB_VERSION, ListView, type MediaItem, MediaLibrary, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedTag, SetupPanel, type SyncDiff, type TagOption, type WorkspaceTags, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildPromptTabPayload, cleanAiResponse, createFlowServices, exportProjectToZip, formatTreeToMarkdown, getFormattedTimestamp, importProjectFromZip, injectXMPMetadata, interpretSdkError, parsePromptFile, parsePromptResponse, useKeyboardNavigation, useOnClickOutside };
|
package/dist/index.d.ts
CHANGED
|
@@ -297,4 +297,6 @@ interface ProjectSyncTabProps {
|
|
|
297
297
|
}
|
|
298
298
|
declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
declare const LIB_VERSION = "1.0.5";
|
|
301
|
+
|
|
302
|
+
export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type ExtractedCharacter, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, HistoryPanel, InspectPanel, LIB_VERSION, ListView, type MediaItem, MediaLibrary, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedTag, SetupPanel, type SyncDiff, type TagOption, type WorkspaceTags, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildPromptTabPayload, cleanAiResponse, createFlowServices, exportProjectToZip, formatTreeToMarkdown, getFormattedTimestamp, importProjectFromZip, injectXMPMetadata, interpretSdkError, parsePromptFile, parsePromptResponse, useKeyboardNavigation, useOnClickOutside };
|
package/dist/index.js
CHANGED
|
@@ -37,6 +37,7 @@ __export(index_exports, {
|
|
|
37
37
|
GLOBAL_STYLES: () => GLOBAL_STYLES,
|
|
38
38
|
HistoryPanel: () => HistoryPanel,
|
|
39
39
|
InspectPanel: () => InspectPanel,
|
|
40
|
+
LIB_VERSION: () => LIB_VERSION,
|
|
40
41
|
ListView: () => ListView,
|
|
41
42
|
MediaLibrary: () => MediaLibrary,
|
|
42
43
|
PillButton: () => PillButton,
|
|
@@ -2652,6 +2653,9 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2652
2653
|
] })
|
|
2653
2654
|
] });
|
|
2654
2655
|
}
|
|
2656
|
+
|
|
2657
|
+
// src/index.ts
|
|
2658
|
+
var LIB_VERSION = "1.0.5";
|
|
2655
2659
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2656
2660
|
0 && (module.exports = {
|
|
2657
2661
|
AvatarArchitectApp,
|
|
@@ -2661,6 +2665,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2661
2665
|
GLOBAL_STYLES,
|
|
2662
2666
|
HistoryPanel,
|
|
2663
2667
|
InspectPanel,
|
|
2668
|
+
LIB_VERSION,
|
|
2664
2669
|
ListView,
|
|
2665
2670
|
MediaLibrary,
|
|
2666
2671
|
PillButton,
|
package/dist/index.mjs
CHANGED
|
@@ -2587,6 +2587,9 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2587
2587
|
] })
|
|
2588
2588
|
] });
|
|
2589
2589
|
}
|
|
2590
|
+
|
|
2591
|
+
// src/index.ts
|
|
2592
|
+
var LIB_VERSION = "1.0.5";
|
|
2590
2593
|
export {
|
|
2591
2594
|
AvatarArchitectApp,
|
|
2592
2595
|
CollapsibleCard,
|
|
@@ -2595,6 +2598,7 @@ export {
|
|
|
2595
2598
|
GLOBAL_STYLES,
|
|
2596
2599
|
HistoryPanel,
|
|
2597
2600
|
InspectPanel,
|
|
2601
|
+
LIB_VERSION,
|
|
2598
2602
|
ListView,
|
|
2599
2603
|
MediaLibrary,
|
|
2600
2604
|
PillButton,
|