@instructure/platform-institutional-tagging 7.1.6 → 8.0.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/components/Alert/AlertProvider.d.ts.map +1 -1
- package/dist/components/Alert/styles.d.ts +0 -2
- package/dist/components/Alert/styles.d.ts.map +1 -1
- package/dist/components/UserTagList/UserTagList.d.ts.map +1 -1
- package/dist/components/UserTagList/types.d.ts +1 -2
- package/dist/components/UserTagList/types.d.ts.map +1 -1
- package/dist/contexts/AlertContext.d.ts +0 -1
- package/dist/contexts/AlertContext.d.ts.map +1 -1
- package/dist/graphql/mutations.d.ts.map +1 -1
- package/dist/graphql/queries.d.ts +0 -1
- package/dist/graphql/queries.d.ts.map +1 -1
- package/dist/hooks/useFetchUserTags.d.ts +1 -1
- package/dist/hooks/usePlatformUiContext.d.ts +1 -0
- package/dist/hooks/usePlatformUiContext.d.ts.map +1 -1
- package/dist/hooks/useRestoreTag.d.ts.map +1 -1
- package/dist/index.js +1466 -1522
- package/dist/modals/CategoryModal/hooks/useEditCategoryForm.d.ts.map +1 -1
- package/dist/screens/AccountTags/AccountTags.d.ts +6 -0
- package/dist/screens/AccountTags/AccountTags.d.ts.map +1 -1
- package/dist/screens/TagDetail/styles.d.ts +2 -2
- package/dist/types/category.d.ts +2 -1
- package/dist/types/category.d.ts.map +1 -1
- package/dist/types/tag.d.ts +3 -2
- package/dist/types/tag.d.ts.map +1 -1
- package/dist/types/user.d.ts.map +1 -1
- package/dist/utils/gqlMappers.d.ts +2 -2
- package/dist/utils/gqlMappers.d.ts.map +1 -1
- package/dist/utils/relayId.d.ts +5 -0
- package/dist/utils/relayId.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertProvider.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/AlertProvider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertProvider.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/AlertProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAmBzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAqBjE,CAAA"}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
export declare const AlertStackWrapper: 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
1
|
export declare const SrOnly: 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;
|
|
3
|
-
export declare const AlertItemWrapper: 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;
|
|
4
2
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,2VAUlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserTagList.d.ts","sourceRoot":"","sources":["../../../src/components/UserTagList/UserTagList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"UserTagList.d.ts","sourceRoot":"","sources":["../../../src/components/UserTagList/UserTagList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAM/C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAiClD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/UserTagList/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/UserTagList/types.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA;AAEnE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,eAAe,EAAE,CAAA;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertContext.d.ts","sourceRoot":"","sources":["../../src/contexts/AlertContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AAEnE,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,YAAY,CAAA;IACrB,
|
|
1
|
+
{"version":3,"file":"AlertContext.d.ts","sourceRoot":"","sources":["../../src/contexts/AlertContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AAEnE,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,YAAY,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,UAAU,iBAAiB;IACzB,SAAS,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,YAAY,kCAEvB,CAAA;AAEF,eAAO,MAAM,QAAQ,yBAAuC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/graphql/mutations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/graphql/mutations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAQ3C,eAAO,MAAM,iCAAiC,EAAE,YAiB/C,CAAA;AAED,eAAO,MAAM,iCAAiC,EAAE,YAiB/C,CAAA;AAED,eAAO,MAAM,kCAAkC,EAAE,YAahD,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,YAsBtC,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,YAsBtC,CAAA;AAED,eAAO,MAAM,yBAAyB,EAAE,YAavC,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,YAsBrC,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,YAYtC,CAAA"}
|
|
@@ -7,5 +7,4 @@ export declare const GET_INSTITUTIONAL_TAG_CATEGORY: DocumentNode;
|
|
|
7
7
|
export declare const GET_ACCOUNT_USERS: DocumentNode;
|
|
8
8
|
export declare const GET_ALL_ACTIVE_TAGS: DocumentNode;
|
|
9
9
|
export declare const GET_USER_INSTITUTIONAL_TAGS: DocumentNode;
|
|
10
|
-
export declare const GET_INSTITUTIONAL_TAG_CATEGORY_WITH_TAGS: DocumentNode;
|
|
11
10
|
//# sourceMappingURL=queries.d.ts.map
|
|
@@ -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;
|
|
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,5 +1,6 @@
|
|
|
1
1
|
export declare function usePlatformUiContext(): {
|
|
2
2
|
accountId: string;
|
|
3
3
|
executeQuery: <TResult, TVariables = Record<string, unknown>>(query: unknown, variables: TVariables) => Promise<TResult>;
|
|
4
|
+
notify: (notification: import('@instructure/platform-provider').PlatformNotification) => void;
|
|
4
5
|
};
|
|
5
6
|
//# sourceMappingURL=usePlatformUiContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePlatformUiContext.d.ts","sourceRoot":"","sources":["../../src/hooks/usePlatformUiContext.ts"],"names":[],"mappings":"AAEA,wBAAgB,oBAAoB
|
|
1
|
+
{"version":3,"file":"usePlatformUiContext.d.ts","sourceRoot":"","sources":["../../src/hooks/usePlatformUiContext.ts"],"names":[],"mappings":"AAEA,wBAAgB,oBAAoB;;;;EAGnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRestoreTag.d.ts","sourceRoot":"","sources":["../../src/hooks/useRestoreTag.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,+BAA+B,EAIhC,MAAM,qCAAqC,CAAA;AAM5C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,aAAa,GAAI,YAAY,MAAM;;+CAKN,OAAO;;;
|
|
1
|
+
{"version":3,"file":"useRestoreTag.d.ts","sourceRoot":"","sources":["../../src/hooks/useRestoreTag.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,+BAA+B,EAIhC,MAAM,qCAAqC,CAAA;AAM5C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,aAAa,GAAI,YAAY,MAAM;;+CAKN,OAAO;;;CA0DhD,CAAA"}
|