@instructure/platform-institutional-tagging 8.0.3 → 8.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.
Files changed (32) hide show
  1. package/dist/components/Category/Category.d.ts.map +1 -1
  2. package/dist/components/Category/DragOverlayTag.d.ts.map +1 -1
  3. package/dist/components/Category/styles.d.ts +2 -1
  4. package/dist/components/Category/styles.d.ts.map +1 -1
  5. package/dist/constants/hooks.d.ts +1 -0
  6. package/dist/constants/hooks.d.ts.map +1 -1
  7. package/dist/constants/i18n.d.ts +5 -4
  8. package/dist/constants/i18n.d.ts.map +1 -1
  9. package/dist/constants/pagination.d.ts +1 -0
  10. package/dist/constants/pagination.d.ts.map +1 -1
  11. package/dist/graphql/queries.d.ts +1 -0
  12. package/dist/graphql/queries.d.ts.map +1 -1
  13. package/dist/hooks/useFetchAccountUsers.d.ts +2 -4
  14. package/dist/hooks/useFetchAccountUsers.d.ts.map +1 -1
  15. package/dist/hooks/useFetchTagMeta.d.ts +5 -0
  16. package/dist/hooks/useFetchTagMeta.d.ts.map +1 -0
  17. package/dist/hooks/useFetchTagUsers.d.ts +1 -2
  18. package/dist/hooks/useFetchTagUsers.d.ts.map +1 -1
  19. package/dist/index.js +2541 -2508
  20. package/dist/modals/AddPeopleModal/ManualUserSearch.d.ts +1 -1
  21. package/dist/modals/AddPeopleModal/ManualUserSearch.d.ts.map +1 -1
  22. package/dist/query/keys.d.ts +7 -6
  23. package/dist/query/keys.d.ts.map +1 -1
  24. package/dist/screens/TagDetail/TagDetail.d.ts.map +1 -1
  25. package/dist/screens/TagDetail/TagDetailUserTable.d.ts +1 -2
  26. package/dist/screens/TagDetail/TagDetailUserTable.d.ts.map +1 -1
  27. package/dist/screens/TagDetail/styles.d.ts +1 -0
  28. package/dist/screens/TagDetail/styles.d.ts.map +1 -1
  29. package/locales/en.json +5 -4
  30. package/package.json +30 -26
  31. package/dist/hooks/useFetchExistingTagUserIds.d.ts +0 -6
  32. package/dist/hooks/useFetchExistingTagUserIds.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../src/components/Category/Category.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAA;AAazB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAwFvC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAwB5C,CAAA"}
