@clickpalm/react 1.2.8 → 1.2.9

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.js CHANGED
@@ -770,7 +770,7 @@ function Icon({ name, size = 24, color = "black", ...rest }) {
770
770
  {
771
771
  width: size,
772
772
  height: size,
773
- fill: fillColor,
773
+ style: { color: fillColor },
774
774
  "aria-hidden": true,
775
775
  ...rest
776
776
  }
package/dist/index.mjs CHANGED
@@ -699,7 +699,7 @@ function Icon({ name, size = 24, color = "black", ...rest }) {
699
699
  {
700
700
  width: size,
701
701
  height: size,
702
- fill: fillColor,
702
+ style: { color: fillColor },
703
703
  "aria-hidden": true,
704
704
  ...rest
705
705
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Design System da Clikpalm",
4
4
  "author": "Enisson Shilo",
5
5
  "license": "MIT",
6
- "version": "1.2.8",
6
+ "version": "1.2.9",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/clickpalm/clickpalm-designsystem-lib.git"