@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/cjs/index.js +3 -5
- package/dist/cjs/legacy-antd.js +33 -35
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2438 -2445
- package/dist/esm/index.js +0 -1
- package/dist/esm/legacy-antd.js +0 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/coreX/index.d.ts +0 -2
- package/dist/src/spec/base.d.ts +1 -2
- package/dist/style.css +2433 -2440
- package/package.json +4 -4
- package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +0 -73
- package/dist/esm/coreX/TruncatedTextWithTooltip/index.js +0 -67
- package/dist/src/coreX/TruncatedTextWithTooltip/index.d.ts +0 -11
- package/dist/src/coreX/TruncatedTextWithTooltip/truncatedTextWithTooltip.type.d.ts +0 -5
- package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +0 -7
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';
|
package/dist/esm/legacy-antd.js
CHANGED
|
@@ -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,
|