@launcher/component
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1,2 +0,2 @@ | ||
import { ButtonProps, ModalProps } from '@patternfly/react-core'; | ||
import { ButtonProps } from '@patternfly/react-core'; | ||
import * as React from 'react'; | ||
@@ -23,6 +23,2 @@ export declare function optionalBool(val: (boolean | undefined), defaultValue: boolean): boolean; | ||
}): JSX.Element; | ||
export declare class FixedModal extends React.Component<ModalProps> { | ||
componentWillUnmount(): void; | ||
render(): JSX.Element; | ||
} | ||
export interface EffectSafety { | ||
@@ -29,0 +25,0 @@ callSafely: (fn: () => void) => void; |
/// <reference types="react" /> | ||
import { TextInputProps, FormGroupProps, Omit } from '@patternfly/react-core'; | ||
interface LaunchTextInputProps extends Omit<TextInputProps & FormGroupProps, 'fieldId' | 'id'> { | ||
import { TextInputProps } from '@patternfly/react-core'; | ||
interface LaunchTextInputProps extends TextInputProps { | ||
id: string; | ||
helperTextInvalid: string; | ||
} | ||
export declare function LaunchTextInput(props: LaunchTextInputProps): JSX.Element; | ||
export {}; |
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.2](https://github.com/fabric8-launcher/launcher-frontend/compare/v1.3.1...v1.3.2) (2019-07-08) | ||
**Note:** Version bump only for package @launcher/component | ||
## [1.3.1](https://github.com/fabric8-launcher/launcher-frontend/compare/v1.3.0...v1.3.1) (2019-07-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@launcher/component", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"license": "Apache-2.0", | ||
@@ -16,17 +16,17 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@launcher/client": "^1.0.0-alpha.2", | ||
"project-name-generator": "2.1.6", | ||
"@launcher/client": "^1.3.2", | ||
"project-name-generator": "2.1.7", | ||
"react-use-sessionstorage": "1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-actions": "5.0.9", | ||
"@storybook/addon-links": "5.0.8", | ||
"@storybook/addon-storysource": "5.0.9", | ||
"@storybook/addons": "5.0.9", | ||
"@storybook/react": "5.0.9", | ||
"@storybook/addon-actions": "5.1.9", | ||
"@storybook/addon-links": "5.1.9", | ||
"@storybook/addon-storysource": "5.1.9", | ||
"@storybook/addons": "5.1.9", | ||
"@storybook/react": "5.1.9", | ||
"@storybook/storybook-deployer": "2.8.1", | ||
"@storybook/theming": "5.0.9", | ||
"@storybook/theming": "5.1.9", | ||
"@types/google.analytics": "0.0.40", | ||
"@types/storybook__addon-actions": "3.4.2", | ||
"@types/storybook__react": "4.0.1", | ||
"@types/storybook__addon-actions": "3.4.3", | ||
"@types/storybook__react": "4.0.2", | ||
"awesome-typescript-loader": "5.2.1", | ||
@@ -39,3 +39,3 @@ "react-docgen-typescript-loader": "3.1.0", | ||
}, | ||
"gitHead": "29254858ab8dcd2495dc03b657cf52d1167039bf" | ||
"gitHead": "b34ad6691232a1064efb556b01db25a7feb38e7d" | ||
} |
import { Analytics } from './analytics'; | ||
/* global ga */ | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { act } from 'react-testing-library'; | ||
import { act } from '@testing-library/react'; | ||
@@ -3,0 +3,0 @@ export async function flushPromises() { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
657121
10590
+ Addedproject-name-generator@2.1.7(transitive)
- Removedproject-name-generator@2.1.6(transitive)
Updated@launcher/client@^1.3.2
Updatedproject-name-generator@2.1.7