django-unfold 0.55.2__tar.gz → 1.0.0__tar.gz

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.
Files changed (300) hide show
  1. {django_unfold-0.55.2 → django_unfold-1.0.0}/PKG-INFO +1 -1
  2. {django_unfold-0.55.2 → django_unfold-1.0.0}/pyproject.toml +1 -1
  3. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +2 -2
  4. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/templates/unfold/forms/array.html +5 -5
  5. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +23 -23
  6. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/widgets.py +7 -7
  7. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html +4 -2
  8. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html +5 -3
  9. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html +5 -3
  10. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/unfold/guardian/group_form.html +4 -4
  11. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/unfold/guardian/user_form.html +4 -4
  12. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_form.html +1 -1
  13. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/export.html +4 -4
  14. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/import.html +1 -1
  15. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +2 -2
  16. django_unfold-1.0.0/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +42 -0
  17. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_form.html +2 -2
  18. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_preview.html +2 -2
  19. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_validation.html +7 -7
  20. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history.html +3 -3
  21. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history_form.html +2 -2
  22. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history_list.html +2 -2
  23. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/templates/simple_history/submit_line.html +4 -4
  24. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/forms.py +1 -1
  25. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/settings.py +22 -22
  26. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/sites.py +10 -5
  27. django_unfold-1.0.0/src/unfold/static/unfold/css/styles.css +2 -0
  28. django_unfold-1.0.0/src/unfold/static/unfold/fonts/material-symbols/styles.css +6 -0
  29. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/styles.css +140 -84
  30. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/actions.html +4 -4
  31. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/app_index.html +1 -1
  32. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/app_list.html +2 -2
  33. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/auth/user/add_form.html +1 -1
  34. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/auth/user/change_password.html +2 -2
  35. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/base.html +6 -6
  36. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/change_form.html +6 -4
  37. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/change_list.html +11 -9
  38. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/change_list_results.html +4 -4
  39. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/date_hierarchy.html +1 -1
  40. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/delete_confirmation.html +4 -4
  41. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/delete_selected_confirmation.html +3 -3
  42. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/edit_inline/stacked.html +3 -3
  43. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/edit_inline/tabular.html +4 -4
  44. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/filter.html +3 -3
  45. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/includes/fieldset.html +1 -1
  46. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/index.html +1 -1
  47. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/login.html +9 -7
  48. django_unfold-1.0.0/src/unfold/templates/admin/nav_sidebar.html +15 -0
  49. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/object_history.html +4 -4
  50. django_unfold-1.0.0/src/unfold/templates/admin/pagination.html +23 -0
  51. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/search_form.html +3 -3
  52. django_unfold-1.0.0/src/unfold/templates/admin/submit_line.html +67 -0
  53. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/auth/widgets/read_only_password_hash.html +1 -1
  54. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/registration/logged_out.html +6 -8
  55. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/registration/password_change_done.html +1 -1
  56. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/registration/password_change_form.html +1 -1
  57. django_unfold-1.0.0/src/unfold/templates/unfold/components/button.html +4 -0
  58. django_unfold-1.0.0/src/unfold/templates/unfold/components/card.html +27 -0
  59. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/chart/cohort.html +2 -2
  60. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/navigation.html +2 -2
  61. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/progress.html +1 -1
  62. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/table.html +3 -3
  63. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/tracker.html +1 -1
  64. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/account_links.html +7 -7
  65. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/actions_row.html +3 -3
  66. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/app_list.html +7 -7
  67. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/app_list_default.html +2 -2
  68. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/change_list_actions.html +1 -1
  69. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/change_list_filter.html +4 -4
  70. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/change_list_filter_actions.html +5 -5
  71. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/delete_submit_line.html +11 -0
  72. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/display_dropdown.html +3 -3
  73. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/display_header.html +1 -1
  74. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/edit_inline/tabular_delete.html +13 -0
  75. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/edit_inline/tabular_field.html +1 -1
  76. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/edit_inline/tabular_row.html +1 -1
  77. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/edit_inline/tabular_title.html +1 -1
  78. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/empty_results.html +4 -4
  79. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/field_readonly_value.html +1 -0
  80. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/fieldset_row_checkbox.html +2 -2
  81. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/fieldset_row_field.html +1 -1
  82. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/fieldsets_tabs.html +1 -1
  83. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/header.html +3 -1
  84. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/header_back_button.html +1 -1
  85. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/history.html +2 -2
  86. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/label.html +1 -1
  87. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/language_switch.html +3 -3
  88. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/messages/debug.html +3 -0
  89. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/messages/error.html +1 -1
  90. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/messages/errornote.html +1 -1
  91. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/messages/info.html +3 -0
  92. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/messages/success.html +3 -0
  93. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/messages/warning.html +3 -0
  94. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/messages.html +1 -1
  95. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/navigation.html +13 -0
  96. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/navigation_header.html +6 -4
  97. django_unfold-1.0.0/src/unfold/templates/unfold/helpers/pagination.html +7 -0
  98. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/search.html +2 -2
  99. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/search_results.html +1 -1
  100. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/site_dropdown.html +2 -2
  101. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/site_icon.html +6 -6
  102. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/submit.html +1 -1
  103. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/tab_action.html +5 -5
  104. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/tab_actions.html +1 -1
  105. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/tab_items.html +8 -8
  106. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/tab_list.html +1 -1
  107. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/theme_switch.html +8 -8
  108. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/welcomemsg.html +3 -3
  109. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/layouts/base_simple.html +3 -3
  110. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/layouts/skeleton.html +2 -2
  111. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/clearable_file_input.html +3 -3
  112. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/clearable_file_input_small.html +5 -5
  113. django_unfold-1.0.0/src/unfold/templates/unfold/widgets/foreign_key_raw_id.html +21 -0
  114. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/related_widget_wrapper.html +8 -8
  115. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/split_datetime.html +2 -2
  116. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/field.html +1 -1
  117. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/inputs.html +1 -1
  118. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/checkbox.html +1 -1
  119. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/fieldset.html +1 -1
  120. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/table_inline_formset.html +2 -2
  121. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templatetags/unfold.py +23 -9
  122. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/widgets.py +29 -34
  123. django_unfold-0.55.2/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +0 -36
  124. django_unfold-0.55.2/src/unfold/static/unfold/css/styles.css +0 -1
  125. django_unfold-0.55.2/src/unfold/static/unfold/fonts/material-symbols/styles.css +0 -22
  126. django_unfold-0.55.2/src/unfold/templates/admin/nav_sidebar.html +0 -7
  127. django_unfold-0.55.2/src/unfold/templates/admin/pagination.html +0 -29
  128. django_unfold-0.55.2/src/unfold/templates/admin/submit_line.html +0 -70
  129. django_unfold-0.55.2/src/unfold/templates/unfold/components/button.html +0 -4
  130. django_unfold-0.55.2/src/unfold/templates/unfold/components/card.html +0 -27
  131. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/delete_submit_line.html +0 -11
  132. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/edit_inline/tabular_delete.html +0 -13
  133. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/field_readonly_value.html +0 -1
  134. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/messages/debug.html +0 -3
  135. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/messages/info.html +0 -3
  136. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/messages/success.html +0 -3
  137. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/messages/warning.html +0 -3
  138. django_unfold-0.55.2/src/unfold/templates/unfold/helpers/navigation.html +0 -17
  139. django_unfold-0.55.2/src/unfold/templates/unfold/widgets/foreign_key_raw_id.html +0 -21
  140. {django_unfold-0.55.2 → django_unfold-1.0.0}/LICENSE.md +0 -0
  141. {django_unfold-0.55.2 → django_unfold-1.0.0}/README.md +0 -0
  142. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/__init__.py +0 -0
  143. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/admin.py +0 -0
  144. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/apps.py +0 -0
  145. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/checks.py +0 -0
  146. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/components.py +0 -0
  147. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/__init__.py +0 -0
  148. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/__init__.py +0 -0
  149. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/__init__.py +0 -0
  150. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/autocomplete_filters.py +0 -0
  151. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/choice_filters.py +0 -0
  152. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/datetime_filters.py +0 -0
  153. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/dropdown_filters.py +0 -0
  154. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/mixins.py +0 -0
  155. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/numeric_filters.py +0 -0
  156. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/admin/text_filters.py +0 -0
  157. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/apps.py +0 -0
  158. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/forms.py +0 -0
  159. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider/LICENSE +0 -0
  160. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider/nouislider.min.css +0 -0
  161. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js +0 -0
  162. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js +0 -0
  163. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider/LICENSE +0 -0
  164. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider/nouislider.min.js +0 -0
  165. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/wnumb/LICENSE +0 -0
  166. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/static/unfold/filters/js/wnumb/wNumb.min.js +0 -0
  167. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +0 -0
  168. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +0 -0
  169. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_field.html +0 -0
  170. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +0 -0
  171. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +0 -0
  172. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/__init__.py +0 -0
  173. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/apps.py +0 -0
  174. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/static/unfold/forms/css/trix/LICENSE +0 -0
  175. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/static/unfold/forms/css/trix/trix.css +0 -0
  176. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix/LICENSE +0 -0
  177. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix/trix.js +0 -0
  178. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.config.js +0 -0
  179. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/forms/templates/unfold/forms/wysiwyg.html +0 -0
  180. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/__init__.py +0 -0
  181. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/apps.py +0 -0
  182. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/change_form.html +0 -0
  183. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/field.html +0 -0
  184. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/__init__.py +0 -0
  185. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/apps.py +0 -0
  186. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/forms.py +0 -0
  187. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/base.html +0 -0
  188. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export.html +0 -0
  189. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html +0 -0
  190. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html +0 -0
  191. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html +0 -0
  192. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/import_export/templates/admin/import_export/resource_fields_list.html +0 -0
  193. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/inlines/__init__.py +0 -0
  194. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/inlines/admin.py +0 -0
  195. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/inlines/apps.py +0 -0
  196. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/inlines/checks.py +0 -0
  197. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/inlines/forms.py +0 -0
  198. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/__init__.py +0 -0
  199. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/contrib/simple_history/apps.py +0 -0
  200. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/dataclasses.py +0 -0
  201. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/decorators.py +0 -0
  202. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/enums.py +0 -0
  203. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/exceptions.py +0 -0
  204. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/fields.py +0 -0
  205. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/layout.py +0 -0
  206. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/mixins/__init__.py +0 -0
  207. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/mixins/action_model_admin.py +0 -0
  208. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/mixins/base_model_admin.py +0 -0
  209. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/overrides.py +0 -0
  210. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/paginator.py +0 -0
  211. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/sections.py +0 -0
  212. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/admin/js/admin/RelatedObjectLookups.js +0 -0
  213. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/admin/js/inlines.js +0 -0
  214. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/css/simplebar/LICENSE +0 -0
  215. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/css/simplebar/simplebar.css +0 -0
  216. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/Inter-Bold.woff2 +0 -0
  217. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/Inter-Medium.woff2 +0 -0
  218. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/Inter-Regular.woff2 +0 -0
  219. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2 +0 -0
  220. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/LICENSE +0 -0
  221. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/inter/styles.css +0 -0
  222. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/material-symbols/LICENSE +0 -0
  223. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2 +0 -0
  224. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/LICENSE +0 -0
  225. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/alpine.anchor.js +0 -0
  226. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/alpine.js +0 -0
  227. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/alpine.persist.js +0 -0
  228. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/alpine.resize.js +0 -0
  229. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/alpine/alpine.sort.js +0 -0
  230. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/app.js +0 -0
  231. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/chart/LICENSE +0 -0
  232. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/chart/chart.js +0 -0
  233. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/htmx/LICENSE +0 -0
  234. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/htmx/htmx.js +0 -0
  235. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/select2.init.js +0 -0
  236. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/simplebar/LICENSE +0 -0
  237. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/static/unfold/js/simplebar/simplebar.js +0 -0
  238. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/base_site.html +0 -0
  239. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/change_form_object_tools.html +0 -0
  240. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/change_list_object_tools.html +0 -0
  241. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/admin/includes/object_delete_summary.html +0 -0
  242. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/chart/bar.html +0 -0
  243. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/chart/line.html +0 -0
  244. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/container.html +0 -0
  245. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/flex.html +0 -0
  246. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/icon.html +0 -0
  247. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/separator.html +0 -0
  248. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/text.html +0 -0
  249. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/components/title.html +0 -0
  250. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/add_link.html +0 -0
  251. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/attrs.html +0 -0
  252. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/boolean.html +0 -0
  253. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/breadcrumb_item.html +0 -0
  254. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/display_label.html +0 -0
  255. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/edit_inline/tabular_error.html +0 -0
  256. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/edit_inline/tabular_heading.html +0 -0
  257. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/field.html +0 -0
  258. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/field_readonly.html +0 -0
  259. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/fieldset_row.html +0 -0
  260. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/form_errors.html +0 -0
  261. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/form_label.html +0 -0
  262. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/help_text.html +0 -0
  263. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/pagination_current_item.html +0 -0
  264. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/pagination_default.html +0 -0
  265. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/pagination_ellipsis.html +0 -0
  266. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/pagination_infinite.html +0 -0
  267. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/site_branding.html +0 -0
  268. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/site_logo.html +0 -0
  269. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/helpers/userlinks.html +0 -0
  270. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/layouts/base.html +0 -0
  271. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/templatetags/preserve_changelist_filters.html +0 -0
  272. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/date.html +0 -0
  273. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/radio.html +0 -0
  274. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/radio_option.html +0 -0
  275. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/range.html +0 -0
  276. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/split_datetime_vertical.html +0 -0
  277. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/split_money.html +0 -0
  278. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/textarea.html +0 -0
  279. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/time.html +0 -0
  280. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold/widgets/url.html +0 -0
  281. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/display_form.html +0 -0
  282. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/errors.html +0 -0
  283. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/attrs.html +0 -0
  284. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/baseinput.html +0 -0
  285. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/button.html +0 -0
  286. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/buttonholder.html +0 -0
  287. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/column.html +0 -0
  288. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/div.html +0 -0
  289. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/field_errors.html +0 -0
  290. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/help_text.html +0 -0
  291. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/help_text_and_errors.html +0 -0
  292. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/radio_checkbox_select.html +0 -0
  293. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/layout/row.html +0 -0
  294. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/uni_form.html +0 -0
  295. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templates/unfold_crispy/whole_uni_form.html +0 -0
  296. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templatetags/__init__.py +0 -0
  297. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/templatetags/unfold_list.py +0 -0
  298. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/typing.py +0 -0
  299. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/utils.py +0 -0
  300. {django_unfold-0.55.2 → django_unfold-1.0.0}/src/unfold/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: django-unfold
