appkit-ui 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,7 +138,7 @@ def form_field(
138
138
  label=label,
139
139
  description=hint,
140
140
  error=validation_error,
141
- required=True,
141
+ required=kwargs.get("required", False),
142
142
  width="100%",
143
143
  )
144
144
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: appkit-ui
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Add your description here
5
5
  Author: Jens Rehpöhler
6
6
  Requires-Python: >=3.13
@@ -5,8 +5,8 @@ appkit_ui/components/__init__.py,sha256=DPKkO65DGtXfla1esbS9wkEpxbVlMTs45g6oqgJV
5
5
  appkit_ui/components/collabsible.py,sha256=JAAIEvwShHMhtcGfZwXkR59AC2hEgZrH4DGmuVTGWFE,2833
6
6
  appkit_ui/components/dialogs.py,sha256=nc4-5PNUwzz-8ZB-Y3bUGkw6z6RlEfNto7icPHjycog,3916
7
7
  appkit_ui/components/editor.py,sha256=Z9cew7hrLuBoXBYk7xW-OsbhIcdW4LFlBqi_8eYtCTY,7956
8
- appkit_ui/components/form_inputs.py,sha256=lCA1VhEcZeVZDwiiq0JBsjDy1PvTIrTPZXkIf5gqLwQ,11521
8
+ appkit_ui/components/form_inputs.py,sha256=L3akQp92N7M-2Yi0lLSg7rbZTijneLg3FiPwWF1wcik,11546
9
9
  appkit_ui/components/header.py,sha256=JLAiDEVku99pRgAsQAMUIui7i70hS6H6Bbbe8FVj0DU,715
10
- appkit_ui-0.7.2.dist-info/METADATA,sha256=fthBAwDpIYDBXkh5qWPYyrYmGaMABNQ0n-NABZsMFVc,196
11
- appkit_ui-0.7.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- appkit_ui-0.7.2.dist-info/RECORD,,
10
+ appkit_ui-0.7.3.dist-info/METADATA,sha256=W26Au3CnrvR2C2Dh9Ho6gguqouIcgWPLa3RxOjOpTAg,196
11
+ appkit_ui-0.7.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ appkit_ui-0.7.3.dist-info/RECORD,,