hamzus-ui 0.0.252 → 0.0.253

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.252",
3
+ "version": "0.0.253",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -396,7 +396,6 @@
396
396
 
397
397
  for (const child of node.children) {
398
398
  const display = getComputedStyle(child).display;
399
- console.log(child);
400
399
 
401
400
  if (display !== 'contents') {
402
401
  return child; // trouvé !