@ansible/ansible-ui-framework 2.4.483 → 2.4.485

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,10 +4,10 @@ export declare function PageRoutedTabs(props: {
4
4
  page: string;
5
5
  persistentFilterKey: string;
6
6
  };
7
- tabs: {
7
+ tabs: ({
8
8
  label: string;
9
9
  page: string;
10
- }[];
10
+ } | false)[];
11
11
  params?: {
12
12
  [key: string]: string | number | undefined;
13
13
  };
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.483",
4
+ "version": "2.4.485",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",