@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.
package/dist/esm/index.js CHANGED
@@ -118,7 +118,6 @@ export { default as SortableList } from './coreX/SortableList/index.js';
118
118
  export { default as SummaryTable, SummaryTableRow } from './coreX/SummaryTable/index.js';
119
119
  export { default as SwitchWithText } from './coreX/SwitchWithText/index.js';
120
120
  export { default as TabMenu } from './coreX/TabMenu/index.js';
121
- export { default as TruncatedTextWithTooltip } from './coreX/TruncatedTextWithTooltip/index.js';
122
121
  export { default as UnitWithChart, UnitWrapper } from './coreX/UnitWithChart/index.js';
123
122
  export { getCalendarTitle } from './coreX/common/getCalendarTitle.js';
124
123
  export { default as AbsoluteDate } from './coreX/DateRangePicker/AbsoluteDate.js';
@@ -68,7 +68,6 @@ import SidebarSubtitle from './coreX/SidebarSubtitle/index.js';
68
68
  import SortableList from './coreX/SortableList/index.js';
69
69
  import SummaryTable from './coreX/SummaryTable/index.js';
70
70
  import SwitchWithText from './coreX/SwitchWithText/index.js';
71
- import TruncatedTextWithTooltip from './coreX/TruncatedTextWithTooltip/index.js';
72
71
  import UnitWithChart from './coreX/UnitWithChart/index.js';
73
72
  import DateRangePicker from './coreX/DateRangePicker/index.js';
74
73
 
@@ -178,7 +177,6 @@ function getAntdKit() {
178
177
  DropdownTransition,
179
178
  AccordionCard,
180
179
  DetailCard,
181
- TruncatedTextWithTooltip,
182
180
  Counting,
183
181
  Breadcrumb,
184
182
  CircleProgress,