mertani-web-toolkit 0.1.45 → 0.1.47

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.
@@ -192,11 +192,10 @@
192
192
  .multi-select-chip-list {
193
193
  display: flex;
194
194
  flex: 1;
195
- flex-wrap: nowrap;
195
+ flex-wrap: wrap;
196
196
  align-items: center;
197
197
  gap: 8px;
198
198
  overflow: hidden;
199
- overflow-x: auto;
200
199
  scrollbar-width: none;
201
200
  scroll-behavior: smooth;
202
201
  }
@@ -2,7 +2,7 @@
2
2
  import { onMount, onDestroy, tick, getContext } from 'svelte';
3
3
  import type { IMultiSelectOption, SortOptionsMode } from './MultiSelectInput.js';
4
4
  import './MultiSelectInput.css';
5
- import { Icon } from 'mertani-web-toolkit';
5
+ import Icon from '../../Icon/Icon.svelte';
6
6
 
7
7
  interface Props {
8
8
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mertani-web-toolkit",
3
- "version": "0.1.45",
3
+ "version": "0.1.47",
4
4
  "homepage": "https://storybook.mertani.com/",
5
5
  "scripts": {
6
6
  "dev": "vite dev",