@burdenoff/microfe-coolandlovely 2026.706.3 → 2026.710.2

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.
Files changed (144) hide show
  1. package/dist/coolandlovely/CoolAndLovelyRoot.d.ts +5 -0
  2. package/dist/coolandlovely/CoolAndLovelyRoot.d.ts.map +1 -0
  3. package/dist/coolandlovely/CoolAndLovelyRoutes.d.ts +4 -0
  4. package/dist/coolandlovely/CoolAndLovelyRoutes.d.ts.map +1 -0
  5. package/dist/coolandlovely/components/ActorName.d.ts +14 -0
  6. package/dist/coolandlovely/components/ActorName.d.ts.map +1 -0
  7. package/dist/coolandlovely/components/AddToLookbookButton.d.ts +10 -0
  8. package/dist/coolandlovely/components/AddToLookbookButton.d.ts.map +1 -0
  9. package/dist/coolandlovely/components/BrandCover.d.ts +17 -0
  10. package/dist/coolandlovely/components/BrandCover.d.ts.map +1 -0
  11. package/dist/coolandlovely/components/BrandCreatorAvatars.d.ts +14 -0
  12. package/dist/coolandlovely/components/BrandCreatorAvatars.d.ts.map +1 -0
  13. package/dist/coolandlovely/components/ColourSwatchRow.d.ts +11 -0
  14. package/dist/coolandlovely/components/ColourSwatchRow.d.ts.map +1 -0
  15. package/dist/coolandlovely/components/Comments.d.ts +14 -0
  16. package/dist/coolandlovely/components/Comments.d.ts.map +1 -0
  17. package/dist/coolandlovely/components/EmptyState.d.ts +14 -0
  18. package/dist/coolandlovely/components/EmptyState.d.ts.map +1 -0
  19. package/dist/coolandlovely/components/Field.d.ts +68 -0
  20. package/dist/coolandlovely/components/Field.d.ts.map +1 -0
  21. package/dist/coolandlovely/components/FileImage.d.ts +10 -0
  22. package/dist/coolandlovely/components/FileImage.d.ts.map +1 -0
  23. package/dist/coolandlovely/components/FollowButton.d.ts +11 -0
  24. package/dist/coolandlovely/components/FollowButton.d.ts.map +1 -0
  25. package/dist/coolandlovely/components/ImageUploadField.d.ts +21 -0
  26. package/dist/coolandlovely/components/ImageUploadField.d.ts.map +1 -0
  27. package/dist/coolandlovely/components/LookCard.d.ts +17 -0
  28. package/dist/coolandlovely/components/LookCard.d.ts.map +1 -0
  29. package/dist/coolandlovely/components/MetricsCard.d.ts +16 -0
  30. package/dist/coolandlovely/components/MetricsCard.d.ts.map +1 -0
  31. package/dist/coolandlovely/components/PageLayout.d.ts +17 -0
  32. package/dist/coolandlovely/components/PageLayout.d.ts.map +1 -0
  33. package/dist/coolandlovely/components/ShopItemCard.d.ts +15 -0
  34. package/dist/coolandlovely/components/ShopItemCard.d.ts.map +1 -0
  35. package/dist/coolandlovely/components/StateViews.d.ts +16 -0
  36. package/dist/coolandlovely/components/StateViews.d.ts.map +1 -0
  37. package/dist/coolandlovely/components/StatusBadge.d.ts +9 -0
  38. package/dist/coolandlovely/components/StatusBadge.d.ts.map +1 -0
  39. package/dist/coolandlovely/components/StepTracker.d.ts +12 -0
  40. package/dist/coolandlovely/components/StepTracker.d.ts.map +1 -0
  41. package/dist/coolandlovely/components/TagList.d.ts +12 -0
  42. package/dist/coolandlovely/components/TagList.d.ts.map +1 -0
  43. package/dist/coolandlovely/components/Thumbnail.d.ts +23 -0
  44. package/dist/coolandlovely/components/Thumbnail.d.ts.map +1 -0
  45. package/dist/coolandlovely/components/VisibilityChip.d.ts +10 -0
  46. package/dist/coolandlovely/components/VisibilityChip.d.ts.map +1 -0
  47. package/dist/coolandlovely/components/index.d.ts +26 -0
  48. package/dist/coolandlovely/components/index.d.ts.map +1 -0
  49. package/dist/coolandlovely/context/CoolAndLovelyContext.d.ts +16 -0
  50. package/dist/coolandlovely/context/CoolAndLovelyContext.d.ts.map +1 -0
  51. package/dist/coolandlovely/context/index.d.ts +6 -0
  52. package/dist/coolandlovely/context/index.d.ts.map +1 -0
  53. package/dist/coolandlovely/hooks/index.d.ts +11 -0
  54. package/dist/coolandlovely/hooks/index.d.ts.map +1 -0
  55. package/dist/coolandlovely/hooks/useComments.d.ts +37 -0
  56. package/dist/coolandlovely/hooks/useComments.d.ts.map +1 -0
  57. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.d.ts +106 -0
  58. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.d.ts.map +1 -0
  59. package/dist/coolandlovely/hooks/useFiles.d.ts +62 -0
  60. package/dist/coolandlovely/hooks/useFiles.d.ts.map +1 -0
  61. package/dist/coolandlovely/index.d.ts +11 -0
  62. package/dist/coolandlovely/index.d.ts.map +1 -0
  63. package/dist/coolandlovely/pages/HomePage.d.ts +10 -0
  64. package/dist/coolandlovely/pages/HomePage.d.ts.map +1 -0
  65. package/dist/coolandlovely/pages/brands/BrandDetailPage.d.ts +9 -0
  66. package/dist/coolandlovely/pages/brands/BrandDetailPage.d.ts.map +1 -0
  67. package/dist/coolandlovely/pages/brands/BrandFormPage.d.ts +9 -0
  68. package/dist/coolandlovely/pages/brands/BrandFormPage.d.ts.map +1 -0
  69. package/dist/coolandlovely/pages/brands/BrandsListPage.d.ts +9 -0
  70. package/dist/coolandlovely/pages/brands/BrandsListPage.d.ts.map +1 -0
  71. package/dist/coolandlovely/pages/collaborations/CollaborationDetailPage.d.ts +9 -0
  72. package/dist/coolandlovely/pages/collaborations/CollaborationDetailPage.d.ts.map +1 -0
  73. package/dist/coolandlovely/pages/collaborations/CollaborationFormPage.d.ts +10 -0
  74. package/dist/coolandlovely/pages/collaborations/CollaborationFormPage.d.ts.map +1 -0
  75. package/dist/coolandlovely/pages/collaborations/CollaborationsListPage.d.ts +9 -0
  76. package/dist/coolandlovely/pages/collaborations/CollaborationsListPage.d.ts.map +1 -0
  77. package/dist/coolandlovely/pages/collections/CollectionDetailPage.d.ts +9 -0
  78. package/dist/coolandlovely/pages/collections/CollectionDetailPage.d.ts.map +1 -0
  79. package/dist/coolandlovely/pages/collections/CollectionFormPage.d.ts +9 -0
  80. package/dist/coolandlovely/pages/collections/CollectionFormPage.d.ts.map +1 -0
  81. package/dist/coolandlovely/pages/collections/CollectionsListPage.d.ts +8 -0
  82. package/dist/coolandlovely/pages/collections/CollectionsListPage.d.ts.map +1 -0
  83. package/dist/coolandlovely/pages/discover/DiscoverPage.d.ts +13 -0
  84. package/dist/coolandlovely/pages/discover/DiscoverPage.d.ts.map +1 -0
  85. package/dist/coolandlovely/pages/items/StyleItemDetailPage.d.ts +9 -0
  86. package/dist/coolandlovely/pages/items/StyleItemDetailPage.d.ts.map +1 -0
  87. package/dist/coolandlovely/pages/items/StyleItemFormPage.d.ts +10 -0
  88. package/dist/coolandlovely/pages/items/StyleItemFormPage.d.ts.map +1 -0
  89. package/dist/coolandlovely/pages/items/StyleItemsListPage.d.ts +9 -0
  90. package/dist/coolandlovely/pages/items/StyleItemsListPage.d.ts.map +1 -0
  91. package/dist/coolandlovely/pages/lookbooks/LookbookDetailPage.d.ts +12 -0
  92. package/dist/coolandlovely/pages/lookbooks/LookbookDetailPage.d.ts.map +1 -0
  93. package/dist/coolandlovely/pages/lookbooks/LookbooksListPage.d.ts +10 -0
  94. package/dist/coolandlovely/pages/lookbooks/LookbooksListPage.d.ts.map +1 -0
  95. package/dist/coolandlovely/pages/looks/LookDetailPage.d.ts +9 -0
  96. package/dist/coolandlovely/pages/looks/LookDetailPage.d.ts.map +1 -0
  97. package/dist/coolandlovely/pages/looks/LookFormPage.d.ts +10 -0
  98. package/dist/coolandlovely/pages/looks/LookFormPage.d.ts.map +1 -0
  99. package/dist/coolandlovely/pages/looks/LooksListPage.d.ts +9 -0
  100. package/dist/coolandlovely/pages/looks/LooksListPage.d.ts.map +1 -0
  101. package/dist/coolandlovely/pages/profile/StyleProfilePage.d.ts +12 -0
  102. package/dist/coolandlovely/pages/profile/StyleProfilePage.d.ts.map +1 -0
  103. package/dist/coolandlovely/pages/trends/TrendsPage.d.ts +11 -0
  104. package/dist/coolandlovely/pages/trends/TrendsPage.d.ts.map +1 -0
  105. package/dist/coolandlovely/pages/wardrobe/WardrobeFormPage.d.ts +10 -0
  106. package/dist/coolandlovely/pages/wardrobe/WardrobeFormPage.d.ts.map +1 -0
  107. package/dist/coolandlovely/pages/wardrobe/WardrobeListPage.d.ts +12 -0
  108. package/dist/coolandlovely/pages/wardrobe/WardrobeListPage.d.ts.map +1 -0
  109. package/dist/coolandlovely/store/coolandlovelyStore.d.ts +56 -0
  110. package/dist/coolandlovely/store/coolandlovelyStore.d.ts.map +1 -0
  111. package/dist/coolandlovely/store/index.d.ts +6 -0
  112. package/dist/coolandlovely/store/index.d.ts.map +1 -0
  113. package/dist/coolandlovely/types/index.d.ts +451 -0
  114. package/dist/coolandlovely/types/index.d.ts.map +1 -0
  115. package/dist/coolandlovely/utils/cn.d.ts +4 -0
  116. package/dist/coolandlovely/utils/cn.d.ts.map +1 -0
  117. package/dist/coolandlovely/utils/formatters.d.ts +101 -0
  118. package/dist/coolandlovely/utils/formatters.d.ts.map +1 -0
  119. package/dist/coolandlovely/utils/icons.d.ts +6 -0
  120. package/dist/coolandlovely/utils/icons.d.ts.map +1 -0
  121. package/dist/coolandlovely/utils/index.d.ts +9 -0
  122. package/dist/coolandlovely/utils/index.d.ts.map +1 -0
  123. package/dist/coolandlovely/utils/navigation.d.ts +20 -0
  124. package/dist/coolandlovely/utils/navigation.d.ts.map +1 -0
  125. package/dist/generated/global-operations.d.ts +2 -0
  126. package/dist/generated/global-operations.d.ts.map +1 -0
  127. package/dist/generated/global-types.d.ts +23527 -0
  128. package/dist/generated/global-types.d.ts.map +1 -0
  129. package/dist/generated/wspace-operations.d.ts +2 -0
  130. package/dist/generated/wspace-operations.d.ts.map +1 -0
  131. package/dist/generated/wspace-types.d.ts +57851 -0
  132. package/dist/generated/wspace-types.d.ts.map +1 -0
  133. package/dist/index.d.ts +7 -0
  134. package/dist/index.d.ts.map +1 -0
  135. package/dist/index.js +2 -1
  136. package/dist/services/createSandboxAssistantTransport.d.ts +44 -0
  137. package/dist/services/createSandboxAssistantTransport.d.ts.map +1 -0
  138. package/dist/services/createSandboxAssistantTransport.js +338 -0
  139. package/dist/services/createSandboxAssistantTransport.js.map +1 -0
  140. package/dist/utils/pageContext.d.ts +28 -0
  141. package/dist/utils/pageContext.d.ts.map +1 -0
  142. package/dist/utils/pageContext.js +51 -0
  143. package/dist/utils/pageContext.js.map +1 -0
  144. package/package.json +5 -1
