akku-kit 1.0.1-alpha.0 → 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
@@ -9,6 +9,7 @@ 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
11
  export { default as Tooltip } from "./components/Tooltip/Tooltip";
12
+ export { default as Collapse } from "./components/Collapse/Collapse";
12
13
  export { triggerNotification, // The main function to show toasts
13
14
  clearAllToasts, // Function to clear all active toasts
14
15
  clearToastsByPlacement, // Function to clear toasts by specific placement