1
+ {"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../src/components/Category/Category.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAwFvC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAmB5C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"DragOverlayTag.d.ts","sourceRoot":"","sources":["../../../src/components/Category/DragOverlayTag.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AACpC,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,GAAG,EAAE,OAAO,CAAA;CAAE,CAIrD,CAAA"}
1
+ {"version":3,"file":"DragOverlayTag.d.ts","sourceRoot":"","sources":["../../../src/components/Category/DragOverlayTag.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAA;AAczB,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,GAAG,EAAE,OAAO,CAAA;CAAE,CAOrD,CAAA"}
@@ -1,11 +1,12 @@
1
1
  export declare const DragOverlayTagWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
2
+ export declare const DragOverlayTagClone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
3
+ export declare const DragOverlayDropHint: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
2
4
  export declare const CategoryListContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>> & string;
3
5
  interface CategoryWrapperProps {
4
6
  $isDropTarget?: boolean;
5
7
  }
6
8
  export declare const CategoryWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "$isDropTarget"> & CategoryWrapperProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "$isDropTarget"> & CategoryWrapperProps, never>>> & string;
7
9
  export declare const DropTargetOverlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
8
- export declare const DropTargetLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
9
10
  export declare const CategoryContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
10
11
  export declare const CategoryToggleButtonWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
11
12
  interface CategoryInfoWrapperProps {
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Category/styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,qBAAqB,uVAMjC,CAAA;AAED,eAAO,MAAM,qBAAqB,+VAOjC,CAAA;AAED,UAAU,oBAAoB;IAC5B,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,eAAe,mfAe3B,CAAA;AAED,eAAO,MAAM,iBAAiB,uVAU7B,CAAA;AAED,eAAO,MAAM,eAAe,2VAO3B,CAAA;AACD,eAAO,MAAM,iBAAiB,uVAU7B,CAAA;AAID,eAAO,MAAM,2BAA2B,uVAGvC,CAAA;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,ufAM/B,CAAA;AACD,UAAU,0BAA0B;IAClC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,eAAO,MAAM,qBAAqB,ufAMjC,CAAA;AACD,eAAO,MAAM,mBAAmB,uVAS/B,CAAA;AAED,eAAO,MAAM,mBAAmB,uVAK/B,CAAA;AACD,eAAO,MAAM,0BAA0B,uVAKtC,CAAA;AACD,eAAO,MAAM,4BAA4B,uVAIxC,CAAA;AACD,eAAO,MAAM,wBAAwB,uVAKpC,CAAA;AACD,UAAU,iCAAiC;IACzC,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B;AAED,eAAO,MAAM,4BAA4B,uhBAOxC,CAAA;AACD,eAAO,MAAM,gBAAgB,uVAE5B,CAAA;AACD,eAAO,MAAM,cAAc,uVAK1B,CAAA;AACD,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,ufAO9B,CAAA;AACD,eAAO,MAAM,WAAW,uVAIvB,CAAA;AACD,eAAO,MAAM,wBAAwB,uVAKpC,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Category/styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,qBAAqB,uVAMjC,CAAA;AAID,eAAO,MAAM,mBAAmB,uVAE/B,CAAA;AAID,eAAO,MAAM,mBAAmB,2VAqB/B,CAAA;AAED,eAAO,MAAM,qBAAqB,+VAOjC,CAAA;AAED,UAAU,oBAAoB;IAC5B,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,eAAe,mfAe3B,CAAA;AAID,eAAO,MAAM,iBAAiB,uVAO7B,CAAA;AAED,eAAO,MAAM,iBAAiB,uVAU7B,CAAA;AAID,eAAO,MAAM,2BAA2B,uVAGvC,CAAA;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,ufAM/B,CAAA;AACD,UAAU,0BAA0B;IAClC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,eAAO,MAAM,qBAAqB,ufAMjC,CAAA;AACD,eAAO,MAAM,mBAAmB,uVAS/B,CAAA;AAED,eAAO,MAAM,mBAAmB,uVAK/B,CAAA;AACD,eAAO,MAAM,0BAA0B,uVAKtC,CAAA;AACD,eAAO,MAAM,4BAA4B,uVAIxC,CAAA;AACD,eAAO,MAAM,wBAAwB,uVAKpC,CAAA;AACD,UAAU,iCAAiC;IACzC,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B;AAED,eAAO,MAAM,4BAA4B,uhBAOxC,CAAA;AACD,eAAO,MAAM,gBAAgB,uVAE5B,CAAA;AACD,eAAO,MAAM,cAAc,uVAK1B,CAAA;AACD,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,ufAO9B,CAAA;AACD,eAAO,MAAM,WAAW,uVAIvB,CAAA;AACD,eAAO,MAAM,wBAAwB,uVAKpC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export declare const SEARCH_DEBOUNCE_MS = 300;
2
+ export declare const MIN_SEARCH_LENGTH = 3;
2
3
  //# sourceMappingURL=hooks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/constants/hooks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,MAAM,CAAA"}
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/constants/hooks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,MAAM,CAAA;AACrC,eAAO,MAAM,iBAAiB,IAAI,CAAA"}
@@ -35,6 +35,7 @@ export declare const i18nKeys: {
35
35
  readonly restoreCategory: "Restore category";
36
36
  readonly restoreCategoryDescription: "Restoring this category will also restore all archived tags within it.";
37
37
  readonly searchResults: "%{resultCount} results found";
38
+ readonly searchResultsShown: "%{resultCount} results shown";
38
39
  readonly sortCategories: "Sort categories";
39
40
  readonly sortCategoriesAscending: "Sort categories ascending";
40
41
  readonly sortCategoriesDescending: "Sort categories descending";
@@ -78,8 +79,6 @@ export declare const i18nKeys: {
78
79
  readonly restoreTag: "Restore tag";
79
80
  readonly searchOrSelectTags: "Search or select tags";
80
81
  readonly sortPeople: "Sort people";
81
- readonly tableSortedAscending: "Table sorted by Name in ascending order";
82
- readonly tableSortedDescending: "Table sorted by Name in descending order";
83
82
  readonly tagActions: "Actions for %{tagName} tag";
84
83
  readonly tagAssociationCount: {
85
84
  readonly one: "%{count} associated user with tag: %{tagName}";
@@ -100,8 +99,8 @@ export declare const i18nKeys: {
100
99
  readonly one: "%{count} tag selected";
101
100
  readonly other: "%{count} tags selected";
102
101
  };
103
- readonly userTableCaptionAscending: "Assigned users — sorted by Name ascending";
104
- readonly userTableCaptionDescending: "Assigned users — sorted by Name descending";
102
+ readonly userTableCaptionAscending: "Assigned users — sorted by %{header} (ascending)";
103
+ readonly userTableCaptionDescending: "Assigned users — sorted by %{header} (descending)";
105
104
  readonly viewTagDetails: "View tag details";
106
105
  readonly addPeopleSuccess: {
107
106
  readonly one: "%{count} person added to %{tagName}";
@@ -168,6 +167,7 @@ export declare const i18nKeys: {
168
167
  readonly name: "Name";
169
168
  readonly nextPage: "Next page";
170
169
  readonly noData: "No data";
170
+ readonly pageNumber: "Page %{pageNumber}";
171
171
  readonly people: "People";
172
172
  readonly previousPage: "Previous page";
173
173
  readonly remove: "Remove %{userName}";
@@ -185,6 +185,7 @@ export declare const i18nKeys: {
185
185
  readonly other: "%{count} people selected";
186
186
  };
187
187
  readonly sisId: "SIS ID";
188
+ readonly typeToSearchForPeople: "Type to search for people";
188
189
  readonly useArrowKeysToNavigate: "Use arrow keys to navigate options.";
189
190
  readonly userListPagination: "User list pagination";
190
191
  readonly view: "View";
@@ -1 +1 @@
1
- {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/constants/i18n.ts"],"names":[],"mappings":"AAsMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMX,CAAA"}
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/constants/i18n.ts"],"names":[],"mappings":"AAuMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMX,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export declare const ITEMS_PER_PAGE = 15;
2
+ export declare const ACCOUNT_USER_SEARCH_LIMIT = 15;
2
3
  //# sourceMappingURL=pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/constants/pagination.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,KAAK,CAAA"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/constants/pagination.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,KAAK,CAAA;AAChC,eAAO,MAAM,yBAAyB,KAAK,CAAA"}
@@ -3,6 +3,7 @@ export declare const GET_INSTITUTIONAL_TAG_CATEGORIES: DocumentNode;
3
3
  export declare const GET_ALL_INSTITUTIONAL_TAG_CATEGORIES: DocumentNode;
4
4
  export declare const GET_INSTITUTIONAL_TAGS_FOR_CATEGORY: DocumentNode;
5
5
  export declare const GET_INSTITUTIONAL_TAG: DocumentNode;
6
+ export declare const GET_INSTITUTIONAL_TAG_META: DocumentNode;
6
7
  export declare const GET_INSTITUTIONAL_TAG_CATEGORY: DocumentNode;
7
8
  export declare const GET_ACCOUNT_USERS: DocumentNode;
8
9
  export declare const GET_ALL_ACTIVE_TAGS: DocumentNode;
@@ -1 +1 @@
1
- {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/graphql/queries.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAQ3C,eAAO,MAAM,gCAAgC,EAAE,YA6D9C,CAAA;AAED,eAAO,MAAM,oCAAoC,EAAE,YA2BlD,CAAA;AAED,eAAO,MAAM,mCAAmC,EAAE,YAuCjD,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,YA+BnC,CAAA;AAED,eAAO,MAAM,8BAA8B,EAAE,YAU5C,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,YA0B/B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,YAyBjC,CAAA;AAKD,eAAO,MAAM,2BAA2B,EAAE,YAiBzC,CAAA"}
1
+ {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/graphql/queries.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAQ3C,eAAO,MAAM,gCAAgC,EAAE,YA6D9C,CAAA;AAED,eAAO,MAAM,oCAAoC,EAAE,YA2BlD,CAAA;AAED,eAAO,MAAM,mCAAmC,EAAE,YAuCjD,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,YA6BnC,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,YAUxC,CAAA;AAED,eAAO,MAAM,8BAA8B,EAAE,YAU5C,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,YA0B/B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,YAyBjC,CAAA;AAKD,eAAO,MAAM,2BAA2B,EAAE,YAiBzC,CAAA"}
@@ -1,9 +1,7 @@
1
- export declare const useFetchAccountUsers: (searchTerm: string) => {
1
+ export declare const useFetchAccountUsers: (tagId: string, searchTerm: string) => {
2
2
  users: import('./useFetchTagUsers').TagUserType[];
3
3
  isPending: boolean;
4
4
  isFetching: boolean;
5
- currentPage: number;
6
- totalPages: number;
7
- handlePageChange: (page: number) => void;
5
+ isIdle: boolean;
8
6
  };
9
7
  //# sourceMappingURL=useFetchAccountUsers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFetchAccountUsers.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetchAccountUsers.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,oBAAoB,GAAI,YAAY,MAAM;;;;;;;CAiCtD,CAAA"}
1
+ {"version":3,"file":"useFetchAccountUsers.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetchAccountUsers.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,EAAE,YAAY,MAAM;;;;;CAkBrE,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare const useFetchTagMeta: (tagId: string) => {
2
+ tagName: string;
3
+ categoryId: string;
4
+ };
5
+ //# sourceMappingURL=useFetchTagMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFetchTagMeta.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetchTagMeta.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM;;;CAa5C,CAAA"}
@@ -8,8 +8,7 @@ export declare const useFetchTagUsers: (tagId: string, sort?: InstitutionalTagUs
8
8
  isFetching: boolean;
9
9
  isError: boolean;
10
10
  currentPage: number;
11
- totalPages: number;
12
- totalUserCount: number;
11
+ hasNextPage: boolean;
13
12
  handlePageChange: (page: number) => void;
14
13
  };
15
14
  //# sourceMappingURL=useFetchTagUsers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFetchTagUsers.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetchTagUsers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,8BAA8B,EAC/B,MAAM,qCAAqC,CAAA;AAO5C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKzC,YAAY,EAAE,WAAW,EAAE,CAAA;AAE3B,eAAO,MAAM,gBAAgB,GAC3B,OAAO,MAAM,EACb,OAAO,8BAA8B,EACrC,aAAa,MAAM;;;;;;;;;;CAgDpB,CAAA"}
1
+ {"version":3,"file":"useFetchTagUsers.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetchTagUsers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,8BAA8B,EAC/B,MAAM,qCAAqC,CAAA;AAO5C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKzC,YAAY,EAAE,WAAW,EAAE,CAAA;AAE3B,eAAO,MAAM,gBAAgB,GAC3B,OAAO,MAAM,EACb,OAAO,8BAA8B,EACrC,aAAa,MAAM;;;;;;;;;CAyDpB,CAAA"}