kz-design-system 0.3.1 → 0.3.3

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
@@ -6990,7 +6990,14 @@ var Select = React28.forwardRef(
6990
6990
  className: "kz-select-footer-action kz-select-footer-action--remove",
6991
6991
  onClick: onRemoveAll,
6992
6992
  "aria-label": "Remove All",
6993
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { name: "trash-2" /* Trash2 */, size: 14 })
6993
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
6994
+ Icon,
6995
+ {
6996
+ name: "trash-2" /* Trash2 */,
6997
+ size: 14,
6998
+ color: "kz-color-status-error"
6999
+ }
7000
+ )
6994
7001
  }
6995
7002
  )
6996
7003
  ] })