@forge/react
11.14.2-next.211.14.2-next.3
out/components/ui-kit-components.d.ts~
out/components/ui-kit-components.d.tsModified+30−1
Index: package/out/components/ui-kit-components.d.ts
===================================================================
--- package/out/components/ui-kit-components.d.ts
+++ package/out/components/ui-kit-components.d.ts
@@ -1,7 +1,7 @@
/// <reference types="react" />
import { ForgeElement } from '../types/index';
-import type { TBadge, TBarChart, TBox, TButton, TButtonGroup, TCalendar, TCheckbox, TCode, TCodeBlock, TDatePicker, TDonutChart, TErrorMessage, TFileCard, TFilePicker, THeading, THelperMessage, THorizontalBarChart, THorizontalStackBarChart, TInline, TLabel, TList, TListItem, TLozenge, TLineChart, TLinkButton, TModal, TModalHeader, TModalBody, TModalFooter, TModalTitle, TModalTransition, TPieChart, TProgressBar, TProgressTracker, TRadio, TRadioGroup, TRange, TSectionMessage, TSectionMessageAction, TSpinner, TStack, TStackBarChart, TTabs, TTab, TTabList, TTabPanel, TTag, TTagGroup, TTimePicker, TForm, TFormHeader, TFormFooter, TFormSection, TTooltip, TTextArea, TTextfield, TText, TToggle, TValidMessage, TLoadingButton, TSelect, TIcon, TEmptyState, TPressable, TCommentEditor, TChromelessEditor, TTile, TAtlassianTile, TAtlassianIcon } from '@atlaskit/forge-react-types';
+import type { TBadge, TBarChart, TBox, TButton, TButtonGroup, TCalendar, TCheckbox, TCode, TCodeBlock, TDatePicker, TDonutChart, TErrorMessage, TFileCard, TFilePicker, THeading, THelperMessage, THorizontalBarChart, THorizontalStackBarChart, TInline, TLabel, TList, TListItem, TLozenge, TLineChart, TLinkButton, TModal, TModalHeader, TModalBody, TModalFooter, TModalTitle, TModalTransition, TPieChart, TProgressBar, TProgressTracker, TRadio, TRadioGroup, TRange, TSectionMessage, TSectionMessageAction, TSpinner, TStack, TStackBarChart, TTabs, TTab, TTabList, TTabPanel, TTag, TTagGroup, TTimePicker, TForm, TFormHeader, TFormFooter, TFormSection, TTooltip, TTextArea, TTextfield, TText, TToggle, TValidMessage, TLoadingButton, TSelect, TIcon, TEmptyState, TPressable, TCommentEditor, TChromelessEditor, TTile, TAtlassianTile, TAtlassianIcon, TLink, TUserPicker, TFrame, TUserGroup } from '@atlaskit/forge-react-types';
/**
* A badge is a visual indicator for numeric values such as tallies and scores.
*
* @see [Badge](https://developer.atlassian.com/platform/forge/ui-kit/components/badge/) in UI Kit documentation for more information
@@ -417,5 +417,34 @@
*
* @see [AtlassianIcon](https://developer.atlassian.com/platform/forge/ui-kit/components/atlassian-icon/) in UI Kit documentation for more information
*/
export declare const AtlassianIcon: TAtlassianIcon<ForgeElement<Record<string, any>>>;
+/**
+ * A component that displays a hyperlink. Use this component for inline links,
+ * typically inside a `Text` component.
+ *
+ * @see [Link](https://developer.atlassian.com/platform/forge/ui-kit/components/link/) in UI Kit documentation
+ */
+export declare const Link: TLink<ForgeElement<Record<string, any>>>;
+/**
+ * A dropdown field that allows users to search and select users from a list.
+ *
+ * @see [UserPicker](https://developer.atlassian.com/platform/forge/ui-kit/components/user-picker/) in UI Kit documentation
+ */
+export declare const UserPicker: TUserPicker<ForgeElement<Record<string, any>>>;
+/**
+ * A container for rendering static frontend applications (HTML, CSS, JavaScript)
+ * within a UI Kit app. Supports bidirectional communication with the host app
+ * via the Events API.
+ *
+ * @see [Frame](https://developer.atlassian.com/platform/forge/ui-kit/components/frame/) in UI Kit documentation
+ */
+export declare const Frame: TFrame<ForgeElement<Record<string, any>>>;
+/**
+ * Displays a stack of multiple users (name and profile picture), subject to
+ * their privacy settings. Can also be used inside a `Text` component, where
+ * users appear as inline lozenges.
+ *
+ * @see [UserGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/user-group/) in UI Kit documentation
+ */
+export declare const UserGroup: TUserGroup<ForgeElement<Record<string, any>>>;
//# sourceMappingURL=ui-kit-components.d.ts.map
\ No newline at end of file