akku-kit 1.0.0-alpha.9 → 1.0.1-alpha.1

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/index.d.ts CHANGED
@@ -8,6 +8,8 @@ export { default as Skeleton } from "./components/Skeleton";
8
8
  export { default as Table } from "./components/Table/Table";
9
9
  export { default as Tabs } from "./components/Tabs/Tabs";
10
10
  export { default as ToggleGroup } from "./components/ToggleGroup/ToggleGroup";
11
+ export { default as Tooltip } from "./components/Tooltip/Tooltip";
12
+ export { default as Collapse } from "./components/Collapse/Collapse";
11
13
  export { triggerNotification, // The main function to show toasts
12
14
  clearAllToasts, // Function to clear all active toasts
13
15
  clearToastsByPlacement, // Function to clear toasts by specific placement