@rslsp1/fa-app-tools 1.0.8 → 1.0.9
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -297,6 +297,6 @@ interface ProjectSyncTabProps {
|
|
|
297
297
|
}
|
|
298
298
|
declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
|
|
299
299
|
|
|
300
|
-
declare const LIB_VERSION = "1.0.
|
|
300
|
+
declare const LIB_VERSION = "1.0.9";
|
|
301
301
|
|
|
302
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,6 +297,6 @@ interface ProjectSyncTabProps {
|
|
|
297
297
|
}
|
|
298
298
|
declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
|
|
299
299
|
|
|
300
|
-
declare const LIB_VERSION = "1.0.
|
|
300
|
+
declare const LIB_VERSION = "1.0.9";
|
|
301
301
|
|
|
302
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
|
@@ -2098,7 +2098,8 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2098
2098
|
} }),
|
|
2099
2099
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex flex-col items-center gap-1", children: [
|
|
2100
2100
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "material-symbols-outlined text-white/15 text-[44px]", children: "palette" }),
|
|
2101
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "text-white/25 text-[10px] font-bold uppercase tracking-[0.25em]", children: "Avatar Architect" })
|
|
2101
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "text-white/25 text-[10px] font-bold uppercase tracking-[0.25em]", children: "Avatar Architect" }),
|
|
2102
|
+
buildInfo && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "text-white text-[13px] font-mono", children: buildInfo })
|
|
2102
2103
|
] }),
|
|
2103
2104
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
2104
2105
|
"button",
|
|
@@ -2655,7 +2656,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2655
2656
|
}
|
|
2656
2657
|
|
|
2657
2658
|
// src/index.ts
|
|
2658
|
-
var LIB_VERSION = "1.0.
|
|
2659
|
+
var LIB_VERSION = "1.0.9";
|
|
2659
2660
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2660
2661
|
0 && (module.exports = {
|
|
2661
2662
|
AvatarArchitectApp,
|
package/dist/index.mjs
CHANGED
|
@@ -2032,7 +2032,8 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2032
2032
|
} }),
|
|
2033
2033
|
/* @__PURE__ */ jsxs11("div", { className: "flex flex-col items-center gap-1", children: [
|
|
2034
2034
|
/* @__PURE__ */ jsx13("span", { className: "material-symbols-outlined text-white/15 text-[44px]", children: "palette" }),
|
|
2035
|
-
/* @__PURE__ */ jsx13("span", { className: "text-white/25 text-[10px] font-bold uppercase tracking-[0.25em]", children: "Avatar Architect" })
|
|
2035
|
+
/* @__PURE__ */ jsx13("span", { className: "text-white/25 text-[10px] font-bold uppercase tracking-[0.25em]", children: "Avatar Architect" }),
|
|
2036
|
+
buildInfo && /* @__PURE__ */ jsx13("span", { className: "text-white text-[13px] font-mono", children: buildInfo })
|
|
2036
2037
|
] }),
|
|
2037
2038
|
/* @__PURE__ */ jsxs11(
|
|
2038
2039
|
"button",
|
|
@@ -2589,7 +2590,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
|
|
|
2589
2590
|
}
|
|
2590
2591
|
|
|
2591
2592
|
// src/index.ts
|
|
2592
|
-
var LIB_VERSION = "1.0.
|
|
2593
|
+
var LIB_VERSION = "1.0.9";
|
|
2593
2594
|
export {
|
|
2594
2595
|
AvatarArchitectApp,
|
|
2595
2596
|
CollapsibleCard,
|