diff --git a/elm.json b/elm.json index a57668f..39c9175 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "Orasund/elm-ui-widgets", "summary": "Collection of reusable views for elm-ui.", "license": "BSD-3-Clause", - "version": "3.1.0", + "version": "3.2.0", "exposed-modules": [ "Widget", "Widget.Material", diff --git a/src/Widget.elm b/src/Widget.elm index aa8f6bf..50ea48f 100644 --- a/src/Widget.elm +++ b/src/Widget.elm @@ -20,7 +20,7 @@ module Widget exposing , AppBarStyle, menuBar, tabBar , SortTableStyle, SortTable, Column, sortTable, floatColumn, intColumn, stringColumn, unsortableColumn , TextInputStyle, TextInput, textInput, usernameInput, emailInput, searchInput, spellCheckedInput - , PasswordInputStyle, PasswordInput + , PasswordInputStyle, PasswordInput, newPasswordInputV2, currentPasswordInputV2 , TabStyle, Tab, tab , ProgressIndicatorStyle, ProgressIndicator, circularProgressIndicator , newPasswordInput, currentPasswordInput