3
- Version: 0.55.2
3
+ Version: 1.0.0
4
4
  Summary: Modern Django admin theme for seamless interface development
5
5
  License: MIT
6
6
  Keywords: django,admin,tailwind,theme
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "django-unfold"
3
- version = "0.55.2"
3
+ version = "1.0.0"
4
4
  description = "Modern Django admin theme for seamless interface development"
5
5
  license = "MIT"
6
6
  readme = "README.md"
@@ -9,11 +9,11 @@
9
9
 
10
10
  {% if choice.min is not None and choice.max is not None and choice.step %}
11
11
  <div class="admin-numeric-filter-slider-tooltips">
12
- <span class="admin-numeric-filter-slider-tooltip-from border cursor-not-allowed flex flex-grow flex-row items-center mr-auto rounded shadow-sm px-3 py-2 w-full dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
12
+ <span class="admin-numeric-filter-slider-tooltip-from border cursor-not-allowed flex grow flex-row items-center mr-auto rounded-default shadow-xs px-3 py-2 w-full dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
13
13
  {{ choice.value_from }}
14
14
  </span>
15
15
 
16
- <span class="admin-numeric-filter-slider-tooltip-to border cursor-not-allowed flex flex-grow flex-row items-center rounded shadow-sm px-3 py-2 w-full dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
16
+ <span class="admin-numeric-filter-slider-tooltip-to border cursor-not-allowed flex grow flex-row items-center rounded-default shadow-xs px-3 py-2 w-full dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
17
17
  {{ choice.value_to }}
