@up42/up-components 0.12.7 → 0.12.8

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.
@@ -5,7 +5,7 @@ export declare type PageHeaderProps = {
5
5
  description?: React.ReactNode;
6
6
  action?: React.ReactNode;
7
7
  /**
8
- * Use for enabling header title update. Pass SetStateAction from child component
8
+ * Pass SetStateAction from child component to update header title
9
9
  */
10
10
  onSubmitTitle?: (title: string) => void;
11
11
  };
package/dist/index.d.ts CHANGED
@@ -607,7 +607,7 @@ declare type PageHeaderProps = {
607
607
  description?: React__default.ReactNode;
608
608
  action?: React__default.ReactNode;
609
609
  /**
610
- * Use for enabling header title update. Pass SetStateAction from child component
610
+ * Pass SetStateAction from child component to update header title
611
611
  */
612
612
  onSubmitTitle?: (title: string) => void;
613
613
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "0.12.7",
3
+ "version": "0.12.8",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",