@@ -0,0 +1,106 @@
1
+ import { CooAddLookbookEntryInput, CooBrand, CooBrandConnection, CooBrandStatus, CooCollaboration, CooCollaborationStatus, CooCollection, CooCollectionStatus, CooCreateBrandInput, CooCreateCollaborationInput, CooCreateCollectionInput, CooCreateLookInput, CooCreateLookbookInput, CooCreateStyleItemInput, CooCreateWardrobeItemInput, CooLook, CooLookConnection, CooLookOccasion, CooLookbook, CooStyleCategory, CooStyleItem, CooStyleItemConnection, CooStyleItemStatus, CooStyleProfile, CooUpdateBrandInput, CooUpdateCollectionInput, CooUpdateLookInput, CooUpdateStyleItemInput, CooUpdateWardrobeItemInput, CooUpsertStyleProfileInput, CooWardrobeItem, CooWardrobeSource, PaginationInput } from '../types';
2
+
3
+ export interface ListBrandsArgs {
4
+ status?: CooBrandStatus;
5
+ featured?: boolean;
6
+ pagination?: PaginationInput;
7
+ }
8
+ export declare const useBrands: (args?: ListBrandsArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooBrandConnection>, Error>;
9
+ export declare const useBrand: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooBrand | null>, Error>;
10
+ export declare const useCreateBrand: () => import('@tanstack/react-query').UseMutationResult<CooBrand, Error, CooCreateBrandInput, unknown>;
11
+ export declare const useUpdateBrand: () => import('@tanstack/react-query').UseMutationResult<CooBrand, Error, {
12
+ id: string;
13
+ input: CooUpdateBrandInput;
14
+ }, unknown>;
15
+ export declare const useTransitionBrand: () => import('@tanstack/react-query').UseMutationResult<CooBrand, Error, {
16
+ id: string;
17
+ status: CooBrandStatus;
18
+ }, unknown>;
19
+ export declare const useArchiveBrand: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
20
+ export interface ListCollectionsArgs {
21
+ brandId?: string;
22
+ status?: CooCollectionStatus;
23
+ }
24
+ export declare const useCollections: (args?: ListCollectionsArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooCollection[]>, Error>;
25
+ export declare const useCollection: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooCollection | null>, Error>;
26
+ export declare const useCreateCollection: () => import('@tanstack/react-query').UseMutationResult<CooCollection, Error, CooCreateCollectionInput, unknown>;
27
+ export declare const useUpdateCollection: () => import('@tanstack/react-query').UseMutationResult<CooCollection, Error, {
28
+ id: string;
29
+ input: CooUpdateCollectionInput;
30
+ }, unknown>;
31
+ export declare const usePublishCollection: () => import('@tanstack/react-query').UseMutationResult<CooCollection, Error, string, unknown>;
32
+ export interface ListStyleItemsArgs {
33
+ brandId?: string;
34
+ collectionId?: string;
35
+ category?: CooStyleCategory;
36
+ status?: CooStyleItemStatus;
37
+ pagination?: PaginationInput;
38
+ }
39
+ export declare const useStyleItems: (args?: ListStyleItemsArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooStyleItemConnection>, Error>;
40
+ export declare const useStyleItem: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooStyleItem | null>, Error>;
41
+ export declare const useCreateStyleItem: () => import('@tanstack/react-query').UseMutationResult<CooStyleItem, Error, CooCreateStyleItemInput, unknown>;
42
+ export declare const useUpdateStyleItem: () => import('@tanstack/react-query').UseMutationResult<CooStyleItem, Error, {
43
+ id: string;
44
+ input: CooUpdateStyleItemInput;
45
+ }, unknown>;
46
+ export declare const useArchiveStyleItem: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
47
+ export interface ListLooksArgs {
48
+ authorId?: string;
49
+ occasion?: CooLookOccasion;
50
+ featured?: boolean;
51
+ pagination?: PaginationInput;
52
+ }
53
+ export declare const useLooks: (args?: ListLooksArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooLookConnection>, Error>;
54
+ export declare const useLook: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooLook | null>, Error>;
55
+ export declare const useLooksWithItems: (args?: ListLooksArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooLookConnection>, Error>;
56
+ export declare const useCreateLook: () => import('@tanstack/react-query').UseMutationResult<CooLook, Error, CooCreateLookInput, unknown>;
57
+ export declare const useUpdateLook: () => import('@tanstack/react-query').UseMutationResult<CooLook, Error, {
58
+ id: string;
59
+ input: CooUpdateLookInput;
60
+ }, unknown>;
61
+ export declare const usePublishLook: () => import('@tanstack/react-query').UseMutationResult<CooLook, Error, string, unknown>;
62
+ export declare const useLikeLook: () => import('@tanstack/react-query').UseMutationResult<CooLook, Error, string, unknown>;
63
+ export declare const useDeleteLook: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
64
+ export interface ListCollaborationsArgs {
65
+ brandId?: string;
66
+ creatorId?: string;
67
+ status?: CooCollaborationStatus;
68
+ }
69
+ export declare const useCollaborations: (args?: ListCollaborationsArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooCollaboration[]>, Error>;
70
+ export declare const useCollaboration: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooCollaboration | null>, Error>;
71
+ export declare const useCreateCollaboration: () => import('@tanstack/react-query').UseMutationResult<CooCollaboration, Error, CooCreateCollaborationInput, unknown>;
72
+ export declare const useTransitionCollaboration: () => import('@tanstack/react-query').UseMutationResult<CooCollaboration, Error, {
73
+ id: string;
74
+ status: CooCollaborationStatus;
75
+ }, unknown>;
76
+ export interface ListWardrobeArgs {
77
+ category?: CooStyleCategory;
78
+ source?: CooWardrobeSource;
79
+ }
80
+ export declare const useWardrobeItems: (args?: ListWardrobeArgs) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooWardrobeItem[]>, Error>;
81
+ export declare const useCreateWardrobeItem: () => import('@tanstack/react-query').UseMutationResult<CooWardrobeItem, Error, CooCreateWardrobeItemInput, unknown>;
82
+ export declare const useUpdateWardrobeItem: () => import('@tanstack/react-query').UseMutationResult<CooWardrobeItem, Error, {
83
+ id: string;
84
+ input: CooUpdateWardrobeItemInput;
85
+ }, unknown>;
86
+ export declare const useLogWardrobeWear: () => import('@tanstack/react-query').UseMutationResult<CooWardrobeItem, Error, string, unknown>;
87
+ export declare const useRemoveWardrobeItem: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
88
+ export declare const useMyStyleProfile: () => import('@tanstack/react-query').UseQueryResult<NoInfer<CooStyleProfile | null>, Error>;
89
+ export declare const useUpsertStyleProfile: () => import('@tanstack/react-query').UseMutationResult<CooStyleProfile, Error, CooUpsertStyleProfileInput, unknown>;
90
+ export declare const useLookbooks: (ownerId?: string) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooLookbook[]>, Error>;
91
+ export declare const useCreateLookbook: () => import('@tanstack/react-query').UseMutationResult<CooLookbook, Error, CooCreateLookbookInput, unknown>;
92
+ export declare const useAddLookbookEntry: () => import('@tanstack/react-query').UseMutationResult<{
93
+ id: string;
94
+ lookbookId: string;
95
+ }, Error, CooAddLookbookEntryInput, unknown>;
96
+ export declare const useRemoveLookbookEntry: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
97
+ /** Whether the caller currently follows `followeeId`. */
98
+ export declare const useIsFollowing: (followeeId: string | undefined) => import('@tanstack/react-query').UseQueryResult<boolean, Error>;
99
+ export declare const useFollow: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
100
+ export declare const useUnfollow: () => import('@tanstack/react-query').UseMutationResult<boolean, Error, string, unknown>;
101
+ /** Style profiles of people the caller follows. */
102
+ export declare const useMyFollowing: () => import('@tanstack/react-query').UseQueryResult<NoInfer<CooStyleProfile[]>, Error>;
103
+ /** Style profiles of people following the caller. */
104
+ export declare const useMyFollowers: () => import('@tanstack/react-query').UseQueryResult<NoInfer<CooStyleProfile[]>, Error>;
105
+ export declare const useLookbook: (id: string | undefined) => import('@tanstack/react-query').UseQueryResult<NoInfer<CooLookbook | null>, Error>;
106
+ //# sourceMappingURL=useCoolAndLovelyApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCoolAndLovelyApi.d.ts","sourceRoot":"","sources":["../../../src/coolandlovely/hooks/useCoolAndLovelyApi.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * File hooks — image upload + display via wspace-files-svc (NO duplication).
3
+ * @module coolandlovely/hooks
4
+ *
5
+ * CoolAndLovely never stores blobs. Brand logos/covers, collection covers,
6
+ * style-item photos, look photos, wardrobe photos and lookbook covers are
7
+ * wspace-files `File` records referenced by id (the coo* inputs take *FileId;
8
+ * the coo* types expose logo/cover/image: File resolved via federation).
9
+ *
10
+ * Upload uses the SAME graphqlFetch transport as every other coo* call — NOT
11
+ * Apollo — driving the wspace-files 3-step presigned flow directly:
12
+ * ensureFolderByPath -> initiateUpload -> HTTP PUT -> completeUpload
13
+ * Display resolves a File id to a short-lived presigned URL via
14
+ * getFileDownloadUrl.
15
+ *
16
+ * Two fleet gotchas are handled here:
17
+ * (a) `fileSize` is REQUIRED on completeUpload even though this MFE's generated
18
+ * `CompleteUploadInput` is stale and omits it. Because we send a hand-written
19
+ * query with `Record<string, unknown>` variables (not typed against the
20
+ * generated input) we simply include it and it works at runtime.
21
+ * (b) `getFileDownloadUrl(expiresIn)` must be <= 604800 (S3 7-day cap → 500).
22
+ * We use 21600 (6h); do NOT raise it.
23
+ */
24
+ /** Per-entity folders in wspace-files. */
25
+ export declare const COO_FILE_FOLDERS: {
26
+ readonly brands: "/CoolAndLovely/Brands";
27
+ readonly collections: "/CoolAndLovely/Collections";
28
+ readonly items: "/CoolAndLovely/Items";
29
+ readonly looks: "/CoolAndLovely/Looks";
30
+ readonly wardrobe: "/CoolAndLovely/Wardrobe";
31
+ readonly lookbooks: "/CoolAndLovely/Lookbooks";
32
+ };
33
+ export type CooFileFolder = (typeof COO_FILE_FOLDERS)[keyof typeof COO_FILE_FOLDERS];
34
+ export interface UploadedImage {
35
+ id: string;
36
+ url: string;
37
+ name: string;
38
+ }
39
+ /** Upload progress emitted by {@link uploadImageToFilesWithProgress}. */
40
+ export interface UploadProgress {
41
+ /** Bytes transferred so far. */
42
+ loaded: number;
43
+ /** Total bytes to transfer. */
44
+ total: number;
45
+ /** Rounded percentage complete, 0–100. */
46
+ pct: number;
47
+ }
48
+ /**
49
+ * Upload an image to wspace-files-svc and return its id + a presigned URL. The
50
+ * caller persists `id` (e.g. cooUpdateBrand({ logoFileId })); `url` is for an
51
+ * immediate preview. `baseUrl` is the shell's apiGatewayUrl.
52
+ */
53
+ export declare function uploadImageToFiles(file: File, baseUrl?: string, folderPath?: string): Promise<UploadedImage>;
54
+ /**
55
+ * Same as {@link uploadImageToFiles} but reports transfer progress via
56
+ * `onProgress` (XHR `upload.onprogress`) so callers can render a live progress
57
+ * bar. `baseUrl` is the shell's apiGatewayUrl.
58
+ */
59
+ export declare function uploadImageToFilesWithProgress(file: File, baseUrl?: string, folderPath?: string, onProgress?: (progress: UploadProgress) => void): Promise<UploadedImage>;
60
+ /** Resolve a wspace-files File id to a presigned URL for display. */
61
+ export declare function useFileUrl(fileId?: string | null): import('@tanstack/react-query').UseQueryResult<string | null, Error>;
62
+ //# sourceMappingURL=useFiles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFiles.d.ts","sourceRoot":"","sources":["../../../src/coolandlovely/hooks/useFiles.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAcH,0CAA0C;AAC1C,eAAO,MAAM,gBAAgB;;;;;;;CAOnB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAErF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAiED,yEAAyE;AACzE,MAAM,WAAW,cAAc;IAC7B,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,GAAG,EAAE,MAAM,CAAC;CACb;AAmID;;;;GAIG;AACH,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,MAAM,EAChB,UAAU,GAAE,MAA+B,GAC1C,OAAO,CAAC,aAAa,CAAC,CAExB;AAED;;;;GAIG;AACH,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,MAAM,EAChB,UAAU,GAAE,MAA+B,EAC3C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,GAC9C,OAAO,CAAC,aAAa,CAAC,CAExB;AAED,qEAAqE;AACrE,wBAAgB,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,wEAgBhD"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * CoolAndLovely Module Exports
3
+ * @module coolandlovely
4
+ */
5
+ export { CoolAndLovelyRoot } from './CoolAndLovelyRoot';
6
+ export type { CoolAndLovelyRootProps, CoolAndLovelyUser, NavItem, FooterItem, ViewMode, DashboardStats, CooBrand, CooCollection, CooStyleItem, CooLook, CooCollaboration, CooWardrobeItem, CooStyleProfile, CooLookbook, CooBrandStatus, CooCollectionStatus, CooStyleItemStatus, CooCollaborationStatus, CooLookOccasion, CooSeason, CooStyleCategory, CooVisibility, CooWardrobeSource, } from './types';
7
+ export { CoolAndLovelyProvider, useCoolAndLovely } from './context';
8
+ export { useCoolAndLovelyStore } from './store';
9
+ export { cn } from './utils/cn';
10
+ export { formatPrice, formatDate, formatRelativeTime, formatNumber, titleCase, } from './utils/formatters';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/coolandlovely/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,YAAY,EACV,sBAAsB,EACtB,iBAAiB,EACjB,OAAO,EACP,UAAU,EACV,QAAQ,EACR,cAAc,EAEd,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,OAAO,EACP,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,WAAW,EAEX,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,iBAAiB,GAClB,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAGpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAGhD,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAChC,OAAO,EACL,WAAW,EACX,UAAU,EACV,kBAAkB,EAClB,YAAY,EACZ,SAAS,GACV,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Overview / Home Page
3
+ * @module coolandlovely/pages
4
+ *
5
+ * The CoolAndLovely command center landing page: a style-operating-system
6
+ * dashboard rolling up live catalog (brands, items), social (looks,
7
+ * collaborations) and the shopper's own wardrobe — all from real `coo*` ops.
8
+ */
9
+ export declare function HomePage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=HomePage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HomePage.d.ts","sourceRoot":"","sources":["../../../src/coolandlovely/pages/HomePage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAsJH,wBAAgB,QAAQ,gCA8QvB"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Brand Detail Page
3
+ * @module coolandlovely/pages/brands
4
+ *
5
+ * Renders a single brand storefront (`cooBrand`) with its publish-lifecycle
6
+ * transitions (`cooTransitionBrand`), collections and style items.
7
+ */
8
+ export declare function BrandDetailPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=BrandDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrandDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/brands/BrandDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6BH,wBAAgB,eAAe,gCAwS9B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Brand Create / Edit Page
3
+ * @module coolandlovely/pages/brands
4
+ *
5
+ * Drives `cooCreateBrand` (new) and `cooUpdateBrand` (edit). The route param
6
+ * `brandId` distinguishes the two modes.
7
+ */
8
+ export declare function BrandFormPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=BrandFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrandFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/brands/BrandFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAyCH,wBAAgB,aAAa,gCAmQ5B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Brands List Page
3
+ * @module coolandlovely/pages/brands
4
+ *
5
+ * Lists brand storefronts (cursor-paginated `cooListBrands`) with status &
6
+ * featured filters. Each card links to the brand detail page.
7
+ */
8
+ export declare function BrandsListPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=BrandsListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrandsListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/brands/BrandsListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2BH,wBAAgB,cAAc,gCAiK7B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Collaboration Detail Page
3
+ * @module coolandlovely/pages/collaborations
4
+ *
5
+ * Single collaboration (`cooCollaboration`) with validated lifecycle
6
+ * transitions (`cooTransitionCollaboration`), its brand and attributed looks.
7
+ */
8
+ export declare function CollaborationDetailPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=CollaborationDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaborationDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collaborations/CollaborationDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAoCH,wBAAgB,uBAAuB,gCAkMtC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Collaboration Create Page
3
+ * @module coolandlovely/pages/collaborations
4
+ *
5
+ * Drives `cooCreateCollaboration`. Brand and creator are required by the svc
6
+ * input; the creator defaults to the current user (you propose as a creator)
7
+ * but can be overridden.
8
+ */
9
+ export declare function CollaborationFormPage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=CollaborationFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaborationFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collaborations/CollaborationFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAiCH,wBAAgB,qBAAqB,gCAmNpC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Collaborations List Page
3
+ * @module coolandlovely/pages/collaborations
4
+ *
5
+ * Lists brand × creator partnerships (`cooListCollaborations`) with status
6
+ * filter.
7
+ */
8
+ export declare function CollaborationsListPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=CollaborationsListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaborationsListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collaborations/CollaborationsListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0BH,wBAAgB,sBAAsB,gCAsGrC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Collection Detail Page
3
+ * @module coolandlovely/pages/collections
4
+ *
5
+ * Single collection (`cooCollection`) with publish (`cooPublishCollection`),
6
+ * edit, its brand link and member items.
7
+ */
8
+ export declare function CollectionDetailPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=CollectionDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collections/CollectionDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAgBH,wBAAgB,oBAAoB,gCAwNnC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Collection Create / Edit Page
3
+ * @module coolandlovely/pages/collections
4
+ *
5
+ * Drives `cooCreateCollection` (new) and `cooUpdateCollection` (edit).
6
+ * Brand selection is required on create and locked on edit.
7
+ */
8
+ export declare function CollectionFormPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=CollectionFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collections/CollectionFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqDH,wBAAgB,kBAAkB,gCA6OjC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Collections List Page
3
+ * @module coolandlovely/pages/collections
4
+ *
5
+ * Lists seasonal collections (`cooListCollections`) with status filter.
6
+ */
7
+ export declare function CollectionsListPage(): import("react").JSX.Element;
8
+ //# sourceMappingURL=CollectionsListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionsListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/collections/CollectionsListPage.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAyBH,wBAAgB,mBAAmB,gCAkHlC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Discover Page
3
+ * @module coolandlovely/pages/discover
4
+ *
5
+ * A profile-tuned discovery feed computed entirely client-side over the REAL
6
+ * catalogue + social lists (cooListLooks / cooListStyleItems) and the caller's
7
+ * own style profile (cooMyStyleProfile) + follow graph (cooMyFollowing). It only
8
+ * ranks what is actually on the platform against the taste the shopper declared
9
+ * — no fabricated recommendations, no black-box "AI" (that is roadmap). When the
10
+ * shopper has no profile yet, it invites them to build one.
11
+ */
12
+ export declare function DiscoverPage(): import("react").JSX.Element;
13
+ //# sourceMappingURL=DiscoverPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DiscoverPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/discover/DiscoverPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAiDH,wBAAgB,YAAY,gCA8O3B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Style Item Detail Page
3
+ * @module coolandlovely/pages/items
4
+ *
5
+ * Renders a single catalogue piece (`cooStyleItem`) with edit + archive
6
+ * (`cooArchiveStyleItem`) actions.
7
+ */
8
+ export declare function StyleItemDetailPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=StyleItemDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StyleItemDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/items/StyleItemDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkBH,wBAAgB,mBAAmB,gCAyPlC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Style Item Create / Edit Page
3
+ * @module coolandlovely/pages/items
4
+ *
5
+ * Drives `cooCreateStyleItem` (new) and `cooUpdateStyleItem` (edit).
6
+ * Brand selection is required on create (and locked on edit). The collection
7
+ * select is scoped to the chosen brand.
8
+ */
9
+ export declare function StyleItemFormPage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=StyleItemFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StyleItemFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/items/StyleItemFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAuDH,wBAAgB,iBAAiB,gCAwThC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Style Items List Page
3
+ * @module coolandlovely/pages/items
4
+ *
5
+ * Cursor-paginated catalogue (`cooListStyleItems`) with category & status
6
+ * filters. Cards link to the item detail page.
7
+ */
8
+ export declare function StyleItemsListPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=StyleItemsListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StyleItemsListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/items/StyleItemsListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2BH,wBAAgB,kBAAkB,gCA8KjC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Lookbook Detail Page
3
+ * @module coolandlovely/pages/lookbooks
4
+ *
5
+ * Single lookbook (`cooLookbook`) rendered as a Pinterest-style masonry board.
6
+ * Each entry's `lookId` / `styleItemId` is resolved client-side against the
7
+ * already-fetched looks/items lists to a real title + image, with an optional
8
+ * note badge and a hover X-remove (`cooRemoveLookbookEntry`). New entries are
9
+ * added inline (`cooAddLookbookEntry`).
10
+ */
11
+ export declare function LookbookDetailPage(): import("react").JSX.Element;
12
+ //# sourceMappingURL=LookbookDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LookbookDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/lookbooks/LookbookDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AA2BH,wBAAgB,kBAAkB,gCAmRjC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Lookbooks List Page
3
+ * @module coolandlovely/pages/lookbooks
4
+ *
5
+ * Lists themed lookbook boards (`cooListLookbooks`) as mood-board cards — a
6
+ * cover, a visibility chip and (when the list selection carries entries) an
7
+ * item count — and supports creating one inline (`cooCreateLookbook`).
8
+ */
9
+ export declare function LookbooksListPage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=LookbooksListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LookbooksListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/lookbooks/LookbooksListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAqBH,wBAAgB,iBAAiB,gCAqMhC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Look Detail Page
3
+ * @module coolandlovely/pages/looks
4
+ *
5
+ * Single look (`cooLook`) with its look items, like (`cooLikeLook`), publish
6
+ * (`cooPublishLook`) and delete (`cooDeleteLook`) actions.
7
+ */
8
+ export declare function LookDetailPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=LookDetailPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LookDetailPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/looks/LookDetailPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAsEH,wBAAgB,cAAc,gCAiP7B"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Look Create Page
3
+ * @module coolandlovely/pages/looks
4
+ *
5
+ * Drives `cooCreateLook`. A look is created with its title/occasion/visibility
6
+ * and an inline list of look items (catalogue pieces + styling notes), matching
7
+ * the `CooCreateLookInput` shape exactly.
8
+ */
9
+ export declare function LookFormPage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=LookFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LookFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/looks/LookFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAiCH,wBAAgB,YAAY,gCA2T3B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Looks List Page
3
+ * @module coolandlovely/pages/looks
4
+ *
5
+ * Cursor-paginated feed of published looks (`cooListLooks`) with occasion &
6
+ * featured filters.
7
+ */
8
+ export declare function LooksListPage(): import("react").JSX.Element;
9
+ //# sourceMappingURL=LooksListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LooksListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/looks/LooksListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA4BH,wBAAgB,aAAa,gCA2I5B"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Style Profile Page (self-scoped)
3
+ * @module coolandlovely/pages/profile
4
+ *
5
+ * Views and edits the calling shopper's style profile (`cooMyStyleProfile` +
6
+ * `cooUpsertStyleProfile`) as a two-column bento — preferences, palette
7
+ * swatches, favourite-brand monograms and a sizes table on the left; the
8
+ * shopper's wardrobe (`cooListWardrobeItems`) and recent looks
9
+ * (`cooListLooks` by author) on the right. One profile per workspace per shopper.
10
+ */
11
+ export declare function StyleProfilePage(): import("react").JSX.Element;
12
+ //# sourceMappingURL=StyleProfilePage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StyleProfilePage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/profile/StyleProfilePage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AA4EH,wBAAgB,gBAAgB,gCAsc/B"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Trends Page
3
+ * @module coolandlovely/pages/trends
4
+ *
5
+ * Client-side analytics computed over the real catalogue + social lists
6
+ * (cooListBrands / cooListStyleItems / cooListLooks). Honest by construction —
7
+ * it only counts and ranks what is actually on the platform. No fabricated
8
+ * metrics. Header labels it "Signals from platform activity."
9
+ */
10
+ export declare function TrendsPage(): import("react").JSX.Element;
11
+ //# sourceMappingURL=TrendsPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrendsPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/trends/TrendsPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAkFH,wBAAgB,UAAU,gCAoLzB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Wardrobe Item Create Page (self-scoped)
3
+ * @module coolandlovely/pages/wardrobe
4
+ *
5
+ * Drives `cooCreateWardrobeItem`. Belongs to the calling shopper's profile. A
6
+ * piece can optionally be linked to a catalogue style item (`styleItemId`), and
7
+ * its source is chosen with a segmented control.
8
+ */
9
+ export declare function WardrobeFormPage(): import("react").JSX.Element;
10
+ //# sourceMappingURL=WardrobeFormPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WardrobeFormPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/wardrobe/WardrobeFormPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAiDH,wBAAgB,gBAAgB,gCAoN/B"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Wardrobe List Page (self-scoped)
3
+ * @module coolandlovely/pages/wardrobe
4
+ *
5
+ * The shopper's digital wardrobe (`cooListWardrobeItems`, self-scoped) rendered
6
+ * as an image-forward gallery — each card is a large piece photo with a circular
7
+ * "Worn N×" badge and a hover-revealed action bar (wear log via
8
+ * `cooLogWardrobeWear`, removal via `cooRemoveWardrobeItem`), with category &
9
+ * source filters.
10
+ */
11
+ export declare function WardrobeListPage(): import("react").JSX.Element;
12
+ //# sourceMappingURL=WardrobeListPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WardrobeListPage.d.ts","sourceRoot":"","sources":["../../../../src/coolandlovely/pages/wardrobe/WardrobeListPage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAwBH,wBAAgB,gBAAgB,gCA6L/B"}
@@ -0,0 +1,56 @@
1
+ import { ViewMode } from '../types';
2
+
3
+ interface CoolAndLovelyState {
4
+ viewMode: ViewMode;
5
+ activeSection: string;
6
+ sidebarCollapsed: boolean;
7
+ searchQuery: string;
8
+ categoryFilter: string;
9
+ setViewMode: (mode: ViewMode) => void;
10
+ setActiveSection: (section: string) => void;
11
+ setSearchQuery: (query: string) => void;
12
+ setCategoryFilter: (category: string) => void;
13
+ toggleSidebar: () => void;
14
+ reset: () => void;
15
+ }
16
+ export declare const useCoolAndLovelyStore: import('zustand').UseBoundStore<Omit<Omit<import('zustand').StoreApi<CoolAndLovelyState>, "setState" | "devtools"> & {
17
+ setState(partial: CoolAndLovelyState | Partial<CoolAndLovelyState> | ((state: CoolAndLovelyState) => CoolAndLovelyState | Partial<CoolAndLovelyState>), replace?: false | undefined, action?: (string | {
18
+ [x: string]: unknown;
19
+ [x: number]: unknown;
20
+ [x: symbol]: unknown;
21
+ type: string;
22
+ }) | undefined): void;
23
+ setState(state: CoolAndLovelyState | ((state: CoolAndLovelyState) => CoolAndLovelyState), replace: true, action?: (string | {
24
+ [x: string]: unknown;
25
+ [x: number]: unknown;
26
+ [x: symbol]: unknown;
27
+ type: string;
28
+ }) | undefined): void;
29
+ devtools: {
30
+ cleanup: () => void;
31
+ };
32
+ }, "setState" | "persist"> & {
33
+ setState(partial: CoolAndLovelyState | Partial<CoolAndLovelyState> | ((state: CoolAndLovelyState) => CoolAndLovelyState | Partial<CoolAndLovelyState>), replace?: false | undefined, action?: (string | {
34
+ [x: string]: unknown;
35
+ [x: number]: unknown;
36
+ [x: symbol]: unknown;
37
+ type: string;
38
+ }) | undefined): unknown;
39
+ setState(state: CoolAndLovelyState | ((state: CoolAndLovelyState) => CoolAndLovelyState), replace: true, action?: (string | {
40
+ [x: string]: unknown;
41
+ [x: number]: unknown;
42
+ [x: symbol]: unknown;
43
+ type: string;
44
+ }) | undefined): unknown;
45
+ persist: {
46
+ setOptions: (options: Partial<import('zustand/middleware').PersistOptions<CoolAndLovelyState, unknown, unknown>>) => void;
47
+ clearStorage: () => void;
48
+ rehydrate: () => Promise<void> | void;
49
+ hasHydrated: () => boolean;
50
+ onHydrate: (fn: (state: CoolAndLovelyState) => void) => () => void;
51
+ onFinishHydration: (fn: (state: CoolAndLovelyState) => void) => () => void;
52
+ getOptions: () => Partial<import('zustand/middleware').PersistOptions<CoolAndLovelyState, unknown, unknown>>;
53
+ };
54
+ }>;
55
+ export {};
56
+ //# sourceMappingURL=coolandlovelyStore.d.ts.map