@pipedream/connect-react 1.3.1 → 1.3.3

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.
@@ -17,7 +17,7 @@ import { FetchStatus } from '@tanstack/query-core';
17
17
  import { GetAccountOpts } from '@pipedream/sdk';
18
18
  import { GetAppResponse } from '@pipedream/sdk';
19
19
  import { GetAppsOpts } from '@pipedream/sdk';
20
- import { GetComponentOpts } from '@pipedream/sdk';
20
+ import { GetComponentsOpts } from '@pipedream/sdk';
21
21
  import { GroupBase } from 'react-select';
22
22
  import { JSX as JSX_2 } from 'react/jsx-runtime';
23
23
  import { JSXElementConstructor } from 'react';
@@ -236,6 +236,11 @@ export declare type CustomStylesFn<K extends keyof CustomizableProps> = ((baseSt
236
236
 
237
237
  export declare type CustomThemeConfig = PartialTheme | ((theme: Theme) => PartialTheme);
238
238
 
239
+ export declare const DEBUG_INFO: {
240
+ buildTime: string;
241
+ source: string;
242
+ };
243
+
239
244
  export declare const defaultComponents: {
240
245
  Description: typeof Description;
241
246
  Errors: typeof Errors;
@@ -1019,7 +1024,7 @@ export declare const useComponent: ({ key }: {
1019
1024
  /**
1020
1025
  * Get list of components
1021
1026
  */
1022
- export declare const useComponents: (input?: GetComponentOpts) => {
1027
+ export declare const useComponents: (input?: GetComponentsOpts) => {
1023
1028
  components: any;
1024
1029
  data: any;
1025
1030
  error: Error;