18
18
  </span>
19
19
  </div>
@@ -7,8 +7,8 @@
7
7
  {% include widget.template_name %}
8
8
  {% endwith %}
9
9
 
10
- <a x-on:click="$el.parentElement.remove()" class="bg-white border border-base-200 cursor-pointer flex items-center h-9.5 justify-center ml-2 rounded shadow-sm shrink-0 text-red-600 text-sm w-9.5 dark:bg-base-900 dark:border-base-700 dark:text-red-500">
11
- <span class="material-symbols-outlined text-sm">delete</span>
10
+ <a x-on:click="$el.parentElement.remove()" class="bg-white border border-base-200 cursor-pointer flex items-center h-[38px] justify-center ml-2 rounded-default shadow-xs shrink-0 text-red-600 text-sm w-[38px] dark:bg-base-900 dark:border-base-700 dark:text-red-500">
11
+ <span class="material-symbols-outlined">delete</span>
12
12
  </a>
13
13
  </div>
14
14
  {% endfor %}
@@ -19,14 +19,14 @@
19
19
  {% include template.template_name %}
20
20
  {% endwith %}
21
21
 
22
- <a x-on:click="items.splice(index, 1)" class="bg-white border border-base-200 cursor-pointer flex items-center h-9.5 justify-center ml-2 rounded shadow-sm shrink-0 text-red-600 text-sm w-9.5 dark:bg-base-900 dark:border-base-700 dark:text-red-500">
23
- <span class="material-symbols-outlined text-sm">delete</span>
22
+ <a x-on:click="items.splice(index, 1)" class="bg-white border border-base-200 cursor-pointer flex items-center h-[38px] justify-center ml-2 rounded-default shadow-xs shrink-0 text-red-600 text-sm w-[38px] dark:bg-base-900 dark:border-base-700 dark:text-red-500">
23
+ <span class="material-symbols-outlined">delete</span>
24
24
  </a>
25
25
  </div>
26
26
  </template>
27
27
 
28
28
  <div class="flex flex-row">
29
- <div x-on:click="items.push({ key: new Date().getTime()})" class="bg-primary-600 border border-transparent cursor-pointer font-medium inline-block px-3 py-2 rounded text-center text-sm text-white w-full lg:w-auto">
29
+ <div x-on:click="items.push({ key: new Date().getTime()})" class="bg-primary-600 border border-transparent cursor-pointer font-medium inline-block px-3 py-2 rounded-default text-center text-sm text-white w-full lg:w-auto">
30
30
  {% trans "Add new item" %}
31
31
  </div>
32
32
  </div>
@@ -1,26 +1,26 @@
1
1
  {% load i18n %}
2
2
 
3
3
  <template id="trix-toolbar">
