From ba97f36148179505569ddd37827b476808537600 Mon Sep 17 00:00:00 2001 From: Sarka Chwastkova Date: Mon, 16 Dec 2024 12:33:55 +0100 Subject: [PATCH] feat(InputFile): remove unused inputSize prop This prop is not used anywhere across the repository. BREAKING CHANGE: This prop is not used anywhere across the repository. It is no longer implemented. --- packages/orbit-components/src/InputFile/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/orbit-components/src/InputFile/index.tsx b/packages/orbit-components/src/InputFile/index.tsx index ee10eadb09..104b0fa262 100644 --- a/packages/orbit-components/src/InputFile/index.tsx +++ b/packages/orbit-components/src/InputFile/index.tsx @@ -157,7 +157,6 @@ const InputFile = React.forwardRef((props, ref) => { help={help} error={error} helpClosable={helpClosable} - inputSize="normal" referenceElement={labelRef} shown={shown} onShown={setTooltipShown}