@ansible/ansible-ui-framework 2.4.601 → 2.4.603

Sign up to get free protection for your applications and to get access to all the features.
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.601",
4
+ "version": "2.4.603",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,8 +0,0 @@
1
- export interface PageFormInputPopover {
2
- title?: string;
3
- body?: string[];
4
- link?: {
5
- label: string;
6
- url: string;
7
- };
8
- }