@1money/component-ui 0.0.95 → 0.0.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1money/component-ui",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "description": "React Components based on primereact for 1money front-end projects",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -10678,6 +10678,14 @@
10678
10678
  "description": "",
10679
10679
  "inheritedFrom": null
10680
10680
  },
10681
+ {
10682
+ "name": "hideError",
10683
+ "type": "boolean",
10684
+ "optional": true,
10685
+ "default": null,
10686
+ "description": "Suppress the item's own error-message row.",
10687
+ "inheritedFrom": null
10688
+ },
10681
10689
  {
10682
10690
  "name": "hidden",
10683
10691
  "type": "boolean",