4
- <div class="bg-base-50 flex flex-row flex-wrap border group-[.errors]:border-t-red-600 gap-4 group-[.errors]:border-x-red-600 px-3 py-2 relative rounded rounded-b-none shadow-sm w-full dark:bg-white/[.02] dark:border-base-700 dark:group-[.errors]:border-t-red-500 dark:group-[.errors]:border-x-red-500">
5
- <div data-trix-button-group="text-tools" class="bg-white border border-md flex flex-row rounded shadow-sm shrink-0 dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
4
+ <div class="bg-base-50 flex flex-row flex-wrap border border-base-200 group-[.errors]:border-t-red-600 gap-4 group-[.errors]:border-x-red-600 px-3 py-2 relative rounded-default rounded-b-none shadow-xs w-full dark:bg-white/[.02] dark:border-base-700 dark:group-[.errors]:border-t-red-500 dark:group-[.errors]:border-x-red-500">
5
+ <div data-trix-button-group="text-tools" class="bg-white border border-base-200 border-md flex flex-row rounded-default shadow-xs shrink-0 dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
6
6
  {% spaceless %}
7
- <button type="button" data-trix-attribute="p" data-trix-key="p" title="{% trans "Paragraph" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
7
+ <button type="button" data-trix-attribute="p" data-trix-key="p" title="{% trans "Paragraph" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
8
8
  <span class="material-symbols-outlined">format_paragraph</span>
9
9
  </button>
10
10
 
11
- <button type="button" data-trix-attribute="underlined" data-trix-key="u" title="{% trans "Underlined" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
11
+ <button type="button" data-trix-attribute="underlined" data-trix-key="u" title="{% trans "Underlined" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
12
12
  <span class="material-symbols-outlined">format_underlined</span>
13
13
  </button>
14
14
 
15
- <button type="button" data-trix-attribute="bold" data-trix-key="b" title="{% trans "Bold" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
15
+ <button type="button" data-trix-attribute="bold" data-trix-key="b" title="{% trans "Bold" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
16
16
  <span class="material-symbols-outlined">format_bold</span>
17
17
  </button>
18
18
 
19
- <button type="button" data-trix-attribute="italic" data-trix-key="i" title="{% trans "Italic" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
19
+ <button type="button" data-trix-attribute="italic" data-trix-key="i" title="{% trans "Italic" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
20
20
  <span class="material-symbols-outlined">format_italic</span>
21
21
  </button>
22
22
 
23
- <button type="button" data-trix-attribute="strike" title="{% trans "Strike" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
23
+ <button type="button" data-trix-attribute="strike" title="{% trans "Strike" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
24
24
  <span class="material-symbols-outlined">format_strikethrough</span>
25
25
  </button>
26
26
 
@@ -30,17 +30,17 @@
30
30
  {% endspaceless %}
31
31
  </div>
32
32
 
33
- <div data-trix-button-group="block-headings" class="bg-white border border-md flex flex-row rounded shadow-sm dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
33
+ <div data-trix-button-group="block-headings" class="bg-white border border-base-200 border-md flex flex-row rounded-default shadow-xs dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
34
34
  {% spaceless %}
35
- <button type="button" data-trix-attribute="heading1" title="{% trans "Heading" %} 1" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
35
+ <button type="button" data-trix-attribute="heading1" title="{% trans "Heading" %} 1" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
36
36
  <span class="material-symbols-outlined">format_h1</span>
37
37
  </button>
38
38
 
39
- <button type="button" data-trix-attribute="heading2" title="{% trans "Heading" %} 2" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
39
+ <button type="button" data-trix-attribute="heading2" title="{% trans "Heading" %} 2" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
40
40
  <span class="material-symbols-outlined">format_h2</span>
41
41
  </button>
42
42
 
43
- <button type="button" data-trix-attribute="heading3" title="{% trans "Heading" %} 3" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
43
+ <button type="button" data-trix-attribute="heading3" title="{% trans "Heading" %} 3" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
44
44
  <span class="material-symbols-outlined">format_h3</span>
45
45
  </button>
46
46
 
@@ -50,25 +50,25 @@
50
50
  {% endspaceless %}
51
51
  </div>
52
52
 
53
- <div data-trix-button-group="block-tools" class="bg-white border border-md flex flex-row rounded shadow-sm dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
53
+ <div data-trix-button-group="block-tools" class="bg-white border border-base-200 border-md flex flex-row rounded-default shadow-xs dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
54
54
  {% spaceless %}
55
- <button type="button" data-trix-attribute="quote" title="{% trans "Quote" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
55
+ <button type="button" data-trix-attribute="quote" title="{% trans "Quote" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
56
56
  <span class="material-symbols-outlined">format_quote</span>
57
57
  </button>
58
58
 
59
- <button type="button" data-trix-attribute="code" title="{% trans "Code" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
59
+ <button type="button" data-trix-attribute="code" title="{% trans "Code" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
60
60
  <span class="material-symbols-outlined">code</span>
61
61
  </button>
62
62
 
63
- <button type="button" data-trix-attribute="bullet" title="{% trans "Unordered list" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
63
+ <button type="button" data-trix-attribute="bullet" title="{% trans "Unordered list" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
64
64
  <span class="material-symbols-outlined">format_list_bulleted</span>
65
65
  </button>
66
66
 
67
- <button type="button" data-trix-attribute="number" title="{% trans "Ordered list" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
67
+ <button type="button" data-trix-attribute="number" title="{% trans "Ordered list" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
68
68
  <span class="material-symbols-outlined">format_list_numbered</span>
69
69
  </button>
70
70
 
71
- <button type="button" data-trix-action="increaseNestingLevel" title="{% trans "Indent increase" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
71
+ <button type="button" data-trix-action="increaseNestingLevel" title="{% trans "Indent increase" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
72
72
  <span class="material-symbols-outlined">format_indent_increase</span>
73
73
  </button>
74
74
 
@@ -79,8 +79,8 @@
79
79
  </div>
80
80
 
81
81
  <div class="lg:ml-auto">
82
- <div data-trix-button-group="history-tools" class="bg-white border border-md flex flex-row rounded shadow-sm dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
83
- <button type="button" data-trix-action="undo" data-trix-key="z" title="{% trans "Undo" %}" tabindex="-1" class="border-r cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
82
+ <div data-trix-button-group="history-tools" class="bg-white border border-base-200 border-md flex flex-row rounded-default shadow-xs dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
83
+ <button type="button" data-trix-action="undo" data-trix-key="z" title="{% trans "Undo" %}" tabindex="-1" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center transition-colors w-8 hover:text-primary-600 dark:border-base-700">
84
84
  <span class="material-symbols-outlined">undo</span>
