@pushwoosh/dumb-components 1.1.22 → 1.1.23
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export { SortButton, type SortButtonParams } from './SortButton';
|
|
|
20
20
|
export { Select, SelectAsync, CreatableSelect, CLASS_NAME_PREFIX, type SelectBase, type MultiSelectOptions, } from './Select';
|
|
21
21
|
export { Switch } from './Switch';
|
|
22
22
|
export { TextSkeleton, RectangularSkeleton, CircularSkeleton } from './Skeleton';
|
|
23
|
-
export { Tooltip, type TooltipPosition } from './Tooltip';
|
|
23
|
+
export { Tooltip, type TooltipPosition, HelpTooltip } from './Tooltip';
|
|
24
24
|
export { Tab, TabBar, TabPanel, Tabs, type TabCode } from './Tabs';
|
|
25
25
|
export { Link } from './Link';
|
|
26
26
|
export { StatisticCard } from './StatisticCard';
|
package/index.js
CHANGED
|
@@ -20,7 +20,7 @@ export { SortButton } from './SortButton';
|
|
|
20
20
|
export { Select, SelectAsync, CreatableSelect, CLASS_NAME_PREFIX } from './Select';
|
|
21
21
|
export { Switch } from './Switch';
|
|
22
22
|
export { TextSkeleton, RectangularSkeleton, CircularSkeleton } from './Skeleton';
|
|
23
|
-
export { Tooltip } from './Tooltip';
|
|
23
|
+
export { Tooltip, HelpTooltip } from './Tooltip';
|
|
24
24
|
export { Tab, TabBar, TabPanel, Tabs } from './Tabs';
|
|
25
25
|
export { Link } from './Link';
|
|
26
26
|
export { StatisticCard } from './StatisticCard';
|