diff --git a/components/lib/button/__snapshots__/Button.spec.js.snap b/components/lib/button/__snapshots__/Button.spec.js.snap index f209f842d3..7b9dce0da6 100644 --- a/components/lib/button/__snapshots__/Button.spec.js.snap +++ b/components/lib/button/__snapshots__/Button.spec.js.snap @@ -111,25 +111,10 @@ exports[`Button when click the button if loading is true it renders Button with width="14" xmlns="http://www.w3.org/2000/svg" > - - - - - - - - + - - - - - - - - + @@ -143,27 +128,12 @@ exports[`Chip when removable is true the chip is removed when ENTER is pressed: width="14" xmlns="http://www.w3.org/2000/svg" > - - - - - - - - + diff --git a/components/lib/datatable/datatable.d.ts b/components/lib/datatable/datatable.d.ts index f4bcec5ae1..51a7642cdf 100644 --- a/components/lib/datatable/datatable.d.ts +++ b/components/lib/datatable/datatable.d.ts @@ -616,7 +616,7 @@ interface DataTableColReorderEvent { /** * Columns array after reorder. */ - columns: React.ReactElement; + columns: Column[]; } /** diff --git a/components/lib/fieldset/__snapshots__/Fieldset.spec.js.snap b/components/lib/fieldset/__snapshots__/Fieldset.spec.js.snap index 3cef37d66a..194ea4c07e 100644 --- a/components/lib/fieldset/__snapshots__/Fieldset.spec.js.snap +++ b/components/lib/fieldset/__snapshots__/Fieldset.spec.js.snap @@ -93,25 +93,10 @@ exports[`Fieldset when Fieldset is toggleable it must expand and collapse: expan width="14" xmlns="http://www.w3.org/2000/svg" > - - - - - - - - + - - - - - - - - + - - - - - - - - + - - - - - - - - + - - - - - - - - - - + + + - - - - - - - - + - - - - - - - - +