85
85
  </button>
86
86
 
@@ -90,12 +90,12 @@
90
90
  </div>
91
91
 
92
92
  <div data-trix-dialogs>
93
- <div class="absolute bg-white border-b -bottom-px left-0 px-4 py-2 right-0 shadow-sm translate-y-full dark:bg-base-900 dark:border-base-700" data-trix-dialog="href" data-trix-dialog-attribute="href">
93
+ <div class="absolute bg-white border-b border-base-200 -bottom-px left-0 px-4 py-2 right-0 shadow-xs translate-y-full dark:bg-base-900 dark:border-base-700" data-trix-dialog="href" data-trix-dialog-attribute="href">
94
94
  <div class="flex flex-row">
95
- <input type="url" name="href" class="border bg-white font-medium px-3 rounded shadow-sm text-base-500 text-sm focus:ring focus:ring-primary-300 focus:border-primary-600 focus:outline-none group-[.errors]:border-red-600 group-[.errors]:focus:ring-red-200 dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark dark:focus:ring-primary-600/30 dark:group-[.errors]:border-red-500 dark:group-[.errors]:focus:ring-red-600/40" placeholder="{% trans "Enter an URL" %}" required data-trix-input>
95
+ <input type="url" name="href" class="border border-base-200 bg-white font-medium px-3 rounded-default shadow-xs text-base-500 text-sm focus:outline-2 focus:-outline-offset-2 focus:outline-primary-600 group-[.errors]:border-red-600 focus:group-[.errors]:outline-red-600 dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark dark:group-[.errors]:border-red-500 dark:focus:group-[.errors]:outline-red-500" placeholder="{% trans "Enter an URL" %}" required data-trix-input>
96
96
 
97
- <div class="bg-white border border-md flex flex-row ml-4 rounded shadow-sm dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
98
- <button type="button" data-trix-method="setAttribute" title="{% trans "Link" %}" class="border-r cursor-pointer flex items-center h-8 justify-center text-base-400 transition-colors w-8 hover:text-primary-600 dark:border-base-700">
97
+ <div class="bg-white border border-base-200 border-md flex flex-row ml-4 rounded-default shadow-xs dark:bg-base-900 dark:border-base-700 dark:text-font-default-dark">
98
+ <button type="button" data-trix-method="setAttribute" title="{% trans "Link" %}" class="border-r border-base-200 cursor-pointer flex items-center h-8 justify-center text-base-400 transition-colors w-8 hover:text-primary-600 dark:border-base-700">
99
99
  <span class="material-symbols-outlined">link</span>
100
100
  </button>
101
101
 
