@amp-labs/react 2.4.2 → 2.4.4

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/build/index.d.ts CHANGED
@@ -122,6 +122,7 @@ export declare function useAmpersandProvider(): never;
122
122
  export declare const useIsIntegrationInstalled: (integration: string, groupRef: string) => UseIsIntegrationInstalledResult;
123
123
 
124
124
  declare interface UseIsIntegrationInstalledResult {
125
+ isLoading: boolean;
125
126
  isLoaded: boolean;
126
127
  isIntegrationInstalled: boolean | null;
127
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amp-labs/react",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "description": "Ampersand React library.",
5
5
  "author": {
6
6
  "name": "Ampersand Labs",