@cloudtower/eagle 0.28.3 → 0.28.4

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,6 @@ export * from "./SortableList";
17
17
  export * from "./SummaryTable";
18
18
  export * from "./SwitchWithText";
19
19
  export * from "./TabMenu";
20
- export * from "./TruncatedTextWithTooltip";
21
20
  export * from "./UnitWithChart";
22
21
  export { default as BarChart } from "./BarChart";
23
22
  export { default as BatchOperation } from "./BatchOperation";
@@ -37,5 +36,4 @@ export { default as SortableList } from "./SortableList";
37
36
  export { default as SummaryTable } from "./SummaryTable";
38
37
  export { default as SwitchWithText } from "./SwitchWithText";
39
38
  export { default as TabMenu } from "./TabMenu";
40
- export { default as TruncatedTextWithTooltip } from "./TruncatedTextWithTooltip";
41
39
  export { default as UnitWithChart } from "./UnitWithChart";
@@ -1,5 +1,5 @@
1
1
  import type { AlertComponentType, ArchComponentType, BadgeComponentType, BaseEnumProps, ButtonGroupType, ButtonProps, CalendarComponentType, CardProps, CloseButtonProps, FieldBaseProps, FieldRenderProps, IAccordionCardProps, IBreadcrumbProps, ICircleProgressProps, IDetailCardProps, IDonutChartProps, IDropdownMenuProps, InputGroupComponentType, InputSize, IntFieldProps, ISegmentedControlProps, ISimplePaginationProps, ISpaceProps, IStepsProps, ITimeProps, ITimeZoneSelectProps, LinkComponentType, LoadingComponentType, MessageApi, ModalProps, PaginationProps, PercentFn, RadioButtonProps, RadioProps, SearchInputProps, SelectComponentType, StatusCapsuleComponentType, StringProps, SwitchProps, TableComponent, TableFormHandle, TableFormProps, TagComponentType, TextAreaProps, TokenComponentType, TooltipProps, TruncatePropTypes, UnitFn } from "../core";
2
- import type { CronCalendarProps, CronPlanProps, DateRangePickerProps, DeprecatedIDonutChartProps, DropdownTransitionProps, GoBackButtonType, I18nNameTagType, IBatchOperation, IChartWithUnitProps, ICountingProps, ICWTProps, IUnitWithChartProps, NamesTooltipType, OverflowTooltipProps, SidebarSubtitleComponentType, SortableListComponentType, SummaryTableComponentType, SwitchWithTextProps, TruncateTextWithTooltipType } from "../coreX";
2
+ import type { CronCalendarProps, CronPlanProps, DateRangePickerProps, DeprecatedIDonutChartProps, DropdownTransitionProps, GoBackButtonType, I18nNameTagType, IBatchOperation, IChartWithUnitProps, ICountingProps, ICWTProps, IUnitWithChartProps, NamesTooltipType, OverflowTooltipProps, SidebarSubtitleComponentType, SortableListComponentType, SummaryTableComponentType, SwitchWithTextProps } from "../coreX";
3
3
  import { AutoCompleteProps } from "antd/lib/auto-complete";
4
4
  import { BadgeProps } from "antd/lib/badge";
5
5
  import { ButtonProps as AntdButtonProps } from "antd/lib/button";
@@ -239,7 +239,6 @@ export interface Kit<V = any, T extends HTMLElement = HTMLElement> {
239
239
  CloseButton: React.FC<CloseButtonProps>;
240
240
  };
241
241
  DetailCard: React.FC<IDetailCardProps>;
242
- TruncatedTextWithTooltip: React.FC<TruncateTextWithTooltipType>;
243
242
  Counting: React.FC<ICountingProps>;
244
243
  Breadcrumb: React.FC<IBreadcrumbProps>;
245
244
  CircleProgress: React.FC<ICircleProgressProps>;