@rslsp1/fa-app-tools 1.0.8 → 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.8";
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.8";
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
@@ -2098,7 +2098,11 @@ 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
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("span", { className: "text-white text-[13px] font-mono", children: [
2103
+ "v",
2104
+ LIB_VERSION
2105
+ ] })
2102
2106
  ] }),
2103
2107
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
2104
2108
  "button",
@@ -2655,7 +2659,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2655
2659
  }
2656
2660
 
2657
2661
  // src/index.ts
2658
- var LIB_VERSION = "1.0.8";
2662
+ var LIB_VERSION = "1.1.0";
2659
2663
  // Annotate the CommonJS export names for ESM import in node:
2660
2664
  0 && (module.exports = {
2661
2665
  AvatarArchitectApp,
package/dist/index.mjs CHANGED
@@ -2032,7 +2032,11 @@ 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
+ /* @__PURE__ */ jsxs11("span", { className: "text-white text-[13px] font-mono", children: [
2037
+ "v",
2038
+ LIB_VERSION
2039
+ ] })
2036
2040
  ] }),
2037
2041
  /* @__PURE__ */ jsxs11(
2038
2042
  "button",
@@ -2589,7 +2593,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2589
2593
  }
2590
2594
 
2591
2595
  // src/index.ts
2592
- var LIB_VERSION = "1.0.8";
2596
+ var LIB_VERSION = "1.1.0";
2593
2597
  export {
2594
2598
  AvatarArchitectApp,
2595
2599
  CollapsibleCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslsp1/fa-app-tools",
3
- "version": "1.0.8",
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",