cozy-ui-plus 3.1.1 → 3.1.2

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,10 @@
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
+ ## [3.1.2](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@3.1.1...cozy-ui-plus@3.1.2) (2025-12-04)
7
+
8
+ **Note:** Version bump only for package cozy-ui-plus
9
+
6
10
  ## [3.1.1](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@3.1.0...cozy-ui-plus@3.1.1) (2025-12-04)
7
11
 
8
12
  ### Bug Fixes
@@ -441,6 +441,7 @@ var makeInitialCustomValue = function makeInitialCustomValue(name, value) {
441
441
  }
442
442
  };
443
443
  /**
444
+ * Merge custom fields and default fields
444
445
  * @param {(import('../types').Field)[]|undefined} customFields
445
446
  * @param {(import('../types').Field)[]} defaultFields
446
447
  * @returns {(import('../types').Field)[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui-plus",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
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",
@@ -72,5 +72,5 @@
72
72
  "react": "^16 || ^17 || ^18",
73
73
  "react-dom": "^16 || ^17 || ^18"
74
74
  },
75
- "gitHead": "488b9c62adcce3560630fdc249178b0325a0eb29"
75
+ "gitHead": "7ec62d8445c373a3cb8de5234eee52d388ff274d"
76
76
  }
@@ -372,6 +372,7 @@ export const makeInitialCustomValue = (name, value) => {
372
372
  }
373
373
 
374
374
  /**
375
+ * Merge custom fields and default fields
375
376
  * @param {(import('../types').Field)[]|undefined} customFields
376
377
  * @param {(import('../types').Field)[]} defaultFields
377
378
  * @returns {(import('../types').Field)[]}