RubyGems
npm
Organizations
Log in
Sign up
npm
@ansible/ansible-ui-framework
Versions diffs
2.4.2578 → 2.4.2579
@ansible/ansible-ui-framework 2.4.2578 → 2.4.2579
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/components/DropdownControlled.d.ts
+0
-4
package/package.json
CHANGED
Viewed
@@ -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.
2578
",
4
+
"version": "2.4.
2579
",
5
5
"license": "Apache-2.0",
6
6
"repository": {
7
7
"type": "git",
package/components/DropdownControlled.d.ts
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
import { ReactNode } from 'react';
2
-
export declare function DropdownControlled(props: {
3
-
items: ReactNode[];
4
-
}): import("react/jsx-runtime").JSX.Element;