@rslsp1/fa-app-tools 1.0.9 → 1.1.0

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
@@ -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.9";
300
+ declare const LIB_VERSION = "1.1.0";
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.9";
300
+ declare const LIB_VERSION = "1.1.0";
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
@@ -2099,7 +2099,10 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
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
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
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("span", { className: "text-white text-[13px] font-mono", children: [
2103
+ "v",
2104
+ LIB_VERSION
2105
+ ] })
2103
2106
  ] }),
2104
2107
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
2105
2108
  "button",
@@ -2656,7 +2659,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2656
2659
  }
2657
2660
 
2658
2661
  // src/index.ts
2659
- var LIB_VERSION = "1.0.9";
2662
+ var LIB_VERSION = "1.1.0";
2660
2663
  // Annotate the CommonJS export names for ESM import in node:
2661
2664
  0 && (module.exports = {
2662
2665
  AvatarArchitectApp,
package/dist/index.mjs CHANGED
@@ -2033,7 +2033,10 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
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
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
+ /* @__PURE__ */ jsxs11("span", { className: "text-white text-[13px] font-mono", children: [
2037
+ "v",
2038
+ LIB_VERSION
2039
+ ] })
2037
2040
  ] }),
2038
2041
  /* @__PURE__ */ jsxs11(
2039
2042
  "button",
@@ -2590,7 +2593,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2590
2593
  }
2591
2594
 
2592
2595
  // src/index.ts
2593
- var LIB_VERSION = "1.0.9";
2596
+ var LIB_VERSION = "1.1.0";
2594
2597
  export {
2595
2598
  AvatarArchitectApp,
2596
2599
  CollapsibleCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslsp1/fa-app-tools",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Shared tools and hooks for Fine Art flow apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",