hamzus-ui 0.0.256 → 0.0.257

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.256",
3
+ "version": "0.0.257",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -65,7 +65,7 @@
65
65
  if (!isMounted) {
66
66
  return;
67
67
  }
68
- console.log(val);
68
+ // console.log(val);
69
69
 
70
70
  // suprimmer les result
71
71
  results = [];
@@ -16,7 +16,7 @@
16
16
  let endX = null;
17
17
 
18
18
  $: lastWidth = width === 0 ? (lastWidth ?? defaultWidth) : width
19
- $: console.log(lastWidth);
19
+ // $: console.log(lastWidth);
20
20
 
21
21
  onMount(() => {
22
22
  const newWidth = localStorage.getItem(localStorageName)