From 78d920faa995b255819c61b7137d96b6894295c3 Mon Sep 17 00:00:00 2001 From: Igor Belagorudsky Date: Mon, 10 Apr 2017 15:27:29 -0400 Subject: [PATCH 1/4] add fullWidth to FlatButtonProps --- types/material-ui/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 5fd8628598..452a5d3780 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for material-ui v0.16.0 // Project: https://github.com/callemall/material-ui -// Definitions by: Nathan Brown , Oliver Herrmann +// Definitions by: Nathan Brown , Oliver Herrmann , Igor Belagorudsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 @@ -651,6 +651,7 @@ declare namespace __MaterialUI { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; + fullWidth?: boolean; hoverColor?: string; icon?: React.ReactNode; label?: React.ReactNode; From fb4253ab93fb0e8bf6cbade99be4e827f6ab17ed Mon Sep 17 00:00:00 2001 From: Igor Belagorudsky Date: Mon, 10 Apr 2017 15:33:22 -0400 Subject: [PATCH 2/4] switched whitespace to spaces to be consistent with the rest of the file --- types/material-ui/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 452a5d3780..2f3574d784 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -651,7 +651,7 @@ declare namespace __MaterialUI { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; - fullWidth?: boolean; + fullWidth?: boolean; hoverColor?: string; icon?: React.ReactNode; label?: React.ReactNode; From fcb8eabc6187c18ad53d5ee313904f2648a09b10 Mon Sep 17 00:00:00 2001 From: Igor Belagorudsky Date: Mon, 10 Apr 2017 15:38:33 -0400 Subject: [PATCH 3/4] upped version number --- types/material-ui/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 2f3574d784..5a25d36a4e 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for material-ui v0.16.0 +// Type definitions for material-ui v0.16.1 // Project: https://github.com/callemall/material-ui // Definitions by: Nathan Brown , Oliver Herrmann , Igor Belagorudsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped From 2da37f4b7ce1a57e70316a311c45a943fbf66746 Mon Sep 17 00:00:00 2001 From: Igor Belagorudsky Date: Fri, 14 Apr 2017 11:07:22 -0400 Subject: [PATCH 4/4] changed the version to match when fullWidth was added to FlatButton --- types/material-ui/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 5a25d36a4e..3b90e7f631 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for material-ui v0.16.1 +// Type definitions for material-ui v0.17.1 // Project: https://github.com/callemall/material-ui // Definitions by: Nathan Brown , Oliver Herrmann , Igor Belagorudsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped