akeyless-client-commons 1.0.206 → 1.0.207

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.
@@ -594,7 +594,7 @@ interface ElementsContainerProps extends BaseElementProps {
594
594
  headlineClassName?: string;
595
595
  autoFixLabelsWidth?: boolean;
596
596
  autoFixLabelsWidthDeps?: any[];
597
- headline?: string;
597
+ headline?: ReactNode;
598
598
  }
599
599
  declare const ElementsContainer: React$1.MemoExoticComponent<(props: ElementsContainerProps) => react_jsx_runtime.JSX.Element>;
600
600
 
@@ -594,7 +594,7 @@ interface ElementsContainerProps extends BaseElementProps {
594
594
  headlineClassName?: string;
595
595
  autoFixLabelsWidth?: boolean;
596
596
  autoFixLabelsWidthDeps?: any[];
597
- headline?: string;
597
+ headline?: ReactNode;
598
598
  }
599
599
  declare const ElementsContainer: React$1.MemoExoticComponent<(props: ElementsContainerProps) => react_jsx_runtime.JSX.Element>;
600
600
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.206",
3
+ "version": "1.0.207",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",