npm package diff
Package: @forge/react
Versions: 10.10.0 - 10.10.1-next.0
File: package/out/components/ui-kit-components.d.ts
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,6 +1,6 @@
import { ForgeElement } from '../types/index';
-import type { BadgeProps, BarChartProps, BoxProps, ButtonProps, ButtonGroupProps, CalendarProps, CheckboxProps, CodeProps, CodeBlockProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, HeadingProps, HelperMessageProps, HorizontalBarChartProps, HorizontalStackBarChartProps, InlineProps, LabelProps, ListProps, ListItemProps, LozengeProps, LineChartProps, LinkButtonProps, ModalProps, ModalHeaderProps, ModalBodyProps, ModalFooterProps, ModalTitleProps, ModalTransitionProps, PieChartProps, ProgressBarProps, ProgressTrackerProps, RadioProps, RadioGroupProps, RangeProps, SectionMessageProps, SectionMessageActionProps, SingleValueChartProps, SpinnerProps, StackProps, StackBarChartProps, TabsProps, TabProps, TabListProps, TabPanelProps, TagProps, TagGroupProps, TimePickerProps, FormProps, FormHeaderProps, FormFooterProps, FormSectionProps, TooltipProps, TextAreaProps, TextfieldProps, ToggleProps, ValidMessageProps, LoadingButtonProps, SelectProps, IconProps, EmptyStateProps } from '@atlaskit/forge-react-types';
+import type { BadgeProps, BarChartProps, BoxProps, ButtonProps, ButtonGroupProps, CalendarProps, CheckboxProps, CodeProps, CodeBlockProps, DatePickerProps, ErrorMessageProps, HeadingProps, HelperMessageProps, HorizontalBarChartProps, HorizontalStackBarChartProps, InlineProps, LabelProps, ListProps, ListItemProps, LozengeProps, LineChartProps, LinkButtonProps, ModalProps, ModalHeaderProps, ModalBodyProps, ModalFooterProps, ModalTitleProps, ModalTransitionProps, PieChartProps, ProgressBarProps, ProgressTrackerProps, RadioProps, RadioGroupProps, RangeProps, SectionMessageProps, SectionMessageActionProps, SingleValueChartProps, SpinnerProps, StackProps, StackBarChartProps, TabsProps, TabProps, TabListProps, TabPanelProps, TagProps, TagGroupProps, TimePickerProps, FormProps, FormHeaderProps, FormFooterProps, FormSectionProps, TooltipProps, TextAreaProps, TextfieldProps, ToggleProps, ValidMessageProps, LoadingButtonProps, SelectProps, IconProps, EmptyStateProps } from '@atlaskit/forge-react-types';
export declare const Badge: (props: BadgeProps) => ForgeElement;
export declare const BarChart: (props: BarChartProps) => ForgeElement;
export declare const Box: (props: BoxProps) => ForgeElement;
export declare const Button: (props: ButtonProps) => ForgeElement;
@@ -9,9 +9,8 @@
export declare const Checkbox: (props: CheckboxProps) => ForgeElement;
export declare const Code: (props: CodeProps) => ForgeElement;
export declare const CodeBlock: (props: CodeBlockProps) => ForgeElement;
export declare const DatePicker: (props: DatePickerProps) => ForgeElement;
-export declare const DynamicTable: (props: DynamicTableProps) => ForgeElement;
export declare const EmptyState: (props: EmptyStateProps) => ForgeElement;
export declare const ErrorMessage: (props: ErrorMessageProps) => ForgeElement;
export declare const Form: (props: FormProps) => ForgeElement;
export declare const FormFooter: (props: FormFooterProps) => ForgeElement;