@amp-labs/react
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -6,7 +6,7 @@ import { Config } from '../../generated-sources/api/src'; | ||
import { IntegrationFieldMapping } from '../../generated-sources/api/src'; | ||
import { JSX } from 'react/jsx-runtime'; | ||
import { JSX as JSX_2 } from 'react/jsx-runtime'; | ||
export declare const AmpersandContext: default_2.Context<null>; | ||
export declare function AmpersandProvider(props: AmpersandProviderProps): JSX.Element; | ||
export declare function AmpersandProvider(props: AmpersandProviderProps): JSX_2.Element; | ||
@@ -34,3 +34,3 @@ declare interface AmpersandProviderProps { | ||
export declare function ConnectProvider({ provider, consumerRef, consumerName, groupRef, groupName, redirectUrl, onSuccess, onDisconnectSuccess, onConnectSuccess, }: ConnectProviderProps): JSX.Element; | ||
export declare function ConnectProvider({ provider, consumerRef, consumerName, groupRef, groupName, redirectUrl, onSuccess, onDisconnectSuccess, onConnectSuccess, }: ConnectProviderProps): JSX_2.Element; | ||
@@ -61,3 +61,3 @@ declare interface ConnectProviderProps { | ||
export declare function FieldMapping({ field, onSelectChange, allFields }: FieldMappingProps): JSX.Element; | ||
export declare function FieldMapping({ field, onSelectChange, allFields }: FieldMappingProps): JSX_2.Element; | ||
@@ -74,3 +74,3 @@ declare type FieldMapping_2 = { | ||
export declare function InstallIntegration({ integration, consumerRef, consumerName, groupRef, groupName, onInstallSuccess, onUpdateSuccess, onUninstallSuccess, fieldMapping, }: InstallIntegrationProps): JSX.Element; | ||
export declare function InstallIntegration({ integration, consumerRef, consumerName, groupRef, groupName, onInstallSuccess, onUpdateSuccess, onUninstallSuccess, fieldMapping, }: InstallIntegrationProps): JSX_2.Element; | ||
@@ -77,0 +77,0 @@ declare interface InstallIntegrationProps { |
{ | ||
"name": "@amp-labs/react", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Ampersand React library.", | ||
@@ -63,4 +63,4 @@ "author": { | ||
"@types/node": "^22.0.0", | ||
"@types/react": "^19.0.0", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "18.3.2", | ||
"@types/react-dom": "18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
@@ -67,0 +67,0 @@ "@typescript-eslint/parser": "^7.10.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
630207