npm package diff

Package: @forge/react

Versions: 11.0.1-next.1 - 11.1.0-next.2

File: package/out/components/index.d.ts

Index: package/out/components/index.d.ts
===================================================================
--- package/out/components/index.d.ts
+++ package/out/components/index.d.ts
@@ -1,14 +1,13 @@
-import { ForgeElement, MarkupProps, NativeImageProps as ImageProps, NativeLinkProps as LinkProps, NativeTextProps as TextProps, NativeUserPickerProps as UserPickerProps, UserGroupProps, UserProps, FrameProps } from '../types/index';
+import { ForgeElement, MarkupProps, NativeImageProps as ImageProps, NativeLinkProps as LinkProps, NativeUserPickerProps as UserPickerProps, UserGroupProps, UserProps, FrameProps } from '../types/index';
 import { CheckboxGroupProps as UIKitCheckboxGroupProps } from '@atlaskit/forge-react-types';
 export { DynamicTable } from './dynamic-table';
 export { InlineEdit } from './inline-edit';
 export { Popup } from './popup';
 export { AdfRenderer } from './adf-renderer';
 export { UserPickerValue } from '../types/index';
 export declare const Image: (props: ImageProps) => ForgeElement;
 export declare const Link: (props: LinkProps) => ForgeElement;
-export declare const Text: (props: TextProps) => ForgeElement;
 export declare const UserPicker: (props: UserPickerProps) => ForgeElement;
 export declare const User: (props: UserProps) => ForgeElement;
 export declare const UserGroup: (props: UserGroupProps) => ForgeElement;
 export declare const Em: (props: MarkupProps) => ForgeElement;