Version 3.2.0

This commit is contained in:
Lucas Payr 2021-12-19 14:52:46 +01:00
parent 76da2e9e36
commit 380233423f
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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