mertani-web-toolkit 0.1.57 → 0.1.58

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
@@ -21,3 +21,4 @@ export { default as Illustration } from './components/Illustration/Illustration.
21
21
  export { default as IllustrationLibrary } from './components/Illustration/IllustrationLibrary.svelte';
22
22
  export type { Column, DeviceStatus, TableAction } from './components/Table/types.js';
23
23
  export { default as DatePicker } from './components/inputs/DatePicker/DatePicker.svelte';
24
+ export { default as Dropdown } from './components/inputs/Dropdown/Dropdown.svelte';
package/dist/index.js CHANGED
@@ -20,3 +20,4 @@ export { default as TablePagination } from './components/Table/TablePagination.s
20
20
  export { default as Illustration } from './components/Illustration/Illustration.svelte';
21
21
  export { default as IllustrationLibrary } from './components/Illustration/IllustrationLibrary.svelte';
22
22
  export { default as DatePicker } from './components/inputs/DatePicker/DatePicker.svelte';
23
+ export { default as Dropdown } from './components/inputs/Dropdown/Dropdown.svelte';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mertani-web-toolkit",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "homepage": "https://storybook.mertani.com/",
5
5
  "scripts": {
6
6
  "dev": "vite dev",