@@ -13,9 +13,9 @@ from unfold.widgets import (
13
13
 
14
14
  WYSIWYG_CLASSES = [
15
15
  *PROSE_CLASSES,
16
- "border",
17
- "border-base-200",
18
- "border-t-0",
16
+ "border!",
17
+ "border-base-200!",
18
+ "border-t-0!",
19
19
  "group-[.errors]:border-red-600",
20
20
  "max-w-none",
21
21
  "p-4",
@@ -23,10 +23,10 @@ WYSIWYG_CLASSES = [
23
23
  "rounded-t-none",
24
24
  "text-base-500",
25
25
  "w-full",
26
- "focus:outline-none",
27
- "dark:border-base-700",
28
- "dark:text-base-300",
29
- "dark:group-[.errors]:border-red-500",
26
+ "focus:outline-hidden",
27
+ "dark:border-base-700!",
28
+ "dark:text-base-300!",
29
+ "dark:group-[.errors]:border-red-500!",
30
30
  ]
31
31
 
32
32
 
@@ -3,7 +3,7 @@
3
3
  {% load admin_urls i18n guardian_tags %}
4
4
 
5
5
  {% block breadcrumbs %}{% if not is_popup %}
6
- <div class="px-4 lg:px-8">
6
+ <div class="px-4">
7
7
  <div class="container mb-6 mx-auto -my-3 lg:mb-12">
8
8
  <ul class="flex flex-wrap">
9
9
  {% url 'admin:index' as link %}
@@ -29,7 +29,9 @@
29
29
  {% block content %}
30
30
  {% include "unfold/guardian/user_form.html" %}
31
31
 
32
- <hr class="my-12 dark:border-base-800"/>
32
+ <hr class="border-base-200 my-12 dark:border-base-800"/>
33
33
 
34
34
  {% include "unfold/guardian/group_form.html" %}
35
35
  {% endblock %}
36
+
37
+ {% block footer %}{% endblock%}
@@ -6,7 +6,7 @@
6
6
  {% endblock %}
7
7
 
8
8
  {% block breadcrumbs %}{% if not is_popup %}
9
- <div class="px-4 lg:px-8">
9
+ <div class="px-4">
10
10
  <div class="container mb-6 mx-auto -my-3 lg:mb-12">
11
11
  <ul class="flex flex-wrap">
12
12
  {% url 'admin:index' as link %}
@@ -32,7 +32,7 @@
32
32
  {% endif %}{% endblock %}
33
33
 
34
34
  {% block content %}
35
- <div class="border border-base-200 overflow-hidden rounded p-3 shadow-sm dark:border-base-800">
35
+ <div class="border border-base-200 overflow-hidden rounded-default p-3 shadow-xs dark:border-base-800">
36
36
  <form method="post">
37
37
  {% csrf_token %}
38
38
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  {% include "unfold/helpers/field.html" with field=form.permissions %}
46
46
 
47
- <div class="bg-base-50 border-t flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
47
+ <div class="bg-base-50 border-t border-base-200 flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
48
48
  <div class="ml-auto">
49
49
  {% trans "Save" as title %}
50
50
  {% include "unfold/helpers/submit.html" with title=title %}
@@ -53,3 +53,5 @@
53
53
  </form>
54
54
  </div>
55
55
  {% endblock %}
56
+
57
+ {% block footer %}{% endblock%}
@@ -7,7 +7,7 @@
7
7
  {% endblock %}
8
8
 
9
9
  {% block breadcrumbs %}{% if not is_popup %}
10
- <div class="px-4 lg:px-8">
10
+ <div class="px-4">
11
11
  <div class="container mb-6 mx-auto -my-3 lg:mb-12">
12
12
  <ul class="flex flex-wrap">
13
13
  {% url 'admin:index' as link %}
@@ -33,7 +33,7 @@
33
33
  {% endif %}{% endblock %}
34
34
 
35
35
  {% block content %}
36
- <div class="border border-base-200 overflow-hidden rounded p-3 shadow-sm dark:border-base-800">
36
+ <div class="border border-base-200 overflow-hidden rounded-default p-3 shadow-xs dark:border-base-800">
37
37
  <form method="post">
38
38
  {% csrf_token %}
39
39
 
@@ -45,7 +45,7 @@
45
45
 
46
46
  {% include "unfold/helpers/field.html" with field=form.permissions %}
47
47
 
48
- <div class="bg-base-50 border-t flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
48
+ <div class="bg-base-50 border-t border-base-200 flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
49
49
  <div class="ml-auto">
50
50
  {% trans "Save" as title %}
51
51
  {% include "unfold/helpers/submit.html" with title=title %}
@@ -54,3 +54,5 @@
54
54
  </form>
55
55
  </div>
56
56
  {% endblock %}
57
+
58
+ {% block footer %}{% endblock%}
@@ -8,7 +8,7 @@
8
8
  </h2>
9
9
 
10
10
  {% if groups_perms.items %}
11
- <table id="group-permissions" class="border-base-200 border-spacing-none border-separate mb-6 w-full lg:border lg:rounded lg:shadow-sm lg:dark:border-base-800">
11
+ <table id="group-permissions" class="border-base-200 border-spacing-none border-separate mb-6 w-full lg:border lg:rounded-default lg:shadow-xs lg:dark:border-base-800">
12
12
  <thead class="hidden lg:table-header-group text-font-important-light dark:text-font-important-dark">
13
13
  <tr>
14
14
  <th class="align-middle font-semibold px-3 py-2 text-left">
@@ -29,7 +29,7 @@
29
29
 
30
30
  <tbody>
31
31
  {% for group, group_perms in groups_perms.items %}
32
- <tr class="block border mb-3 rounded shadow-sm lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
32
+ <tr class="block border mb-3 rounded-default shadow-xs lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
33
33
  <th class="align-middle flex border-t border-base-200 font-normal px-3 py-2 text-left before:flex before:capitalize before:content-[attr(data-label)] before:items-center before:mr-auto first:border-t-0 lg:before:hidden lg:first:border-t lg:py-3 lg:table-cell dark:border-base-800" data-label="{% trans "User" %}">
34
34
  <span>
35
35
  {{ group }}
@@ -57,12 +57,12 @@
57
57
  </table>
58
58
  {% endif %}
59
59
 
60
- <div class="border border-base-200 overflow-hidden rounded p-3 shadow-sm dark:border-base-800">
60
+ <div class="border border-base-200 overflow-hidden rounded-default p-3 shadow-xs dark:border-base-800">
61
61
  {% for field in group_form %}
62
62
  {% include "admin/guardian/model/field.html" %}
63
63
  {% endfor %}
64
64
 
65
- <div class="bg-base-50 border-t flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
65
+ <div class="bg-base-50 border-t border-base-200 flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
66
66
  <div class="ml-auto">
67
67
  {% trans "Manage group" as title %}
68
68
  {% include "unfold/helpers/submit.html" with title=title name="submit_manage_group" %}
@@ -8,7 +8,7 @@
8
8
  </h2>
9
9
 
10
10
  {% if users_perms.items %}
11
- <table id="user-permissions" class="border-base-200 border-spacing-none border-separate mb-6 w-full lg:border lg:rounded lg:shadow-sm lg:dark:border-base-800">
11
+ <table id="user-permissions" class="border-base-200 border-spacing-none border-separate mb-6 w-full lg:border lg:rounded-default lg:shadow-xs lg:dark:border-base-800">
12
12
  <thead class="hidden lg:table-header-group text-font-important-light dark:text-font-important-dark">
13
13
  <tr>
14
14
  <th class="align-middle font-semibold px-3 py-2 text-left">
@@ -29,7 +29,7 @@
29
29
 
30
30
  <tbody>
31
31
  {% for user, user_perms in users_perms.items %}
32
- <tr class="block border mb-3 rounded shadow-sm lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
32
+ <tr class="block border mb-3 rounded-default shadow-xs lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
33
33
  <th class="align-middle flex border-t border-base-200 font-normal px-3 py-2 text-left before:flex before:capitalize before:content-[attr(data-label)] before:items-center before:mr-auto first:border-t-0 lg:before:hidden lg:first:border-t lg:py-3 lg:table-cell dark:border-base-800" data-label="{% trans "User" %}">
34
34
  <span>
35
35
  {{ user }}
@@ -57,12 +57,12 @@
57
57
  </table>
58
58
  {% endif %}
59
59
 
60
- <div class="border border-base-200 overflow-hidden rounded p-3 shadow-sm dark:border-base-800">
60
+ <div class="border border-base-200 overflow-hidden rounded-default p-3 shadow-xs dark:border-base-800">
61
61
  {% for field in user_form %}
62
62
  {% include "admin/guardian/model/field.html" %}
63
63
  {% endfor %}
64
64
 
65
- <div class="bg-base-50 border-t flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
65
+ <div class="bg-base-50 border-t border-base-200 flex flex-row -m-3 p-3 dark:bg-white/[.02] dark:border-base-800">
66
66
  <div class="ml-auto">
67
67
  {% trans "Manage user" as title %}
68
68
  {% include "unfold/helpers/submit.html" with title=title name="submit_manage_user" %}
@@ -5,6 +5,6 @@
5
5
  {{ block.super }}
6
6
 
7
7
  {% if show_change_form_export %}
8
- <input type="submit" value="{% translate 'Export' %}" name="_export-item" class="bg-white text-base-500 border cursor-pointer flex font-medium items-center px-3 py-2 mr-3 rounded shadow-sm text-sm dark:bg-base-900 dark:border dark:border-base-700 dark:text-font-default-dark">
8
+ <input type="submit" value="{% translate 'Export' %}" name="_export-item" class="bg-white text-base-500 border cursor-pointer flex font-medium items-center px-3 py-2 mr-3 rounded-default shadow-xs text-sm dark:bg-base-900 dark:border dark:border-base-700 dark:text-font-default-dark">
9
9
  {% endif %}
10
10
  {% endblock %}
@@ -10,7 +10,7 @@
10
10
  {% endblock %}
11
11
 
12
12
  {% block breadcrumbs %}
13
- <div class="px-4 lg:px-8">
13
+ <div class="px-4">
14
14
  <div class="container mb-6 mx-auto -my-3 lg:mb-12">
15
15
  <ul class="flex flex-wrap">
16
16
  {% url 'admin:index' as link %}
@@ -37,7 +37,7 @@
37
37
  {% csrf_token %}
38
38
 
39
39
  {% if form.initial.export_items %}
40
- <p class="bg-blue-50 mb-4 text-blue-500 px-3 py-3 rounded text-sm dark:bg-blue-500/20 dark:border-blue-500/10">
40
+ <p class="bg-blue-50 mb-4 text-blue-500 px-3 py-3 rounded-default text-sm dark:bg-blue-500/20 dark:border-blue-500/10">
41
41
  {% blocktranslate count len=form.initial.export_items|length %}
42
42
  Export {{ len }} selected item.
43
43
  {% plural %}
@@ -52,7 +52,7 @@
52
52
 
53
53
  {{ form.non_field_errors }}
54
54
 
55
- <fieldset class="border border-base-200 mb-4 rounded pt-3 px-3 shadow-sm dark:border-base-800">
55
+ <fieldset class="border border-base-200 mb-4 rounded-default pt-3 px-3 shadow-xs dark:border-base-800">
56
56
  {% for field in form.visible_fields %}
57
57
  <div {% if field.field.is_selectable_field %}class="selectable-field-export-row" resource-index="{{ field.field.resource_index }}"{% endif %}>
58
58
  {% if field.field.initial_field %}
@@ -75,7 +75,7 @@
75
75
  {% endfor %}
76
76
  </fieldset>
77
77
 
78
- <button type="submit" class="bg-primary-600 border border-transparent font-medium px-3 py-2 rounded text-sm text-white">
78
+ <button type="submit" class="bg-primary-600 border border-transparent font-medium px-3 py-2 rounded-default text-sm text-white">
79
79
  {% translate 'Submit' %}
80
80
  </button>
81
81
  </form>
@@ -21,7 +21,7 @@
21
21
  {% endblock %}
22
22
 
23
23
  {% block breadcrumbs %}
24
- <div class="px-4 lg:px-8">
24
+ <div class="px-4">
25
25
  <div class="container mb-6 mx-auto -my-3 lg:mb-12">
26
26
  <ul class="flex flex-wrap">
27
27
  {% url 'admin:index' as link %}
@@ -1,7 +1,7 @@
1
1
  {% load admin_urls i18n import_export_tags %}
2
2
 
3
3
  {% block confirm_import_form %}
4
- <form action="{% url opts|admin_urlname:"process_import" %}" method="post" class="border border-base-200 mb-8 rounded shadow-sm dark:border-base-800">
4
+ <form action="{% url opts|admin_urlname:"process_import" %}" method="post" class="border border-base-200 mb-8 rounded-default shadow-xs dark:border-base-800">
5
5
  {% csrf_token %}
6
6
 
7
7
  {{ confirm_form.as_p }}
@@ -11,7 +11,7 @@
11
11
  </p>
12
12
 
13
13
  <div class="border-t border-base-200 flex flex-row px-4 py-3 dark:border-base-800">
14
- <button type="submit" class="bg-primary-600 border border-transparent font-medium ml-auto px-3 py-2 rounded text-sm text-white">
14
+ <button type="submit" class="bg-primary-600 border border-transparent font-medium ml-auto px-3 py-2 rounded-default text-sm text-white">
15
15
  {% translate 'Confirm import' %}
16
16
  </button>
17
17
  </div>
@@ -0,0 +1,42 @@
1
+ {% load i18n %}
2
+
3
+ {% block errors %}
4
+ <hr class="dark:border-base-800 my-8">
5
+
6
+ <ul>
7
+ {% for error in result.base_errors %}
8
+ <li>
9
+ {{ error.error }}
10
+
11
+ <div class="traceback">{{ error.traceback|linebreaks }}</div></li>
12
+ {% endfor %}
13
+
14
+ {% for line, errors in result.row_errors %}
15
+ {% for error in errors %}
16
+ <li x-data="{ open: false }">
17
+ <div class="bg-red-50 border border-red-200 cursor-pointer mb-4 rounded-default shadow-xs text-red-500 dark:bg-red-500/20 dark:border-red-500/20" x-on:click="open = ! open">
18
+ {% if "message" in import_error_display %}
19
+ <div class="border-b border-red-200 flex flex-row font-semibold py-3 px-4 dark:border-red-500/20">
20
+ {% trans "Line number" %}: {{ line }} - {{ error.error }}
21
+ </div>
22
+ {% endif %}
23
+
24
+ {% if "row" in import_error_display %}
25
+ <div class="px-4 py-3">
26
+ <code>
27
+ {{ error.row.values|join:", " }}
28
+ </code>
29
+ </div>
30
+ {% endif %}
31
+ </div>
32
+
33
+ {% if "traceback" in import_error_display %}
34
+ <div class="block border border-base-200 leading-relaxed mb-4 rounded-default p-4 traceback dark:border-base-800 dark:text-font-default-dark " x-show="open">
35
+ {{ error.traceback|linebreaks }}
36
+ </div>
37
+ {% endif %}
38
+ </li>
39
+ {% endfor %}
40
+ {% endfor %}
41
+ </ul>
42
+ {% endblock %}
@@ -6,7 +6,7 @@
6
6
 
7
7
  {% include "admin/import_export/resource_fields_list.html" with import_or_export="import" %}
8
8
 
9
- <fieldset class="border border-base-200 mb-8 rounded pt-3 px-3 shadow-sm dark:border-base-800">
9
+ <fieldset class="border border-base-200 mb-8 rounded-default pt-3 px-3 shadow-xs dark:border-base-800">
10
10
  {% for field in form %}
11
11
  {% if field.field.widget.attrs.readonly %}
12
12
  {% include "unfold/helpers/field_readonly.html" with title=field.label value=field.field.value %}
@@ -17,7 +17,7 @@
17
17
  {% endfor %}
18
18
  </fieldset>
19
19
 
20
- <button type="submit" class="bg-primary-600 border border-transparent font-medium px-3 py-2 rounded text-sm text-white">
20
+ <button type="submit" class="bg-primary-600 border border-transparent font-medium px-3 py-2 rounded-default text-sm text-white">
21
21
  {% translate 'Submit' %}
22
22
  </button>
23
23
  </form>
@@ -1,7 +1,7 @@
1
1
  {% load admin_urls i18n import_export_tags unfold %}
2
2
 
3
3
  {% block preview %}
4
- <table class="border-base-200 border-spacing-none border-separate w-full lg:border lg:rounded lg:shadow-sm lg:dark:border-base-800">
4
+ <table class="border-base-200 border-spacing-none border-separate w-full lg:border lg:rounded-default lg:shadow-xs lg:dark:border-base-800">
5
5
  <thead class="hidden lg:table-header-group text-base-900 dark:text-base-100">
6
6
  <tr>
7
7
  <th class="align-middle capitalize font-semibold px-3 py-2 text-left"></th>
@@ -16,7 +16,7 @@
16
16
 
17
17
  <tbody>
18
18
  {% for row in result.valid_rows %}
19
- <tr class="{{ row.import_type }} {% cycle '' 'bg-base-50 dark:bg-white/[.02]' %} block border mb-3 rounded shadow-sm lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
19
+ <tr class="{{ row.import_type }} {% cycle '' 'bg-base-50 dark:bg-white/[.02]' %} block border mb-3 rounded-default shadow-xs lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
20
20
  <td class="align-middle flex border-t border-base-200 font-normal px-3 py-2 text-left before:block before:capitalize before:content-[attr(data-label)] before:mr-auto lg:before:hidden lg:py-3 lg:table-cell dark:border-base-800">
21
21
  {% if row.import_type == 'new' %}
22
22
  {% trans "New" %}
@@ -15,7 +15,7 @@
15
15
  {% include "unfold/helpers/messages/error.html" with error=import_error %}
16
16
  </div>
17
17
 
18
- <table class="import-preview border-base-200 border-spacing-none border-separate w-full lg:border lg:rounded lg:shadow-sm lg:dark:border-base-800">
18
+ <table class="import-preview border-base-200 border-spacing-none border-separate w-full lg:border lg:rounded-default lg:shadow-xs lg:dark:border-base-800">
19
19
  <thead class="hidden lg:table-header-group font-semibold text-base-900 dark:text-base-100">
20
20
  <tr>
21
21
  <th class="align-middle capitalize px-3 py-2 text-left">
@@ -36,25 +36,25 @@
36
36
 
37
37
  <tbody>
38
38
  {% for row in result.invalid_rows %}
39
- <tr class="{% cycle '' 'bg-base-50 dark:bg-white/[.02]' %} block border border-base-200 mb-3 rounded shadow-sm lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
39
+ <tr class="{% cycle '' 'bg-base-50 dark:bg-white/[.02]' %} block border border-base-200 mb-3 rounded-default shadow-xs lg:table-row lg:border-none lg:mb-0 lg:shadow-none dark:border-base-800">
40
40
  <td data-label="{% trans "Row" %}" class="align-middle flex border-t border-base-200 font-normal px-3 py-2 text-left before:block before:capitalize before:content-[attr(data-label)] before:mr-auto lg:before:hidden lg:py-3 lg:table-cell dark:border-base-800">
41
41
  {{ row.number }}
42
42
  </td>
43
43
 
44
44
  <td data-label="{% trans "Errors" %}" class="errors align-middle flex border-t border-base-200 font-normal px-3 py-2 text-left before:block before:capitalize before:content-[attr(data-label)] before:mr-auto lg:before:hidden lg:py-3 lg:table-cell dark:border-base-800">
45
- <span class="validation-error-count bg-red-600 font-semibold ml-2 px-1 rounded text-xs text-white">{{ row.error_count }}</span>
45
+ <span class="validation-error-count bg-red-600 font-semibold ml-2 px-1 rounded-default text-xs text-white">{{ row.error_count }}</span>
46
46
 
47
- <div class="validation-error-container rounded !bg-white border border-base-200 left-12 !m-0 !p-0 !top-3 dark:!bg-base-800 dark:!border-base-700 min-w-72">
47
+ <div class="validation-error-container rounded-default bg-white! border border-base-200 left-12 m-0! p-0! top-3! dark:bg-base-800! dark:border-base-700! min-w-72">
48
48
  <ul class="validation-error-list">
49
49
  {% for field_name, error_list in row.field_specific_errors.items %}
50
50
  <li class="p-3">
51
- <span class="validation-error-field-label !border-0 font-semibold mb-1 !text-font-important-light dark:!text-font-important-dark">
51
+ <span class="validation-error-field-label border-0! font-semibold mb-1 text-font-important-light! dark:text-font-important-dark!">
52
52
  {{ field_name }}
53
53
  </span>
54
54
 
55
- <ul class="text-xs !m-0">
55
+ <ul class="text-xs m-0!">
56
56
  {% for error in error_list %}
57
- <li class="!m-0">
57
+ <li class="m-0!">
58
58
  <p class="leading-normal">
59
59
  {{ error }}
60
60
  </p>
@@ -4,14 +4,14 @@
4
4
 
5
5
  {% block content %}
6
6
  {% if not revert_disabled %}
7
- <p class="px-3 py-3 rounded text-sm last:mb-8 mb-8 bg-blue-100 text-blue-700 dark:bg-blue-500/20 dark:text-blue-400">
7
+ <p class="px-3 py-3 rounded-default text-sm last:mb-8 mb-8 bg-blue-100 text-blue-700 dark:bg-blue-500/20 dark:text-blue-400">
8
8
  {% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}
9
9
  </p>
10
10
  {% endif %}
11
11
 
12
12
  {% if page_obj.object_list %}
13
13
  {% include object_history_list_template %}
14
- <div class="bg-base-50 flex my-4 items-center p-3 rounded dark:bg-base-800">
14
+ <div class="bg-base-50 flex my-4 items-center p-3 rounded-default dark:bg-base-800">
15
15
  {% if pagination_required %}
16
16
  {% for i in page_range %}
17
17
  <span class="pr-4">
@@ -28,7 +28,7 @@
28
28
  {{ page_obj.paginator.count }} {% blocktranslate count counter=page_obj.paginator.count %}entry{% plural %}entries{% endblocktranslate %}
29
29
  </div>
30
30
  {% else %}
31
- <div class="mb-3 px-3 py-3 rounded text-sm last:mb-8 bg-amber-100 text-amber-600 dark:bg-amber-600/20 dark:border-amber-600/10">
31
+ <div class="mb-3 px-3 py-3 rounded-default text-sm last:mb-8 bg-amber-100 text-amber-600 dark:bg-amber-600/20 dark:border-amber-600/10">
32
32
  {% trans "This object doesn't have a change history." %}
33
33
  </div>
34
34
  {% endif %}