cozy-ui-plus 5.0.0 → 5.1.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.1.0](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@5.0.0...cozy-ui-plus@5.1.0) (2026-02-25)
7
+
8
+ ### Features
9
+
10
+ - Replace remove field cross button error color by default color ([18f0850](https://github.com/cozy/cozy-libs/commit/18f0850d1b4b7a7ef96bce189c160051534ad52d))
11
+
6
12
  # [5.0.0](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@4.6.0...cozy-ui-plus@5.0.0) (2026-02-23)
7
13
 
8
14
  ### Bug Fixes
@@ -78,7 +78,6 @@ var FieldInputArray = function FieldInputArray(_ref) {
78
78
  className: "u-ml-half"
79
79
  }, /*#__PURE__*/_react.default.createElement(_IconButton.default, {
80
80
  "aria-label": "delete",
81
- color: "error",
82
81
  size: "medium",
83
82
  onClick: function onClick() {
84
83
  return (0, _helpers.removeField)(fields, index);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui-plus",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "Cozy-ui-plus is an extension of cozy-ui and provides components based on cozy-client",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -73,5 +73,5 @@
73
73
  "react-dom": "^16 || ^17 || ^18",
74
74
  "twake-i18n": ">=0.3.0"
75
75
  },
76
- "gitHead": "773752426c7e3d6ce69400c6c320c67648d8d207"
76
+ "gitHead": "501ddb0b9225a19cf3a647de41c86327204ebb66"
77
77
  }
@@ -57,7 +57,6 @@ const FieldInputArray = ({
57
57
  <ListItemIcon className="u-ml-half">
58
58
  <IconButton
59
59
  aria-label="delete"
60
- color="error"
61
60
  size="medium"
62
61
  onClick={() => removeField(fields, index)}
63
62
  >