@ansible/ansible-ui-framework 0.0.718 → 0.0.720

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ export declare function PageDetailCodeEditor(props: {
3
+ label?: string;
4
+ value: string;
5
+ helpText?: string;
6
+ }): JSX.Element;
@@ -1 +1,2 @@
1
1
  export declare function capitalizeFirstLetter(text: string): string;
2
+ export declare const toTitleCase: (string: string) => string;
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": "0.0.718",
4
+ "version": "0.0.720",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",