coles-solid-library 0.4.0 → 0.4.1

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.esm.js CHANGED
@@ -2906,6 +2906,7 @@ const Icon = props => {
2906
2906
  }, _el$);
2907
2907
  _el$.style.setProperty("display", "inline-block");
2908
2908
  color != null ? _el$.style.setProperty("color", color) : _el$.style.removeProperty("color");
2909
+ color != null ? _el$.style.setProperty("fill", color) : _el$.style.removeProperty("fill");
2909
2910
  createRenderEffect(_p$ => {
2910
2911
  var _v$ = styles$5.icon,
2911
2912
  _v$2 = `${size()}px`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coles-solid-library",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A SolidJS mostly UI library",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",