@1money/component-ui 0.0.64-alpha.3 → 0.0.64-alpha.4

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.64-alpha.3",
3
+ "version": "0.0.64-alpha.4",
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",
@@ -11760,6 +11760,14 @@
11760
11760
  "description": "",
11761
11761
  "inheritedFrom": null
11762
11762
  },
11763
+ {
11764
+ "name": "panelHeader",
11765
+ "type": "ReactNode",
11766
+ "optional": true,
11767
+ "default": null,
11768
+ "description": "Content rendered at the top of the panel, above the search box and the option list (e.g.",
11769
+ "inheritedFrom": null
11770
+ },
11763
11771
  {
11764
11772
  "name": "panelFooter",
11765
11773
  "type": "ReactNode",