@clickpalm/react 1.2.6 → 1.2.8

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
@@ -375,6 +375,9 @@ var StyledButton = styled("button", {
375
375
  },
376
376
  "&:disabled": {
377
377
  opacity: "0.6"
378
+ },
379
+ svg: {
380
+ fill: "$ignite_light"
378
381
  }
379
382
  }
380
383
  },
@@ -1170,7 +1173,7 @@ var Checkbox2 = (0, import_react5.forwardRef)(
1170
1173
  onCheckedChange,
1171
1174
  hasError: !!errorMessage,
1172
1175
  ...rest,
1173
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(CheckboxIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { name: "Check", size: 16 }) })
1176
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(CheckboxIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { name: "Check", size: 16, color: "white" }) })
1174
1177
  }
1175
1178
  ),
1176
1179
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(CheckboxLabel, { children: label })
package/dist/index.mjs CHANGED
@@ -296,6 +296,9 @@ var StyledButton = styled("button", {
296
296
  },
297
297
  "&:disabled": {
298
298
  opacity: "0.6"
299
+ },
300
+ svg: {
301
+ fill: "$ignite_light"
299
302
  }
300
303
  }
301
304
  },
@@ -1099,7 +1102,7 @@ var Checkbox2 = forwardRef2(
1099
1102
  onCheckedChange,
1100
1103
  hasError: !!errorMessage,
1101
1104
  ...rest,
1102
- children: /* @__PURE__ */ jsx18(CheckboxIndicator, { children: /* @__PURE__ */ jsx18(Icon, { name: "Check", size: 16 }) })
1105
+ children: /* @__PURE__ */ jsx18(CheckboxIndicator, { children: /* @__PURE__ */ jsx18(Icon, { name: "Check", size: 16, color: "white" }) })
1103
1106
  }
1104
1107
  ),
1105
1108
  /* @__PURE__ */ jsx18(CheckboxLabel, { children: label })
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.6",
6
+ "version": "1.2.8",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/clickpalm/clickpalm-designsystem-lib.git"