@ansible/ansible-ui-framework 2.4.250 → 2.4.252

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ import { ReactNode } from 'react';
3
3
  export declare function PageDashboardCarousel(props: {
4
4
  title: string;
5
5
  linkText?: string;
6
+ to?: string;
6
7
  width?: PageDashboardCardWidth;
7
8
  children: ReactNode;
8
9
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.250",
4
+ "version": "2.4.252",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",