@genarou/blazir-icons 1.1.13 → 1.1.15

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.
@@ -124,8 +124,6 @@
124
124
  } else {
125
125
  v.stroke = props.color;
126
126
  }
127
-
128
- console.log("Final visual color:", v); // ← Debug temporal
129
127
  return v;
130
128
  });
131
129
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genarou/blazir-icons",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {